Design patterns could make a difference in the way you write code. The thing we all need to understand is that we will come across many people who could write code, but there will be very few who write the code in a way that is scalable, maintainable, free of smells and most importantly readable. And to make a shift, it is important to know and understand different design … [Read more...] about Top 5 Common Design Patterns
design
How to Start Thinking In OOPs (Object Oriented Programming) to Become the Best Programmer You Ever Wanted
Thinking in OOPS Object Oriented Programming is one of the most misunderstood concepts in today's world. It may seem difficult to accept the truth especially when every other programmer is using object oriented language to structure their code. But do you really understand OOPS and the way it must be used to solve our problems better. In this article, I have … [Read more...] about How to Start Thinking In OOPs (Object Oriented Programming) to Become the Best Programmer You Ever Wanted