9.2K followers
I am currently a Software Engineering student at ALX and as part of the process of becoming a software engineer I have decided to learn in public by sharing what I learn with you on this platform.
Delete files from GitHub while keeping them on your local repository (eg: .env, node_modules, etc) · Oh no! Did I just do that? That's exactly how I...
If you are new to software engineering or web development then the word database may seem like a buzzword to you but there is a reason why it is such...
I recently started learning Machine learning, and one of the first concepts that I came across was Gradient Descent. At first encounter, it seemed too...
I was just working on a Python caching system using the first-in-first out (FIFO) policy, when I encountered the challenge of removing the first item...
If you are an Ubuntu user and want to check the version of Ubuntu you are using, you can easily do so using the terminal. In this article, we will...
Using the scp command to transfer files to a remote server · You may sometimes want to upload a file on your computer to a remote server. There are a...