veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

300
active users

#clojure

19 posts17 participants0 posts today

Rama, the 100x developer platform, is now free for production use

blog.redplanetlabs.com/2025/03

I’m excited today to announce we’re ending our private beta and making Rama free for production use! You can download Rama here. Rama is a platform for developing any backend at any scale that unifies computation and storage, supports infinite data...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

Blog · Rama, the 100x developer platform, is now free for production useI’m excited today to announce we’re ending our private beta and making Rama free for production use! You can download Rama here. Rama is a platform for developing any backend at any scale that unif…

Rearchitecting My Trello Management Tool with Claude Code using Vibe Coding/Architecting (Part 2)

itrevolution.com/articles/rear

In Part 1 of this blog series, I shared my experience using Claude Code to resurrect a critical Trello card management tool that I’ve relied on for 6 years but hadn’t maintained in 2 years. After Twitter API changes broke my data pipeline and...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

IT RevolutionRearchitecting My Trello Management Tool with Claude Code using Vibe Coding/Architecting (Part 2)Uncover how vibe coding architecture can streamline your coding workflow and resolve deployment challenges effectively.

Resurrecting My Trello Management Tool and Data Pipeline with Claude Code using Vibe Coding (Part 1)

itrevolution.com/articles/resu

IntroductionWhat do you do when you have a critical book deadline and need to use a tool you wrote that hasn’t worked in two years? It doesn’t deploy anymore because of some obscure error at startup in Google Cloud Run. And you haven’t touched the...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

IT RevolutionResurrecting My Trello Management Tool and Data Pipeline with Claude Code using Vibe Coding (Part 1)In this blog post, Gene Kim shares how he used vibe coding and Claude Code to resurrect fix code that had been broken for 2 years in just 2 days. 

Just re-watched "Simple made easy" (youtube.com/watch?v=SxdOUGdseq4) which I do sometimes and just found out I used a monorepo and deps for Bauhaus (github.com/gorillalabs/bauhaus) because it made things easy (as in nearby).

Hopefully also simple, but this special design choice was there because it made things "easy".

Often people are asking questions like "Why is #OCaml / #Haskell / #Clojure not more popular?", but the sad reality is that no prog language with a strong focus on functional programming has become mainstream. Not even Microsoft's F#, which is one the core .NET languages youtube.com/watch?v=JioaHcy_QE

Still, it's good that most mainstream languages these days have adopted/introduced functionality that promotes programming in a functional style.

Code Smell 294 - Implicit Return

dev.to/mcsee/code-smell-294-im

Your language adds clever features. Making YOU more obsolete TL;DR: Overusing implicit returns makes your code harder to read and debug. Problems 😔 Reduced readability Hidden logic and unclear intent Debugging...

#clojure #clj #cljs !clojure@lemmy.ml @clojure

DEV CommunityCode Smell 294 - Implicit ReturnYour language adds clever features. Making YOU more obsolete TL;DR: Overusing implicit returns...