Agney Menon

Agney Menon @boywithsilverwings

About: Software Developer at BigBinary. Engineer 👨‍💻 Sleeping if not Online 🤖

Location:
Kochi
Joined:
Sep 7, 2019

Agney Menon
articles - 38 total

Please don't overuse optional chaining

This post is small rant on optional chaining and it's usage. If you don't know, optional chaining al...

Learn More 5 0Aug 21 '20

Counting React Children

Children.count() and Children.toArray().length have different outputs. We are going to explore how an...

Learn More 19 1Jun 24 '20

Tailwind CSS & Svelte on Snowpack - Svelte Preprocess

Snowpack is a tool for building web applications with less tooling and 10x faster iteration. Tailwind...

Learn More 49 1Jun 23 '20

Conditionally spread into Object/Array - Javascript

There comes a time when we want to add more fields/elements into an array or object when it satisfies...

Learn More 11 0Jun 11 '20

The Web in May

This content is from my monthly newsletter about the Web. Go here to subscribe May I? Catching up...

Learn More 7 1May 31 '20

The Web in April - Newsletter

This is from a monthly newsletter I write about the web. If you like what you are seeing, you can su...

Learn More 1 0Apr 30 '20

Tailwind CSS with Snowpack

Snowpack is a tool for building web applications with less tooling and 10x faster iteration. Tailwind...

Learn More 10 2Apr 19 '20

10k and Reflecting on Stack Overflow

About 5 years ago, as I started out on Stack Overflow, I was simply looking for a way to keep track o...

Learn More 3 0Apr 18 '20

Free Computer Science Courses and Certifications in time of COVID-19

The pandemic has everyone stuck at home and it seems like we have a little more time on our hands. L...

Learn More 25 3Apr 13 '20

Effective Remote Communication

A lot of people are taking to remote for the first time because of the pandemic. While doing software...

Learn More 5 0Apr 6 '20

The Web in March - Mindless Newsletter

Taken from my monthly newsletter. Subscribe to receive in your inbox every month. March is coming...

Learn More 2 0Mar 31 '20

Ionic React & Imperative Toast Messages

A toast notification is a long standing custom in mobile application used to notify the user of somet...

Learn More 9 1Mar 28 '20

Deliveries in the time of Corona - A WebApp for coordinating Deliveries

Hey Guys! I'm starting out on building an open source web application for coordinating deliveries in...

Learn More 8 0Mar 18 '20

Theming with Styled Components

A guide on theming your web applications with Styled Components. Why should you theme? T...

Learn More 57 0Mar 4 '20

Fast Track to Dark Mode with Styled Components and React

This post describes a fast track to dark mode with Styled Components and a couple of other packages w...

Learn More 16 0Feb 25 '20

Replacing Styled Components with a 1KB alternative Goober

Styled Components and EmotionJS are two of the most popular CSS-in-JS libraries for the React land. B...

Learn More 70 6Feb 12 '20

The Web in January 2020

This content is from my Monthly newsletter. You can subscribe to it from here. I hope you are all...

Learn More 56 0Jan 30 '20

The Hooks of React Router - Getting Ready for v6

React Router 5 embraces the power of hooks and has introduces four different hooks to help with your...

Learn More 15 0Jan 21 '20

Creating a JAMStack Reader App with React & Netlify Functions

I'm in 💖 with the JAMStack, It gets the work done. One of the very exciting companies in this area is...

Learn More 22 0Jan 4 '20

Reassignment vs Mutability

A lot of ideas here has been borrowed from the Values vs References article in JavaScript concepts s...

Learn More 43 3Dec 29 '19

Type Coercion - JavaScript Concepts

Originally written with interactive examples on my blog This is part of a series where I try to ex...

Learn More 19 1Dec 17 '19

Value vs Reference - JavaScript Concepts

Before we go into JavaScript of things, let's look at what Pass by Value and Pass by Reference actual...

Learn More 46 1Dec 15 '19

Promises - JavaScript concepts

This is part of a series where I try to explain through each of 33 JS Concepts. This part correspond...

Learn More 58 3Dec 13 '19

Closures - JavaScript Concepts

This is part of a series where I try to explain through each of 33 JS Concepts. Originally written...

Learn More 72 4Dec 8 '19

Scope - JavaScript Concepts

This is part of a series where I try to explain through each of 33 JS Concepts. Originally written...

Learn More 57 0Dec 8 '19

Styled Components & TypeScript - 😍

Styled Components happens to be one of my favorite CSS in JS libraries all time and have been part of...

Learn More 73 0Dec 7 '19

7 NPM Commands that will help you save time

As JavaScript developers, NPM is something that we always use and we have a script continously runnin...

Learn More 167 9Dec 3 '19

🎄 Writing your Advent Blog Posts with GatsbyJS

The Advent has officially began and it's time for some advent blog posts. I made a GatsbyJS theme to...

Learn More 5 0Dec 1 '19

Configuring Preact CLI with Tailwind CSS

Tailwind CSS is a utility first CSS framework for building custom web designs. The utility consists...

Learn More 10 8Nov 24 '19

Introducing Playground - A Frontend Demonstration Component

Playground is a React Component that can be used for demonstrating HTML, CSS and JavaScript code. S...

Learn More 11 0Nov 22 '19