في عالم يفقد السيطرة 🌀 عالم البرمجة لك

borma logo
person
cover
profile

Magdy Atef Zahran

MERN Stack Developer| React.js | Next.js | Node.js WordPress developer Content Creator. 1201

profile

Magdy Atef Zahran

من 5 أشهر

🧠 ازاي تبني Rendering Strategy Hybrid في مشروع SaaS بـ Next.js 👨‍💻🔥

فيه ناس أول ما تبدأ تشتغل على مشروع SaaS بتختار نوع Rendering واحد وتكمل بيه المشروع كله…اما كله SSR أو العكس كله SSG عشان هيكون أسرع وخلاص وساعتها هتظهرلك مشاكل زي:…

profile

Magdy Atef Zahran

من 5 أشهر

🛠️ اهم Top 5 Tools أي مبرمج شغال علي SaaS محتاجها – مش هتضيع وقتك على Setup وAuth وUploads وDocs 🚀

لو شغال على مشروع SaaS وفيه تفاصيل كتير بتسحب منك وقت في الـ Setup والـ Auth والـ Uploads والـ Docs وغيرهم… فالخمس أدوات دول هيوفروا عليك شغل كبير وهيخلوك تركز على المنتج اللي بتبنيه نفسه.

profile

Magdy Atef Zahran

من 5 أشهر

🧩 كل اللي محتاج تعرفه عن الـ Integration بين الـ Front والـ Back في Next.js 👨‍💻🔥

فيه نقطة ناس كتير بتقف عندها بعد ما تخلص شغل الـ Front: أزاي أوصل الفرونت بالباك؟ وساعتها تبدأ اللخبطه بين الـ APIs والـ Tokens والـ Fetch والـ Errors… الخ. فخلينا نمشيها سطر بسطر ونبسط…

profile

Magdy Atef Zahran

من 6 أشهر

❌ غلطة شائعة بيقع فيها 90٪ من مبرمجين Next.js 🤦‍♂️

لو بتحط “use client” في أول كل فايل React في مشروع Next.js… فإنت كده بتقتل أهم ميزة في نيكست حرفيا 💀 طيب ليه..؟ لأنك لما تكتب “use client” إنت بتقول لنيكست: “سيب السيرفر… وشغل…

profile

Magdy Atef Zahran

من 8 أشهر

إزاي تعمل File Upload SaaS Production-Ready بـ Next.js (Frontend) + .NET (Backend) 📂⚡

رفع ملفات مش بس إن المستخدم يختار صورة ويضغط Upload…في اي SaaS حقيقي الموضوع معقد اكتر: أمان وحجم ملفات ضخم وسرعة وCDN وتكلفة تخزين وفحص فيروسات… إلخ. طيب إيه الحل…

profile

Magdy Atef Zahran

من 8 أشهر

🧠 ازاي تبني Search Box ذكي بالـ AI في SaaS بـ Next.js؟

عشان نكون واضحين… الـ Search التقليدي (SQL LIKE %keyword%) مينفعش في SaaS حقيقي: بيشتغل بالحروف مش بالمعنى المستخدم يكتب: “تصميم لوجو” = مش هيلاقي Document مكتوب فيه “Logo Design”. الحل = AI Semantic Search…

Next.js
profile

Magdy Atef Zahran

من 8 أشهر

Form Authentication كامل بـ React + Vite + Tailwind (Login / Register / Forgot Password)

Project Setup   npm create vite@latest auth-forms -- --template react cd auth-forms npm i npm i -D tailwindcss postcss autoprefixer npx tailwindcss init -p npm i react-router-dom zod clsx tailwind.config.js /** @type {import('tailwindcss').Config} */…

Tailwind
profile

Magdy Atef Zahran

من 8 أشهر

Dashboard UI بـ Tailwind + React (Vite)

1. Project Setup   npm create vite@latest tailwind-dashboard -- --template react<br /> cd tailwind-dashboard<br /> npm i<br /> npm i -D tailwindcss postcss autoprefixer<br /> npx tailwindcss init -p tailwind.config.js /** @type…

Tailwind
profile

Magdy Atef Zahran

من 8 أشهر

Landing Page Project — TailwindCSS

1. Project Setup  npm create vite@latest tailwind-landing cd tailwind-landing npm install npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p tailwind.config.js export default { content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"], theme: { extend: {},…

Tailwind