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

Latest

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

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
5 min read
Mar
28
How to prepare for interviews as Senior Software Engineer

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
2 min read
May
07
Thoughts on Beign a Software Engineer in the age of AI

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
1 min read
May
18
GoLang simple scraper

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.
2 min read
Feb
13
Here's why you should always read the F... manual.

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
1 min read
Nov
08
Symfony 6 tutorial. Frontend setup and configuration.

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.
3 min read
Sep
26
Symfony 6 tutorial. Symfony project setup and configuration.

Symfony 6 tutorial. Symfony project setup and configuration.

Symfony advanced tutorial. Project set up and configuration. Symfony docker configuration.
5 min read
Sep
20
Symfony 6 tutorial. Building progress tracker website with Symfony 6 and Vue.js 3. Part One.

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.
3 min read
Dec
24
Set up php-cs-fixer in PHPStorm

Set up php-cs-fixer in PHPStorm

Set up php-cs-fixer in PHPStorm. Install php-cs-fixer, configure php-cs-fixer in PHPStorm
1 min read
May
14
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

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