© 2023 Hashnode
#terminal
Most Unix-based distros come with their flavor of the terminal emulator app, i.e. Terminal in macOS, gnome-terminal in Ubuntu, Terminator in Manjaro, and so on. I've been using Alacritty for a while n…
Introduction to the terminal As a beginner, have you ever been intimidated by the terminal? Well, fear not! In this beginner's guide, we will take you through the basics of the terminal, its anatomy, …
So, I just got my new laptop. And I want to set it up so that I can do some coding on my machine. Turns out there are 3 kinds of shell options in Mac OS; the bash profile, the zprofile, and the zshrc, and so on... Anddd.... while experiment…
You have heard of terms like terminal, console, or shell and noticed that they have very little difference from one another. But that's not just true. Each of these is created to perform certain actions. And all these actions revolve around…
Linux is a powerful and versatile operating system used by millions of people around the world. While it can seem daunting to new users, mastering a few essential Linux commands can make it much easie…
ls: list directory contents The ls command in Linux is used to list the contents of a directory. It stands for list and is one of the most commonly used commands in the Linux terminal. Some of the bas…
Tools used Windows 11 Visual Studio Code Python Use ChatGPT in your Python script ChatGPT and other AI models are likely to be the future of software development, and a string of other fields. Th…
Termux is a potent Android terminal emulator that helps users reach the Linux command-line environment on their mobile phones. With Termux, users can install and run a wide variety of Linux tools and …
Use a password manager to organise your local env and dot env files. dotenv files for local development have been ever so popular with tonne of tools out there to manage. Even if you utilise it for l…
As a web developer, understanding the Document Object Model (DOM) is essential to creating dynamic and interactive web pages. The DOM is a representation of the HTML document in the browser, and it al…