Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
chrisdugne
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
chrisdugne
10mo ago
this lists all modifications, when check-projects tells you one line if your project is WIP: x uralys/web * M www then you go work with your modifications on your project. https://github.com/rupa/z is perfect to
2.
▲
by
chrisdugne
10mo ago
my projects are for different stacks, different people. they sometimes are themselves monorepo; the aim of check-projects is just to keep track of the work still not fully done and pushed.
3.
▲
by
chrisdugne
10mo ago
fun fact: check-projects is initially a nodejs script I wrote specifically for my projects few years ago; My first usage to test out claude code was to generalize this script: cople hours later it was entirely rewritten with Go and and CI o
4.
▲
by
chrisdugne
10mo ago
A fast, cross-platform CLI tool to check the git status of multiple projects organized by categories. Run check-projects to see which of your projects have uncommitted changes, are ahead of remote, or have other git status indicators.
5.
▲
CLI tool to check the Git status of multiple projects
(github.com)
65 points
by
chrisdugne
10mo ago
|
39 comments
6.
▲
by
chrisdugne
3y ago
As a senior software architect, I have started writing articles about my daily technical challenges, with a focus on web and game development. The latest one is about React state management and my workflow for creating screens.
7.
▲
by
chrisdugne
5y ago
you're right, the nodejs dependency in not small; I've picked it because I work with js on my daily basis and found http://yargs.js.org/ very handy to create beautiful CLI. Another possibility could be to extract
8.
▲
by
chrisdugne
5y ago
# CLI: coming from frontend world, the live reload is a must to have for my developments; that was the first step for Fox CLI, and I added assets creation for ios/android stores; Next step is to provide a helpful prompting to build deb
9.
▲
Fox: Tools to help develop with Godot engine
(github.com)
89 points
by
chrisdugne
5y ago
|
11 comments
10.
▲
Redux Alternative with Devtools
3 points
by
chrisdugne
5y ago
|
0 comments
11.
▲
Extremely fast createReactApp-like using esbuild
(github.com)
1 points
by
chrisdugne
5y ago
|
0 comments
12.
▲
by
chrisdugne
5y ago
without a provider you cannot run many instances of the same store in the same App. (that's how I can run 3 times the same App in my demo https://taverne.uralys.com/demo ) zustand inspired me a lot to create the custom
13.
▲
by
chrisdugne
5y ago
The reducing is done with Immer so you have exactly the same mechanism than https://redux-toolkit.js.org/usage/immer-reducers But Redux Toolkit is precisely among the reasons that led me to this new lib `La Taverne`: R
14.
▲
Redux Alternative
(taverne.surge.sh)
32 points
by
chrisdugne
5y ago
|
15 comments
15.
▲
by
chrisdugne
5y ago
La Taverne is an elementary Flux implementation to manage your state. The goal is to keep Redux original power and simplicity, removing the headaches of addons like Redux-thunks or Reselect.
16.
▲
La Taverne: Manage your front end global state with a simple Flux implementation
(github.com)
2 points
by
chrisdugne
6y ago
|
0 comments
17.
▲
Running a local esbuild dev server with live reload
(gist.github.com)
1 points
by
chrisdugne
6y ago
|
0 comments
18.
▲
Streaming data on WebGL dynamical maps with maperial.js
(github.com)
1 points
by
chrisdugne
11y ago
|
0 comments
19.
▲
OpenSource JavaScript API to Create and Share WebGL Maps: Maperial.js
(github.com)
3 points
by
chrisdugne
11y ago
|
0 comments
20.
▲
CoronaSDK starter and libraries to help building your Game
(github.com)
2 points
by
chrisdugne
11y ago
|
0 comments