// Hi there! I'm Frank ...
class Developer {
Name = "Hayes Frank";
Role = "Software Engineer";
Location = "Nairobi ";
Interests = [
"Building innovative solutions",
"Engineering reliable systems",
"Passionate about open source"
];
}
class Developer {
Name = "Hayes Frank";
Role = "Software Engineer";
Location = "Nairobi ";
Interests = [
"Building innovative solutions",
"Engineering reliable systems",
"Passionate about open source"
];
}
Transforming ideas into scalable, efficient software solutions.
// Featured Projects
async functionshowcaseProjects() {
returnexpertise &&passion;
};
async functionshowcaseProjects() {
returnexpertise &&passion;
};
M-PESA C++ Wrapper
Secure payment integration with Safaricom's DARAJA API built for security, reliability, and scalability
C++GoogleTestOpenSSLlibcURLCMakeOpenTelemetry
ScoreSense
Production Grade Machine Learning Ensemble Prediction System delivering accurate and reliable high-stakes predictions
Pythonscikit-learnpytestCI/CDData Science
#!/usr/bin/env bash
echo"Loading skill tree..."
echo"Loading skill tree..."
$ls languages/
>C++ (C++17)
>Python
>Java
>JavaScript
>TypeScript
>PHP
>SQL
$ls api_web/
>RESTful APIs
>JSON
>OAuth
>libcURL
>HTTP Requests
>Multi-threading
$ls tools_frameworks/
>CMake
>GitHub Actions
>GoogleTest
>OpenTelemetry
>Pytest
>scikit-learn
>Git
>Docker
$ls software_design/
>SOLID Principles
>Dependency Injection
>RAII
// Initialize connection
constsendMessage =async () => {
awaitestablish_connection();
};
constsendMessage =async () => {
awaitestablish_connection();
};