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 credits.…
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 credits.…
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, and some AI trickery thanks to the OpenAI API to wow your users.…
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 how I would pair Go and React for building full-stack web apps.…
I will explore the dangers of persisting with the ext/mysql API. I will explore the weaknesses of the original API, showing along the way how to perform an SQL injection attack on a poorly secured site, and how to migrate to the new APIs and keep your users’ data away from prying eyes.…
In this post, discover how mastering the SOLID Principles in Java can transform your coding game and future-proof your projects.…