Cloud Architect & Engineering Leader

Hi, I'm Tebogo

Cloud architect and engineering leader building scalable platforms on AWS. Writing about architecture, DevOps, AI, and the journey to senior technical leadership.

Tebogo Tseka

Stay in the loop

Get notified when I publish new articles on cloud architecture, DevOps, and technical leadership.

No spam. Unsubscribe anytime.

Recent Articles

Thoughts on cloud, code, and leadership

Featured Projects

Things I've built and shipped

ML Engineer 2026

Telecom Churn Predictor

Binary churn classifier built with scikit-learn (Random Forest, Logistic Regression) and Keras (deep neural network), evaluated against a real-world telecoms dataset, and deployed as a SageMaker real-time endpoint. Includes full model comparison pipeline and Jupyter exploratory analysis.

Pythonscikit-learnKerasSageMakerS3Jupyter
MLOps Engineer 2026

MLOps Pipeline — SageMaker

End-to-end MLOps pipeline on AWS SageMaker: automated preprocessing, training, evaluation, conditional model registration, and Lambda-triggered retraining on drift detection. Built with the SageMaker Pipelines SDK and Terraform infrastructure.

SageMaker PipelinesPythonLambdaS3TerraformCloudWatch
Cloud Engineer 2026

Real-Time IoT Telemetry Pipeline

Real-time IoT telemetry pipeline for telecoms infrastructure monitoring: multi-device simulator publishes sensor readings to Kinesis, a Lambda consumer writes to DynamoDB with partial batch failure handling, and an async alert handler fires SNS notifications and CloudWatch metrics on threshold breaches.

KinesisLambdaDynamoDBSNSCloudWatchPythonTerraform