Posts
All the articles I've posted.
Redis - How to remove a node in handshake state?
Published: at 12:00 AMHow to remove re-appearing nodes in handshake state from a big redis cluster?
Best book recommendatations for 2024
Published: at 12:00 AMA list of books I've liked, read or want you to read.
Best tech blogs/publications for 2024
Published: at 12:00 AMA list of blogs I follow, like, and definitely worth your time
The landscape of tools for Software Development
Published: at 12:00 AMA list of tools/frameworks available for building awesome software
Airflow webserver authentication with Google SSO and Helm
Published: at 12:00 AMAuthenticating airflow webserver deployed through Helm and Google SSO
Backend development roadmap, skills, resources
Published: at 12:00 AMBackend development roadmap, skills and resources listed are an ever updating list of useful resources, a beginner's guide to backend development with relevant resources for each section. This guide will help you with how to learn backend development.
Benchmarking performance between Redis mget and get commands
Published: at 12:00 AMRedis mget vs get performance comparison on local hardware. Redis is a single threaded application used for caching.
Loading data from a SQL database to neo4j graph database
Published: at 12:00 AMLoading data from SQL database to neo4j graph database can be useful in many ways.
Brief note on debugging
Published: at 12:00 AMHow hard it can be to debug a production bug? or in a live system? How can you debug software quickly and efficiently?
Benchmarking performance between Redis mget and hmget(pipeline) commands
Published: at 12:00 AMRedis mget vs hmget(pipeline) performance comparison on local hardware