-
-
How to run ChatGPT on your own computer
A quick start guide with Open WebUI and Ollama
-
TypeScript: Interfaces vs Types
A simplified approach to type declaration
-
Sharing beautiful code snippet screenshots
Sharing is caring
-
HTML5 Starter Boilerplate
Just a personal reference to keep my own sanity
-
Mock your database from a JSON file to REST API
Get a mockup API up and running in 10 minutes (or less)
-
Access your local application from a public URL
Ngrok allows you to connect through a tunnel and navigate to your local application running on a publicly available endpoint
-
Enumerators in JavaScript
Should we use it?