Iheanyi's Newsletter #3: Cache Me Outside
Life has been quite hectic recently. Between launching a new product at work, working on Interface Lovers, and opening an LLC (site coming soon), I haven't really had time to stop and smell the roses. But I do know that I got time for sending out the next edition of my newsletter. This one is going to be a short one, I haven't been reading that much on the internet.
Software / Technology
Rate Limiters by Stripe
Stripe is lowkey one of the most loved companies by developers. Their API is beautiful and pretty pleasant to use. A buddy of mine asked me how to build a rate limiter and this article was the first to come to mind. I think it's a great engineering read!
Theory of Modern Go
As somebody fairly new to Go, this blog post was pretty educational. I think there are pitfalls that many new Go developers encounter and I do think that this is an educational post for learning how to design your programs that you write in Go.
Pure UI
This is an article by Guillermo Rauch from 2015, but I still think it's a pretty enlightening read about how we can think about UIs as pure functions. It's an interesting read in thinking about the intersection of functional programming and front-end development.