Satellytes Blog
5 FOLLOWERS
Satellytes Blog
3w ago
Thinking about building a UI component library in a large corporation? You may find this interesting ..read more
Satellytes Blog
2M ago
Learn how to ace the Certified Kubernetes Administrator (CKA) exam with practical tips, preparation strategies, and insights into Kubernetes architecture. Boost your DevOps skills and pass with confidence ..read more
Satellytes Blog
2M ago
In the bustling software development realm, juggling projects and tools gets tough. Regulatory demands and customer expectations heighten complexity. Enter Backstage by Spotify: An open-source framework streamlining development workflows for efficiency ..read more
Satellytes Blog
9M ago
Image by Markus Edenhauser
We all have seen it. Whether you look at older commits in your projects or come to a new repository, you are likely to come across commits which are named like fix issue, refactor styling, fix wrong query and have no clue what these were about, or which component or part of the application those commits have affected.
This is something you want to avoid facing when looking at a repository.
By following our guidelines and implementing the suggested setup, you can ensure consistency and clarity in your PR titles and commit messages, making it easier for reviewers and c ..read more
Satellytes Blog
11M ago
Image by Michal Jarmoluk
Following Netlify's acquisition of Gatsby Cloud in February 2023, resulting in the discontinuation of Gatsby Cloud's services, we were forced to find an alternative solution to host one of our customer’s website. Read the following text to dive deeper into our journey toward our CD pipeline utilizing GitHub Actions, Digital Ocean Spaces, and self-hosted GitHub Runners.
Intro
With the acquisition of Gatsby Cloud by Netlify in February 2023, Gatsby Cloud ended to provide its products and services. Consequently, our goal was the migration of our system from Gatsby Cloud t ..read more
Satellytes Blog
11M ago
Image by Screenshot of PR Comment with Jenkins Log
Developer Experience is an important topic. Improved productivity and happy developers are key to success. We made Jenkins logs accessible and available to everyone at a glance through Pull Request (PR) comments, to raise our developer's productivity.
TLDR; What you can expect from reading on
a script to create, update and delete comments of a GitHub Pull Request; written in JavaScript
a script to write Jenkins logs as a GitHub comment; written in Javascript
a Jenkinsfile to use the scripts above on failure and success
a complete examp ..read more
Satellytes Blog
11M ago
Image by Nick Fewings
This article should help you to decide whether you go with a monorepo approach. You will find some links throughout the article which link to Nx, a great monorepo tool by nrwl, which we use a lot.
When it comes to managing software projects, there are two main approaches: monorepos and multirepos. While monorepos have gained popularity in recent years, some companies still prefer the traditional multi-repo approach. In this blog post, we'll explore the pros and cons of mono repositories, as well as the challenges associated with them. By the end of this article, you sho ..read more
Satellytes Blog
11M ago
Image by Screenshot of PR Comment with Jenkins Log
Developer Experience is an important topic. Improved productivity and happy developers are key to success. We made Jenkins logs accessible and available to everyone at a glance through Pull Request (PR) comments, to raise our developer's productivity.
TLDR; What you can expect from reading on
a script to create, update and delete comments of a GitHub Pull Request; written in JavaScript
a script to write Jenkins logs as a GitHub comment; written in Javascript
a Jenkinsfile to use the scripts above on failure and success
a complete examp ..read more
Satellytes Blog
11M ago
Image by Nick Fewings
This article should help you to decide whether you go with a monorepo approach. You will find some links throughout the article which link to Nx, a great monorepo tool by nrwl, which we use a lot.
When it comes to managing software projects, there are two main approaches: monorepos and multirepos. While monorepos have gained popularity in recent years, some companies still prefer the traditional multi-repo approach. In this blog post, we'll explore the pros and cons of mono repositories, as well as the challenges associated with them. By the end of this article, you sho ..read more