top of page



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 :-...
amol ankit
Dec 6, 20232 min read
3,467
0


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...
amol ankit
Dec 5, 20236 min read
3,614
0


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...
amol ankit
Dec 3, 20232 min read
3,646
0


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...
amol ankit
Dec 1, 20235 min read
3,856
1


The Art and Impact of Clean Code in Software Development
Introduction In the dynamic landscape of software development, where agility and innovation reign supreme, clean code is a guiding beacon...
amol ankit
Nov 29, 20234 min read
3,745
1


The Art and Science of Code Refactoring: Breathing New Life into Code
Introduction: In the ever-evolving landscape of software development, one constant remains: Change. Maintaining clean, efficient, and...
amol ankit
Nov 29, 20232 min read
4,062
1


Understanding the Principles of REST: Building a Solid Foundation for Web APIsIntroduction
Introduction Creating efficient and scalable web services is essential in the fast-paced web development world. Representational State...
amol ankit
Nov 2, 20234 min read
8,134
0
bottom of page