thomscoder
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Often i was in situations i had to implement things on the frontend but the backend was not ready so i had to hard mock tons of json data to test paginations. And still I could not test how the frontend reacted with…
-
I built a proxy to let Claude (or any other agent) take control of your react application. I basically built it out of my own need and as an experiment to learn one things or two. It sits between the dev server and the…
-
Shhh (i didn't have any idea for the name) is really fast PII masker that swaps real secrets for realistic fakes, preserving the data’s structure so your AI tools can reason on it without ever seeing the originals. It…
-
Hello everyone, I'm building a terminal based docs generator. Mainly to keep practicing with Go. Write your docs and it will give back a binary with your docs in a nice terminal based UI. You can execute the binary…
- Show HN: A tiny WASM runtime in JavaScript (github.com)
Wrote a tiny Wasm runtime in Javascript. This is mainly a POC and for demonstration purposes. I hope it will be useful for current and future WebAssembly learners. Of course contributions and suggestions are very…
- Show HN: I've wrote a word finding game (timberland.vercel.app)
I've published a quick word finding game :) The gameplay is simple, Click the letters to find a word. If the word is correct the length of the word will be transformed into points, if the word is not correct the length…
- Show HN: A tiny WASM compiler and runtime for demonstration purposes (luna-demo.vercel.app)
Hello, I'm building a WebAssembly compiler and documenting the process in the meantime. This aims to be a tool for demonstration and education purpose. It doesn't aim to do fancy stuff nor to replace existing ones. I'm…
-
As a personal project I wrote a really tiny Wat 2 Wasm compiler in Go. Mainly for demonstrative and educational purposes. It was tough: I didn't know anything about WebAssembly internals and I'm a newbie with Go... so I…
- Show HN: Building a Git teaching tool that runs Git in the browser (harmonyland.vercel.app)
Repo: https://github.com/thomscoder/harmony Harmony was born as a tool to create and/or modify local files, on the fly, in your browser. Few weeks ago I decided to try to implement a sort of version control system in…
- Show HN: Git in-memory in browser with Web Assembly (harmonyland.vercel.app)
Create, upload, edit (multiple) files on the fly, in the browser. Git branches and git commits allow to save your changes, create multiple "workspaces" and switch between them in one click. Repo:…
- Show HN: Create and edit local files on the fly in the browser. Via WebAssembly (harmonyland.vercel.app)