
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Mead Naji has Published 28 Articles

Mead Naji
118 Views
PHP is known as an older language that serves almost 60% of websites around the world. Due to its simplicity and stability, some popular web technologies are based on PHP, one of them being Laravel. Laravel is a well-known backend framework that provides developers with all the tools needed to ... Read More

Mead Naji
126 Views
Ruby is one of the most popular programming languages, known for its stability and simplicity. It has been powering applications for a long time. You may have heard of Ruby on Rails, one of the most well-known web frameworks used to build web applications. It's used by large companies like ... Read More

Mead Naji
307 Views
If you are a DevOps engineer, a Linux sysadmin, or even just a developer, you may have faced the annoying problem of managing versions in your development environment. Luckily, we now have a tool that can manage this for us out of the box, called ASDF. ASDF stands out for ... Read More

Mead Naji
266 Views
The shell is the interface between the user and the system. It can be used to do anything you want on your system. In Linux, there are several types of shells that we can use and interact with. In this article, we will explain how to use and customize the ... Read More

Mead Naji
109 Views
Kubernetes is a well-known container orchestration platform that allows you to manage containers from deployment to scaling and automation. It is also known as K8s as an abbreviation. For beginners, getting started with Kubernetes can be a bit confusing, as you need a server to start applying Kubernetes commands and ... Read More

Mead Naji
398 Views
Vim is a well-known text editor in the terminal, used by many developers and sysadmins around the world. However, it is also known for its complicated keybindings and modes. You may want to use Vim, but for those reasons, or if you don't want to invest much time just to ... Read More

Mead Naji
119 Views
Podman and its Daemonless Approach? Podman is an open-source container engine project that helps us with developing, managing, and deploying containers. What makes Podman special is its daemonless approach. With Docker, when we work with the Docker CLI, we're actually interacting with the Docker daemon, which runs in the ... Read More

Mead Naji
700 Views
When we talk about applications that we take and run in the container world, we call this an image, which we save somewhere and run for as long as we need it. We have a lot of places where we can find an image; we call these image registries. We ... Read More

Mead Naji
100 Views
Podman is in the official repository for almost all distributions, making it easy to install. On Ubuntu / Debian / Mint. sudo apt install podman For Red Hat / Fedora sudo dnf install podman For Windows, it’s recommended to use WSL (Windows Subsystem for Linux) to install and ... Read More

Mead Naji
145 Views
These days, we hear a lot about the terms containers and VMs, and if you are a beginner, it's hard to differentiate between these terms and technologies that are similar and almost do the same work. In this comprehensive tutorial, we will explain in an easy way what a container ... Read More