Viewing profile — einnjo
einnjo
HN member- Joined
- Mon, Aug 28, 2017, 5:24 AM UTC
- HN karma
- 8
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About einnjo
No profile information was provided.
Recent public activity
-
comment
Comment #26441007
I recently used SQLite in my side project [1]. Here's what I learned from using it: * Shaving the overhead of network calls for queries sped up my site significantly. * Most CI/CD …
-
comment
Comment #26438098
Built using the following tech stack: - Node.js/Typescript - Sqlite - Fastify Framework ( https://www.fastify.io/ ) - HTMX ( https://htmx.org/ ) - Traefik for load balancing ( http…
- story
-
comment
Comment #26357050
Finally shipped my first side project. It tracks the most mentioned stock tickers on /r/WallStreetBets. It runs on Node.js/Typescript using server-side templates and SQLite.
- story
-
comment
Comment #15114588
I've dabbed in elixir and clojure for some time now and the ability to gain a REPL into a live system opens many opportunities for live debugging and introspection. It's a great to…