Backend made fun
RSS Feed
Hi! I'm Mihai Nicolae, a software engineer based in Romania.
I write about my journey as a backend developer here and maybe help
others along the way. I am sharing useful tips and tricks, things I
learn and my thoughts on various topics.
Read the blog posts or check ABOUT section.
Featured
A custom middleware for Symfony Messenger to discard(not send) or not handle certain messages
Published: at 08:18 AMA guide on how to create a custom middleware for Symfony Messenger to discard(not send) or not handle certain messages.
How to set up and deploy a Telegram bot as a Lambda function for free
Published: at 08:15 AMA guide on how to set up and deploy a Telegram bot as a Lambda function for free, using Terraform.
How analyzing your codebase can save you time and money
Published: at 06:15 PMA comprehensive guide about hotspots in your codebase, cognitive complexity and avoiding disasters by being proactive. An article inspired by the book "Your Code as a Crime Scene" by Adam Tornhill with practical examples.