Tag: Cicd
-
Setup Docker for integration testing in GitHub Action
Posted on July 26, 2022, Level intermediate Resource Length medium
Nowadays, Continuous Integration helps developers to automate their own build and test in remote repositories. Moreover, when we work as a team, CI ensures that all the branches on remote repositories will be tested by automated build. By Sahanon Phisetpakasit.
Tags app-development android cicd web-development
-
How to manage your Flutter monorepos
Posted on July 25, 2022, Level intermediate Resource Length medium
Monorepos are extremely helpful when working with larger codebases. But they also come with additional management costs. In this article, we will go through the process of managing a monorepo with a tool like Melos and set up our repository for CI/CD with Codemagic. By @codemagic.io.
Tags app-development android apis ios cicd web-development
-
Ansible tutorial for beginners: Playbook & examples
Posted on February 27, 2022, Level beginner Resource Length medium
Ansible is one of the most used tools for managing cloud and on-premises infrastructure. If you are looking for a flexible and powerful tool to automate your infrastructure management and configuration tasks Ansible is the way to go. By Ioannis Moustakis.
Tags ansible software-architecture devops cio cicd
-
Five ways to get started with network automation
Posted on February 22, 2022, Level intermediate Resource Length medium
However, even though network automation has become increasingly popular, most organizations are still managing their network infrastructure manually by a CLI or GUI. Why is this? By Sean Cavanaugh.
Tags cloud devops cicd ansible
-
A cloud-like on-prem load balancer for Kubernetes?
Posted on February 21, 2022, Level intermediate Resource Length medium
Everyone knows that using a Kubernetes Load Balancer is a challenge. Back in the day when I was responsible for network operations, the load balancer management was under my team's responsibility too. By Alex Saroyan.
Tags cloud devops cicd kubernetes
-
Applying test-driven development to your database
Posted on February 20, 2022, Level intermediate Resource Length medium
Test-driven development (TDD) is a popular software development methodology that aims to reduce defects and improve the ease of maintaining code. In this post, you learn how to apply TDD to write queries and expressions with the Fauna Query Language (FQL). By Ron Callahan.
Tags cloud database cicd tdd nosql
-
An introduction to the Azure DevOps toolset
Posted on February 19, 2022, Level intermediate Resource Length medium
In this post, we start to delve into DevOps toolsets, specifically Microsoft Azure DevOps Services. This is the third in a series of blog posts about DevOps. By Ron Callahan.
Tags azure cloud cicd devops kubernetes servers
-
Cloud egress charges: How to prevent these creeping costs
Posted on February 18, 2022, Level beginner Resource Length medium
One of the advantages of using the cloud is the ability to scale rapidly. On-demand scalability can eliminate the need to overbuy capacity that is only required for peak times. By factioninc.com.
Tags cio management cloud cicd
-
How to build GitHub Actions in PHP with Minicli and Docker
Posted on November 19, 2021, Level intermediate Resource Length medium
GitHub Actions facilitates creating CI/CD automated workflows that can be triggered by GitHub events, such as when a pull request is created, a merge is made, or a new comment is posted on an issue. What some people may not know is that you can also run GitHub actions at scheduled times, based on cron expressions. By Erika Heidi.
Tags cicd containers devops php apis app-development
-
Building well-architected serverless applications: Regulating inbound request rates
Posted on July 31, 2021, Level intermediate Resource Length medium
This series of blog posts uses the AWS Well-Architected Tool with the Serverless Lens to help customers build and operate applications using best practices. In each post, I address the serverless-specific questions identified by the Serverless Lens along with the recommended best practices. By Julian Wood.
Tags devops app-development cio aws cicd serverless
-
What is telemetry?
Posted on July 28, 2021, Level intermediate Resource Length medium
Customers require an easy process to gather the data from these various products and communicate it for monitoring and analysis. That is the basis for where and why telemetry was created. By logicmonitor.com.
Tags devops app-development cio analytics cloud cicd
-
Getting started with static code analysis
Posted on July 7, 2021, Level beginner Resource Length medium
Static code analysis is the practice of examining application's source, bytecode, or binary code without ever executing the program code itself. Instead, the code under review is analyzed to identify any defects, flaws, or vulnerabilities which may compromise the integrity or security of the application itself. By John Vester, Sr. Architect, CleanSlate Technology Group.
Tags app-development web-development devops programming cicd infosec