- Sometimes I want to develop just the logic or the flow of apps not the implementations.
- I wanted to prototype with "simpler" code.
- It would be nice to see working without actually writing real code yet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Type enum (meta type) | |
| enum Type { | |
| Animal, | |
| Digit | |
| } | |
| // types | |
| enum Animal { | |
| Cat, | |
| Dog |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { useEffect, useState } from "react"; | |
| export function useStream($) { | |
| const [value, setValue] = useState([]); | |
| useEffect(() => { | |
| const subs = $.subscribe({ | |
| next: v => setValue(v), | |
| complete: () => console.log("stream completed in useStream"), | |
| error: e => { console.error(e)} | |
| }); |
This can be quite outdated as I've been updating my tools at https://github.com/ryuheechul/dotfiles for a while. And I'm probably not going to edit this anymore.
many obvious could be missing here though
- docker: https://www.docker.com/
- hyperkit: https://github.com/moby/hyperkit
- virtualbox: https://www.virtualbox.org/
- multipass: https://multipass.run/
- vagrant: https://www.vagrantup.com/
- kubernetes: https://kubernetes.io/
- minikube: https://minikube.sigs.k8s.io/
- nix: https://github.com/NixOS/nixpkgs
- homebrew: https://brew.sh/
- fluid: https://fluidapp.com/
- alfred4: https://www.alfredapp.com/
- keytty: https://keytty.com/
- amethyst: https://ianyh.com/amethyst/