Tag: programming
All the articles with the tag "programming".
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.
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