© 2023 Hashnode
#continuous-integration
I built a cross-platform TUI CLI app in Go. It runs on macOS, Windows and Linux. The app is named timerrr and you can go install it today. What is a TUI CLI app? TUI stands for Terminal User Interface…
DevOps is a methodology that combines software development (Dev) and information technology operations (Ops) to deliver high-quality software products and services faster and with greater efficiency. …
Serverless has revolutionized the way applications are developed and deployed. With serverless architecture, developers can build and run applications without worrying about the underlying infrastruct…
1. Introduction The software development process has undergone a significant transformation in recent years, with the adoption of DevOps practices. One of the key components of DevOps is the Continuou…
I first ran into the concept of Continuous Integration (CI) when the Mozilla project launched. It included a rudimentary build server as part of the process and this was revolutionary at the time. I w…
Requirements : the latest version of the ubuntu server Install NGINX as a proxy to jenkins Finally, install and configure Jenkins Use any public cloud service provider The Jenkins server should be accessible via a public URL Required …
by Peter Ibeabuchi An essential aspect of building a project is evaluating and verifying that the software product or application works as it ought to. Testing software ensures it performs optimally, …
I have been making a couple of changes in the build and deployment process of The Urbanlibrary. Notably, I opted to switch to docker altogether because going to the /etc directory to change some confi…
DevOps continues to grow in popularity among software development teams. It’s not surprising, given the benefits: a streamlined workflow leads to faster release frequency and deployment cycles, quicke…
What is DevOps? DevOps is a set of practices and tools that help software development and IT operations teams work together more effectively to deliver high-quality software more quickly and reliably.…