PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Adam. R

@howtoubuntu

2048 Points 32 Followers

107 Posts

9 Answers

Hello I am HowToUbuntu Contacts: Phone Number (This is a VOIP for safety): +1-(470)-980-6776

4 of the BEST DEV TOOLS YOU WILL NEED TO KNOW!

# Introduction The return of me. I missed making these types of articles. This one brought me joy since this was actually fun to make and I learned more than any of my past articles. I have...

5 MORE DEV TOOLS YOU NEED TO KNOW!

# Introduction Ever since I posted the `5 new services developers NEED TO KNOW!`, many people have gave me support and liked it. So, I think doing more will help more and more people! Let's...

5 new services developers NEED TO KNOW!

# Introduction There are many services for developers that launch every week. Some are really impressive. I am showing you some of them and giving details about them. Let's go! --- # List...

How to make a loading screen animation using HTMLS, CSS, and JS

# Introduction Today, I will teach you how to create a loading screen animation using HTMLS, CSS, and JS. This tutorial will contain all the code required for you to create the loading scree...

How to install the Solana on Ubuntu

# Introduction Solana is the **#1** cryptocurrency for developers. It quick, easy to setup, and low gas fees. Most developers use Solana because it is so easy to make a token on the Solana b...

5 BEST VSCode Extension for Python!

# Introduction Time to continue this series! It's so much fun making this series since even I get to learn and find new things on VSCode! No wasting time today, let's start! --- # List ##...

5 BEST VSCode Extensions for CSS Developers!

# Introduction Let me continue the series of the best VSCode Extensions for [programming language]. You know how it goes, so let me start the listing! This will also include SCSS because it...

5 VSCODE Extensions for JavaScript Develeopers!

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

5 best VSCODE Extensions for PHP Developers!

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

How to install Laravel + Symfony! (BONUS)

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

A new IDE that could overtake VS Code?

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

Install and Configure Samba on Ubuntu!

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

How to install and configure PHP on Ubuntu!

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

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

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

How to Change PHP Version in Ubuntu!

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

How to Take Backup of MySQL Database in Python

# Introduction Python is a powerful language that allows you to do tons of things. It even allows you to connect to databases and run SQL queries. Sometimes you may need to take backup of My...

How to install JDK 17 on Ubuntu!

# Introduction JDK 17 has been released recently, so I decided to tell you how to install it on Ubuntu. Fun fact, my first ever post was "How to install JDK 16 on Ubuntu!" Let's get started....

How to integrate Stripe to your website with PHP!

# Introduction Stripe is one of the biggiest services that many companies use to recieve online payments, its fast and secure! So, I will explain how to integate Stripe onto your online shop...

How to write "Hello World" in every programming language!

# Introduction Let's get straight to the point. There are a lot of coding languages. Hello World is iconic so lets begin already! --- # C ```c #include int main() { printf("Hello Worl...

How to change a hostname in Ubuntu!

# Introduction Sometimes people want to change their ubuntu server name to something to go along with their project or something. Well, I will teach you how to do it without doing anything c...

How to tunnel SSH over SSL!

# Introduction Have you ever found yourself behind a restrictive firewall that only allows outbound http(s) traffic, but you need to SSH out? Perhaps you’ve tried running SSH on port 443 (ht...

How to make a basic clock in python!

# Introduction In this tutorial I will show you how to make a basic clock in Python! Let's not waste anymore time and start coding! --- # Coding ## Import packages We will need to import s...

What's the difference between NPM and Yarn?

# Introduction To first set some basic things into motion. NPM and Yarn are both package manager. But what is a package manager? A package manager helps developers share software packages wi...

How to install Ubuntu WSL2 on Windows 10

# Introduction Previously, I made a tutorial on how to install WSL2 on Windows 11. Now, I will show you how to install WSL2 on Windows 10. Some Windows 10 users still have not switched to Wi...