This is Vukani Gcabashe, a software engineer / software developer living in South Africa. I am committed to Inspiration Starts Here but also practice programming by making websites or web applications on contract. I love what I do & trying to be quite good at it but getting there is a process, but we can do it together.
Working on small projects on contract basis, nothing that will potentially interfere with my job. I guess we can figure that out by chatting
Dec 12, 2025 路 3 min read 路 The GitHub Flow is a lightweight, branch-based workflow that ensures your main branch is always deployable. It's the standard for many high-velocity development teams, and it keeps things simple: everything starts with a branch. Core Concept: Three B...
Join discussion
Apr 17, 2025 路 3 min read 路 To learn GitHub Actions and set up a workflow to build and deploy your app on AWS EC2, you'll need to understand the following fundamentals: GitHub Actions Basics: Workflow: A YAML file that defines the automation process. Job: A set of steps that ...
Join discussion
Apr 9, 2025 路 3 min read 路 Docker is a powerful tool for containerizing applications, allowing developers to package software and its dependencies into a lightweight, portable container. While Docker focuses on managing individual containers, Docker Compose provides an efficie...
Join discussion
Apr 7, 2025 路 4 min read 路 As a junior front-end developer, my journey into Docker started as I sought to grow my skills and tackle more complex projects. Docker might seem like a tool primarily for back-end developers or DevOps, but its benefits for front-end workflows have p...
Join discussion