Reusable Forms and Dropdowns: Phoenix App from Scratch, Episode 5
https://www.youtube.com/watch?v=gMeUOURvDP8
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=gMeUOURvDP8
Reusable Forms and Dropdowns: Phoenix App from Scratch, Episode 5
https://www.youtube.com/watch?v=gMeUOURvDP8
Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=gMeUOURvDP8
ShulginSigning: A Standard For A High-Integrity, Secure, Modern Digital Signature Scheme using SPHINCS+ and ED448 (with hedged signatures)
https://github.com/sileneundula/ShulginSigning/tree/main
Discussions: https://discu.eu/q/https://github.com/sileneundula/ShulginSigning/tree/main
Show HN: Online Python Compiler with Libraries
https://cliprun.com/online-python-compiler-with-libraries
Discussions: https://discu.eu/q/https://cliprun.com/online-python-compiler-with-libraries
How approachable do you think this Go codebase is?
https://github.com/usememos/memos
Discussions: https://discu.eu/q/https://github.com/usememos/memos
Strange memory leak/retention that is making me go mad.
https://github.com/Kartofi/choki
Discussions: https://discu.eu/q/https://github.com/Kartofi/choki
Hologram Roadmap Unveiled: The Path to ElixirConf 2025 and Beyond
https://hologram.page/docs/roadmap
Discussions: https://discu.eu/q/https://hologram.page/docs/roadmap
GHC 9.12.2 is now available
https://discourse.haskell.org/t/ghc-9-12-2-is-now-avaialble/11639
Discussions: https://discu.eu/q/https://discourse.haskell.org/t/ghc-9-12-2-is-now-avaialble/11639
DSF member of the month - Cory Zue
https://www.djangoproject.com/weblog/2025/mar/14/dsf-member-of-the-month-cory-zue/
Discussions: https://discu.eu/q/https://www.djangoproject.com/weblog/2025/mar/14/dsf-member-of-the-month-cory-zue/
Go import cycles: three strategies for how to deal with them, and a plea for a fourth
https://www.dolthub.com/blog/2025-03-14-go-import-cycle-strategies/
Discussions: https://discu.eu/q/https://www.dolthub.com/blog/2025-03-14-go-import-cycle-strategies/
Calculate a million digits of Pi within seconds
https://github.com/elkasztano/piday25
Discussions: https://discu.eu/q/https://github.com/elkasztano/piday25
#Microservices. Real-time #asynchronous processing. #PostgreSQL and #Redis integrations. And the best damn collection of well-tested #OpenSource libraries.
Your company is using the #Perl #programming language and ecosystem, even if you don’t know it.
So join Deriv and support @metacpan so that your systems can continue to run for the *next* 25 years: https://www.perl.com/article/why-deriv-supports-the-perl-ecosystem/
I tried pico.css and although I love the simplicity, it was too barebones. Any CSS framework recommendations that are not hundreds of files and require to install tools?
I added the following snippet to my website:
<noscript>Thank you for not using JavaScript</noscript>
You see, that's what's called grateful degradation...
Beyond React.memo: Smarter Ways to Optimize Performance
https://cekrem.github.io/posts/beyond-react-memo-smarter-performance-optimization/
Discussions: https://discu.eu/q/https://cekrem.github.io/posts/beyond-react-memo-smarter-performance-optimization/
Elixir Makes You Make Good Decisions
https://kevinbarrett.org/elixir-makes-you-make-good-decisions/
Discussions: https://discu.eu/q/https://kevinbarrett.org/elixir-makes-you-make-good-decisions/
JWT — Authentication and Authorization with JSON web token in Clojure ring
Discussions: https://discu.eu/q/https://youtu.be/mrgs6DUViOk
I came across @mjd's book _Higher Order #Perl_ (availabe for free online! https://hop.perl.plover.com) a bit later than its publication date twenty years ago, but it irrevocably changed how I read and write code.
https://mathstodon.xyz/@mjd/114160616521378521
Just look at the table of contents:
* Recursion and Callbacks
* Dispatch Tables
* Caching and Memoization
* Iterators
* From Recursion to Iterators
* Infinite Streams
* Higher-Order Functions and Currying
* Parsing
* Declarative #Programming