RSSAmplifier

Blog

Saurabh Sharma

Saurabh Sharma

itsjzt.comRSS feed ↗12 posts

Latest posts

Macrostack UI

Design of macrostack app

My Minimal Web Development Setup

This is the setup I use daily to get things done as a full-stack web developer. I love knowing about tools other people are using and here I'm sharing my exact set up so it can give inspiration to others.

My Full Stack VS Code Setup

I have been using VS Code for the last 3 - 4 years and even though I don't like how resource-intensive it is but when it comes to features and customization it never disappoints me.

Posts tagged with frontend

Read all the posts tagged with frontend

Posts tagged with javascript

Read all the posts tagged with javascript

Posts tagged with webdev

Read all the posts tagged with webdev

All Posts | Saurabh Sharma

Blogposts from Saurabh Sharma. Stay updated in latest web development trends, performance and scalability

Understanding Svelte's $: (dollar label) syntax

In the long list of cool features of svelte, The one which I use more often is this dollar label thing. Initially, it looked strange to me but later I realized it is a valid javascript syntax.

My favorite resources to stay updated in web development space

Even though JavaScript fatigue has settled down, now we only have a few major UI libraries, state management libraries, routers, and recommended ways of server-side rendering. Now you can calmly make your app without messing with webpack and babel configs.

Try these 4 languages from 4 corners of Programming

There are thousands of programming languages, all having features unique than others. There are some more readable, others more performant, some are simple, others are complex. Here I'm presenting you 4 different programming languages from 4 different sides of programming.

Don't set a resolution this year.

We are back again to another end of the year and setting up new year resolution. Every new year we start with new goals and full motivation to change everything. You are in full energy to get most of this year but day after day the motivation gets down, some goals don't even look relevant after just a few weeks.

Declarative Programming & React

Declarative programming is something popularized by React in the JavaScript community. It is not a new thing but just got popularized in recent days.