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,…