#devops

Clean Releases and Changelogs with Github Actions

Posted on Sat, Aug 12, 2023 actions devops automation yarn git command line

Elevate your workflow with 🌟 automation! Bid farewell to tangled releases and unclear changelogs. βš™οΈ Unveil a GitHub Action that harmonizes pristine tagged releases and concise changelogs in one go. πŸš€ Keep projects orderly, pleasing devs and users alike. πŸ“ Automation takes the reins, leaving you free to excel in coding. Discover the ease of seamless releases and polished changelogs, all through a single GitHub Action. πŸŽ‰

Optimizing Application Deployment with Pipelines, Skaffold and Kubernetes

Posted on Tue, Jul 4, 2023 devops skaffold kubernetes

Have you ever heard of Skaffold? πŸ”₯ It’s a great choice if you are looking to optimize your Kubernetes deployment. ⚑️ It can take care of your deployment process in a consistent and reproducible way! 🌱 Read on to learn more! πŸ‘€

Microgateways with Docker and Spring Boot

Microgateways are lightweight πŸ‚, distributed proxies that can be deployed alongside each microservice πŸ“¦. This allows for fine-grained control over API traffic and makes it easier to implement security, rate limiting, and other policies. In this guide, we will show you how to build a microgateway using Docker 🐳, Spring Boot 🌱, and Gateways πŸšͺ. This guide is for developers who are interested in learning how to build microgateways. It is assumed that you have some basic knowledge of microservices architectures and Docker 🀩 click on the article ➑️

Centralizing Git Submodules with GitHub Actions and Octokit

Posted on Sat, Jun 17, 2023 devops git actions

Git Submodules are a powerful way to manage dependencies in your projects. πŸ“¦ (However, they can be difficult to manage manually πŸ‘€) GitHub Actions and Octokit can help to streamline the management of Git Submodules. ⚑️ By using GitHub Actions and Octokit, you can create a workflow that automatically updates your submodules whenever you push to your repository. This tutorial will show you how to centralize Git Submodules with GitHub Actions and Octokit. πŸš€ click on the article ➑️

Mono & Msa : Front 3. Turborepo

Posted on Wed, Nov 16, 2022 architecture turbo devops node yarn

Such a busy week ! πŸ’¨ but as promised, let's explore the next article in the front end section of this series πŸ”₯ This week, we will follow the next πŸ‘£'s of our previous article on Monorepos!In this article, we will dive into the implementation of a Monorepo with the use of a technology called Turborepo πŸƒπŸ½β€β™‚οΈ But wait! What's Turborepo all about? Turborepo is a monorepo tool that helps eliminate build & pipeline related issues often found in monorepos by providing an efficient deployment mechanism and package management system ⚑️ Let's take a look πŸ‘€ ‡️

Mono & Msa : Front 2. Monorepo

Posted on Wed, Nov 9, 2022 architecture turbo devops node yarn

Oh, Hey Devs! βœŒοΈπŸ’» Happy new years to you & long live these holidays πŸ™ƒπŸΎ As we’re rolling into a brand-new year, filled with new technologies to digest and thrown at our projects everyday like hot potatoes πŸ₯”, we might be tempted to include anyone of them that we can get our hands on just to gain a little more structure! What about resisting the temptation ? ^^ It turns out I may have some tech to share with you that’s long been with us, has been known to be reliable, scalable and easy to implement! and guess what? you don’t even NEED to add yet another library just to have it!How’s that for a 2023 project resolution. πŸ’ Now hear me out, it might not be for every project but for the ones that are constantly scaling, you’ll find it to be the perfect fit for you. Enters - The Monorepo! 🏰A dynamic and customizable structure for your codebase so your vision and team can benefit on more flexibility and even more speed!In this article, we’ll dive into what monorepos are all about and how to implement one in our own project! Happy reading and see you next week for the next article in this front-end architecture series πŸš€ click on the article ➑️