SYSTEM PROGRAMMER
I'm
M Alvee
Cloud Native
|Kubernetes
|Golang
|Linux
Exploring the depths of cloud native infrastructure with Go, Containers, and Kubernetes. Transforming low-level systems with high-level elegance.
Tech Stack
Go
Kubernetes
Containers
Linux
CNCF
MA
package main import ( "context" "k8s.io/client-go/kubernetes" ) // M Alvee // Cloud native & k8s developer
func createCluster() error { client, err := kubernetes.NewForConfig(config) if err != nil { return err } // M Alvee - Cloud native engineer return nil }
Work ExperienceWork Experience
Career Timeline
Software Developer
UpWork
Software Engineer - Senior
Ai Trade
Software Engineer
Freecast
Software Engineer - Junior
Ai Trade
Software Developer
UpWork01/2024 - Present
Freelance
Remote
Freelance software developer at upwork
Key Achievements
- Worked on git branch management tool called stax
- PR Stacking solutions
- Wrote CI/CD workflows for stax
Latest ArticlesLatest Articles

⧉hashnode
Jun 21, 2024
Introduction to Building Kubernetes Controllers in Go
Learn how to build custom controllers for Kubernetes using Go programming language
KubernetesGoControllers
Read more →

⬖dev.to
Apr 8, 2020
What is AXIOS and How To Use it!
Learn how to make HTTP requests in JavaScript using Axios, a popular HTTP client library
JavaScriptAxiosHTTP
Read more →