Shivam Bhadani (@shivambhadani_) 's Twitter Profile
Shivam Bhadani

@shivambhadani_

Freelancer | Software Developer | Blogs - medium.com/@shivambhadani_ | shivambhadani.sayout.net

ID: 1573216104100417536

linkhttps://shivambhadani.vercel.app/ calendar_today23-09-2022 07:42:24

6,6K Tweet

15,15K Followers

703 Following

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

You may often hear a statement from people that you need to do something extra or special to stand out in the crowd to get a job. If you go and see their profile who gives this advice then u can see, they haven't built/ done anything special themselves. Even in this market, I

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

Make a reusable generic table. You can look at the react-table library as an example. Table should be highly customisable like you can pass options as props such as sorting, pagination (with page size), which columns to show, what to hide, scrollable or not, find all elements

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

I don't know why people troll mass recruiters. Two kinds of person go there: 1) Unskilled 2) Deserve better than 3 lpa but due to luck and circumstances, somehow end up there. Person 2 can easily switch in <=1 yr. If u are skilled, luck can't hold u back for too long. Person

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

I have 3 ideas for the next blog: Option 1: AWS Part 4 - Auto Scaling Groups Option 2: Springboot end-to-end for those who already know any other framework (such as nodejs, golang etc). Option 3: Advance Docker (Docker Volume, Network, Stage Builds etc). You can comment on

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

This post is for those who want to do DSA from leetcode and don't want to solve codeforces. I always tell, no. of qsns don't have value. Always judge your skills from contests (weekly & biweekly) performance. But the target should be to solve at least 100-150 leetcode hard to

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

For those who started college and asked me how to start coding? Ans: Start with learning C language. Resources: When I started in 2021, then I learnt from "Saurabh Shukla" youtube channel because I liked his teaching style. But u can search on youtbe and learn from anyone whose

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

Answering some qsns related to CP which I get often. Q) Which is the best platform to give contests? Ans) Codeforces and Atcoder Q) Pre-requisite to start CP? Ans) C++ and STL Q) Is knowledge of DSA required to start Codeforces? Ans) No. DSA is not required. Q) Where to

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

Striver In frontend we should: - Make the component as generic as possible allowing to pass props for different usecases. - Involve higher order components. In backend: - We should always follow SOLID. - Instead of directly creating classes, make interfaces of it so implementation can

Shivam Bhadani (@shivambhadani_) 's Twitter Profile Photo

Some tips for DSA interviews: 1. Write variables and function names descriptive. Don't use i, j, x, y etc. 2. If some code is repeating, never copy paste in two places. Wrap it in a reusable function and call that function multiple times. 3. Don't make the length of the code