Akhil

HomeBadges
Pinned article

🔥😋Add a pinch of sugar to JavaScript .map(), .filter(), and .reduce()

Jan 7, 20214 min read

.map() The map() method creates a new array populated with the results of calling a provided function on every element in the calling array. In simple words, call map() on an array with a callback function that takes each element of your array and ...

👋 Optional Chaining ?. and Nullish Coalescing ?? operators in JavaScript

Dec 31, 20204 min read

If you haven't ever heard or used Nullish coalescing operator and Optional chaining operator then this post is for you. Both of the them are short-circuit operators introduced in ES2020. Optional Chaining operator ?. It makes it easy to get deeply ne...

Loading animations in vanilla CSS

Dec 5, 20203 min read

Loaders are quite common web components that we see on the web. It presents a really decent UX and make the client aware of something being loaded. In this blog we will see how to create some of the very basic loading animations in pure CSS. - Ring L...

Building a Sign Up Page using TailwindCSS

Dec 2, 20205 min read

A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup. ^^From https://tailwindcss.com/ About Tailwind CSS is somewhat based on BEM(read more ) m...

© 2021 Akhil

PrivacyTerms
Proudly part of