FLUTTER INTERVIEW QUESTION AND ANSWERS

Here we’ve collected some of the important flutter interview questions. What is Dart? DART is a versatile OOP-based language with C-style syntax. It is a general-purpose open-source programming language and developed and designed by Google in 2011. The main purpose of DART programming is to create a front-end user interface for web and mobile applications. […]

How to remove browser suggestion for textbox ?

The autocomplete attribute The autocomplete attribute used in html is to predict the value filled previously. The attribute autocomplete=”on | off” helps to fill the previously typed value in the input field. The autocomplete attribute works for input field with type name, email, url, password etc. The autocomplete attribute supports in almost all browsers like […]

Electron Tutorial Series Part One : Make desktop application with javascript fundamentals

Hello Everyone. This is our brand new tutorial series on Electron JS which is the most popular framework for building desktop applications using javascript. Hope you’ll find it useful. This tutorial is especially suited for beginners who want to learn electron from scratch and use it for their real-life projects. Here you’ll learn all the […]

DEBUNKING MAJOR JAVASCRIPT MYTHS

    DEBUNKING MAJOR JAVASCRIPT MYTHS   There are tons of myths surrounding JS in the web developer community. These myths typically come from the beginner developers or the js developers themselves with less knowledge of its ecosystem. Although there are some real concerns about using javascript in enterprise level development, myths and concerns are […]

HOW TO USE JAVASCRIPT FOR MULTI PLATFORM DEVELOPMENT

In this post, we are going to talk about the use of javascript for development in all existing platforms.JavaScript is the first class programming language for the web. The popularity of javascript is growing day by day due to the rapid growth of Internet-based technologies. JS is known to be a de facto client-side development […]

HOW TO CHECK INTERNET CONNECTION IN ANDROID PROGRAMMATICALLY

The purpose of this article is to provide you reusable solution for checking internet connectivity in android.

What is website Backdoor?

You might have heard word website backdoor while watching some movies and Tv Shows. But what actually is Backdoor? You need to get understanding of this malware for good web security and ensuring that your website doesn’t become compromised again and again. Backdoors are types of malware that allow for remote control of a compromised […]