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
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…
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…
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…
It was a great experience designing my first website. My first project was a UI/UX website and I had to convert the template given to me by a client into a functional website. When I started work first, I faced many challenges while designing a website. Although I managed to overcome all of them, here…
Microsoft Bot Framework provides the developers with a simple and quick way to implement an intelligent chatbot which can converse with the end user, understand its statements and reply with the appropriate result. These bots can be made in Python or C#. In short, Microsoft Bot Framework personifies the software, making it intelligent via Azure…
SSL is the standard security measure for setting up an encrypted connection between a web server and a browser. An SSL certificate guarantees that all information which goes between the web server and the browser remains private. If you land on a webpage that has a form after that form is filled-in and you hit…
HTTP vs HTTPS, which one should you go for? With the rollout of Chrome 68, Google’s latest version in July 2018, Google’s Browser claims to label all non – HTTPS sites as ‘not secure’. That would mean that any website you browse through and is not HTTPS, a prefix label “Not secure” would show up…
There are millions of websites on the internet today. It takes a web user milliseconds to form a first impression of your website. If your website has design issues that are not visually appealing or user-friendly, then they might decide to move on to your competitors’ website. Web design mistakes can be made by anyone,…