
Software Development
Perspectives and practices for shipping reliable software with small, fast feedback loops.




Static Code Analysis To Improve Code Quality
Today, developers can get feedback on a line of code’s correctness the second they type it into their code editor, thanks to innovations in the field of sta...
Read more
JS Object's 10 Utility Methods
An object in JavaScript is a collection of properties. This article will cover the most important utility functions that you may need dealing with objects in...
Read more
JS Object Oriented Programming
Object Oriented programming (OOP) is a programming concepts that involves organizing code into objects that can interact with each other. JavaScript is a lan...
Read more
