Posts
All the articles I've posted.
OAuth User Login with React and Go
Published:React.js and Go project demonstrating the use of Google OAuth to authenticate users
Collaborative CRDT Editor
Published:Collaborative, conflict-free CRDT store implemented using Rust and integrated with FastAPI server and React client
Python Development Setup in IntelliJ IDEA and PyCharm
Published:How to configure Python, Black, isort, Pylint, and mypy in PyCharm and IntelliJ IDEA
Arduino TinyML Digits Recognition
Published:TinyML project that uses a model to recognize digits
Arduino TinyML Speech Recognition
Published:TinyML project that uses a model to recognize 2 keywords, "yes" and "no", from speech data
WASM Real-time Object Detection
Published:Real-time Object Detection with React, WASM, Rust, and YOLOv8
Telegram Jeopardy Bot
Published:Telegram bot that uses a machine learning model to play Jeopardy! game with you
Real-time Object Detection
Published:Real-time Object Detection with React, WebSockets, and C++