6 Developers will each be awarded $1,500 USD per month in 2025. This is the 4th year we are awarding annual funding. We’ve received an unmanageable number of nominations in the past few years, so based on member input, we’ve decided to try a new...
The roles within software and data engineering are increasingly integral to driving innovation and operational excellence. Nubank, as a leader in the fintech industry, exemplifies this trend through its diverse team of Software Engineers, Analytics...
In my previous post I outlined my REPL based workflow for CLJ as well as CLJS. In this post I want to dive deeper into how you can extend/customize it to make it your own. The gist of it all is having a dedicated src/dev/repl.clj file. This file...
This year I had the privilege of attending Clojure/Conj in Alexandria, VA. Alexandria is a beautiful city, with a museum seemingly on every corner, and abundant trees just starting to turn yellow for the fall. It has an efficient metro system and a...
Efficient time reporting is the baseline of trust. Doing it manually is a frustrating and time consuming process. I’ll show you an opportunity to do it with less pain using ActivityWatch and some Babashka scripting. Source of truth: Who would...
We’ve got our first set of reports from developers working on short-term projects funded in Q3 2024. You’ll find a brief description of each project at the top of the page to provide some context – followed by current project updates. clj-Nix: José...
By: Miguel Prieto Earlier this year, Python SDK had a major facelift. Now other Conductor SDKs are undergoing significant rehaul, and we are thrilled to announce Java Client v4, featuring significant design enhancements, performance...
Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Thanks to Anton Fonarev for link aggregation. Podcasts, videos, and media Live Programming a Live Programming Environment (with Clerk) -...
Formal methods in software engineering are mathematical techniques used to specify, develop, and verify software systems. They provide a rigorous framework for ensuring software correctness, reliability, and safety, which is especially crucial in...
The bitemporal data model is known for solving key reporting and compliance requirements, but it is tricky to implement and maintain correctly. Watch this talk to discover the pitfalls of various approaches to implementing bitemporal systems.
Table of Contents Results on my project Requirements Server side rendering a landing page 1. Define your landing page in cljc 2. Render html on the backend: 3. Tell your router what to do 4. Write your frontend that hydrates the landing page 4....