Blog

My personal Blog, I write about problems I've faced or new things I've learned.

  1. The Front-End Workshop That Didn't Go as Planned: My First Teaching Experience

    • Personal

    Last month, I was invited to do a one-week workshop about front-end development at Aleppo University. In this article, I'll be sharing my experiences and thoughts from standing in front of a classroom as the instructor for the first time.


  2. Your Modules Should be Deep, Generics Will Help You with That.

    • TypeScript

    The best modules are deep ones, a lot of functionality hidden behind a simple interface. We will see how Generics can help us design such interfaces.


  3. Filling the Gaps in Next.js App Router: What the Docs Overlook in Scalable Apps

    • Next.js
    • React

    This article examines practical strategies to address scalability challenges in Next.js App Router, including type-safety, code structure and form validation.


  4. What Makes a Good Dashboard

    • Front-end
    • React

    Some tips that I believe can improve the UX for a dashboard application (or any app).


  5. Getting the Most Out of Vscode

    • vscode
    • Productivity

    A few vscode features and how I use them on a daily basis.


  6. Understanding How let Declaration Works in for Loop

    • JavaScript
    • Closure

    You may have come across two code snippets comparing let and var declarations in for loop and the weird behavior of var... but is it really weird?


  7. Implementing an Iterable Linked List in JavaScript

    • JavaScript
    • Tutorial
    • +2

    Did you know that you can create your own iterable objects (can be used with spread operator (...)) in JavaScript?


  8. Blog Posts You May Want to Read

    • General

    A list of blog posts that I've read and found them to be useful.