Skip to content
View sandrineuwineza's full-sized avatar

Block or report sandrineuwineza

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
sandrineuwineza/README.md
Sandrine Uwineza

Typing SVG


LinkedIn Email EF SET C2 Location Status



$ whoami

#!/usr/bin/env python3
"""
Sandrine Uwineza — Technical Support Engineer
github.com/sandrineuwineza
"""

class SandrineUwineza:

    # ── Identity ──────────────────────────────────────────────
    name       = "Sandrine Uwineza"
    title      = "Technical Support Engineer"
    location   = "Tlalnepantla de Baz, Estado de Mexico, Mexico"
    origin     = "Rwanda"
    email      = "mrs.uwineza@gmail.com"
    linkedin   = "linkedin.com/in/sandrineuwineza"

    # ── Education ─────────────────────────────────────────────
    degree     = "BSc (Hons) Computer Engineering — Network Engineering"
    university = "University of Rwanda, College of Science & Technology"
    graduated  = 2019
    honours    = "Second Class Honours, Lower Division | GPA: 67.21%"

    # ── Availability ──────────────────────────────────────────
    status        = "Actively Open to Work"
    available     = "Immediately"
    work_modes    = ["Remote", "Hybrid — Mexico City metro", "On-site — Mexico"]
    authorized_in = "Mexico (no sponsorship required)"
    remote_global = True  # No visa needed for fully remote roles

    # ── Languages spoken ──────────────────────────────────────
    languages = {
        "English":     "C2 Proficient — EF SET Certified 73/100",
        "French":      "Professional Proficiency",
        "Kinyarwanda": "Native",
        "Spanish":     "Intermediate",
    }

    # ── Core diagnostic approach ──────────────────────────────
    methodology = "reproduce -> isolate -> root_cause -> fix -> document"
    belief = (
        "The most valuable support engineer is not the one who resolves "
        "the most tickets — it is the one who ensures they never come back."
    )

    def __str__(self):
        return f"{self.name} | {self.title} | {self.location}"


me = SandrineUwineza()
print(me)
# Sandrine Uwineza | Technical Support Engineer | Tlalnepantla de Baz, Mexico


What I Bring to a Technical Support Role

Network Engineering

CCNA-certified across the full 5-module Cisco pathway. I do not just troubleshoot networks — I understand how they are architected.

TCP/IP · DNS · DHCP · VLANs · NAT · ACLs · OSPF · EIGRP · WAN · VPN · Cisco IOS

Application & API Support

Two years maintaining a live production web platform — tracing data flow through REST APIs, debugging cross-layer issues with Postman, collaborating with backend engineering teams.

REST APIs · Postman · JSON · Data flow analysis

Enterprise IT Operations

ICT internship at UNFPA Rwanda (United Nations) — SLA monitoring with ISPs, asset management under UN operational standards, high-accountability enterprise infrastructure support.

Data-Aware Engineering

IBM-certified in Python, Machine Learning, and Data Visualization — I bring scripting and analytical thinking to support workflows that others treat as purely operational.

Multilingual Professional

English C2 (EF SET 73/100) · French (professional) · Kinyarwanda (native) · Spanish (intermediate).

Rare in the LATAM technical talent market. Directly relevant for global-facing teams.

Technical Documentation

Pedagogy-certified (University of Illinois). I communicate complex technical findings clearly to any audience — from developers debugging API failures to non-technical end users.



Technical Skills

Support & Infrastructure

Incident Management Root Cause Analysis Help Desk Tier 2/3 Remote Support ITIL Principles SLA Management Technical Documentation User Training

Networking — CCNA Certified (5 Modules)

TCP/IP DNS DHCP HTTP/HTTPS VLANs NAT ACLs OSPF EIGRP IPv4/IPv6 WAN VPN Cisco IOS Network Monitoring

APIs, Development & Databases

Python JavaScript REST APIs Postman JSON SQL HTML5 CSS3 Git GitHub

Systems

Windows Linux System Administration IT Asset Management Agile/Scrum



Professional Experience

2023 – 2024
Mexico
IT Support Specialist — Colegio de Excelencia Raindrop · Tlalnepantla de Baz, Mexico

Sole technical point of contact for 200+ staff, faculty and students. Managed the full spectrum of institutional IT: hardware, software, and network incident resolution · web application maintenance · user account administration across Windows and Linux · knowledge-base documentation · structured user training delivery that measurably reduced recurring helpdesk submissions.
2019 – 2021
Rwanda
Front-End Developer — Application Support & Debugging — Opina Platform · Kigali, Rwanda

Maintained production web application stability for active users. Traced data flow through REST APIs using Postman, identified payload inconsistencies, collaborated with backend engineering teams to diagnose and resolve cross-layer bugs, and executed QA validation before every deployment to prevent regression in production.
2018
UN Agency
ICT Support Officer (Intern) — UNFPA Rwanda Country Office · United Nations

ICT internship in the Operations Unit of a UN agency. Delivered enterprise-grade technical support for country office staff · monitored SLA compliance with multiple ISPs · maintained IT asset inventory under UN operational standards · assisted with system installations and network configuration updates.
2018 – 2019
Rwanda
Computer Science & English Tutor — St. Emmanuel School Complex · Kigali, Rwanda

Taught Computer Science and programming fundamentals to students with no prior technical background — developing the audience-aware technical communication skills that directly underpin effective user support, training delivery, and knowledge-base documentation.


Portfolio Projects

Every project directly evidences skills from professional experience — not tutorial exercises, but tools built to solve real IT support problems.

Systematic network troubleshooting CLI and modern web dashboard for Technical Support Engineers. Automates the entire first-response diagnostic checklist.

Modules: ICMP ping sweep · DNS resolution (A/AAAA/MX/NS) · Concurrent TCP port scanner · HTTP/HTTPS + TLS checker · Traceroute with hop latency · Markdown incident report generator

Stack: Python Flask socket subprocess dnspython pytest

Python Flask CCNA Tests

Full-stack ITIL-aligned incident management system with web dashboard, SLA enforcement, escalation logic, full audit trails, and Markdown report generation.

Features: Real-time KPI dashboard · Full ticket lifecycle · Tier 1/2/3 escalation · SLA deadlines (4h/8h/24h/72h) · Root cause analysis required · Incident + SLA reports

Stack: Python Flask SQLite SQL Vanilla JS

Python SQLite ITIL Tests

Python framework for systematic REST API validation — status codes, schema checking, payload integrity, latency benchmarking, and Postman collection export.

Stack: Python pytest requests JSON Postman

Python Postman

Python scripts that generate, validate, and document Cisco IOS configurations — VLANs, OSPF, EIGRP, ACLs, DHCP pools, and NAT rules — from YAML input definitions.

Stack: Python Jinja2 YAML Cisco IOS

Python Cisco

Python monitoring daemon — CPU, memory, disk, network interfaces, and processes — with configurable alert thresholds, live terminal dashboard, and daily health reports.

Stack: Python psutil curses logging Linux Windows

Python Linux

CLI asset tracking for hardware, software licenses, network devices, and user assignments — with warranty alerts and full audit trails. Built from UNFPA (UN) operational experience.

Stack: Python SQLite SQL CSV import/export tabulate

Python SQLite

Parses IT incident logs, calculates MTTR, identifies recurring patterns, detects SLA breaches, and generates visual trend charts. Built on IBM Data Visualization certification.

Stack: Python pandas matplotlib seaborn CSV/JSON

Python pandas

Systematic database quality checks — NULL detection, duplicate identification, referential integrity, type validation, and range checks — with structured compliance reports.

Stack: Python SQLite pandas pytest YAML

Python SQL



Certifications

Certification Issuer Year Verify
CCNA: Connecting Networks Cisco Networking Academy 2019
CCNA: Scaling Networks Cisco Networking Academy 2019
CCNA: Routing & Switching Essentials Cisco Networking Academy 2019
CCNA: Introduction to Networks Cisco Networking Academy 2019
CCNA: IT Essentials Cisco Networking Academy 2016
Machine Learning with Python IBM Cognitive Class 2020
Python 101 for Data Science IBM Cognitive Class 2020
Data Visualization with Python IBM Cognitive Class 2020
Principles and Patterns of Pedagogy University of Illinois — Coursera 2021
English C2 Proficient — 73/100 EF SET Certificate 2023
ESL003: Upper-Intermediate English Saylor Academy 2023
2018 National Engineering Conference Institution of Engineers Rwanda 2018


Education

2015 – 2019
Kigali, Rwanda
Bachelor of Science (Hons) — Computer Engineering, Network Engineering
University of Rwanda, College of Science and Technology
Second Class Honours, Lower Division · GPA: 67.21% · 530 Credit Units · Programme delivered entirely in English
Key subjects: Computer Networks · Network Security · System Administration · Operating Systems · Databases · Digital Communication · Object-Oriented Programming (Java) · Research Project
2012 – 2014
Rwanda
Rwanda Advanced Level Certificate — Mathematics, Computer Science, Economics
Gikonko Secondary School


GitHub Stats

GitHub Stats    Top Languages

GitHub Streak



Contribution Activity

GitHub contribution snake animation


Let's Connect

LinkedIn   Email   EF SET


Location Tlalnepantla de Baz, Estado de Mexico, Mexico
Status Actively Open to Work — Available Immediately
Work Modes Remote · Hybrid (Mexico City metro) · On-site (Mexico)
Remote Global No visa sponsorship required for fully remote roles
Mexico Fully authorized — no sponsorship required


footer Sandrine Uwineza · Technical Support Engineer · CCNA Certified · C2 English (EF SET 73/100)
Python · REST APIs · Network Engineering · ITIL · SQL · Linux · Incident Management
"Building tools that diagnose faster, document better, and prevent recurrence."

Pinned Loading

  1. network-diagnostic-toolkit network-diagnostic-toolkit Public

    Python-based network troubleshooting CLI and web dashboard — ping sweep, DNS validation, port scanning, HTTP/TLS health checks, and traceroute. Built with Flask and deployed on Railway. CCNA-certif…

    Python 1

  2. rest-api-testing-framework rest-api-testing-framework Public

    Production-grade REST API testing framework with modern web dashboard. Automates status code validation, JSON schema checking, latency benchmarking, and payload integrity testing. Exports Postman v…

    Python 1

  3. it-helpdesk-ticketing-system it-helpdesk-ticketing-system Public

    Full-stack IT Helpdesk Ticketing System — ITIL-aligned incident lifecycle, SLA enforcement, escalation logic, audit trails, REST API, and web dashboard. Built with Python, Flask, and SQLite.

    Python 1