nexxel
@nexxeln
Followers
14K
Following
21K
Media
189
Statuses
4K
i shuffle cards and build things • co-founder and cto @leapflowhq
Joined May 2022
implemented a json parser in ocaml in ~320 lines of code
If you cannot write a parser for JSON from scratch: you need to learn how to do that NOW!. Not because you need such a thing (how would I know your random needs?), but because you don't even have the tools under your belt in the first place to write a tokenizer or parser.
11
15
305
config directory just hides the problem into a sub folder. the real problem is too many config files. we need good defaults not config files.
All of these files should not have to live in the root of my project. No they also all shouldn't live inside `package.json`. Someone please make the `configs` directory happen.
27
15
247
this is insane, the react community is so behind in things like this. as i have said before.vue/nuxt -> wizards.
🔍 Now in the latest @nuxt_js DevTools, you are able to inspect the elements, open the corresponding source right inside the embedded VS Code, and edit them with HMR!. FULL FEEDBACK LOOP - make changes without the need to learn project structure - or even leave the browser! 🤯
11
11
208
i was so wrong. cmd + tab makes you choose where you want to go to from a bunch of options. i know where i want to go to. i don't want to choose from a list of apps. using hotkeys to switch between frequently used apps is such a good workflow. its feels instant and just better.
23
3
200
why you should be using @astrodotbuild instead of vanilla js .- its like writing html but you get components for free.- you can write typescript in script tags.- you get hmr using vite and access to the vite plugin system.- anything you want is just an `astro add` command away.
@carlosmta_ vanilla js is just a bad dev exp to work with. react, or any component based library/framework lets you write less code and compose your components into a website much more intuively. i personally like @astrodotbuild for landing pages as the authoring experience is just like html.
15
14
171
@carlosmta_ vanilla js is just a bad dev exp to work with. react, or any component based library/framework lets you write less code and compose your components into a website much more intuively. i personally like @astrodotbuild for landing pages as the authoring experience is just like html.
10
3
163