Adam. R

How to Take Backup of MySQL Database in Python

Written on March 15, 2022

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

How to install JDK 17 on Ubuntu!

Written on March 13, 2022

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

If you are using ReactJS... Get React Query NOW

Written on March 9, 2022

Introduction You may be wondering why I should get another package on my React website. React Query will make your fetch requests and more 100% easier! I will explain. Explaination React Query, a Rea...

How to integrate Stripe to your website with PHP!

Written on March 8, 2022

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! I will use...

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

Written on March 5, 2022

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

How to change a hostname in Ubuntu!

Written on March 2, 2022

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

How to tunnel SSH over SSL!

Written on March 2, 2022

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 (https) but tho...

How to make a basic clock in python!

Written on March 1, 2022

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 some packages so lets i...

What's the difference between NPM and Yarn?

Written on February 28, 2022

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 with others, r...

How to install Ubuntu WSL2 on Windows 10

Written on February 27, 2022

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 Windows 11 so ...

1 2 3 4 5 6 7 8 9 10 11