Professional Summary

Software engineer with 7+ years of development experience building scalable web applications from the ground up. Started with freelance development (2017-2019) before joining Producers Direct where I built entire production platform from zero serving 10,000+ active farmers across Kenya, Uganda, Tanzania, and Peru. Evolved architecture from Laravel monolith to event-driven microservices with polyglot services handling 50,000+ daily API calls with 99.5% uptime (multi-region monitoring). Experienced in full-stack development, distributed systems architecture, and technical hiring.

Experience

Software Engineer

Turing • Remote

September 2025 - Present

Building Rust-based systems for LLM training and evaluation. Designing advanced coding assessments around Rust internals whilst mentoring engineers on systems programming best practices and memory safety patterns.

  • LLM Training Systems: Engineering Rust-based systems for training and evaluating large language models, focusing on performance-critical data processing pipelines and model evaluation frameworks.
  • Technical Assessment Design: Designing and maintaining advanced coding assessments around Rust internals including ownership, lifetimes, async programming, and unsafe code patterns for evaluating systems programming expertise.
  • Technical Mentorship: Leading live coding sessions, workshops, and technical evaluations for distributed engineering teams. Mentoring engineers on systems programming best practices, concurrency patterns, and memory safety.
  • AI/ML Collaboration: Partnering with AI/LLM teams to refine training datasets and improve Rust-specific model training, contributing domain expertise in systems programming to enhance model quality.

Software Engineer & Technical Architect

Producers Direct • Nairobi, Kenya

September 2019 - September 2025

Built Farm Direct marketplace platform from zero to production - evolved architecture from Laravel monolith to event-driven microservices supporting polyglot autonomous services (PHP/Node.js/Rust) that increased smallholder farmer sales by 60% over 18 months across 4 countries.

  • Ground-Up Development: Built entire platform from concept when company had no existing technology infrastructure. Started with Laravel monolith for rapid prototyping, then evolved to microservices architecture with fully autonomous services deployed independently. Designed cloud-native architecture deployed on cost-optimized VPS infrastructure.
  • Microservices Architecture: Led migration from monolithic Laravel to event-driven microservices with services in PHP, Node.js, and Rust. Each service independently deployable with dedicated databases and API contracts. Designed event-driven analytics service consuming system events (ORDER_PLACED, USER_REGISTERED) via AWS SQS for real-time business intelligence.
  • Technical Hiring & Process Building: Established all development practices from scratch and led technical hiring decisions, defining skill requirements and conducting technical assessments. Created architecture supporting distributed team development with clear service boundaries, eliminating merge conflicts across autonomous services.
  • Multi-Region Operations: Architected platform serving farmers across Kenya, Uganda, Tanzania, and Peru with multi-channel integration including USSD gateway (Node.js/Express) and WhatsApp Business API. Implemented comprehensive monitoring with error tracking (Sentry) and multi-region uptime monitoring achieving 99.5% availability.

Technical Skills

Languages:PHP (7+ years), JavaScript/TypeScript (5+ years), Rust (2+ years)
Backend:Laravel (5.4-11.x), Node.js/Express, Axum (learning)
Frontend:Vue.js (2/3, Options & Composition API), Nuxt.js, TailwindCSS
Databases:MySQL (5.7-8.0), Redis, PostgreSQL (basic)
Cloud & Infrastructure:AWS (ECS, RDS, S3, SQS, CloudWatch), Docker, DigitalOcean
Tools:NeoVim/Tmux, Git, GitHub Actions, Sentry, Nginx, systemd
Monitoring:Sentry, Nginx Amplify, GoAccess, CloudWatch

Projects

WASM image processor - Process images right in the browser

August 2025 - Present

Fast, offline image processing for the web. Resize and transform images at near-native speed using WebAssembly — no backend required.

  • Zero dependencies:Runs entirely in the browser. No server round-trips, no heavy libraries.
  • Native Perfromance:WebAssembly gives you speed close to Rust/C++ without leaving JavaScript.
  • Privacy first:Images never leave the client. Perfect for offline and privacy-sensitive apps.

Lnky - Privacy-Focused URL Expander

March 2024 - Present

Privacy-focused Progressive Web App that expands shortened URLs and removes tracking parameters from links. Built with Vue.js/TypeScript frontend and Rust/Axum backend API for secure URL expansion and metadata extraction.

  • Full-Stack Architecture: Vue.js/TypeScript PWA frontend with Rust/Axum backend API at lnky.api.stanleymasinde.com for URL expansion and redirect following
  • Privacy-First Design: Client-side tracker removal (utm_*, fbclid, gclid) combined with backend URL expansion that doesn't store or track user data
  • Progressive Web App: Full offline functionality using service workers and IndexedDB for bookmark management, with Android share target integration
  • Rust Backend Service: High-performance Axum web framework with reqwest for HTTP handling, randomized User-Agent rotation, and secure redirect following from short domains (bit.ly, youtu.be, t.co)

Mr Insurance WhatsApp Bot

🔒 Client Project - Insurance Platform
March 2025 - Present

Full-stack conversational insurance platform with integrated back office, enabling customers to purchase motor, health, and travel insurance directly through WhatsApp while providing comprehensive management tools for the client.

  • Monolithic Architecture: Built with Nuxt.js full-stack framework for simplified deployment and maintenance, chosen specifically for client without dedicated tech team. Leveraged Node.js async model for productive development while maintaining acceptable performance.
  • State Machine Implementation: Designed custom conversation flow management using Meta webhooks and server-side state persistence, handling complex insurance workflows across single webhook endpoint with session management.
  • Back Office Integration: Developed comprehensive admin dashboard within same application for user management, policy tracking, conversation logs, and business analytics - eliminating need for separate systems.
  • Payment & Integration: Integrated M-Pesa and card payment APIs with real-time policy issuance, connecting to insurance management systems via REST APIs for seamless policy fulfillment.

Professional Development

Mobile Web Specialist

Google Africa Scholarship via Udacity • Andela Learning Community (August 2018)

Completed intensive program covering advanced JavaScript, ES6+ features, Promises, Service Workers, and progressive web app development. Capstone project: Weather application with offline functionality.

Community Leadership & Speaking

Founder & Community Lead

Opensource254 • Kenya

2020 - Present
  • Founded structured open source community with weekly team syncs operating like a real company, providing first team development experience for many developers
  • Led COVID-19 technology initiatives for Kenya including tracking apps and information platforms before regulatory constraints limited deployment
  • Served as professional reference for community members using their contributions as proof of team experience for job applications
  • Coordinated collaborative development across 30+ repositories including deployment tools, PWA generators, and national emergency response applications

Conference Speaking

DevFest Nairobi 2023

"Web Assembly: Beyond the Basics" - Technical deep-dive with Rust compilation and WASM optimization

November 2023

Nairobi API Festival 2023

"Ship Fast with Code Generation" - OpenAPI generator for enhanced developer experience

August 2023

GDG Kenya DevFest 2022

"Offline First in Web" - Progressive web apps and user experience optimization

November 2022

Technical Mentor

Andela Learning Community • Eldoret, Kenya

June 2019 - December 2020
  • Mentored next cohorts in Mobile Web Track, sharing knowledge gained from scholarship program
  • Helped plan and organize local meetups in Eldoret for Mobile Web Scholarship participants
  • Provided hands-on code reviews and collaborative problem-solving sessions

Writing & Knowledge Sharing

"Let us talk about bitwise operations"

Medium, April 2025 • Computer Science Deep-Dive • Read Article

Comprehensive exploration of bitwise operations from first principles, covering binary number systems, CPU-level optimizations, and practical applications. Demonstrates understanding of low-level computing concepts including bit manipulation, memory efficiency, and hardware-level programming with Rust examples and real-world use cases like feature flags and embedded systems.

"SSH Deployment with GitHub Actions"

Medium, February 2023 • Monetized Article • Read Article

Comprehensive technical guide solving secure CI/CD deployment challenges. Covers SSH key management in dynamic GitHub Actions environments, secure server access patterns, and automated deployment workflows. Includes practical implementation examples with Nuxt.js, RSYNC file transfer, and complete security configuration for production deployments.