t23o
Home About Posts Reading List
Home About Posts Reading List
  • Learning Rust Smart Pointers Through Linked Lists

    I heard someone say that implementing a linked list in Rust is not for the faint of heart. I decided to try it, and here's what I learned.

    Oct 1, 2024
    Programming Rust Data Structures & Algorithms
    Read more
  • Shrinking a Docker image for a Go webapp

    Tried to shrink the docker image for my Go blog and ended up learning a lot about compiling Go binaries on different Linux distros.

    Aug 3, 2024
    DevOps Go Tutorial
    Read more
  • JavaScript is Making The Web Inaccessible

    An over-reliance on JavaScript as the core of many websites, most of which don't benefit anything from it, is making the internet inaccessible to many...

    Jun 15, 2024
    JavaScript Technology
    Read more
  • Exploring Pub/Sub for Building Scalable Systems in Go

    In this article, we will see how publish/subscribe allows us to build resilient, loosely coupled, and scaleable systems that align more with the deman...

    Apr 27, 2024
    Programming Go
    Read more
  • Unlocking Speed - Rust Weather API with Redis Caching

    In this one, we use Rust to build a wrapper around a public weather API then add caching with Redis for blazing fast performance and to save up on API...

    Apr 6, 2024
    Tutorial Rust
    Read more
  • AI-Powered Movie Recommendations with Go and HTMX

    Premium

    By the end of this, you should be able to build something similar that leverages the unmatched brilliance of Go on the backend, HTMX on the front end,...

    Mar 8, 2024
    Tutorial Go
    Read more
  • Building a Full-Stack Web App with Go, React, and Vite

    Premium

    I really like Go. And, while the whole community has been obsessing over pairing it with HTMX, I figured I would start with what I know. So, here's ho...

    Feb 19, 2024
    Tutorial Go
    Read more
  • The Fediverse Could Save The Social Web

    The social web as it is today was never meant to be the final destination. Only an intermediate stage. Will the Fediverse be it's final form?

    Feb 11, 2024
    Technology Fediverse
    Read more
  • You Don't Know Regex - Elevating a Laravel API with Regular Expressions

    As a new dev, most of what you'll hear about regex is bad. Let's try to change that.

    Jan 21, 2024
    Tutorial Programming PHP
    Read more
  • Modern Database Interactions in PHP

    I will explore the dangers of persisting with the ext/mysql API. I will provide a detailed analysis of the weaknesses of the original API, showing alo...

    Oct 20, 2023
    Programming PHP
    Read more
  • « Previous Next »

    Showing 11 to 20 of 37 results

    1 2 3 4
RSS GitHub Twitter Mastodon