With new JavaScript frameworks and libraries coming constantly on the market, designing your application Front-End it’s quite tricky. In the last years, jQuery was the most known and used JavaScript library.The latest survey by Stack Overflow(2019) confirms that jQuery is the most broadly used library for web development: jQuery – 48.3% Angular/Angular.js – 32.4% React.jsContinue reading Front-End Development with JS Technologies
Layered Architecture – Still a good choice
It is not a secret that investing in a good software architecture design will save you time, money and headaches during the whole Software Development Life Cycle. That’s why choosing the software architecture pattern that best fits to your needs it’s crucial. There aren’t any patterns or approaches that will work perfectly for every application youContinue reading Layered Architecture – Still a good choice
3 major issues Good software testing can prevent
We all know that if bugs are caught in the early stages of the Software Development Life Cycle, it costs much less to fix them. The Systems Sciences Institute at IBM reported that it cost 15x more to fix a bug found during the testing phase than to fix one identified during the design phase.Continue reading 3 major issues Good software testing can prevent
The Power of Project Documentation
Working in the Tech industry, I noticed that a common problem which frustrates all developers is the lack of Project Documentation. Starting to work on a new project with less or even none information about what the software should do, has a negative impact not only on the quick ramp up of the technical team but alsoContinue reading The Power of Project Documentation