Macrostack UI
Design of macrostack app
Saurabh Sharma
Design of macrostack app
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.
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.
Read all the posts tagged with frontend
Read all the posts tagged with javascript
Read all the posts tagged with webdev
Blogposts from Saurabh Sharma. Stay updated in latest web development trends, performance and scalability
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.
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.
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.
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 is something popularized by React in the JavaScript community. It is not a new thing but just got popularized in recent days.