Vamsi Rao

Vamsi Rao

Follow
homeBytesAboutUpdatesSupportSide Projectsbadgesnewsletter
Tag

2Articles1Week

#2articles1week

More content

Read more stories on Hashnode


Articles with this tag

How to make your logged JSON readable?

Sep 15, 20201 min read 463 views

I am tired of logging JSON and seeing [Object] or [Array] on my terminal. So I set out on a mission to do something about it. Enter jq, a lightweight...

How to make your logged JSON readable?

What is cache and common ways of using it?

Sep 11, 20203 min read 2.0K views

Let me set the context with this quote There are only two hard things in Computer Science: cache invalidation and naming things. ~ Phil...

What is cache and common ways of using it?

Another Way to Render SVGs in React

Sep 9, 20203 min read 302 views

I recently came across an interesting pattern to render SVGs in an open-sourced project, so thought of sharing it. Instead of creating one file each...

Another Way to Render SVGs in React

VS Code extensions I use to be more productive

Sep 3, 20202 min read 4.0K views

We all use some VS Code extensions for our day to day development and are always on a hunt for more useful extensions. Here is a list of mine and how...

VS Code extensions I use to be more productive

Executing functions in node.js via CLI

Sep 2, 20201 min read 292 views

Sometimes you just want to execute a particular function in an existing node.js backend, instead of making whole network requests to run that function...

Executing functions in node.js via CLI

Faster Debugging with Chrome Dev Tools

Jul 15, 20201 min read 310 views

A lot of times you want to look at request objects and response objects of an API a bit more extensively and with a lot more freedom than what your...

Faster Debugging with Chrome Dev Tools