The field of web development has advanced significantly over time. With the development of new technologies and the expansion of the internet, there is a huge increase in demand for cutting-edge, dynamic web apps. Developers are using a range of … Read More
Software

AR Board Game – How to build AR App in Flutter
AR Board Game This blog post explains certain components that are required to build an AR Board Game in Flutter for the iOS platform. Why Flutter Flutter has become one of the most popular choices for mobile app development that … Read More

Top Common Mistakes in JavaScript
Working with industry veterans and beginners, I decided to share some of the most common mistakes made in JavaScript. Using Global Variables The road to programming hell is paved with global variables,― Steve McConnell, Code Complete Using global variables is considered bad … Read More

Guidelines to writing robust and maintainable software
Writing good software is often more challenging than new developers think. It is not always clear what to keep in mind when writing a code. There are also few common issues that I have found new developers making in my … Read More

Software Testing Life Cycle with QA
Testing is not just limited to find bugs but has a wider scope. Since testing is also standardized as of development it too had a life cycle: Software Testing Life Cycle (STLC). QA has an equal role as of developer or … Read More