top of page
amol ankit
Jan 6, 20243 min read
Understanding the MiniMax Algorithm: A Deep Dive with Examples
Introduction: The MiniMax algorithm is a fundamental concept for artificial intelligence and game theory, providing a strategic framework...
2,877 views0 comments
amol ankit
Jan 4, 20242 min read
What is Dynamic Programming?
Dynamic programming is a powerful optimization technique used to solve problems by breaking them down into smaller, overlapping...
2,914 views0 comments
amol ankit
Jan 3, 20242 min read
A Quick Guide to Understanding CPU Scheduling
The Central Processing Unit (CPU) is critical to system performance. The CPU plays a pivotal role in executing instructions and managing...
3,030 views0 comments
amol ankit
Dec 6, 20232 min read
Is Floating-Point math broken?
Have you ever wondered why most of the programming language has below-wired behaviour? Console.WriteLine("{0:R}", .1 + .2); // Output :-...
3,467 views0 comments
amol ankit
Dec 5, 20236 min read
The Benefits and Implementation of Test-Driven Development in Your Next Project
Test-driven Development (TDD) is a software development approach where tests are written before the actual code. The development process...
3,613 views0 comments
amol ankit
Dec 4, 20232 min read
Joyful Journeys: Unveiling Team Happiness with the Niko Niko Calendar
What is Niko Niko Calendar? Once upon a time, a team of talented individuals embarked on a journey to enhance their collaboration and...
3,763 views0 comments
amol ankit
Dec 3, 20232 min read
Mystery of Code Smell: Recognizing and Remedying Software Imperfections
Introduction: In the intricate domain of software development, code smell is a term that developers often encounter but might not fully...
3,646 views0 comments
amol ankit
Dec 3, 20233 min read
What is Sprint Retrospective?
The Sprint Retrospective is a regular meeting in the Scrum framework at the end of each sprint. Its primary purpose is to provide the...
3,934 views0 comments
amol ankit
Dec 1, 20234 min read
What is Sprint Review?
The Sprint Review is a critical event in the Scrum framework, occurring at the end of each sprint. Its primary purpose is to inspect and...
3,847 views0 comments
amol ankit
Nov 30, 20235 min read
Breaking Down Technical Debt: Understanding its Impact on Your Development Process
Introduction: In the dynamic realm of software development, technical debt is a familiar adversary for developers and teams striving to...
3,856 views1 comment
bottom of page