Kart Business Project

Predictions for the Future of Programming Future in 2030

OCR Software made by Abanoub Hanna - Software Developer

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 M-series; it is just better. Expensive or Cheap 🔗 MacBook Pro laptops are more expensive than MacBook Air counterparts. Performance 🔗 MacBook Pro laptops are more performant than MacBook Air counterparts because Apple’s M4 Macbook Pro models have additional unified memory, long battery life, extra ports (including three Thunderbolt 4 inputs and as SD card slot), and a more sophisticated hardware setup than their Air counterparts.

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 programming in PHP explain HTML explain CSS explain programming in JavaScript explain frontend/DOM JavaScript design using Tailwind CSS explain Microsoft Word explain how to daily drive Ubuntu Linux creating a website using Go + HTMX + Tailwind CSS re-create an e-commerce website in Laravel (<LokaStores.

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 system) homescreen app widget marketing goals 🔗 reach 1st 1 million vistors reach 1st 100k users reach 500k cards I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post.

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 predictions for programming 🔗 Today is the last day of 2024, and tomorrow is the 1st day of the year 2025, Happy New Year to you ALL. I know, there is almost a year for my predictions to become true but I choose not to wait.

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 of computer resources and eat more computing power! So people who want to invest almost all computing power of their desktop or laptop computer MUST use the terminal (CLI for Linux). But what are the benefits of CLI over GUI?

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 Debian, Ubuntu, Linux Mint, Elementary OS, and Kali Linux. How to create that installation hyperlink ? 🔗 The normal hyper link in HTML is <a href='https://abanoubhanna.com'>the tech blog</a> So the “click to install” link is

Choosing Your Desktop Environment: KDE Plasma, GNOME, or XFCE

If you’re new to Linux, you might be wondering about “desktop environments”. They’re basically the look and feel of your computer’s interface – the things you see on the screen, like the menus, windows, and how they behave. Here are three popular choices: KDE Plasma, GNOME, or XFCE ? 🔗 KDE Plasma 🔗 Think: Customizable and feature-rich. It’s like a powerful toolbox with tons of options. Pros: Highly customizable, lots of widgets (little programs that show information like weather or CPU usage), often comes pre-installed on popular Linux distros like KDE Neon and Kubuntu.

Breadcrumbs or a customized back button ? | Web UX & UI

I am wondering, should I create a full breadcrumb like this home > posts > a post title or just a customized back button like this <- see all posts ? Let’s compare! breadcrumbs 🔗 Using breadcrumbs gives the full path with details, but it has high cognitive load especially if the user/visitor is not tech savvy. Breadcrumbs gives a detailed clear location of where you are as a visitor in the website.

Your Local Development Environment: Adapt to it or Change it to your liking?

Some programmers tend to stick with a development environment as go with it fully. Either customizing it for their liking or learning and adapting to the environment configuration. But is it better to adapt or customize the environment ? What if you adapt ONLY to your local development environment ? 🔗 If you learn a certain local development environment, adapted yourself with it, stick with it, you’ll get stuck with it.

How to redirect www to non-www in Cloudflare ?

redirect www to non-www in cloudflare 🔗 login to your Cloudflare dashboard, choose your website domain name click om “rules” as you see in the screenshot below. click om “redirect rules” under “single redirects” section, click on “create a rule” on the card named “redirect from www to root”, you’ll see a button with the text “create a rule”, click on that button. and you’re done. video tutorial on redirecting www to non-www in cloudflare 🔗 If you prefer watching a video instead of reading, here you go.