13
Oct

How to Create Custom Facade in Laravel 7

Laravel custom Facades provide a static interface to a class that gives access to an object from the service container, let’s look at Laravel’s Custom Facades. So we can call our function by declaring it static. Cause Facades provide a static interface to a class. [...]

View More
9
Oct

Use SCP Command to Securely Transfer Files

SCP (secure copy) is a command-line utility that allows you to securely copy files and directories between two locations. When transferring data with scp, both the files and password are encrypted so that anyone snooping on the traffic doesn’t get anything sensitive. [...]

View More
6
Oct

Learn JavaScript Basics

JavaScript is everywhere, be it websites or native applications. It is one of the renowned languages in the world. Web Development has been taken away like a storm with arise of JavaScript. Almost all the websites that exist consume the power of this scripting language in some way or the other. [...]

View More
1
Jan

How Install Node.js on Ubuntu 20.04

Node.js is a JavaScript runtime for server-side programming. It allows developers to create scalable backend functionality using JavaScript, a language many are already familiar with from browser-based web development. [...]

View More