Skip to content
View miksrv's full-sized avatar
:octocat:
Hello! :)
:octocat:
Hello! :)

Block or report miksrv

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
miksrv/README.md

Profile Views

Hey There! 👋 I'm Misha Topchilo

Tech Lead  ·  Software Architect  ·  Full-Stack Engineer  ·  AI Builder

Building complex systems from zero to production - architecture, backend, frontend, infrastructure, and engineering processes.


What I Build

I design and ship complete engineering systems - from first principles to production. I don't hand off at the boundary of one discipline; I own outcomes across the full stack: architecture decisions, backend services, frontend products, infrastructure, hardware, and the teams that build it all.

🏗️ Technical Leadership
Define engineering standards, drive architecture decisions, mentor engineers, own delivery
🧩 System Architecture
Design scalable, maintainable systems - microservices, event-driven, or monolith - the right tool for the context
⚡ Full-Stack Development
Ship production-grade React frontends and PHP/Python/Node backends that perform at scale
🤖 AI Integration
Build intelligent pipelines and product features with modern AI/ML tooling and APIs
🔩 Hardware + Software
Design systems that cross the software/hardware boundary - firmware, embedded systems, sensors, automation
🚀 Zero → Production
Take an idea from a blank file to a deployed product, independently, without hand-holding

Systems I've Built

Some of the engineering systems I've designed and shipped:

• Large-scale web platforms serving thousands of users
• Autonomous hardware-software observatory system operating 24/7
• Data pipelines processing astronomical imagery and telemetry
• Production web applications with full-stack ownership

Engineering responsibilities included:

  • architecture design
  • backend and API development
  • frontend applications
  • infrastructure
  • automation pipelines

📊 GitHub Statistics

📈 GitHub Activity


🔭 Astronomy Engineering System - Saturday, March 14, 2026

Most people have hobbies. I built a distributed engineering system.

My remote robotic observatory is a fully automated, software-driven platform for deep-space imaging - running unattended every clear night, from power-on to image publishing, without human intervention. This is what systems engineering looks like outside a job description.

The system architecture:

Layer Engineering scope
Observatory Automation Custom INDI-protocol roof driver with safety interlocks integrated into Ekos/KStars for fully autonomous open/close sequencing
Telescope Control Robotic slewing, auto-guiding, focusing, and platesolving via the INDI software stack
Imaging Pipeline Automated capture → calibration frames → stacking → post-processing → publishing
Weather Monitoring Real-time multi-sensor environmental monitoring feeding go/no-go decisions into the automation chain
Data Processing FITS image parsing, metadata extraction, object classification, and near-Earth object detection
Web Platform Full-stack portal for session management, public image catalogue, and community features

Every component - firmware, drivers, pipelines, web portal - is custom-built.

Latest imagery from the system - captured and processed automatically:

NGC7000 M13 M81-M82 M33

Multi-hour long-exposure composites of deep-sky objects: galaxies, nebulae, and star clusters captured and published fully autonomously.


🚀 Selected Projects

Project Engineering scope Stack
Astronomical Observatory Portal Full-stack platform managing autonomous observation sessions, image processing pipelines, a public astronomical catalogue, and community features TypeScript · React · PHP
Simple React UI Kit Lightweight, fully-typed React component library - built for production frontends where bundle size and performance matter TypeScript · React
Observatory Roof Controller INDI-protocol driver enabling fully automated observatory roof actuation with safety interlocks, integrated into professional astronomy software chains C++ · INDI
Arduino Weather Station Self-contained environmental monitoring system with multi-sensor fusion, local data logging, and API publishing - feeds real-time data into observatory automation decisions C++ · Arduino · TypeScript · React · PHP
Asteroid Monitoring System Near-Earth object tracking system ingesting public space agency data feeds, correlating observations, and generating alerts TypeScript · React
FITS Image Analyzer Scientific tool for parsing, calibrating, and extracting structured metadata from raw astronomical FITS images Python

About Me

  • Started writing code at 15 - haven't stopped since
  • Built systems that operate unattended, 24/7 in real environments - not just on localhost
  • Comfortable at every layer of the stack: from embedded firmware to cloud infrastructure
  • Believe that the best engineers understand the whole system, not just their slice of it
  • When not shipping: remote observatory, deep-space photography, hiking with family

📬 Let's Connect

If you're building something ambitious - a product that needs architecture, leadership, and full-stack execution - I'd like to hear about it.

Website  LinkedIn  Telegram 

Engineering philosophy
while (alive) {
  learn();
  build();
  improve();
}

Pinned Loading

  1. arduino-weather-station arduino-weather-station Public

    Arduino Weather Station is an automated weather monitoring project built on Arduino for collecting environmental data, featuring an API (PHP + MySQL + CodeIgniter) and a web interface (Next.js + Re…

    PHP 86 5

  2. GitHub-Project-README-Template GitHub-Project-README-Template Public template

    A versatile README template designed to kickstart GitHub projects with a comprehensive and structured guide. This template ensures your project documentation is clear and organized from the beginni…

    1

  3. developer-portfolio-website developer-portfolio-website Public

    A modern and flexible portfolio template for React and Next.js developers. Perfect for showcasing your skills, experience, and projects. Clean, professional design, easy customization, and fast loa…

    TypeScript 21 9

  4. simple-react-ui-kit simple-react-ui-kit Public

    Simple and lightweight React UI framework built with TypeScript. Perfect for rapid prototyping and building modern, responsive interfaces. If you're looking for a flexible, easy-to-use UI kit for y…

    TypeScript 1 1

  5. astronomy-portal astronomy-portal Public

    This project is intended for remote control of an amateur astronomical observatory. With the help of the WEB interface, you can control the power supply of the observatory devices, monitor the volt…

    TypeScript 4 2

  6. indi-rollroof-controller indi-rollroof-controller Public

    This project is a fork of the original INDI Aldiroof author Derek OKeeffe. In my project, I used a different roof drive, which is controlled by only two signals - OPEN and CLOSE. An INDI driver and…

    CMake 4