aladin002dz.bsky.social
@aladin002dz.bsky.social
full code and slides from my "software testing" workshop at Algeria 2.0 👇

Repo: github.com/aladin002dz/...
Unit tests (Vitest): /tree/1-vitest-unit-tests
UI tests: /tree/2-vitest-nextjs
E2E tests (Playwright): /tree/3-playwright-nextjs
Slides: docs.google.com/presentation...
November 27, 2025 at 10:26 AM
🚀 Just updated my DonateBlood app!
🌍 Added English, French & Arabic with i18n
📍 Improved city selection to avoid typos
🐞 Fixed translation bugs
🧪 Adding tests soon
🔗 Live: donate-blood-virid.vercel.app
💻 Code: github.com/aladin002dz/...
#Nextjs #React #i18n #OpenSource #WebDev
November 13, 2025 at 10:54 AM
Excited to join Algeria 2.0, the biggest tech event in 🇩🇿!
I’ll be running a workshop: “Zéro bug (ou presque) – Tests avancés mobile/web” 🧪
Let’s make our apps go from “it works” to “it’s solid.” 💪
#Algeria20 #Nextjs #React #Testing #WebDev #DevCommunity
November 4, 2025 at 1:40 PM
🌍 Built a multilingual Next.js app using next-intl and native i18n routing — with full dir="rtl" support for Arabic!

🔗 Demo: multi-lang-next.vercel.app

💾 Code: github.com/aladin002dz/...

#Nextjs #React #i18n #WebDev
October 28, 2025 at 10:19 AM
🩸 Working on a new blood donation app built with Next.js 15, Better-Auth, Drizzle ORM, Shadcn, Tailwind, Zod & React-Hook-Form 💻

✅ Sign up / Login / Profile update done
🔜 Search feature coming soon!

🌐 Demo: lnkd.in/ecaBQ2ha

💾 Code: lnkd.in/e8UJkp6f

#NextJS #OpenSource #WebDev
October 22, 2025 at 10:50 AM
The Stack Overflow Developer Survey 2025 is out! It’s one of the best resources to understand developer trends, tools, and salaries worldwide.
Check out all the details here: survey.stackoverflow.co/2025/
August 6, 2025 at 1:03 PM
🚀 Tech enthusiasts & developers! 📢✨

🤩 Join us on April 7-8 at Chlef University for two days of tech insights & hands-on workshops, organized by InforBrains! 🔥👨‍💻👩‍💻
🚀🔍

📅 Details here: hackmd.io/@youben/rkbV...

😍💡 #Coding #TechDays #InforBrains #ChlefUniversity
April 2, 2025 at 5:00 PM
🚀🔐 My NextAuth.js v5 Prototype in Next.js!

🔗 Live Demo: next-auth-prototype.vercel.app
🔗 GitHub Repo: github.com/aladin002dz/...
📌 Server-side authentication (but error handling feels immature)
📌 Google OAuth integration
#React #NextJS #NextAuth #AuthJS #OAuth #TailwindCSS
February 19, 2025 at 6:10 PM
🚀💡 React Tip: Boost Your Development Workflow!
❌ Always opening your browser manually after starting the server?
✔️ Let Vite handle it for you—open the server automatically!
👉 Just add this simple configuration to your vite.config.js file:
January 22, 2025 at 2:51 PM
🚀🎯 Simplify your React project structure with Aliases Vite!

❌ import Button from '../../components/ui/Button';

✔️ import Button from '@/components/ui/Button';

👉 in the "vite.config.js." file add aliases, for example:
January 15, 2025 at 7:02 PM