Curated by Wenyi Chu

READ MORE
thursday
23 Feb 2023
Software 2.0 karpathy.medium.com
I sometimes see people refer to neural networks as just “another tool in your machine learning toolbox”. They have some pros and cons, they work here or there, and sometimes you can use them to win Kaggle competitions. Unfortunately, this interpretation completely misses the forest for the trees. Neural networks are not just another classifier, they represent the beginning of a fundamental shift in how we develop software. They are Software 2.0.
SHOW MORE
Software 2.0
Development
Karafka Web UI – Your Ruby and Rails out-of-the-box Kafka UI mensfeld.pl
I'm thrilled to announce the new and shiny addition to the Karafka ecosystem: Karafka Web.
SHOW MORE
Karafka Web UI – Your Ruby and Rails out-of-the-box Kafka UI
Development
tuesday
03 Jan 2023
vanilla-tilt.js 1.8: A Smooth 3D Tilting Effect Library micku7zu.github.io
No dependencies and simple to use and customize
SHOW MORE
vanilla-tilt.js 1.8: A Smooth 3D Tilting Effect Library
Development
SWR 2.0: Improved React Hooks for Data Fetching swr.vercel.app
The second major release of SWR (Stale-While-Revalidate) includes new mutation APIs, new developer tools, as well as improved support for concurrent rendering.
SHOW MORE
SWR 2.0: Improved React Hooks for Data Fetching
Development
Wretch 2.3: A Wrapper Around fetch with an Intuitive Syntax github.com
A long standing, mature library that makes fetch a little more extensible with a fluent API
SHOW MORE
Wretch 2.3: A Wrapper Around fetch with an Intuitive Syntax
Development
Rails Making Docker a First Class Option github.com
Despite being an opinionated framework, Rails has generally been less concerned over how you deploy it, so it’s interesting to see effort placed into making it easy to run Rails anywhere containers are welcome via ‘Docked Rails.’
SHOW MORE
Rails Making Docker a First Class Option
Development
thursday
08 Dec 2022
shuding / nextra github.com
Simple, powerful and flexible site generation framework with everything you love from Next.js.
SHOW MORE
shuding / nextra
Development
LouisBarranqueiro / reapop github.com
📮 A simple and customizable React notifications system
SHOW MORE
LouisBarranqueiro / reapop
Development
Choices-js / Choices github.com
A vanilla JS customisable select box/text input plugin ⚡️
SHOW MORE
Choices-js / Choices
Development
monday
05 Dec 2022
Introduction to Rails Event Store monterail.com
Event Store is also a name for a specific database designed by Greg Young, a pioneer of CQRS and Event Sourcing. In the beginning Rails Event Store was just a Ruby implementation of the EventStore based on ActiveRecord - trying to mimic the same API and functionality. Eventually, Rails Event Store evolved to take advantage of Ruby power and provide more support for Rails ecosystem.
SHOW MORE
Introduction to Rails Event Store
Development