planet

joined 2 years ago
 

Stop Making JavaScript Do Everything - Vade Studio's Secret to Fast Web Pages

https://bytes.vadelabs.com/how-vade-studio-achieves-lightning-fast-static-pages/

Have you ever stared at your terminal, watching yet another framework installation crawl by and wondered how you got here? You know, that moment when you realize you&aposre installing 27,482 dependencies just to render "Hello World" on a...

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

 

Clojure Is Awesome!!! [PART 5]

https://dev.to/borba/clojure-is-awesome-part-5-47c1

(ns v2 (:require [clojure.spec.alpha :as s] [clojure.string :as str])) (s/def ::distance (s/and number? pos?)) (s/def ::package string?) (s/def ::destination string?) (s/def ::delivery-type #{"air" "land" "sea"}) (defprotocol...

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

 

From a Developer to The CEO of Metosin

https://tonitalksdev.com/from-a-developer-to-the-ceo-of-metosin

In this episode, we sit down with Valtteri Harmainen, the CEO of Metosin, to explore his unconventional journey into the world of technology and leadership. You might remember Valtteri from his talk at ClojuTRE, where he shared how he "created his...

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

 

A vision for Runnable Specifications

https://ericnormand.substack.com/p/a-vision-for-runnable-specifications

If you want to watch me talk for two hours on the topic of my next book, Runnable Specifications, please check out my presentation to the Houston Functional Programming User Group. Two hours were recorded, but the conversation went on for four, it...

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

 

Clojure Deref (Jan 17, 2025)

https://clojure.org/news/2025/01/17/deref

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 Apropos 2025-01-14 - apropos clojure Clojure visual-tools 29...

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

 

Resolve Symbols and Calculate Types with Sharplasu

https://tomassetti.me/resolve-symbols-and-calculate-types-with-sharplasu/

Parsing is typically where we begin and invest much of our enthusiasm. However, completing the parser is just the beginning. Sadly,ย I must inform you that additional steps are necessary. One step that enhances the value of the Abstract Syntax Trees...

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

 

A Simpler Way to Deal with Java Sources in CIDER

https://metaredux.com/posts/2025/01/17/a-simpler-way-to-deal-with-java-sources-in-cider.html

For ages dealing with Java sources in CIDER has been quite painful.1 Admittedly, much of the problems were related to an early design decision I made to look for the Java sources only in the classpath, as I assumed that would be easiest way to...

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

 

Where to store your (image) files in Leiningen project, and how to fetch them?

https://clojure-diary.gitlab.io/2025/01/17/where-to-store-your-image-files-in-leiningen-project-and-how-to-fetch-them.html

Notes Create new app using: $ lein new app image_in_resources Place clojure_diary-logo.png in resources/images/ folder. project.clj content: (defproject image_in_resources "0.1.0-SNAPSHOT" :description "FIXME: write description" :url...

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

 

40+ Must-See GitHub Repositories You Can't Afford to Miss!

https://dev.to/gittech/40-must-see-github-repositories-you-cant-afford-to-miss-ejl

  1. YAML-Powered URL and Shell Command Shortener ๐Ÿ”— Website: https://gittech.site/github/item/42729388... ๐Ÿ“‚ GitHub Repository: https://github.com/NishantJoshi00/yamlink ๐Ÿ“… Published On: Thu, 16 Jan 2025 19:06:11 GMT 2. An open...

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

 

Multiplayer Board Game with Clojure and HTMX

https://shagunagrawal.me/posts/multiplayer-board-game-in-clojure/

Making a multiplayer board game using Clojure and HTMX. Setting up Clojure for REPL driven development and deploying application to fly.

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

view more: โ€น prev next โ€บ