JavaScript tips and tricks

January 2nd, 202521105 Use objects/classes to encapsulate your application logic and try not to pollute the global variable scope as this can cause frustrating problems such as libraries not...

Design Patterns in Software Development

January 1st, 20255436 If you've ever worked with enterprise-level software or any older software, you are aware that there is a certain pattern of programming (Design Pattern) to solve an...

3 reasons why you SHOULD write tests

December 30th, 20241929 Writing tests is something I believe a large number of developers do later. It's often the case when they are learning to code, whether it's by themselves, in boot...
Page 2 of 3123