
Search In
What is adware
This post will teach you how to remove an adware from your PC - a program that penetrates the user's browser and displays pop-up ads when you browse the Internet. Despite the fact that this type of malwar
Canvas is an HTML5 element which is used to draw graphics using a script. It is only a container for graphics and has several methods for drawing boxes, texts, images etc. We can easily design a line, an arc, a circle and much more. The canvas elemen


Node.js is a very interesting cross-platform, open source, a runtime environment for server-side and networking applications. It enables you to unleash the internal hacker within you and offers a chance to work and join hands with one of the leading
Dependency Injection
Dependency injection is a common design pattern used to overcome the dependency of one object to other like we always have some sort of dependency of an object, so dependency injection is used to supply dependencies to class and


We all love Python, don’t we? With so many tools, modules and libraries, Python ecosystem is extensive and widespread in both depth and space. The open-source biome is intimidating and even with years of experience, a developer is required to i


WordPress is an open source CMS based on PHP and MySQL, it is very easiest and SEO friendly in all existing CMS. It has many Themes and Plugins free and paid using which you make your website more attractive. So, this article is a set of te
Today mobile app is a requisite for businesses to take their venture to the next level. In fact, online shopping has increased to 75% over the last 3 years, but physical stores still have an opportunity to be profitable. Let it be a small s
Unlike in website the session are useful for handling users data from one page to another, The API requires a secret token to do the same.
The secret information like email, user type, balance need to be get passed from one request to another
To integrate your iOS app with Facebook for allowing login from Facebook, Share and other features we need integration by Facebook login SDK. So in this tutorial I am providing you simple steps to integrate Facebook Login SDK using swift in
Classes in ECMA 2015 is special function so like functions classes can be defined by Class Declaration and Class Expression but both have some differences as well. So, Today in this tutorial I will provide you the way to define a JavaScript Class in
