
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
#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
#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
π #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
#project_done here i used only html and css, #live_link--> https://t.co/7wTBNXOoiG
@rohit_negi9 ,@adityatandon02
2
1
20
π 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
#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
#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
#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
#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
#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
#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
#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
#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
#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
"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
#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
#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
#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
#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
#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