Auto Added by WPeMatico

04Feb/24

Automating URL Testing in Jenkins Pipeline Script

Jenkins, a popular open-source automation server, is a powerful tool for automating various tasks in the software development and delivery process. One common use case is automating URL testing, and in this blog post, we’ll explore a Jenkins Pipeline script designed to iteratively test a series of web pages by …

The post Automating URL Testing in Jenkins Pipeline Script appeared first on Anto ./online.

17May/23
GeekTechStuff Heads To DTX Manchester 2023!

GeekTechStuff Heads To DTX Manchester 2023!

The week commencing Monday 15th May 2023 saw the start of Manchester Tech Week and over the 17th and 18th May is DTX Manchester. DTX, or Digital Transformation eXpo brings demos, talks, experiences and exhibitors to Manchester (Manchester Central) so that various people (both technical and non-technical) can come together. This helps to see what’s … Continue reading GeekTechStuff Heads To DTX Manchester 2023!
09May/23
Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)

Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)

In this blog post I take my Flask (Python) web application and deployment to Microsoft Azure, and instead of doing it manually I do it via a CI/CD. I’ve previously discussed Continuous Integration (CI) in blog posts around CI, GitHub actions and recently Code Coverage. The CD of CI/CD can stand for Continuous Deployment or … Continue reading Continuous Deployment, Continuous Delivery – The CD of CI/CD (GitHub / Python / DevOps)
28Mar/23

Accelerate Your Performance Testing on Ubuntu with k6 and Postman-to-k6

Performance testing is crucial to software development. It ensures your application can handle high traffic and usage without crashing or slowing down. Many tools are available for performance testing, but two popular ones are k6 and Postman. This guide will show you how to do performance testing on Ubuntu using …

The post Accelerate Your Performance Testing on Ubuntu with k6 and Postman-to-k6 appeared first on Anto ./ Online.

13Jan/23

OpenFaaS: Getting Started on Kubernetes

OpenFaaS (Function as a Service) is a popular serverless framework that provides an easy way to create portable functions, microservices and APIs using Kubernetes and Docker. This tutorial guide will serve as your OpenFaaS introduction to get you up and running quickly. Install/enable OpenFaaS There are a variety of methods to …

The post OpenFaaS: Getting Started on Kubernetes appeared first on Anto ./ Online.