Skip to content
View alexconesap's full-sized avatar

Block or report alexconesap

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

About

I am a CTO and systems architect with 30+ years of hands-on experience building software where embedded systems, AI, and business-critical platforms intersect.

My background spans low-level firmware (C++ / Assembly), large-scale enterprise systems, POS and retail platforms deployed in 14 countries, and modern AI / computer vision pipelines. I currently lead C++ firmware, photogrammetry → 3D reconstruction, and CV/ML integration at a medical technology company.

This GitHub contains a small set of public repositories published for educational and knowledge-sharing purposes. Some of these projects are derived from real production work, training programs, and architecture patterns I have used when teaching and mentoring engineers in industry and academic contexts.

Teaching and intent

I have designed and delivered professional programming curricula for engineers in regulated and high-stakes industries. The repositories here reflect that mindset: explain the why, not just the how.

If you are learning systems programming, embedded development, or pragmatic software architecture, these examples are meant to be a reliable reference.


📍 Architecture, Embedded Systems, AI/CV
🧠 Teaching through real code
🔧 Hands-on, production-first mindset

Pinned Loading

  1. python-serial-to-socket python-serial-to-socket Public

    Raspberry Pi Serial Monitor: Learn about serial communication with this educational Python service for Raspberry Pi. Monitors serial ports (barcode scanners) & sends data to a network socket. Ideal…

    Python 2

  2. domain-watch domain-watch Public

    Lightweight domain availability checker Python script with monitoring, CLI and JSON output.

    Python

  3. laravel-address-validator laravel-address-validator Public

    PHP 8 Address Validator Package for Laravel 8-9: An educational extensible package that validates addresses. Includes a functional Smarty Streets interface. Ideal for students & hobbyists to learn …

    PHP

  4. emblogx emblogx Public

    High-performance embedded C++ libraries for ESP32, STM32 and other MCUs: embedded-first logging with FDA-compliant audit router.

    C++

  5. ungula-core ungula-core Public

    High-performance embedded C++ libraries for ESP32, STM32 and other MCUs: core utilities (time, preferences, CRC, queues, strings).

    C++

  6. ungula-motor ungula-motor Public

    High-performance embedded C++ libraries for ESP32, STM32 and other MCUs: stepper motor control with autonomous ISR motion and 12-state FSM.

    C++ 1