Adam. R

5 VSCODE Extensions for JavaScript Develeopers!

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...

5 best VSCODE Extensions for PHP Developers!

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 ...

How to install Laravel + Symfony! (BONUS)

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 ...

A new IDE that could overtake VS Code?

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 ...

5 BEST HTML Frameworks!

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...

Install and Configure Samba on Ubuntu!

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...

How to import Google Fonts to your CSS

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...

How to install and configure PHP on Ubuntu!

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...

2 Ways to Find Out Which Process Listening on a Particular Port

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 ...

How to Change PHP Version in Ubuntu!

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...

1 2 3 4 5 6 7 8 9 10 11