
My ToDo List for 2024 (daily updates)
I have too many goals I want to achieve in 2024. Here are the goals related to programming. Opensource Image to Text OCR app 🔗 I opensourced img2txt app on Github. You can install the app from Google …
Better Alternatives to Facebook Ads
There are too many challenges with Facebook ads such as difficulty of paying in Egypt due to limits on dollar spend. But there are too methods to cope with these challenges or avoid them. Method 1: …

Should I use plain text files or sqlite database on my Android app?
I developed An android app to read the books of Pope Shenouda III in Arabic . I used plain text files as a storage. Each chapter of each book is a plain text file called for example a1.txt. I want to …

Phishing Facebook Pages via Recommendation
The hackers and stealers use new ideas and methods to convince you to click on their phishing page link. We discovered the direct message way in a previous post , and the recommendation way in another …

Another Strategy to Send a Phishing Link into Facebook Inbox
After few days of that phishing campaign we talked about in a previous post , I faced a new strategy to phish Facebook page admins and steal their accounts/pages. In this method of reaching out to …
Why I Migrated KMT Hugo theme from Tailwind CSS to Vanilla/Pure CSS ?
I created a theme for my bilingual website called kmt . In the beginning, I designed the layout of the theme in Tailwind CSS . After some time, I realized that tailwind is complicate things more for …
How to show posts of my kmt theme on demo but not on others' websites
I want to create documentation and tutorials about my Hugo theme KMT, but I want to simplify my setup by adding them inside the theme itself. But if I added the posts in kmt theme, they’ll show …
SEO optimization in Kmt Theme
KMT theme is the theme developed for websites powered by Hugo . Kmt theme is developed to be optimized for search engines. Minimal 🔗 Kmt theme is developed with minimalism in mind. The less code …
Making Your Website Shine on Search Engines: SSG vs. SSR for SEO
So, you’ve built a fantastic website, but how do you get people to find it? Search Engine Optimization (SEO) is key! This post dives into SSG (Static Site Generation) and SSR (Server-Side …
Why I migrated my website to Hugo?
futureproof post format 🔗 In Hugo, we use a markdown file as the structure of the post. It is a reuseable post format. If something happen in the future, I can write a simple script to convert each …