Written on March 30, 2022
Introduction Recently, I have done a post similar to this one, but on PHP. So, I think now I should JavaScript now! Let's get straight into the extensions. List 1. JavaScript (ES6) Code Snippets Java...
Written on March 28, 2022
Intro There are HUNDREDS of PHP VSCode Extensions. Let me show you the BEST of the BEST extensions for PHP Devs! Let's not waste any more time. List 1. PHP Debug This one is simple enough to explain ...
Written on March 27, 2022
1: Laravel It is always the best practice to start any installation with the upgraded and updated system but it is necessary as Laravel does not work with PHP with a version lower than 7.2. To update ...
Written on March 24, 2022
Introduction You may be wondering, how could a new IDE take over the worlds biggiest IDE, VS Code? Well, the features made by JetBrains is something VS Code lovers want for so long. Let me explain to ...
Written on March 23, 2022
Introduction You probably HTML can't have frameworks. It is a simple language of the web, not a complex language you can add more to. Let me show you some! List 1. Foundation Foundation is another po...
Written on March 23, 2022
Introduction A Samba file server enables file sharing across different operating systems over a network. It lets you access your desktop files from a laptop and share files with Windows and macOS user...
Written on March 19, 2022
Introduction Fonts are important. Nobody wants every website to have the same default HTML font. That's why fonts exist. Google Fonts is one way to import cool fonts onto your CSS file. Let's go! Usi...
Written on March 16, 2022
Introduction PHP is a general-purpose scripting language suited for Web development. PHP scripts can be embedded into HTML. This section explains how to install and configure PHP in an Ubuntu System w...
Written on March 16, 2022
Introducton A port is a logical entity that represents an endpoint of communication and is associated with a given process or service in an operating system. In previous articles, we explained how to ...
Written on March 15, 2022
Introduction Each PHP version contains more features, optimizations and security updates than its previous versions. It is advisable to regularly update your PHP version. But sometimes it may not be p...