arvindkuma57021 Profile Banner
arvind kumar Profile
arvind kumar

@arvindkuma57021

Followers
26
Following
180
Media
26
Statuses
75

As an experienced Full Stack Web Developer, I specialize in building and deploying robust, scalable websites from start to finish.

Ranchi, Jharkhand
Joined February 2025
Don't wanna be here? Send us removal request.
@arvindkuma57021
arvind kumar
2 days
#day_2 Today, I took a deep dive into of my project and successfully set up all the backend APIs. It was a productive session focused on building the core server functionality and connecting it with the database. @rohit_negi9
0
1
11
@arvindkuma57021
arvind kumar
3 days
#JaiHo! The moment you've been waiting for is finally here! Coder Army is set to unleash its biggest update yet. Mark your calendars and get ready for October 18th, because this is the Strike launch that's going to change everything.@rohit_negi9 @adityatandon02
0
1
6
@arvindkuma57021
arvind kumar
3 days
πŸš€ #day_01 Just started building my own LeetCode Clone! βœ… Full-stack project (Frontend + Backend integration) βš™οΈ Features: problem listings, code editor, submissions, and live test-case evaluation. πŸ’» Tech stack: React, Node.js, Express, MongoDB @rohit_negi9
0
1
7
@arvindkuma57021
arvind kumar
8 days
2
1
20
@arvindkuma57021
arvind kumar
20 days
πŸ“š Completed till lecture 70 of DSA playlist (Coder Army). πŸ”„ From today: watching new videos + revising old ones. πŸ’» Also started working on a major project (Frontend + Backend). #DSA #100DaysOfCode #WebDev @rohit_negi9
0
0
4
@arvindkuma57021
arvind kumar
21 days
#day_36 I Finished my backend series! Now I’m starting a major full-stack project combining frontend + backend. πŸ’» Today I explored WebRTC in depth: ICE candidates (how browsers find the best path) Signaling via backend Peer-to-peer video/audio streaming @rohit_negi9
0
1
11
@arvindkuma57021
arvind kumar
22 days
#day_35_Today i Just explored WebRTC – the tech behind real-time video/audio calls in your browser! βœ… Peer-to-Peer βœ… No plugins βœ… Powers Meet, Zoom, Teams πŸ”— Handles audio, video & data in real time. Future of real-time apps = WebRTC @rohit_negi9
2
1
14
@arvindkuma57021
arvind kumar
27 days
#day_31 Explored WebSockets today Built rooms Added broadcasting πŸ“’ One-to-one chats πŸ”„ Learned multiple tabs = multiple sockets ⚑ Real-time apps feel much clearer now! πŸ’»πŸ”₯ @rohit_negi9 @adityatandon02
0
1
15
@arvindkuma57021
arvind kumar
28 days
#day_31 Just explored WebSockets today! πŸ”₯ They enable real-time, two-way communication between client & server ⚑ Perfect for chats, stock updates, games & notifications. Next step: hands-on implementation πŸ’»πŸš€ #WebSockets #DevJourney @rohit_negi9
0
0
3
@arvindkuma57021
arvind kumar
28 days
#day_30 Explored AI Agents today πŸ€– πŸ‘‰ Realized LLMs can’t directly call APIs πŸ‘‰ Tools bridge the gap (reasoning β†’ action) πŸ‘‰ Built a small project using Weather API 🌦️ APIs + Agents = Smarter AI πŸš€ #AI #LLM #Agents @rohit_negi9
0
0
5
@arvindkuma57021
arvind kumar
1 month
#day_28 Backend_Journey Today I explored LLMs & why tokenization matters. LLMs don’t β€œunderstand” words – they predict the next token. Tokenization = breaking text into small units the model can handle. It’s the bridge between human language & AI processing. @rohit_negi9
0
1
9
@arvindkuma57021
arvind kumar
1 month
#day_26_in_backend Explored the Sliding Window in backend today πŸ”‘ Key & Score β†’ unique requests + timestamps πŸͺŸ Sliding vs Fixed β†’ more accurate & dynamic βœ… Values stay unique β†’ reliable queries ⚑ Efficient β†’ great for rate limiting, analytics & security @rohit_negi9
0
0
3
@arvindkuma57021
arvind kumar
1 month
#day_25_in_backend_journey Explored Rate Limiting today πŸš€ Started with first principles β†’ asked why we need it. Tried a Token Bucket (messy πŸ₯²). Then moved to Fixed Window Rate Limiter β†’ simple & effective βœ… Key learning: Bad solutions teach you why good ones exist.
0
0
7
@arvindkuma57021
arvind kumar
1 month
#day_24_in_backend_journey User Clicks Logout: The frontend calls the /logout endpoint. Server Deletes Session: The server receives the request, takes the token from the cookie, and deletes the corresponding key from Redis. @rohit_negi9
0
1
9
@arvindkuma57021
arvind kumar
1 month
"I’m currently working on a freelancing project and looking for someone with strong MERN stack skills to join me. I’ll also provide payment for the work. If anyone is interested in this type of your email id, let’s connect with us .
0
0
3
@arvindkuma57021
arvind kumar
1 month
#day_22 today i explored about βœ… Add .env to .gitignore, commit .env.example instead. βœ… Use a secret manager for production. βœ… Validate env vars at startup (envalid, joi, or custom check). βœ… Keep router files focused (one resource per file). βœ… Apply authentication
0
0
3
@arvindkuma57021
arvind kumar
1 month
#day_21 πŸ’‘ Key Takeaways: JWT helps in stateless authentication. Middleware ensures secure route access. Always keep your JWT_SECRET safe and set token expiry. πŸ”₯ This is something I explored today, and I feel it’s a must-know for every backend developer working with APIs.
0
0
2
@arvindkuma57021
arvind kumar
1 month
#day_20 i explored about following things JWK = Public key info used to verify tokens. JWT = Secure token containing your identity/claims. Cookies = Browser’s way of keeping you logged in across requests.
0
0
2
@arvindkuma57021
arvind kumar
2 months
#day_19 today i explored about the Digital Signature β†’ Uses private key to sign and public key to verify, ensuring authenticity & integrity of data. Api integration , Password validation
0
0
2
@arvindkuma57021
arvind kumar
2 months
#Day_17: Today, I explored how passwords are stored in databases. #Why_Hashing? One-way function: verifiable, not reversible. Prevents attackers from stealing raw credentials. Adding salt protects against rainbow table attacks.
0
0
2