If you’re building a web application that requires real-time data updates, you may have considered using WebSockets or long-polling techniques to achieve this functionality. However, another option may be more suitable for certain use cases: Server-Sent …
Blog Posts
In the previous post, we created a robust API that allows us to fetch articles with fields such as “title” and “content”, as well as the ability to update, create, and delete articles. In this post, …
Blogging is a great way to share your thoughts, ideas, and experiences with the world. In this article, I’ll show you how to build a simple blog app using Flutter for the front-end and Golang Fiber …