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 users with low-end devices.…
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 users with low-end devices.…
In this article, we will see how publish/subscribe allows us to build resilient, loosely coupled, and scalable systems that align more with the demands of modern data-intensive, distributed applications.…
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.…
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?…
As a new dev, most of what you'll hear about regex is bad. Let's try to change that.…
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.…