p5.js shader() Method
The shader() function in p5.js makes it possible to use a custom shader to fill in shapes in the WEBGL mode. A custom shader could be loaded using the loadShader() method, and it could even be programmed to have moving graphics on them....
read more
How to Build G Suite Add-ons with Google Apps script?
G Suite is a Google service that provides access to a core set of applications like Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Meet, etc. Add-ons means the extension given to the pre-existing G Suite products (mentioned above). Developers can add many extra features to such products. Add-ons always run inside the G Suite products. We can create sidebars, dialogs, modals and add functionality to them in a seamless manner. Usually, we use the add-ons from G Suite Marketplace....
read more
How to set multiple media resources for elements in HTML5 ?
The task is to set multiple media resources for the media element. We can use multiple source tags in the media tag....
read more
How To Install Ngrok & Setup the Auth-Token on Linux?
Ngrok is a tool that allows you to create a secure tunnel from a public endpoint to a locally running web service on your machine. In simpler terms, ngrok lets you expose a web server running on your local machine to the internet. So others can access what you are running locally....
read more
How to like multiple posts on facebook news feed automatically using JavaScript ?
In this article, we are going to learn how to like multiple posts automatically on the Facebook news feed. Many a time we waste too much time liking all the posts in our news feeds. So this script will help to reduce our time and effort by automating this task....
read more
The Scale Cube
In general, applications are built monolithic in the beginning. Monolithic applications are well and good when there are a smaller number of users and the traffic is very low. But, when the traffic increases, the system gets overloaded and slows down which results in poor performance, latency and system crashes also....
read more
11 Effective Ways For Hardening WordPress
When it comes to WordPress Website Security, you can do a lot of things to prevent your website or blogs from hackers. Since WordPress websites are easy to hack, the CMS is often targeted by hackers to carry out malicious activities. While there is no foolproof method, you can still make yourself familiar with WordPress hardening methods because the consequences of not having them in place can be detrimental....
read more
How to Become a Cyber Security Consultant?
The growing demand for the CyberSecurity domain in the tech world has increased the need for cybersecurity professionals in the industry, giving rise to various career opportunities to people interested in making their career in the cybersecurity sphere. However, as people are still not much aware of the career options in the cybersecurity field, there is too much confusion amongst the people while planning to start a career in it.  Though, out of many professions in this particular sector, Cybersecurity Consultant is one of the most exciting and challenging jobs for the aspirants....
read more
How to Deploy Angular Application to Firebase using GitHub ?
Many of us unable to showcase our small-scale or personal projects over the web. Since hosting these projects are a bit difficult and also costs a few bucks sometimes. In this article, we will show you how to deploy your Angular application at no cost without buying any domain or hosting provider. Also, tired of deploying your application every iteration? Let’s also set up automatic builds and deploys using GitHub....
read more
5 Effective Productivity Hacks For Programmers
Every developer wants to have a productive day of coding where they come up with an optimized solution easily, they are able to write clean code that runs on the first time, the project doesn’t break because of that, and they get appreciation by the fellow team-members....
read more
Progressive Web Apps – Benefits, Components and How it Works?
Progressive web app seems to be the latest buzzword in today’s tech era. If we ask you to open the Google Maps on your phone, would you do it using the native app through the browser? Chances are, you will prefer the native app. Today, users spend most of their time on native apps rather than the web.  In fact, they spend 87% of the time on native apps and only 13% of the time on mobile apps....
read more
Graphene Batteries
Every time a person goes to a smartphone shop to buy a phone, he/she considers all the specifications of the phone like the RAM, the storage, the camera, the display resolution, all the cool new features like the in-display fingerprint scanner, iris scanner, etc...
read more