Zoomie
468 posts


@uday_devops Ekkuva jaragatledh in the sense , crowd ekkuva ayipoyar dhaniki, cloud is best
Eesti

👨🏻💻High-Demand & High Paying Tech Skills for 2026 💯
1.📍Cloud Engineering (AWS | Azure | GCP)
2.📍DevOps & Automation (CI/CD | IaC | GitOps)
3.📍Kubernetes & Containers
4.📍Cybersecurity & Cloud Security
5.📍Data Engineering
6.📍AI/ML Integration (LLMs, RAG, MLOps)
7.📍Platform Engineering
8.📍Full-Stack Development (Frontend + Backend + APIs)
9. 📍SRE & Reliability Engineering
Build real projects.
Did I miss anything add here 👇
English

@yuj_unite @Polymarket Claude camera access aduguthundhi enti , eedu private videos leak chese batch ahh
Eesti

@Polymarket Me : what is kafka?
Claude : open your camera and verify your identity 🤡
English

@NidhiDevNotes The questions you post on multi-threading and Arraylists helped me in tcs xplore java exam yesterday 🙌🏻
English

Arrays in Java: the most basic DS, but still powerful
public int sum(int[] nums) {
int total = 0;
for (int num : nums) {
total += num;
}
return total;
}
Why beginners should care:
Arrays teach you the core habit. Traverse data, process each element
Everything builds on this:
• Prefix sums
• Sliding window
• Dynamic programming
Real insight:
If you can’t solve problems with arrays, you won’t solve them with complex DS either.
Start simple. Go deep.
#Java #DataStructures #DSA #Beginners #Coding
English

@devops_nk Do we really do this? I mean which company relies on a token burning bot completely 🥸
English

So you mean engineers don’t even need to open their laptops once set up, it runs automatically like a cron job at a scheduled time.
If Claude keeps pushing updates like this, we’ll have to start farming soon.
Claude@claudeai
Now in research preview: routines in Claude Code. Configure a routine once (a prompt, a repo, and your connectors), and it can run on a schedule, from an API call, or in response to an event. Routines run on our web infrastructure, so you don't have to keep your laptop open.
English

@NidhiDevNotes the value of count when used get method might not return a correct value because concurrent threads do not operate sequentially , depending on which thread operating which function ,the value of count might change
English

Assume this implementation is used by ~100 concurrent threads.
Would you consider it safe for production use? If not, what specific issues would you expect to see?
#Java #Concurrency #SystemDesign

English

@yuj_unite Websockets ig
in my IDE project I used socket io for keeping the files in the directory sync with docker container
English







