#java search results
☕️ New update to the Swift Java interop tooling, with plentiful improvements for use in both server and Android scenarios: github.com/swiftlang/swif… #java
How Netflix uses #Java - 2026 edition, now published from JavaOne. I hope you enjoy the talk! I’m going into: - GraphQL based architecture - Our Spring Boot based Java stack - Testing - Large scale migrations with AI - Building Spring AI agentic workflows
youtube.com
YouTube
Java
Java Applets: 1995–2026 👀 The Applet API has officially been removed in #Java 26. This marks the end of an era for one of the earliest ways to bring Java to the web. Let’s see what else happened in Java 26 👇 jb.gg/avyjks
When they said coding was like a puzzle 🧩, but didn't mention some pieces change shape 🤯, and others are just a happy accident 🪄✨. #python #java #javascript
DOMINAR o SABER ABSOLUTAMENTE TODO sobre algo es prácticamente imposible, sobre todo en el mundo #it... Sin embargo, en toda profesión tenemos que mantenernos actualizados para poder dar lo mejor de nosotros Y vos... ¿Qué opinás? #java #webdev #programacion
GitHub #CopilotSDK for #Java is now official, in Public Preview, and has a new release! github.com/github/copilot…
The Quiet Evolution of Programming Languages: From Syntax to Semantics - #Java Code Geeks javacodegeeks.com/2026/04/the-qu…
I have just migrated a Python launch/configuration script to Java 25, and I have asked an LLM to review it #java👇
☕ Announcing @javaevolved. Every week, one modern Java pattern... old vs. modern code, side by side. 113 patterns. ~2 years of content. Fully automated with GitHub Actions + JBang. Follow @javaevolved for weekly evolution! #Java #JavaEvolved
☕ Guarded patterns with when Add conditions to pattern cases using when guards. Nested if → when Clause (JDK 21+) 🔗 javaevolved.github.io/language/guard… #Java #JavaEvolved
If you want to learn some of the topics I covered on my "Skyrocket Developer Productivity with Spring Boot & IntelliJ IDEA" workshop at Spring I/O 2026 conference, checkout github.com/sivaprasadredd… #Java #IntelliJIDEA #SpringBoot #SpringIO2026
Being a good #Java developer is not the same as being a strong interview candidate. If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity. Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…
I wrote this for Java teams using AI coding agents: the real risk is not bad code, it’s too much agency. Shell access, secrets, MCP tools, autonomous changes. At some point the agent stops being an assistant. That’s where blast radius matters. buff.ly/HglVwZq #Java
the-main-thread.com
Why Enterprise Java Teams Need Boundaries for AI Agents
Senior Java developers are starting to treat coding agents like real operators, not smarter autocomplete. Here’s how to contain shell access, secrets, MCP tools, and autonomous changes before convenie
So much fun today hosting my first @GitHub #OpenSource Friday, and with the amazing @gunnarmorling as guest. We talked about the #1BRC, Apache Parquet and the new #Java parser, Project Hardwood. Check out the recording! And thx @acolombiadev for support youtube.com/watch?v=teqFSS…
youtube.com
YouTube
Open Source Friday with Gunnar Morling with Hardwood
"Green Java with Quarkus: Performance Benchmarks, SBOM, and Serverless Architecture"--an airhacks.fm podcast conversation with @holly_cummins is ready to listen: adambien.blog/roller/green_j… #java #podcast #quarkus #greensoftware #serverless #performance #airhacks
4/21 テレビの中でも、 mainくんと仲間たちは元気いっぱい。 楽しい時間をみんなで分け合います。 Javaをやさしく学べる Java Picture Bookシリーズの イメージイラストです。 👉 amazon.com/author/satoshi… #Java #JavaPictureBook #プログラミング絵本 #satoshiro
Spring SecurityのOAuth2 Resource Server、設定量が少なくて済む。 spring-security-oauth2-resource-serverをpomに追加してissuer-uriを書けば基本的な認証が動く。 カスタムクレームの検証はJwtValidatorを実装する。意外と少ないコードで認証基盤が完成した。 #SpringBoot #Java #エンジニア採用
Put your strong analytical and communication skills to great use as our next Senior Computer & Electrical Engineer Software. Apply today! bit.ly/4tynjCD #engineering #Java
🚀 Java: You can use Optional.orElseThrow() to implement so called fail-fast behavior. ✅ Fail-fast means you can catch bugs closer to their source, making stack traces easier to understand #Java #SoftwareDevelopment
Java Certifications: Are they worth the grind in 2026? 📜☕️ I’m live with the legendary Jeanne Boyarsky to discuss if certs still matter for Seniors and which level actually helps your career. 📺 Watch now: youtube.com/watch?v=Oj6dPK… #Java #JavaCertification #CareerGrowth #AJC
youtube.com
YouTube
Luiz Real
See our latest NY job and click to apply: bit.ly/41LdbKx #SoftwareProgrammer #Java
Multi level inheritance and makes code reusable, extensible and supports relationships between Two classes. It was really fun learning inheritance in java, can't wait to go deeper in OOP and keep building 💪💯 #buildinpublic #java #learningHowtocode
JVM optimization isn’t an afterthought. It’s deliberately engineered. Through dynamic profiling and C2 JIT compilation, the JVM can make generic code perform close to specialized code! inside.java/2026/04/19/gen… "Java for the AI world" #Java #AI #JIT
day 3 of trying to build my first 2d game using #java, i didn't do that much today, didn't sleep well last night but i added some objects to my game ! i hope tomorrow i'll have a better energy to learn more stuff #indiedev #solodev #gamedev #indiegame
Usa "try-with-resources" en Java para manejo automático de recursos: try (BufferedReader br = new BufferedReader(new FileReader(path))) { // uso del br } #Java #TryWithResources #OneDevTipADay
Aprende los fundamentos del patrón de gestión de cuenta de autoservicio (Self-service registration) en una aplicación Spring Boot con Spring Security. Mejora la seguridad de tus aplicaciones! #Java youtu.be/CuUtIKc0hgU #D17767120564 laboratoriorafa.mooo.com/pubimages/9dc4…
The problem was never a lack of #Java content. It was the lack of a central entry point. #JavaInEducation helps organize learning paths and materials in one place. Less friction for teaching and learning. Thanks for the tip, @Igfasouza! education.foojay.social #opensource
#Java continua sendo uma das linguagens mais usadas no mundo. Mas na educação, o problema é claro: muito conteúdo espalhado e falta de curadoria! Java in Education,dica do @Igfasouza, ataca exatamente esse ponto! Recomendo! education.foojay.social #JavaInEducação #OpenSource
Better UX without writing frontend code? Dan Haywood shows how @ApacheCauseway adds polish with titles, icons, and prompt styles — straight from the domain. Read the article: javapro.io/2026/01/01/apa… #Java #DomainDrivenDesign #Frameworks #DDD #Vaadin
¿Quieres formar parte? Senior Backend developer #Malaga #Java #empleo tecnoempleo.com/senior-backend…
Day 29 of DSA 🚀 Optimized Maximum Sum Subarray using: ➡️ Kadane’s Algorithm ➡️ Also printed the max sum subarray Strong pattern-based learning continues 🔥 #DSA #Java #BuildInPublic #100DaysOfCode #Consistency
Day 7 of #120DaysOfCode 🚀 Collections Framework > Arrays List | Set | Map Dynamic. Flexible. Scalable. Stepping closer to real backend development #Java #90DaysOfHard #100DaysOfCode #Springboot #Backend #FullStackDevelopment
See our latest West Milton, NY job and click to apply: bit.ly/4tR1yxI #DevOps #Java
Day 2 of solving 1 LeetCode problem every day until I land my first dev job. Problem: Power of Two (#231) Solved in O(log n) time, O(1) space. 100 days. 100 problems. Building in public. #100DaysOfCode #DSA #Java #LeetCode #OpenToWork #SoftwareEngineer
Enjoying a great evening with splendid talks by @iamsoham, @RaphaelDeLio , delicious food, and amazing company. Thank you @jetbrains for the giveaways. Big thanks to @KVK_NL for hosting us. Till the next one! #utrecht #jug #java #community
When they said coding was like a puzzle 🧩, but didn't mention some pieces change shape 🤯, and others are just a happy accident 🪄✨. #python #java #javascript
I have just migrated a Python launch/configuration script to Java 25, and I have asked an LLM to review it #java👇
Being a good #Java developer is not the same as being a strong interview candidate. If you’re stuck between interviews and offers, you don’t need more grinding. You need clarity. Book a Career Diagnosis Session here: bit.ly/4j5lLfb?utm_so…
ఉదయాన్నే అది ఇది వద్దు.. జస్ట్ 10 నిమిషాల్లోనే సూపర్ఫుడ్.. ఇక ఏ టిఫిన్ అక్కర్లేదు.. tv9telugu.com/lifestyle/food… #Java #Food #Lifestyle
🚀 Java: A very interesting library by github.com/Mirkoddd, named Sift, replaces the cryptic, string-based approach of the Java Regex engine with a fluent API. #Java #JavaDev 🧵A link to the GitHub project to follow
New blog post alert 🚨 "Serverless applications on AWS with Lambda using Java 25, API Gateway and DynamoDB – Part 6 Using GraalVM Native Image". #Java #Serverless #AWS @graalvm vkazulkin.com/serverless-app…
Something went wrong.
Something went wrong.
United States Trends
- 1. Tim Cook N/A
- 2. John Ternus N/A
- 3. DPOY N/A
- 4. Happy 420 N/A
- 5. Thune N/A
- 6. SNAP N/A
- 7. Steve Jobs N/A
- 8. Lori Chavez-DeRemer N/A
- 9. The Onion N/A
- 10. Infowars N/A
- 11. Defensive Player of the Year N/A
- 12. #thespreadsheet N/A
- 13. No FISA N/A
- 14. Victor Wembanyama N/A
- 15. Labor Secretary N/A
- 16. Slade Cecconi N/A
- 17. $AAPL N/A
- 18. Bill Simmons N/A
- 19. Unanimous N/A
- 20. Executive Chairman N/A