Tech Enthusiast😉 | #Coding | #Python | #Java | #cplusplus | #SoftwareEngineering | #TechLife | #Developer | Keep pushing the limits 💛

Joined May 2025
183 Photos and videos
weighted-word-mapping leetcode problem in Java ⚡
1
39
Ctrl Plus Code retweeted
Dario and @AnthropicAI tonight... Nobody will notice a little rename, right?
120
193
5,177
706,125
Ctrl Plus Code retweeted
Jun 12
Claude Fable 5 has been out for a couple of days. Some projects people have already built with it:
1,591
2,982
51,867
8,810,611
Ctrl Plus Code retweeted
💡Java: Avoid public fields. Use private fields with getters/setters for encapsulation. #Java #OOP
5
41
1,167
Whole day gone on my Android project 🥰 Time flies when you’re coding! 😂
1
12
Spring Security in 30 lines — form login basic auth role-based access, explained. ☕☕ #CtrlPlusCode #Java #SpringBoot
2
204
Ctrl Plus Code retweeted
Keep your code readable and spend less time parsing text 📝 Build clear code by keeping it short for local scopes, dropping repetition, and omitting variable types from the name.
5
10
73
7,907
❤️‍🔥Aspect-Oriented Programming (Spring AOP) 🍀🍀 Spring AOP allows you to intercept method calls and execute custom logic before, after, or around the actual method, without touching the method's code. #CtrlPlusCode #Spring #Java
2
1
3
1,423
Ctrl Plus Code retweeted
Jun 8
We look at common scenarios in which final fields are mutated through reflection and what alternatives exist for each of them. Since these scenarios can appear in frameworks, libraries, and applications, this article addresses developers of all such projects. 🤝 social.ora.cl/6014BBdzYr
2
29
144
12,282
Hey folks, Be honest, which IDE/editor are you using for your Java work? #Java #Spring
75% 🔹Intellij IDEA
25% 🔹VS Code
0% 🔹Eclipse
0% 🔹Apache NetBeans
8 votes • 13 hours
1
1
3
4,098
I prefer @intellijidea. 🔥😍
1
70
❤️‍🔥Want to master JPA/Hibernate basics? Let's break down the Core Annotations every Spring Boot developer must know @Entity, @Table, @Id, @GeneratedValue, @Column, @Enumerated #CtrlPlusCode #Java #SpringBoot #Hibernate
6
5,475
Ctrl Plus Code retweeted
🚨 ANTHROPIC JUST PUBLISHED A 36-PAGE SECURITY GUIDE THAT BASICALLY TELLS YOU TO STOP TRUSTING YOUR OWN AI AGENTS. If you run agents on Claude Code, MCP servers, or automation tools, pay attention. The attack timeline has collapsed. AI models compress the gap between a vulnerability and a working exploit from months to hours, for mere dollars. Agents introduce new autonomous risks, from tool poisoning to context memory manipulation. The most useful idea in the guide is Anthropic's new security test: Does a control make an attack impossible, or just tedious? Automated attackers have unlimited patience. They will grind straight through friction like rate limits and 2FA. To defend at the speed of AI, you need hard barriers and automated defensive operations. Here is how Anthropic says you should lock down agents: → Treat static API keys as compromised. Use short-lived tokens that expire in minutes. → Apply "Least Agency": explicitly limit what each tool can DO. → Sandbox agents that process untrusted inputs like emails and web pages. → Scope permissions dynamically per task, not permanently. I've added the link to the guide in the 🧵↓
79
214
1,630
2,241,550
🛑Stop hardcoding API keys & configurations in your Java classes! It’s a recipe for security risks and deployment headaches. Instead, use Spring Boot's @Value annotation to pull data dynamically from application.properties. #CtrlPlusCode #Java #Spring
1
8
4,902
2. Prototype Scope, You do not want them sharing the same instance. #CtrlPlusCode #Java
Stop mixing up Spring Bean Scopes ☕️ • Singleton (Default): Like a shared Google Doc. One instance reused everywhere. Best for stateless services. • Prototype: Like a downloaded Word doc. A fresh instance created every single time. Best for stateful data. #CtrlPlusCode #Java
1
87
1. Singleton Scope (The Default) all two services are sharing the same count variable. #CtrlPlusCode #Java
Stop mixing up Spring Bean Scopes ☕️ • Singleton (Default): Like a shared Google Doc. One instance reused everywhere. Best for stateless services. • Prototype: Like a downloaded Word doc. A fresh instance created every single time. Best for stateful data. #CtrlPlusCode #Java
1
55
Stop mixing up Spring Bean Scopes ☕️ • Singleton (Default): Like a shared Google Doc. One instance reused everywhere. Best for stateless services. • Prototype: Like a downloaded Word doc. A fresh instance created every single time. Best for stateful data. #CtrlPlusCode #Java
1
3
1,082
Looping through a Java list twice to get two different results? Use Collectors.teeing() (Java 12 ). It acts like a T-pipe for streams: splits one dataset into two separate calculations (like Min & Max), then merges them at the end. One pass. Clean code. ☕️ #CtrlPlusCode #Java
1
5
496
Still writing 50 lines of Java boilerplate just to hold data? Java Records fix this in one line Behind the scenes, you instantly get: • Constructor • Getters • toString() • equals & hashCode Immutable & clean. #CtrlPlusCode #Java #Coding
1
3
533

7
264