Encapsulation is the bundling of data and the methods that act on that data such that access to that data is restricted from outside the… (more…)
Read more »
Browser extension that provides websites access to ChatGPT - GitHub - sackio/askchatgpt: Browser extension that provides websites access to ChatGPT... (more…)
Read more »
The problem When using node-mlx for training LLM, the RAM was quickly exhausted. After some profiling, it turned out that MLX's tensors (mx.array) were too slow to be garbage collected before runni... (more…)
Read more »
1. JavaScript design patterns #1. Singleton and the Module2. JavaScript design patterns #2. Factories and their implementation in TypeScript3. JavaScript design patterns #3. The Facade pattern and applying it to React Hooks4. JavaScript design patterns #4... (more…)
Read more »
Phoenix LiveView is Elixir's offer when it comes to reactive UI development. Build a Messenger-like app with practically no JavaScript! (more…)
Read more »