My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
Software Engineering
Security
Data Science
Disclaimer
About
▼
Monday 12 August 2024
Introduction to GitHub Actions
›
GitHub Actions (GHA): Workflow Automation Service offered by the GitHub Allows you to automate all kinds of repository-related processes an...
Sunday 11 August 2024
Introduction to Microservices
›
From Adnan Maqbool Khan's post on LinkedIn : 𝐂𝐨𝐦𝐩𝐨𝐧𝐞𝐧𝐭𝐬 𝐨𝐟 𝐌𝐢𝐜𝐫𝐨𝐬𝐞𝐫𝐯𝐢𝐜𝐞𝐬 𝐀𝐫𝐜𝐡𝐢𝐭𝐞𝐜𝐭𝐮𝐫𝐞 Microservice...
Saturday 10 August 2024
How to perform an initial audit of DevOps pipelines
›
Performing an initial audit of DevOps pipelines involves evaluating the efficiency, security, and compliance of the processes and tools used...
Friday 9 August 2024
Software Development Lifecycle, Environments and DevOps Metrics
›
Agile Software Development Lifecycle can be visualised as in the following infogram: image source: LinkedIn (Brij kishore Pandey) Why do w...
Thursday 8 August 2024
Load Balancing Algorithms
›
Load balancing : Used in distributed systems to distribute incoming network traffic across multiple servers or resources Crucial for optim...
Monday 5 August 2024
Introduction to Amazon Simple Queue Service (SQS)
›
Amazon Simple Queue Service (SQS) is a fully managed message queuing service provided by Amazon Web Services (AWS). It enables decoupling a...
Saturday 3 August 2024
Running Helm as Docker container
›
I tend to run tools as Docker containers, if their Docker images are provided. Such image for Helm is: alpine/helm - Docker Image | Docker ...
›
Home
View web version