Hi, I'm Manu


Engineer | DevOps & Software Specialist

O yes! The Big O Notation

⚡️ TL;DR In this post, we delve into Big O Notation, a fundamental concept in computer science used to describe the efficiency of algorithms. We’ll explore how Big O helps in analyzing time complexity and provide examples to illustrate its application. [Read More]

The power of estimations

⚡️ TL;DR In this post, we explore the importance of estimations in software development and site reliability engineering (SRE). We’ll discuss how accurate estimations can improve project planning, resource allocation, and overall system reliability. [Read More]

Unlocking the efficiency with algorithms

⚡️ TL;DR In this post, we explore how the choice of algorithms can significantly impact the efficiency of your programs. We’ll discuss the importance of selecting the right algorithm and provide examples, such as sorting algorithms, to illustrate the differences in performance. [Read More]