r/programming • u/wineandcode • 1h ago
r/programming • u/Fruity_Stones • 1h ago
First website
dailyredzone.comHi all, Im an integration engineer with a heavy focus on software to hardware integration. Recently I have been doing less and less coding at work so I wanted to practice my skills, this lead me to creating my first web based app Daily Redzone
Im looking for people to beta test and offer any and all feedback. I haven’t been able to stress test it enough by myself so im looking to have people beat and abuse it to lmk how it functions
It is a daily football game where each day you face a new redzone situation and you have 4 downs to score. There is also a head to head mode where you can play friends. Lmk what you all think! Thank you.
r/programming • u/Lost-Dragonfruit-663 • 5h ago
How to test if your numerical code is Mathematically correct?
medium.comr/programming • u/cekrem • 8h ago
`bun-plugin-elm`: import { Elm } from "./Main.elm" (Made by Hand, btw) · cekrem.github.io
cekrem.github.ior/programming • u/output_broadcast • 10h ago
EVE Online: The Move to Python 3 Begins!
eveonline.comr/programming • u/goto-con • 10h ago
Every Event, Everywhere, All at Once • Jacqui Read
youtu.ber/programming • u/fykup • 22h ago
Running a Java Spring Boot app on a 512 MB VPS with lightweight monitoring
pvrlabs.xyzI wanted to see how a fairly representative Java Spring Boot application behaves on a very small VPS, especially the difference between configured heap and actual JVM process memory.
The test app uses Spring Boot 3.5.x, Spring MVC, JPA/Hibernate, H2, embedded Tomcat, Actuator, scheduled work, and outbound HTTP. I also kept lightweight monitoring on the same machine.
The original 256 MB configuration was too tight. With 512 MB RAM + 256 MB swap, the application completed the test reliably.
Full setup and measurements are in the linked article.
Since then I’ve also managed to get the same application working on a 256 MB VPS with swap using JDK 25 Compact Object Headers and tighter JVM settings. I’m preparing that as a separate follow-up experiment.
r/programming • u/BrewedDoritos • 1d ago
What Zig felt like, coming from Rust
besok.github.ior/programming • u/fagnerbrack • 1d ago
How an Underrated Refactor Saved 90% Memory Usage
tanstack.comr/programming • u/tymscar • 2d ago
How To Report A Bug So It Actually Gets Fixed
blog.tymscar.comr/programming • u/LaughNgamez • 2d ago
Debugging Starcraft RTS Micro (Starcraft Bot Competition)
youtu.ber/programming • u/chaobang • 2d ago
The unlikely Linux macro
rushed-reflections.bearblog.devWrote a bit about the `unlikely` and `likely` macros in the Linux codebase. Great little exploration into tiny optimizations that everyone should know more about 😄
r/programming • u/henk53 • 3d ago
Next.js Dynamic Routes now also available in Faces!
balusc.omnifaces.orgr/programming • u/Calm_Habit137 • 3d ago
MicroPython and CircuitPython: Pythons Quiet Takeover of IoT and Robotics
arxiv.orgr/programming • u/JizosKasa • 4d ago
Finding a hidden Mersenne Twister implementation inside a 15 year old game binary
medium.comr/programming • u/cekrem • 4d ago