Browsing Tag
devops
286 posts
How to Schedule Workflows in GitHub Actions
Introduction You will be able to use the schedule event in GitHub Actions to trigger the execution of…
KitOps: A Practical Approach to Accelerating AI/ML Development to Production
Every company and executive is talking about accelerating their success with AI/ML. But between the aspiration and reality…
6 GitHub Actions Every DevOps Team Needs
In this post, we’ve highlighted a few must-have GitHub Actions that can simplify our CI/CD processes, improve team…
Creating a Virtual Machine in Azure
What is a Virtual Machine (VM)? A Virtual Machine (VM) is a software-based simulation of a physical computer,…
Stored Procedure in PL/SQL
Stored Procedure A stored procedure in PL/SQL (Procedural Language/Structured Query Language) is a set of SQL statements that…
End-to-End AWS DevOps Project: CI/CD Pipeline for ECS Fargate with ECR and RDS
This project provides a comprehensive guide for deploying a containerized application on AWS ECS (Elastic Container Service) Fargate…
Azure DevOps Series – Azure Test Plans
Azure Test Plans is a test management module within Azure DevOps that lets users manage test plans, test…
Django project with Docker and Kubernetes
To set up a simple Django project with Docker and Kubernetes, follow these steps: Create a Django Project…
Introduction to DevOps
What is DevOps? DevOps is a set of practices, tools, and a cultural philosophy that aims to automate…
How to Install K3S on AWS EC2 & Deploy Simple JS Game 🚀
In this tutorial you are going to learn How to setup K3S Cluster in EC2 and Join worker…