planet

joined 2 years ago
 

Pathom3 Instrumentation

https://fnguy.com/pathom3/_instrumentation.html

In this article I will explain how to get performance insights into your Pathom3 resolvers by using Tufte. My aim is to show a very basic example of how it can be done, without doing a deep dive on any of the topics.PathomIf you are unfamiliar with...

#clojure #clj #cljs [email protected] @clojure

 

Why Clojure?

https://gaiwan.co/blog/why-clojure/

This is about a 17 minute read. Feel free to pause and come back to it later.Clojure is not one of the handful of "big" mainstream languages. This means that sometimes people are surprised that we are all in on Clojure. Why go against the grain?...

#clojure #clj #cljs [email protected] @clojure

 

Clojure Is Awesome!!! [PART 12]

https://dev.to/borba/clojure-is-awesome-part-12-1dkk

(ns chain-of-responsibility (:require [clojure.pprint :as pp])) ;; === Request Processing Chain === (defprotocol RequestHandler (handle-request [this request]) (set-next [this handler])) ;; === Authentication Handler === (defrecord...

#clojure #clj #cljs [email protected] @clojure

 

Enhancing engineering workflows with AI: a real-world experience

https://building.nubank.com.br/enhancing-engineering-workflows-with-ai-a-real-world-experience/

Artificial Intelligence (AI) and Large Language Models (LLMs) are revolutionizing the tech industry, and at Nubank, we’re using these technologies to enhance engineering workflows across Brazil, Mexico, and Colombia. In a recent talk at Clojure...

#clojure #clj #cljs [email protected] @clojure

 

Making a simple Datalog Engine in Clojure

https://shagunagrawal.me/posts/making-a-simple-datalog-engine-in-clojure/

Making a simple datalog engine in Clojure.

#clojure #clj #cljs [email protected] @clojure

 

Pathom3 Instrumentation

https://github.com/borkdude/quickblog/pathom3/_instrumentation.html

In this article I will explain how to get performance insights into your Pathom3 resolvers by using Tufte. My aim is to show a very basic example of how it can be done, without doing a deep dive on any of the topics.PathomIf you are unfamiliar with...

#clojure #clj #cljs [email protected] @clojure

 

Revisiting 'Clojure Don'ts : concat

https://widdindustries.com/blog/revisiting-clojure-donts-concat.html

Nostalgia cityI've recently started maintaining a Clojure codebase that hasn't been touched for over a decade - all Clojure devs that built and maintained it are long gone. It's using java8, Clojure 1.6 and libs like korma and noir - remember...

#clojure #clj #cljs [email protected] @clojure

 

Achieving High Throughput and Low Latency through Adaptive Asynchronous Transaction

https://yyhh.org/blog/2025/02/achieving-high-throughput-and-low-latency-through-adaptive-asynchronous-transaction

In my previous post, I demonstrated that Datalevin performs complex queries faster than PostgreSQL. A common reaction is, "Oh, have you tested writing speed? I imagine that when there are indices for everything (as in the case of Datalevin),...

#clojure #clj #cljs [email protected] @clojure

 

Taming LLM Responses with Instaparse

https://bytes.vadelabs.com/taming-llm-responses-with-instaparse/

It started with a simple goal: integrate an LLM model. Little did I know this would lead us down a rabbit hole for parsing challenges that would fundamentally change how we handle LLM outputs. The Promise and the PainLike many developers, our...

#clojure #clj #cljs [email protected] @clojure

 

Deploying ML models in Clojure

https://www.wedesoft.de/software/2025/02/13/clojure-deploy-ml-models/

Kira Howe ‘s 2024 article about the current state of ML in Clojure prominently features the Tribuo library by Oracle Labs and the Clojure wrapper for Tribuo. Tribuo integrates XGBoost, ONNX runtime, and Tensorflow-Java. However the Tensorflow...

#clojure #clj #cljs [email protected] @clojure

 

Release 2.1.0 of Clojure lib for AWS presigned URLs & requests

https://www.emcken.dk/programming/2025/02/12/aws-simple-sign-release-2.1.0/

With a little help, aws-simple-sign now supports PUT URLs and I have released a new version (2.1.0) of the library. I noticed a few issues with some of the examples in the README which are now also fixed. For those unfamiliar with...

#clojure #clj #cljs [email protected] @clojure

view more: ‹ prev next ›