planet

joined 2 years ago
 

Generating ClojureScript Reagent Apps With Claude AI & Scittle

https://mccormick.cx/news/entries/generating-clojurescript-reagent-apps-with-claude-ai-scittle

Claude AI has a mode where it can generate something called "artifacts". One of the things you can do with this is generate simple single page web applications. It generates the web app and then mounts it in an iframe so you can quickly test it and...

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

 

Passkeys for React Native with Clojure, Part I

https://increasinglyfunctional.com/2024/08/22/passkeys-react-native-clojure-part-i.html

For the past few months, I’ve been searching for a good authentication solution or my mashup Farcaster sports client Sportscaster. As I noticed myself increasingly drawn towards the convenience of sites and apps that use passkeys in place of a...

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

 

Breaking the Bank with Contract Testing

https://juxt.pro/blog/XT24-allen-rohner

Watch Allen Rohner's talk at XT24 Fintech Conference

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

 

Shipping Jar with Shell

https://clojure-diary.gitlab.io/2024/08/20/shipping-jar-with-shell.html

Notes Injee run Converting jar to dmg using jpackage

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

 

Debugging Common Lisp: "I feel so much faster and free"

https://dev.to/vindarel/debugging-common-lisp-i-feel-so-much-faster-and-free-4m3f

_____ __ __ __ / ___/ / / \ \/ / |\ _,,,---,,_ \__ \ / / \ / /,.-'' -. ;-;;,_ ___/ / / /___ / / |,4- ) )-,_..;\ ( `'-' /____/ ...

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

 

ClojureScript and React Native with Hermes

https://increasinglyfunctional.com/2024/08/19/clojurescript-react-native-hermes.html

As of version 0.70.0, Meta’s Hermes became the default JavaScript engine for React Native. While JSC is still supported, the React ecosystem moves fast, and what is the default now can quickly become the only supported option. The...

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

 

On method values, part 1

http://blog.fogus.me/2024/08/19/on-method-values-part-1/

Prior to discovering Clojure back in 2007, I was a full-time Java programmer. This was long before method handles, method references, lambda expressions, and invokedynamic, so viewing Java through a functional programming lens was not second-nature...

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

 

Podcast: Career Change From Tattooing to Software and Back With Cat Rivers

https://tonitalksdev.com/podcast-career-change-from-tattooing-to-software-and-back-with-cat-rivers

https://youtu.be/hxmAe7-z60Q?si=c2TELYNP-ETFqP9O Cat Rivers shares her journey from tattooing to software development and back, discussing burnout, coding experiences, and the challenges of career changes. Highlights 🎨 Cat Rivers is a tattoo...

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

 

Just use Postgres

https://mccue.dev/pages/8-16-24-just-use-postgres

This is one part actionable advice, one part question for the audience. Advice: When you are making a new application that requires persistent storage of data, like is the case for most web applications, your default choice should be...

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

 

Greatest of three numbers in Clojure

https://clojure-diary.gitlab.io/2024/08/16/greatest-of-three-numbers-in-clojure.html

Code ;; greatest_of_three_numbers.clj (def a 27) (def b 20) (def c 25) (if (> a b) (if (> a c) a c) (if (> b c) b c)) (if (> a b) (if (> a c) a c) (if (> b c) b c)) (if (and (> a b) (> a c)) a (if (and (> b a) (> b c)) b...

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

 

Clojure 1.12 Field Guide

http://jarrodctaylor.com/posts/Clojure-1.12-Field-Guide/

Clojure 1.12 Field Guide Clojure 1.12 recently received release candidate status. The changelog is a carefully written, authoritative source of all new functionality containing links to relevant Jira tickets and patches for each change and it is...

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

 

We Need to Talk about JSON

https://juxt.pro/blog/XT24-oliver-hine

Watch Oliver Hine's talk at XT24 Fintech Conference

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

view more: next ›