Microsoft JDConf 2025 [Americas]

YouTube
Clean Code Principles and Patterns, 2nd Edition by Petri Silen is on sale on Leanpub! Its suggested price is $14.90; get it for $8.94 with this coupon: https://leanpub.com/sh/nrwegY4T #ApiDesign #ComputerProgramming #Java #Javascript #Testing #SoftwareEngineering #Typescript
Clean Code Principles and Patterns, 2nd Edition

The most comprehensive no-fluff guide for software developers to help them write clean code every day

Leanpub
Heatmaps and Native memory profiling · async-profiler 4.0 released
https://github.com/async-profiler/async-profiler/releases/tag/v4.0
#Java
Release Heatmaps and Native memory profiling · async-profiler/async-profiler

v4.0 Features #895, #905: jfrconv binary and numerous converter enhancements #944: Interactive Heatmap #1064: Native memory leak profiler #1002: An option to display instruction addresses #1007: O...

GitHub
Committed by "splitcells" via the Network Worker on "splitcells-XPS-15-9570". · 9c3e2de642

net.splitcells.network.log

Codeberg.org
O Avaritia Bateu Na Minha Porta No Minecraft

O Avaritia Bateu Na Minha Porta No Minecraft📸 Meu Instagram:https://www.instagram.com/_athos_br/BONECO ATHOS: ✅https://lojadoathos.com📞 Contato comercial: comercial@agenciacurta.comO Avaritia Bateu Na Minha Porta No MinecraftO Avaritia Bateu Na Minha Porta No Minecraft#minecraft #athos

MineNest, Mine Nest

You may saw my post about developing a JavaScript-free FosseryWeb in Java + Spring. Well, I made that post more than a week ago, and I constantly worked on the new site since then on a daily basis (1-2 hours a day), but I barely made any progress because of random bugs popping up one after the other. Some related to Maven, some to JTE (which I didn't plan using originally, but I realized I'll need that too to create reusable page templates) some to running the compiled Jar with Tomcat, etc., once I solve an issue, I immediately face another.

(I also changed my IDE from Eclipse to IntelliJ IDEA Community Edition because I didn't really like how Eclipse handles workspaces.)

I'm not afraid of challenges, but dang, this starts to get really draining to say the least, especially when working on the project at evening after a tiring day of university studies.

Of course, programming is challenging, no one said it isn't, I experienced it quite a few times, but this is the first time that basically I can't show any progress even in the very beginning of a project for more than a week, and some thoughts popped into my head: is it really worth doing? Why didn't I go with Python + Django instead, which I already have some prior knowledge in, and are much easier? (I can hear Python haters yelling: BUT PYTHON IS BAD! IT'S SLOW AND BLOATED! - not that a Spring project isn't "bloated" when bundled with a Tomcat server and a few dependencies into a Jar archive, a simple Hello World project is around 20MB but whatever lol) But at the same time, I don't like to give things up, if there's a purpose to do it, I do it.

I won't give up, but I'll probably need some REST (ok that was a silly joke lol). I'll probably take a week off (or maybe a few months off until summer, will see). I'm not sure if this project will succeed in the long run, but I'll try my best.

I know it sounds like a lot of b*tching, but I like to be transparent about things, felt the need to tell why I didn't make any progress.

#WebDev #FosseryWeb #Java #Dev

Monitor Non-Heap Memory in the Java Virtual Machine - Java Code Geeks

Learn how to monitor non-heap memory usage in the Java JVM using tools like JVisualVM, JConsole, and Java Mission Control (JMC).

Java Code Geeks
Ignite Realtime: A real time collaboration community site

Ignite Realtime: A real time collaboration community site

×
Mastering Audit Trails in Quarkus
How to Build Reliable, Compliant Data Histories with Hibernate Envers in Modern Java Applications
https://myfear.substack.com/p/mastering-audit-trails-in-quarkus-with-hibernate-envers
#Quarkus #Hibernate #Envers #Java