Skip to content
View martishin's full-sized avatar

Block or report martishin

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
martishin/README.md

Hello, I'm Alex Martishin! 👋

  • 👨‍💻 I am an Engineering Manager with experience in high-load distributed systems and machine learning
  • 💼 Right now I am living in Amsterdam and working at Miro
  • 🛠️ I use Kotlin/Go for back-end development, TypeScript for front-end development, and Python/C++/Rust for ML
  • 💬 Open to discuss software architecture and engineering management
  • 📫 How to reach me: Feel free to connect with me on LinkedIn

Pinned Loading

  1. wasm-object-detection Public

    Real-time camera feed object detection with React.js, WASM, Rust, Candle ML, and YOLO

    Rust 6

  2. react-golang-chat Public

    Real-time chat application with user authentication. Built using React.js, Go and WebSockets

    TypeScript 8 2

  3. tinyml-digits-recognition Public

    Arduino TinyML project that uses a ML model to recognize digits in the camera feed, the model was trained using the MNIST dataset

    C 1

  4. movie-search-service Public

    Full-stack web app for browsing and streaming movies, built with React.js and Go, using Terraform for infrastructure provisioning. Example project used in Technical Skills for Product Managers course

    Go 3

  5. search-engine Public

    CLI tool for on-disk text search, uses indexing to improve efficiency

    Kotlin 2

  6. load-balancer Public

    Simple round-robin load balancer with health checks written in Go

    Go