Latest blogs

A rotating stream of posts from across the site, sharing ideas, stories, and practical notes for curious builders.

View all →
  1. JavaScript for Backend Development

    JavaScript, originally designed as a client - side scripting language for web browsers, has made a significant leap into the backend develo…

    Read more
  2. OpenUI5 – JavaScript UI Library from SAP

    In the realm of web development, creating visually appealing, responsive, and user - friendly interfaces is of utmost importance. OpenUI5,…

    Read more
  3. Queue in JavaScript

    In the world of computer science, data structures play a crucial role in organizing and managing data efficiently. One such important data…

    Read more
  4. Implementation of LinkedList in JavaScript

    In the world of data structures, LinkedLists are a fundamental and versatile concept. A LinkedList is a linear data structure where each el…

    Read more
  5. Binary Search Tree in JavaScript

    In the world of computer science and data handling, data structures play a crucial role. They help in organizing, storing, and retrieving d…

    Read more
  6. Mastering the D3.js `d3.map` and JavaScript Native Map

    D3.js (Data-Driven Documents) is a powerful JavaScript library for visualizing data. It provides a wide range of functions to manipulate an…

    Read more
  7. Quiz about Node.js Basics

    Node.js has become a cornerstone in modern web development, enabling developers to build scalable network applications. Whether you're a se…

    Read more
  8. Quiz about Node.js Event Loop

    The Node.js Event Loop is a fundamental concept that enables Node.js to handle asynchronous operations efficiently. It's crucial for develo…

    Read more
  9. Quiz about Function in Next.js

    Next.js is a popular React framework that offers many features to build server-rendered and static web applications. Functions play a cruci…

    Read more
  10. Quiz about Introduction to Express.js

    Express.js is a minimal and flexible Node.js web application framework that provides a robust set of features for building web applications…

    Read more
  11. Quiz about Component & Props in Next.js

    Next.js is a popular React framework that simplifies the process of building server - side rendered (SSR) and statically generated web appl…

    Read more
  12. Quiz about Styling in Next.js

    Next.js has gained significant popularity in the React ecosystem due to its powerful features for building web applications, including its…

    Read more
  13. Quiz about Data Fetching Basics in Next.js

    Next.js is a popular React framework that simplifies the process of building server-rendered and statically generated applications. One of…

    Read more
  14. Quiz about API Routes in Next.js

    Next.js is a popular React framework that simplifies the process of building modern web applications. One of its powerful features is API R…

    Read more
  15. Quiz about Building RESTful APIs with Express.js Quiz

    RESTful APIs are a cornerstone of modern web development, enabling seamless communication between different software components over the in…

    Read more
  16. Quiz about Unions, Intersections & Aliases - TypeScript Quiz

    TypeScript is a superset of JavaScript that adds static typing to the language. One of the powerful features of TypeScript is its ability t…

    Read more
  17. Quiz about Objects & Interfaces - TypeScript Quiz

    TypeScript is a superset of JavaScript that adds static typing to the language. One of the core features of TypeScript is its ability to de…

    Read more
  18. Next.js Middleware Quiz: Test Your Knowledge

    Next.js is a popular React framework that simplifies the process of building web applications. One of the powerful features it offers is Mi…

    Read more
  19. Quiz about Forms and Validation in Next.js

    Forms are an essential part of web applications, allowing users to input data. In Next.js, handling forms and validating the input is cruci…

    Read more
  20. Quiz about Error Handling in Next.js

    Error handling is a crucial aspect of building robust and reliable web applications, and Next.js provides several powerful mechanisms to ha…

    Read more
  21. Quiz about Testing in Next.js

    Testing is an integral part of the software development lifecycle, ensuring that your application behaves as expected and is resilient to b…

    Read more
  22. Quiz about Real - time Feature in Next.js

    Next.js is a powerful React framework that has gained significant popularity due to its features such as server - side rendering, static si…

    Read more
  23. Creating Progress Bar using JavaScript

    A progress bar is a graphical control element used to visualize the progression of an operation, such as a file download, data processing,…

    Read more
  24. jQuery | Hide/Show, Toggle, and Fading Methods with Examples

    jQuery is a fast, small, and feature - rich JavaScript library. It simplifies HTML document traversing, event handling, animating, and Ajax…

    Read more

Topic collections

Each hub gathers related writing, examples, and reflections into a focused space where you can explore at your own pace.

  1. CSS Mastery

    Master modern CSS for the web

    Learn layouts, responsive design, animation, and styling patterns for real-world interfaces.

  2. HTML Semantic Markup

    Build a strong HTML foundation

    Practice semantic, accessible markup that improves readability, SEO, and long-term maintainability.

  3. Responsive Web Design

    Design for every screen size

    Craft flexible layouts, media queries, and patterns that look great on any device.

  4. React Tutorial

    Build modern apps with React

    Go from components and hooks to real-world patterns and production-ready workflows.

  5. TypeScript Handbook

    Level up your TypeScript fluency

    Types, generics, tooling, and migration strategies to make large JavaScript codebases safer.

  6. Vue.js Tutorial

    Ship polished UIs with Vue.js

    Learn components, routing, and state management with practical Vue.js tutorials.