All Posts
477 posts

Why I created Deeper Dark Color Theme for VS Code ?
I am using Visual Studio Code as one of my most used source code editors on MacOS, Ubuntu Linux, and Windows. I love dark mode with good contrast colors, so, I tried several color themes but not …
How to change Fish Greeting message to my name in ASCII Art
In Fish, there is a way to show a message when starting a Fish shell in your terminal or console, I like to put my name as this greeting message but in ASCII art like this. ___ _ _ / _ \| | | | / /_\ …
Medical & Health Advices to Programmers, Software Developers, and Engineers
I collected many sound medical advices for all of you, fellow developers. I included the references and sources of the health and medical tips, too. Feel free to check them and contact me if you find …

The Best Font for MY Phone
I was using the default font on my Samsung phone, but I tried to change it. The font I settled on is SamsungOne. Why ? 1st party vs 3rd party 🔗 I prefer to use stock experience and first party …
Is the Macbook Air or Pro better ?
Let’s go through some key comparisons between MacBook Pro and Air laptops, then finally deciding which best suits our use case. Intel or Apple’s M 🔗 No need to argue anymore. Choose …
My Youtube videos
My tech videos on YouTube are in Arabic language. Next videos 🔗 explain programming in Go explain programming in Dart developing a website in Laravel developing Android app in Flutter explain …
Kart Business Project
Kart Business website 🔗 landing page of a single card Kart Business Android app 🔗 private commenting system (chat system) homescreen app widget Kart Business iOS app 🔗 private commenting system (chat …
Predictions for the Future of Programming Future in 2030
On May 2019, I wrote my predictions for the future of programming in 2025 . Let’s evaluate my predictions now before talking about my predictions for programming in 2030. evaluation of my 2025 …

GUI vs CLI - comparisons, benefits of each
Too many people consider Graphical user interface (GUI) very beautiful and Command line interface (CLI) awful. The fact is that graphical user interface is easy-to-use, good-looking, .. BUT uses a lot …
How to create a hyperlink to install programs via APT the Linux package manager ?
This is a really elegant way to link to program packages to be installed on Ubuntu directly from software center. It works on all Linux distributions that use APT as their package manager such as …