
Lokesh jha
@Lokesh1jha
Followers
349
Following
787
Media
96
Statuses
913
Backend | AI | Security & Privacy | Building https://t.co/Hf7OYHtFSA
Telangana, India
Joined September 2021
Hey, is it just me, or are companies betting too hard on AI to replace devs? . Real talk: nothing beats a human coder for crafting solid, scalable systems. Who's got remote dev gigs for folks who love solving tough problems? #TechLife #RemoteWork.
0
0
1
At scale, web scraping was never subtle, with models this big, the data had to come from somewhere. Rotating IPs helps, but real efficiency is in avoiding blocks, not chasing them. π€Whatβs your take on scraping ethics or limits?.#webscraping #Cloudflare.
0
0
1
Considering Prisma for a real project, but a bit hesitant because of the ββ οΈ your data will be lostβ message during migrations. If I maintain all migrations properly, is it still safe for production use?.Would love to hear your thoughts! π #Prisma #developers.
1
0
0
Just got back from a startup party π.Met some amazing like-minded aspiring entrepreneurs, gave a quick pitch, played games, and had a blast!.Evening like these fuel the dream. πβ¨ #Startups #Networking #founders #founderlife
0
0
1
After hours of grinding to develop a feature, something core broke, that took so much energy to debug. Events were pushed in the wrong queue with a slight diff. #developers #queue.
3
0
4
Recognition often comes from the places you least expect. Keep going, someone is watching quietly. #freelancer #founderlife #development #developers #buildinpublic
1
0
3
Took an hour π to book a cab, tried all permutations and combinations of apps and different rides #Hyderabad #rain .Now I am on the way π
0
0
0
4 days left to release a big feature π€.- 2 new queue .- 3 microservices involved .- multiple debugging logs π.- 3rd party integration .- security π€¨.Given my 1 week, today the #Cursor was down also, it slowed the process a bit. No worries βΊοΈ #developer from pre AI era.
2
0
7
ποΈ Why does this matter?.Think of booking tickets, multiple users might try booking the last seat at the same time. Without a lock β π₯ overbooking chaos.With Redis lock β only one request gets the seat β
.Simple, fast, and avoids race conditions. #LearnInPublic #redis.
0
0
1
You can use SET key value NX EX to create a simple distributed lock.β’NX ensures it only sets if the key doesnβt exist.β’EX adds an expiry so the lock doesnβt last forever.Also: always store a unique value and check it before releasing the lock.#LearnInPublic #Backend #Redis
1
0
1