Skip to content
View MichaelSebsbe's full-sized avatar
  • Zodiac Group Toronto
  • Toronto

Block or report MichaelSebsbe

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
MichaelSebsbe/README.md

πŸ‘‹ Hi, I'm Michael Sebsbe

Full-stack Mobile & Web Developer πŸ“ Toronto, Canada

I build scalable, production-ready mobile and web applications with a strong focus on performance, developer experience, and real-world reliability. My background spans iOS, Android, backend services, and DevOps, with hands-on experience shipping apps used in real businesses.


πŸ› οΈ What I Work With

Languages & Frameworks

  • TypeScript / JavaScript
  • Swift (iOS, watchOS, WKWebView)
  • Python
  • React / React Native
  • Node.js

Mobile

  • iOS (Swift, UIKit, SwiftUI)
  • React Native (Expo)
  • OTA update systems
  • Push notifications (APNs, Android)

Backend & Infra

  • Node.js services
  • RabbitMQ (event-driven systems)
  • REST & WebSocket APIs
  • Docker & CI/CD pipelines
  • Cloud deployments

πŸ“Œ Featured Projects

πŸ”„ React Native OTA Hot Update

Contributions to a React Native over-the-air update system, enabling app updates without store resubmission. Focused on edge-case reliability, including Android backup/restore scenarios.

  • TypeScript
  • Production-grade update handling
  • Real-world mobile constraints

πŸ“² EasyPush

A Node.js push notification service using RabbitMQ as a message broker. Designed for scalable, async delivery of iOS push notifications via APNs.

  • TypeScript
  • Message queues
  • Service-oriented architecture

✈️ FlyPieter

A WKWebView wrapper for a browser-based flight simulator experience.

  • Swift
  • iOS WebView integrations
  • Native ↔ Web communication

🐍 Async Notification Service – Python Client

A Python client library for interacting with an async notification service.

  • Python
  • Clean API design
  • Client-side reliability

πŸ“ˆ Open Source & Activity

  • Active open-source contributor
  • Consistent commits across public and private repositories
  • Focused on bug fixes, edge cases, and production stability
  • Pull requests with real-world impact

πŸ’‘ How I Think About Software

  • Performance matters β€” users notice delays
  • Frontend is the API for humans
  • Systems should fail gracefully
  • Good DevOps saves teams time
  • Clean architecture beats clever hacks

πŸ“« Get in Touch


Thanks for stopping by πŸ‘€ Always happy to collaborate or talk architecture.

Pinned Loading

  1. vantuan88291/react-native-ota-hot-update vantuan88291/react-native-ota-hot-update Public

    React native hot update same as code push, can update using git repository or custom server

    TypeScript 663 78

  2. EasyPush EasyPush Public

    A Node.js service that handles push notifications using RabbitMQ as a message broker. Currently supports iOS push notifications via Apple Push Notification service (APNs).

    TypeScript 1

  3. FlyPieter FlyPieter Public

    A WKWebview Wrapper for @levelsio's flight simulator

    Swift 10

  4. async-notification-service-python-client async-notification-service-python-client Public

    A Python client library for async-notification-service

    Python