Akash Raju M
RSS FeedHello there!👋 Yep! That's me. A Software developer from Bangalore, India. Welcome to my digital garden 🌱. This is my little corner of the internet where I share my thoughts on software development, tech, and life.
Featured
Modern Javascript -- Nullish coalescing operator (??)
Published: at 05:33 PMIn this short article, I will talk about another handy JavaScript trick that I came across recently known as Nullish coalescing operator (??). This operator was released as a part of ECMAScript 2020 Language Specification.
Modern Javascript -- Optional Chaining (?.)
Published: at 05:08 PMA quick guide to the Optional Chaining (?.) operator in modern JavaScript, explaining how it can reduce code and improve readability.
Create a responsive image gallery using just 3 lines of css, using CSS Grid.
Published: at 09:14 AMLearn how to create a fully responsive image gallery with just three lines of CSS using the power of CSS Grid. This practical guide walks you through the HTML and CSS step-by-step.
Recent Posts
My experience learning Ionic Angular as a Vue developer
Published: at 07:53 PMA Vue developer's journey into the world of Ionic and Angular. This post shares personal experiences, challenges, and key concepts to help others transitioning between these frontend frameworks.
The underdog of Javascript bundlers - Laravel Mix
Published: at 07:31 AMDiscover how Laravel Mix, an elegant wrapper around Webpack, can simplify your JavaScript bundling and transpiling process, especially when integrating modern frameworks like Vue.js into legacy codebases.
Mysteries of Moment.js's UTC offset
Published: at 04:51 PMThis blog post aims to explain the confusing behaviour of UTC in Moment.js javascript library that catches many people off guard when first working with timezones
Mongoose will not throw any errors by default if you use a model without connecting, here’s why.
Published: at 12:00 PMA common gotcha with Mongoose that cost me a hackathon and will probably save you a lot of frustration.