Outbox, Saga and Kafka in Go Lately I've been preparing for a system design interview(In today’s market, maintaining your skills isn’t optional), and one of the topics that always comes up is "how do you build a reliable event-driven service"
At this point, preparing for a job is much easier than it used to be, you can just use AI to help you. What I usually do before an interview is spend time on a few key things. Core language, if you’re coding in something like Golang, you
I started my career as a software developer 17 years ago. At that time, finding a job was way, way easier. I started as a web developer, and I remember my first interview, I was asked what HTML tags I knew, a few questions about HTTP, and some PHP questions
Learn how to build a simple web scraper in Go using the Colly package. This tutorial will guide you through setting up a Go project, installing Colly, and writing code to scrape data from websites like Hacker News.
Well recently I needed to set CORS headers for my side project, at first I used Nginx to send additional headers for static files, but then I needed something more configurable. And I decided to use NelmioCorsBundle, but to my surprise, I couldn't run it. This is something