Blog
I write about software development, programming, tech and my personal life.
All Posts
Beyond Barriers: Building Truly Inclusive Web Experiences
Your interface probably breaks in ways you've never noticed. Here's what actually matters in web accessibility—tested on real users, not just checklists.
What is Async/Await?
A beginner's guide to understanding asynchronous JavaScript using async/await with practical examples and real-world analogies.
High Order Functions and Arrays in JavaScript
A comprehensive guide to JavaScript array methods including forEach, filter, map, sort, and reduce with practical examples and real-world use cases.
bind(), call(), and apply() in JavaScript
Understanding the this keyword and how bind(), call(), and apply() methods work in JavaScript with practical examples.