Skip to content
View m1kc3b's full-sized avatar

Block or report m1kc3b

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
m1kc3b/README.md

👋 I'm Michael

JS/TS/Rust Developer (fullstack)

I am a self-taught, passionate, and meticulous developer with a keen interest in low-level development, system programming, and embedded programming. My side projects include computer programming from scratch (assembler, VM, compiler and OS), microcontroller programming (bare-metal programming with Rust and Arduino), and AI-powered applications with OpenAI and LangChain.

Pinned Loading

  1. explicitly explicitly Public

    A TypeScript library inspired by Rust’s Option<T> and Result<T, E>, providing safe and expressive error handling. Avoid null, undefined, and exceptions with explicit, functional-style handling of m…

    Rust

  2. rust-on-esp32 rust-on-esp32 Public

    Bare metal programing with Rust on an ESP32 (no_std, esp-idf and async/await)

    Rust

  3. nand2Tetris nand2Tetris Public

    Rust implementation of the famous CS course Nand To Tetris 🦀

    Rust

  4. code-breaker code-breaker Public

    Rust CLI Game inspired by Wordle and Mastermind.

    Rust 1

  5. nodejs-ai-assistant nodejs-ai-assistant Public

    This project is an example of how to implements a RAG Architecture with LangChain.js and GPT-3.5-turbo to answer any question about the book "Node.js Design Patterns"

    HTML 1 1

  6. ResumePDF ResumePDF Public

    Summarize, in French, any PDF file, regardless of its size or language. This AI, built with LangChain.js, is based on GPT-3.5-turbo.

    TypeScript