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