Code reusability is the holy grail for software development. You might have heard that developers should write code once and reuse it everywhere. Or, never write the same code twice... and a lot of things on similar lines. But have you ever questioned this? Is redundancy such a bad thing after all? Don't you think these statements are subjective? Applied to specific … [Read more...] about Freedom From Redundancy Is A Trade-off
Software Quality Assurance
Code Review Best Practices For Software Engineers
Before diving into the best code review practices, I always ask this question - Why do we need a Code Review process? Code review process exists to improve the software development lifecycle (SDL). To improve the software and code that we are writing. This is done by adding an extra layer to the development process where your peers will take a look at the code to … [Read more...] about Code Review Best Practices For Software Engineers
What is Malware? Types Of Malware? How To Protect Yourself Against It?
Malicious + Software = Malware This is one heck of a topic under ethical hacking. Malware is any piece of software that was built with the intention to do some damage to the device on which it is running on. There are a lot of variants. Every Malware is built with a dedicated objective. That depends on the hacker who designs in. That said, the main objective of every … [Read more...] about What is Malware? Types Of Malware? How To Protect Yourself Against It?
Deliver Good Quality UI as a Tester and Enhance User Experience
Why this Article? When I started working as a manual tester, I was a complete noob in the IT industry. I was like a fresh bun out of oven kind of graduate that time. All I knew about testing was to create test cases and execute them. My initial job tasks included boundary value analysis, equivalent partitioning, writing hundreds of test cases in the excel. My aim back then … [Read more...] about Deliver Good Quality UI as a Tester and Enhance User Experience