Archives
- Newer posts
- November 2024
- April 2024
- November 2023
- October 2023
- August 2023
- May 2023
- February 2023
- October 2022
- August 2022
- July 2022
- May 2022
- April 2022
- March 2022
- February 2022
- June 2020
- March 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- August 2016
- June 2016
- April 2016
- March 2016
- February 2016
- January 2016
- July 2015
- June 2015
- Older posts
Virtual reality is a term given for a reality that exists in a digital or man-made world. Both words have a meaning behind it. Virtual refers to those things that do not exist physically but exist as software. And reality can simply be described as a place where we physically exist. Virtual reality creates a…
In recent years, Data Science has emerged as one of the hottest professions and domain principles with the demand for data scientists, machine learning specialists, and data analysts. The epoch of Big Data has the field of Data Science constantly growing, enabling business organizations to become more data-driven with better visual percept and knowledge. Well,…
Reading and writing to the database is required by almost any system. Hence having an efficient method for communicating with the database is vital. Accessing the data in business logic can result in duplicated code, errors, weak typing, and inability to easily test the business logic in isolation. This is where repository patterns are very…
As the definition goes, Xamarin forms is a library used to build native UIs for iOS, Android and Windows Phone from a single, shared C# codebase. Xamarin was released in February 2013. In February 2016, Microsoft purchased it and bundled it with Visual Studio. Initially, Xamarin supported only Android, iOS and Windows Phone. But later…
Today mobile apps are not solely owned by big and popular brands like Nike and Starbucks. In fact, there has been an increase in the number of small and medium scale enterprises investing in customized mobile apps. Most businesses now realize that an effective marketing strategy goes above and beyond just a mobile-optimized website. There…
Flutter is a cross-platform, open-source app development kit specifically for mobiles on which Google has been working on for the last few years with a number of developers within and outside the Company. This platform is based on C/C++ but most of it is based on Dart. Flutter is an entire widget based UI. Most…
Whenever the financial year is coming to an end on 31st March, all we can think about is the returns that need to be filed thereafter. To make your life simpler, I have put below a few steps that you need to take that can help you in filing your income tax returns on time…
Writing initial automation scripts is an easy task. We need to just locate the element and perform necessary operations required in the test case. For a small script, maintenance is easy and small change in UI/UX would not create many problems. But with increasing test cases, the scripts will also grow. So with increasing lines…