Akshad.js (@akshad_999) 's Twitter Profile
Akshad.js

@akshad_999

github.com/akshadjaiswal

ID: 1513391657269440512

linkhttp://linkedin.com/in/akshadsantoshjaiswal/ calendar_today11-04-2022 05:41:47

792 Tweet

689 Followers

415 Following

Akshad.js (@akshad_999) 's Twitter Profile Photo

Starting the day right β˜•πŸ’» β†’ Reading some docs and new tech stuff β†’ Checking out new dev tools β†’ Planning what to build today β†’ Doing a few code reviews and evaluation Peaceful mornings, focused mind, time to build.

Starting the day right β˜•πŸ’»
β†’ Reading some docs and new tech stuff
β†’ Checking out new dev tools
β†’ Planning what to build today
β†’ Doing a few code reviews and evaluation 
Peaceful mornings, focused mind, time to build.
Akshad.js (@akshad_999) 's Twitter Profile Photo

Every backend dev learns this the hard way : writing code is easy, keeping it stable isn’t. β†’ DB migrations break prod β†’ Queues overflow β†’ Memory leaks appear β†’ Logs flood instantly That’s when you realize: reliability > perfection.

Akshad.js (@akshad_999) 's Twitter Profile Photo

Writing clean APIs isn’t just about routes β†’ Keep request & response formats consistent β†’ Validate everything that comes in β†’ Handle errors gracefully, not with 500s πŸ˜… β†’ Use versioning : v1, v2 saves future pain β†’ Document your APIs, even briefly A clean API = a happy

Akshad.js (@akshad_999) 's Twitter Profile Photo

Worked on some major performance improvements today πŸ’» β†’ Fixed a query issue that was slowing things down β†’ Reduced database calls drastically β†’ Optimized execution time β†’ Added better error handling & monitoring β†’ Documented everything for future builds Refactoring done

Worked on some major performance improvements today πŸ’»
β†’ Fixed a query issue that was slowing things down
β†’ Reduced database calls drastically
β†’ Optimized execution time
β†’ Added better error handling & monitoring
β†’ Documented everything for future builds
Refactoring done
Akshad.js (@akshad_999) 's Twitter Profile Photo

Sales team struggled with manual reports : so built an web app overnight β†’ Automated the entire report flow β†’ Enabled quick partner login and report generation β†’ Freed up time for real work Overnight shipping feels so good man

Sales team struggled with manual reports : so built an web app overnight 
β†’ Automated the entire report flow
β†’ Enabled quick partner login and report generation 
β†’ Freed up time for real work
Overnight shipping feels so good man
Sambhav Wakhariya πŸ‘Ύ (@coding_sage) 's Twitter Profile Photo

5 Months ago I gave an Interview for a Startup based in Hyderabad offering me 5 LPA with work from home culture! There were 2 rounds 1st was DSA 2nd was Direct Interview Do you know there were 2 questions in that DSA round 1. Reverse Linked List 2. Kth Largest Element in an

5 Months ago I gave an Interview for a Startup based in Hyderabad offering me 5 LPA with work from home culture!

There were 2 rounds
1st was DSA
2nd was Direct Interview

Do you know there were 2 questions in that DSA round
1. Reverse Linked List
2. Kth Largest Element in an
Akshad.js (@akshad_999) 's Twitter Profile Photo

Next.js with Tanstack query isn’t just about fetching data, it’s about control β†’ Prefetch on server, hydrate on client : zero flash states β†’ Automatic cache + background refetching β†’ Handle mutations with optimistic updates β†’ Keep UI reactive without complex state logic Once

Akshad.js (@akshad_999) 's Twitter Profile Photo

Even if you’re doing a 9 to 5, don’t let it stop you from building side projects. -> Try a different stack than your daily one -> Don’t get too comfortable with the same tech -> Learn something new, something advanced -> Explore tools that’ll make you a better dev tomorrow That’s

Akshad.js (@akshad_999) 's Twitter Profile Photo

When you start a new project don’t rush to code. β†’ Plan the data flow and user story first β†’ Define clear API contracts β†’ Think about scaling & caching early β†’ Avoid over-engineering at MVP stage β†’ Write docs before you forget how it works

Kartik (@code_kartik) 's Twitter Profile Photo

Raw screenshots kill good products. So I built a free tool to make them look like product shots in 10 seconds. It’s called Stage v2 ↓ You ship something great. Then you post a flat, dull screenshot. No one clicks, no one shares. Presentation matters more than most people

Akshad.js (@akshad_999) 's Twitter Profile Photo

Working on a SaaS product for the past 8 months taught me a lot β†’ Break big features into smaller parts to move faster β†’ APIs aren’t just request-response : they need orchestration & structure β†’ Clean code makes iteration easy β†’ Build for scalability and future growth β†’

Working on a SaaS product for the past 8 months taught me a lot 
β†’ Break big features into smaller parts to move faster
β†’ APIs aren’t just request-response : they need orchestration & structure
β†’ Clean code makes iteration easy
β†’ Build for scalability and future growth
β†’
Akshad.js (@akshad_999) 's Twitter Profile Photo

Connecting Backend APIs in Frontend : the advanced way β†’ Use TanStack Query for caching & background refetch. β†’ Implement abort controllers to cancel API calls on route change. β†’ Add Axios interceptors for token refresh & retry logic. β†’ Maintain a typed API layer for clean

Connecting Backend APIs in Frontend : the advanced way 
β†’ Use TanStack Query for caching & background refetch.
β†’ Implement abort controllers to cancel API calls on route change.
β†’ Add Axios interceptors for token refresh & retry logic.
β†’ Maintain a typed API layer for clean
Akshad.js (@akshad_999) 's Twitter Profile Photo

Learn through Open Source the right way 🧭 β†’ Start with small issues, fix typos, update docs, read PRs β†’ Understand repo structure & contribution flow β†’ Pick one feature and follow how it’s built β†’ Learn to read code before writing it β†’ Gradually move to bug fixes &

Akshad.js (@akshad_999) 's Twitter Profile Photo

Becoming a dev in 2025 isn’t about degrees, it’s about this β†’ Stop chasing 10 tutorials, build 1 real project β†’ Learn fundamentals: JS, HTTP, Git, APIs β†’ Understand how systems actually work, not just how to use them β†’ Use AI tools to accelerate building, not replace it β†’