
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
94 Views
The userspace is the area or space where all the applications executed by the user are located, such as the terminal, web browser, text editor, etc. In simple terms, the userspace is an area with resources for user processes to run. This space has limited access to the hardware, a ... Read More

Mead Naji
80 Views
Bash script is a language that has multiple functionalities and capabilities, and as a programmer, keeping track of and remembering all the language syntax, especially if it's not your day-to-day language, is hard. For this purpose, we use comments, which allow us to simplify and demonstrate what a part of ... Read More

Mead Naji
47 Views
WordPress is the leading content management system in the world. It's free, open source, and easy to use. It is based on the popular backend language PHP. According to statistics, WordPress powers almost 60% of web applications worldwide. This is because it offers many features and capabilities that every website ... Read More

Mead Naji
44 Views
TeamViewer is a popular software for remote access to computers. It allows you to access another machine using an ID and a password. It is generally used for troubleshooting and fixing problems. TeamViewer is not the only software that offers remote access; there are other alternatives. However, TeamViewer is the ... Read More

Mead Naji
134 Views
Redmine is one of the best free and open-source project management tools, written using Ruby on Rails. Its customizable nature makes it an excellent choice for managing and tracking bugs in projects. The term "project management" refers to a broad process with different stages and phases, ranging from planning and ... Read More

Mead Naji
91 Views
When you try to build a website for production or just start learning web development, you need a server to make your web application accessible from the browser to other users, either to use it or test its functionality. The web server is an interesting part of any web application ... Read More

Mead Naji
63 Views
Gradle is an open-source build automation tool. This means that before the code written by developers is deployed to phones, web servers, or other devices, it needs to be packaged, tested, and published. This process is called building the software. A tool like Gradle can be used by developers to ... Read More

Mead Naji
83 Views
Atom is one of the simplest and most efficient code editors, developed and maintained by Google. It is built using Electron, a cross-platform application framework, with the goal of being simple and clean. One of the key features of Atom is its extensive library of community packages and themes, which ... Read More

Mead Naji
75 Views
Linux has a suite of software and tools that Linux users and administrators use to develop or manage the operating system. One of the most commonly used tools is Vim. Vim is a popular text editor, or even an IDE, that can be used for everything from editing text to ... Read More

Mead Naji
90 Views
MariaDB is one of the most popular relational database systems out there that can be used to store data. MariaDB is a fork of the popular database MySQL and provides some improvements and features over the classic MySQL. There is often confusion in this area, many developers think that MariaDB ... Read More