
"And slowly github became the new facebook for coders where instead of posting pictures and life events people post code for projects and your ...
"And slowly github became the new facebook for coders where instead of posting pictures and life events people post code for projects and your ...
ES6 came with many new features, but one of the best features was the official introduction of Promises. Promises allow you to write clean non-callback-centric code without ever having to worry about callback hell. Even if you never write your own promise, knowing how they work is incredibly important, since many ...
In the world full of Siri, Cortana & Alexa, have you ever wondered you can create a new friend of yours. Well it might not be that intelligent but it not worthless to try creating something new. With the current state of web apps, we can rely on various UI elements to interact with users. With the Web Speech ...
While building any web app people get confused or feel difficulty in authentication process. Creating a registration form and sign in process is a hectic process if we don't follow proper method.
In this tutorial we will see how we can register and login using ...
If you are reading this blog then you already know about github. Github is a web-based Git repository hosting service that primarily offers ...
Every programming problem involves some kind of algorithm. Algorithm is a process or set of steps to accomplish a certain tasks or a step by step way to solve a problem. There are about 700 programming languages. Here is a
The Searching Algorithm can be implemented with other languages as well. But here we will work with JavaScript to solve the Searching Algorithms. These algorithms are used to handle or work with the search related task in our projects or any applications that require searching. Searching is made easier by these ...
Most of us are familiar with Twitter. But we are not much familiar that we can automate the activities like status posting,retweeting,liking,commenting and so on. So,here I'll show you how we can automate some of the activities like getting the twitter data,posting the status and retweeting with
Node.js is popularly though of as "JavaScript on the backend", but that's a very limited and inaccurate description. Node.js is much more than that; it is a general purpose programming platform which can be used for developing all sorts of programs - from web servers, to CMS, to
React has continued to rise in popularity over the years and has been consistently ranked as the most used and favorite JavaScript library for building frontend applications. ...
There are many themes available in VS code marketplace. Not many of us know how they are created and are published.In this tutorial we will learn to create a VS code theme and Publish it in the VS code marketplace and use it as an extension in the editor. It's simple and easy. Just follow the steps and you'll be all ...
Windows 10 has now become the world’s most popular operating system as 400 million users. Windows 10 was released on July 29, 2015, and it comes with great new features that let you do things easily and fast.Microsoft has continued to its winning formula by revealing Windows 10. To activate Windows 10, you need a ...
HTTP status codes are responses issued for a client’s request made to a server. For example, when your client (your web browser) tries to connect to your site (the server).
Based on how the request is handled, the server shows different responses. These responses include redirects, server errors, client ...
Git is a specific open-source version control system created by Linus Torvalds in 2005. Specifically, Git is a distributed version control system, which means that the entire codebase and history are available on every developer’s ...
Web hosting is a service that allows organizations and individuals to post a website or web page onto the Internet. A web host, or web hosting service provider, is a business that provides the technologies and services needed for the website or webpage to be viewed in the ...
We all are familiar with the google maps. Ever thought of creating your own? I too wanted to create one. There are many api services that we can use to create this project.Some of them are leaflet,
Facemotion detection can be seen in Machine Learning projects with python and Tensorflow. As a web application most of us haven't seen or even don't know that it exists. Yes we can create our own face motion detection web app with face-api that is written on top of tensorflow.js. We can detect the face emtion just ...
When it comes to coding, the Linux Kernel is easily one of the coolest projects ever written. So, I figured I'll read a little bit about Operating Systems and write a simple kernel as a lazy afternoon project. This is a simple kernel written ...
After almost two years, the wait is nearly over. The API has been frozen, and the countdown to Deno 1.0, officially scheduled for release on May 13, has begun.Due to its famous creator and forward-thinking vision, Deno is sure to be the most exciting and controversial JavaScript-related release in recent ...
Code commenting is the practice of sprinkling short, normally single-line notes throughout your code. These notes are called comments. They explain how your program works, and your intentions behind it.Comments don’t have any effect on your program, but they are invaluable for people reading your code.
ProjectBoard is a web app for note taking, like google keep or samsung notes or any other apps that you have seen for taking notes. We are using react for this.React is a JavaScript library for building user interfaces.We'll be creating an app that let's you to take notes in colorful containers.The UI we are ...
Telegram is a messaging app with a focus on speed and security, it’s super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.Telegram Bots are accounts operated by software – not people – and they'll ...
Ubuntu is a Linux distribution based on Debian and mostly composed of free and open-source software. Ubuntu is officially released in three editions: Desktop, Server, and Core for Internet of things devices and robots.Ubuntu is a complete Linux operating system, freely available with both community and professional ...
These days there are so many career choices to take in the programmer world. But one of the most successful and important ones is Web Development . There are so many companies out there that are on the constant look for web developers and designers. And the good thing is that these companies and businesses are ...
Terminal is a interface or say a command line interface where user can enter commands to interact with operating system. There are many CLI tools based on OS and as per their features but the functionality is same i.e to ease the interaction of user to Operating system. As being a windows user you may use cmd or ...
Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of ...
Node.js technology is ten years old. It is an open source JavaScript runtime environment which allows building JavaScript programs for the server-side. It uses V8 JavaScript Engine, an important integration that once increased Node popularity and upgraded it to the next level very quickly. V8 engine which powers ...
Cryptography is the fundamental technology used to protect information as it travels over the Internet. Every day, encryption is used to protect the content of web transactions, email, newsgroups, chat, web conferencing, and telephone calls as they are sent over the Internet. Without encryption any crook, thief, ...
React has continued to rise in popularity over the years and has been consistently ranked as the most used and favorite JavaScript library for building frontend applications. The rise of React, is impressive and as an ...
An API (Application Programming Interface) is a set of functions that allows applications to access data and interact with external software components, operating systems, or microservices. API lets a developer make a specific “call” or “request” in order to send or receive information. This communication is ...
HTTP stands for Hypertext Transfer Protocol. It offers set of rules and standards which govern how any information can be transmitted on the World Wide Web. It provides standard rules for web browsers & servers to communicate. It is an application layer network protocol that is built on top of TCP. It uses ...
A proxy lets you go online under a different IP address identity. You don’t change your Internet provider; you simply go online and search for “free proxies” or “list of proxies” and you will get several websites that provide lists of free proxies. A reverse proxy is a server that sits in front of web servers and ...
In the early days of the web, only a computer could access a website, but today we can access the web using a mobile phone, tablet, tv, and every other electronic device. All these devices have various screen sizes. Developers must create websites that can adapt to any screen size. Responsiveness of a website on all ...
Nginx is an open-source, fast, lightweight, and high-performance web server that can be used to serve static files. NGINX is considered the popular web server behind Apache web server and Microsoft's IIS.NGINX improves content and application delivery, improves security, and facilitates scalability and availability ...
Git is a specific open-source version control system created by Linus Torvalds in 2005. Specifically, Git is a distributed version control system, which means that the entire codebase and history are available on every developer’s computer, which allows for easy branching and merging. Why use something like Git? Say ...
FOR DOWNLOAD CLICK HERE
TO INSTAL FOLLOW THE FOLLOWING STEP:
1. Firstly, go offline and if possible disable ...
Microsoft’s free upgrade offer for Windows 7 and Windows 8.1 users ended a few years ago, but you can still technically upgrade to Windows 10 free of charge. While Microsoft has removed the
Microsoft Office 2013 (also called Office 2013 and codenamed Office 15) is a version of Microsoft’s popular office suite and the successor to Office 2010. The package was presented on July 16, 2012. Office 2013 is available as part of Windows RT for ARM processors and separately for x86 and x64 versions of Windows. ...
A linked list is a data structure composed of nodes. Each node has at least 2 components, the data that it holds and a reference to the next node in the list (called a pointer). The first node in a linked list is called the head, the last node in a linked list is called the tail. There are several ...
If you're starting your career as a developer or you have several years of experience, there are many aspects in which you need to gain proficiency in order to advance in your career and become a marketable programmer regardless of your tech stack. Learning tech skills and improving your soft skills is one of the ...
There are many syntaxes in the javascript world. Writing code gets hectic when it gets longer. What if we can reduce the code with one-liners, that would be great, isn't it? In this post, I'll list out the one-liners which will ease your coding style.
USA visa interview questions are listed over here. This works as a sample question for a USA visa interview. Students applying for USA visas can prepare these sample questions. We have collected these questions from various sources. I have categorized the possible questions in different sections namely, educational ...
Scraping Google maps is a quite lot of work. It is hectic I know. But I have figured out a solution for that. In this article, we will be scraping the local business data from google maps with our favorite scraping framework puppeteer. To know more about puppeteers you can check
Working with a slow computer may be pretty frustrating, whether it comes gradually over time or suddenly. Even if you keep your laptop or PC in good working order, it's astonishing how rapidly things slow down. This post is for you if you're running Windows 10, 8, or 7, and you're wondering why your laptop is so ...