kastorcoder
There are 15 repositories under kastorcoder topic.
kastorcode/blast-arena
Browser based, battle royale, online multiplayer 2D game about bombs on a board.
kastorcode/ollama-gui-reactjs
Frontend for the Ollama LLM, built with React.js and Flux architecture.
kastorcode/nextjs-14-training-ssr-concepts
Full-stack SSR app to train Next.js 14 concepts.
kastorcode/upload-multiple-files-busboy-nodejs
Project that uploads multiple files using Node.js, Busboy, web socket, pipeline pattern and streams.
kastorcode/business-card-generator-puppeteer-cluster
Node.js script that generates PDF files via clustering (multi-thread processing).
kastorcode/javascript-expert
Modules developed in the JS Expert course.
kastorcode/data-processing-generators-vs-functions-nodejs
Node.js backend that exemplifies the benefits of on-demand data processing using generators over functions.
kastorcode/drawing-board-rxjs-webstreams
Drawing board using reactive programming, RxJS clone, web streams and the pipeline pattern.
kastorcode/editing-videos-nodejs-ffmpeg
Backend and frontend that edits and consumes video on demand using Node.js streams and the FFmpeg library.
kastorcode/javascript-testing-jsexpert
JavaScript test suite with mocks, stubs, spies, end-to-end with coverage and TDD in the JS Expert.
kastorcode/js-mp4-to-webm-webcodecs-fullstack
KastorTube - fullstack project that pre-processes MP4 video to WebM on demand using Streams, WebCodecs, Web Workers and Canvas.
kastorcode/js-video-conference-peer-socketio-fullstack
Create real-time video call rooms, record and download the videos. This full-stack project uses Socket.IO and PeerJS libs, and the Builder pattern.
kastorcode/large-csv-stream-concat-nodejs
Node.js script that concatenates unlimited CSV's into a single file using Streams.
kastorcode/nestjs-multitenancy-first-touch
My first contact with the NestJS framework.
kastorcode/webstreams-fullstack-nodejs-and-browser
Full-stack app that consumes unlimited CSV, converts to NDJSON and sends it to the client to render as HTML, all on demand with webstreams.