Skip to content
View jetsup's full-sized avatar
🤯
🤯

Organizations

@smallbotics @SaganaTR @Beard-Terrorizer @RoboticsInstituteKenya

Block or report jetsup

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

George Ngigi

Embedded Systems • Backend Engineering • Linux • Networking

Designing intelligent systems from embedded devices to cloud infrastructure.

EmailGitHubLinkedInDev.to


About Me

I'm an Embedded Software Engineer from Kenya passionate about designing reliable systems that bridge embedded hardware, Linux, networking, and modern backend technologies.

From firmware running on microcontrollers to APIs, automation platforms, and network infrastructure, I enjoy building complete systems that solve real-world problems.

Interests

  • Embedded Linux
  • Robotics
  • Network Infrastructure
  • Backend Architecture
  • IoT Systems
  • Linux Internals

Featured Projects

ISP Billing & Network Management Platform

A full-stack ISP management solution integrating MikroTik, FreeRADIUS, payments, and customer automation.

Smart Home Platform

Building a scalable smart home ecosystem integrating embedded devices, automation, and cloud services.

Embedded Linux Experiments

Exploring Linux device programming, drivers, and embedded applications.

Network Automation

Developing automation tools and integrations for MikroTik infrastructure.


Currently Exploring

  • ROS 2
  • Qt Framework
  • Advanced C++
  • Modern Embedded Design
  • Computer Vision
  • Embedded Linux

Ask Me About

  • C / C++
  • Python
  • Java
  • Linux
  • Embedded Systems
  • Networking
  • MikroTik
  • Laravel
  • Backend Development

Contact

📧 ngigegeorge023@gmail.com


Connect

        


Tech Stack

Programming Languages

Backend Technologies

Tools and Platforms


GitHub Analytics


⚡ Philosophy

Turning ideas into reliable systems, one layer at a time.

Pinned Loading

  1. s3-phone s3-phone Public

    An LVGL based hackable mobile phone

    C 10 2

  2. USSD-Racharge USSD-Racharge Public

    Airtime Recharging App

    Java 2

  3. Daraja-PHP-Alpha Daraja-PHP-Alpha Public

    E-commerce website

    PHP 2

  4. GO-CRUD-REST GO-CRUD-REST Public

    Basic crud implementation using GO.

    Go

  5. rc-automobile-ros rc-automobile-ros Public

    Forked from smallbotics/rc-automobile-ros

    Micro-ROS differential rover

    C++ 1

  6. Installing xeus-cling on Linux Installing xeus-cling on Linux
    1
    # Xeus-Cling finalization
    2
    
                  
    3
    So after installing xeus-cling using instructions from their official documentation, I found out that I could not add the `c++11`, `c++14` and `c++17` directly to the jupyter notebook.
    4
    
                  
    5
    Also, to let you know, I am using **miniconda3** installed from their [official website](https://docs.anaconda.com/free/miniconda/) running on Ubuntu 22.04. Therefore, from the xeus-cling [github repo](https://github.com/jupyter-xeus/xeus-cling), I will be replacing `mamba` with `conda` where for xeus-cling installation, I ran the following commands: