RSSAmplifier

Blog

ptrdev()

From projects to thoughts, everything tech (and a bit more).

ptrdev.comRSS feed ↗12 posts

Latest posts

Saga in Go with Kafka, PostgreSQL, and the Outbox Pattern

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"

How to prepare for interviews as Senior Software Engineer

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

Thoughts on Beign a Software Engineer in the age of AI

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

GoLang simple scraper

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.

Here's why you should always read the F... manual.

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

Symfony 6 tutorial. Frontend setup and configuration.

Symfony advanced tutorial. Frontend setup and configuration. Vue.js Vuex Vue Router, JWT authentication bundle configuration. Webpack encore bundle configuration.

Symfony 6 tutorial. Symfony project setup and configuration.

Symfony advanced tutorial. Project set up and configuration. Symfony docker configuration.

Symfony 6 tutorial. Building progress tracker website with Symfony 6 and Vue.js 3. Part One.

Symfony advanced tutorial. Building a website from scratch using Symfony and Vue.js.

Set up php-cs-fixer in PHPStorm

Set up php-cs-fixer in PHPStorm. Install php-cs-fixer, configure php-cs-fixer in PHPStorm

How to make an HTTP Request with SSL certificate in Kotlin using a PEM file

How to make an HTTP Request with SSL certificate in Kotlin using a PEM file

Symfony tutorial for beginners

Symfony tutorial for beginners. Learn how to build simple CRUD application using Symfony framework.

20 side project ideas for a programmer.

Side project - is a great way to start a business. A unique list of ideas for programmers. Create a business with your next side project.