Skip to main content

3 posts tagged with "Tutorials"

Step-by-step guides and instructions.

View All Tags

Mastering Microservices PART 1: Setup Your Microservice Development Environment

· 5 min read
Victor Ikeme
Platform Engineer | Kubernetes | Cloud-Native Advocate | OSS | Technical Writer

Welcome to Part 1 of the Mastering Microservices Series! In this tutorial, I'll guide you through setting up your microservice development environment using a pre-configured Devbox environment. This setup eliminates manual installations and configurations, making the process much smoother. With Devbox, you'll have all the essential tools at your fingertips, ready to start building microservices right away.

This environment is perfect for Windows, macOS, or Linux users seeking a fully equipped setup to begin their microservices journey.

title image reading "what-is-platform-engineering"

Mastering Microservices PART 2: Creating a GitHub Repository from the Terminal Using Git and GitHub CLI

· 8 min read
Victor Ikeme
Platform Engineer | Kubernetes | Cloud-Native Advocate | OSS | Technical Writer

In Part 2 of the Mastering Microservices series, I'll guide you through establishing a strong version control system for your project using Git and GitHub. This is a fundamental step for effectively managing your codebase and promoting seamless collaboration, especially in complex projects like microservices applications. By the end of this guide, you'll have created a repository, organized your project structure, and pushed your initial code to GitHub, all from your terminal.

Title image reading "what-is-platform-engineering"