Taking Control of Your Trading System
https://juxt.pro/blog/XT25-fintech-taking-control-of-your-trading-system
Watch Peter Windle's talk at the XT25 Fintech Conference [video]

Taking Control of Your Trading System
https://juxt.pro/blog/XT25-fintech-taking-control-of-your-trading-system
Watch Peter Windle's talk at the XT25 Fintech Conference [video]
Orbits with Jolt Physics
https://www.wedesoft.de/simulation/2025/08/09/orbits-with-jolt-physics/
I want to simulate an orbiting spacecraft using the Jolt Physics engine. The Jolt Physics engine solves difficult problems such as gyroscopic forces, collision detection with linear casting, and special solutions for wheeled vehicles with...
Harnessing the power of Java in Clojure
https://clojure-diary.gitlab.io/2025/08/10/harnessing-the-power-of-java-in-clojure.html
Code ;; power_of_java_in_clojure.clj (ns power-of-java-in-clojure (:import [java.time LocalDate])) (. LocalDate now) (. LocalDate (of 2025 7 5)) (. LocalDate (of 2025 7 10)) (def start-date (. LocalDate (of 2025 7 5))) (def end-date (....
The power of the :deps alias
https://corfield.org/blog/2025/08/08/deps/
Most of us who use the Clojure CLI are familiar with the -M (main), -X (exec), and -T (tool) options, and may have used clojure -X:deps tree at some point to figure out version conflicts in our dependencies. The :deps alias can do a lot more, so...
Don't use println with two and more arguments
https://grishaev.me/clojure-println/
When printing, please avoid println invocations with more than one argument, for example: (defn process [x] (println "processing item" x)) Above, we have two items passed into the function, not one. This style can let you down when processing...
GoLangs nil pointers are a constant form of stress at this point, and the if err is nil loc adds too much noise around proper business logic
I’m due to get stuck in a new language, for grpc and rest api’s, what would you pick?
It's #babashka's birthday today, 6 years since the first commit!
How Writing a Game Boy Emulator Changed His Life!
https://tonitalksdev.com/how-writing-a-game-boy-emulator-changed-his-life
In this engaging remote episode, we are joined by Vincent Cantin, a seasoned developer with a fascinating journey from game development to web development and Clojure. Vincent's career began over 20 years ago when his Game Boy Advance emulator...
Understanding not just Clojure's comp function by re-implementing it https://lobste.rs/s/xqcpmc #clojure
https://www.evalapply.org/posts/lessons-from-reimplementing-clojure-comp-function/index.html
Understanding not just Clojure's comp function by re-implementing it
https://www.evalapply.org/posts/lessons-from-reimplementing-clojure-comp-function/index.html
Because I realised thinking like this is not obvious to Clojure newcomers, especially those having non-FP first languages. Because I was there too, all those moons ago!
Advent of Code 2024 in Zig
https://ryanmartin.me/articles/aoc2024/
This post is about six seven months late, but here are my takeaways from Advent of Code 2024. It was my second time participating, and this time I actually managed to complete it.[1] My goal was to learn a new language, Zig, and to improve my DSA...
We integrated forgejo actions in our k3s setup. In case you are interested you can join our journey & insights:
https://domaindrivenarchitecture.org/posts/2025-07-30-setting-up-runner-and-actions-on-forgejo/
@alcinnz #clojure. Had a lot of fun coding backend and frontend in the same language, saved a lot of time in implementation & struggling with newer syntax. #Lisp made functional programming digestible for me. Implemented my own web framework piecing together different libraries with a new glue. All of which I wouldn't have done with Python or Go. 10/10
Duct is now in a pre-1.0.0 beta, with a stable release looming on the horizon. Duct is a #clojure application framework with an emphasis on web development. The complete docs and a full tutorial is at: https://duct-framework.github.io/
How to Become a Better React Developer: The Basics and Beyond
https://dev.to/olga_tash/top-tips-to-become-better-react-developer-4cb0
Working with React for years and want to move forward and improve your skills? This article offers several proven strategies to deepen your expertise and advance your career. Master Core Programming Fundamentals To grow as a React...
Clojure and D-Bus
http://blog.nundrum.net/posts-output/2025-08-04-clojure-dbus/
Some notes on using D-Bus with Clojure
How Igor Engraver Died
https://www.ooloi.org/home/how-igor-engraver-died
How Visionary Software Was Lost to a Perfect Storm of Mismanagement, Markets, and Social Vanity Stureplan I've had numerous requests over the years to publicly tell the story about how and why NoteHeads, the company I founded to develop Igor...
Mastering Streaming Data
https://building.nubank.com/mastering-streaming-data/
At the Nubank DS&ML Meetup #97, participants had the opportunity to dive deep into the world of streaming data infrastructure, guided by André Midea, an Engineering Manager at Nubank. With a 15-year trajectory that evolved from distributed...
Functional Strategy Pattern: Unlocking Clean Code with Higher-Order Functions and Callbacks
2. What is the Strategy Pattern? The Strategy Pattern is a behavioral design pattern that lets you define a family of algorithms, encapsulate each one, and make them interchangeable. The key benefit is that it allows algorithms to vary...
Pragmatic Solutions to Current Fintech Challenges
https://juxt.pro/blog/XT25-fintech-pragmatic-solutions-to-current-challenges
Watch the Expert Panel of XT25 Fintech Conference [video]