Skip to content

Commit

Permalink
Change unordered list to ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 authored Sep 11, 2024
1 parent 2fa8589 commit ef25706
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions contributions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ General Intro about the course.

### Week 2

* Presentation: [Property-based testing in Python using Hypothesis](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/samkh-atheers)
* Demo: [Enforcing version consistency between identical package dependencies in monorepos](https://github.com/KTH/devops-course/tree/2024/contributions/demo/week2/hallkvi-ieinberg)
* Presentation: [Introducing Team City pipelines a CI/CD tool for samll, mid-sized dev teams by JetBrains](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/rikj-hocker)
* Demo: [CircleCI Pipeline Improved with Cache and Parallel Workflow](https://github.com/KTH/devops-course/tree/2024/contributions/demo/week2/hexu-yinanhu)
* Presentation: [Bridging Development and Operations: BDD in Automated Frontend Testing](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/noelt-miladsf)
* Demo: [Continuous integretion testing of node and service availability of promox instances](https://github.com/KTH/devops-course/tree/2024/contributions/demo/week2/mqnguyen-golman)
* Presentation: [Split.io, a Feature Flag tool, that can be used for A/B Testing](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/lvainio-oscols)
* Demo: [Integrating Robocop Analysis Report in SonarQube](https://github.com/KTH/devops-course/tree/2024/contributions/demo/week2/uqqasha)
* Presentation: [The Crowdstrike bug, and the importance of high-quality testing](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/ghenn-vikfor)
* Presentation: [Automated UI testing using Playwright](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/catir-robcla)
* Presentation: [Mockito: What it is, how it works, and how it improves automated testing in Java](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/maxisr-jbiorck)
1. Presentation: [Property-based testing in Python using Hypothesis](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/samkh-atheers)
1. Demo: [Enforcing version consistency between identical package dependencies in monorepos](https://github.com/KTH/devops-course/tree/2024/contributions/demo/week2/hallkvi-ieinberg)
1. Presentation: [Introducing Team City pipelines a CI/CD tool for samll, mid-sized dev teams by JetBrains](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/rikj-hocker)
1. Demo: [CircleCI Pipeline Improved with Cache and Parallel Workflow](https://github.com/KTH/devops-course/tree/2024/contributions/demo/week2/hexu-yinanhu)
1. Presentation: [Bridging Development and Operations: BDD in Automated Frontend Testing](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/noelt-miladsf)
1. Demo: [Continuous integretion testing of node and service availability of promox instances](https://github.com/KTH/devops-course/tree/2024/contributions/demo/week2/mqnguyen-golman)
1. Presentation: [Split.io, a Feature Flag tool, that can be used for A/B Testing](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/lvainio-oscols)
1. Demo: [Integrating Robocop Analysis Report in SonarQube](https://github.com/KTH/devops-course/tree/2024/contributions/demo/week2/uqqasha)
1. Presentation: [The Crowdstrike bug, and the importance of high-quality testing](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/ghenn-vikfor)
1. Presentation: [Automated UI testing using Playwright](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/catir-robcla)
1. Presentation: [Mockito: What it is, how it works, and how it improves automated testing in Java](https://github.com/KTH/devops-course/tree/2024/contributions/presentation/week2/maxisr-jbiorck)

### Week 3

* [Github Actions workflow for deploying to an AWS Lambda function.](https://github.com/KTH/devops-course/pull/2373)
* [The importance of containerization ](https://github.com/KTH/devops-course/pull/2390)
* [An Empirical Study of Architecting for Continuous Delivery and Deployment](https://github.com/KTH/devops-course/pull/2407)
* [Get started with Terraform : Continuous Deployment in AWS through Github Actions](https://github.com/KTH/devops-course/pull/2406)
* [Continous Deployment and Rollback using Railway](https://github.com/KTH/devops-course/pull/2436)
* [Understanding Security Threats in Open-Source Software CI/CD Pipelines](https://github.com/KTH/devops-course/pull/2411)
* [Blue-Green Deployment: Ensuring Zero Downtime in Continuous Deployment](https://github.com/KTH/devops-course/pull/2412)
* [Automated Changelog-Driven Deployments with GitHub Actions and Release Please](https://github.com/KTH/devops-course/pull/2413)
* [An Interactive Demonstration of Automated Canary Deployment using AWS and GitHub Actions](https://github.com/KTH/devops-course/pull/2414)
* [Flyway: Version Control for Databases](https://github.com/KTH/devops-course/pull/2404)
* [Deployment and rollbacks with Kubernetes](https://github.com/KTH/devops-course/pull/2415)
* [From Continuous Delivery to Continuous Deployment in GoCD with Gomatic.](https://github.com/KTH/devops-course/pull/2418)
* [Harness: World's first AI-augmented software delivery platform](https://github.com/KTH/devops-course/pull/2425)
* [Automating Software Releases with jReleaser and GitHub Actions](https://github.com/KTH/devops-course/pull/2426)
* [Using ArgoCD for Continuous Deployment in Kubernetes](https://github.com/KTH/devops-course/pull/2435)
* [Gitlab CI/CD workflow for deploying fullstack web application on self-hosted server via docker.](https://github.com/KTH/devops-course/pull/2437)
* [Reducing Downtime with Blue-Green Deployment using Vercel](https://github.com/KTH/devops-course/pull/2445)
* [Continuous Deployment in IoT Edge devices using Azure ](https://github.com/KTH/devops-course/pull/2441)
* [_Microservices: Architecting for Continuous Delivery and DevOps_](https://github.com/KTH/devops-course/pull/2399)
* [Revisiting the practices and pains of microservice architecture in reality: An industrial inquiry](https://github.com/KTH/devops-course/pull/2416)
* [Security Linting in Python using Bandit](https://github.com/KTH/devops-course/pull/2424)
* [Exploring Canary Deployments in Modern DevOps](https://github.com/KTH/devops-course/pull/2424)
* [Rainbow deployments and its role in modern CD](https://github.com/KTH/devops-course/pull/2422)
1. [Github Actions workflow for deploying to an AWS Lambda function.](https://github.com/KTH/devops-course/pull/2373)
1. [The importance of containerization ](https://github.com/KTH/devops-course/pull/2390)
1. [An Empirical Study of Architecting for Continuous Delivery and Deployment](https://github.com/KTH/devops-course/pull/2407)
1. [Get started with Terraform : Continuous Deployment in AWS through Github Actions](https://github.com/KTH/devops-course/pull/2406)
1. [Continous Deployment and Rollback using Railway](https://github.com/KTH/devops-course/pull/2436)
1. [Understanding Security Threats in Open-Source Software CI/CD Pipelines](https://github.com/KTH/devops-course/pull/2411)
1. [Blue-Green Deployment: Ensuring Zero Downtime in Continuous Deployment](https://github.com/KTH/devops-course/pull/2412)
1. [Automated Changelog-Driven Deployments with GitHub Actions and Release Please](https://github.com/KTH/devops-course/pull/2413)
1. [An Interactive Demonstration of Automated Canary Deployment using AWS and GitHub Actions](https://github.com/KTH/devops-course/pull/2414)
1. [Flyway: Version Control for Databases](https://github.com/KTH/devops-course/pull/2404)
1. [Deployment and rollbacks with Kubernetes](https://github.com/KTH/devops-course/pull/2415)
1. [From Continuous Delivery to Continuous Deployment in GoCD with Gomatic.](https://github.com/KTH/devops-course/pull/2418)
1. [Harness: World's first AI-augmented software delivery platform](https://github.com/KTH/devops-course/pull/2425)
1. [Automating Software Releases with jReleaser and GitHub Actions](https://github.com/KTH/devops-course/pull/2426)
1. [Using ArgoCD for Continuous Deployment in Kubernetes](https://github.com/KTH/devops-course/pull/2435)
1. [Gitlab CI/CD workflow for deploying fullstack web application on self-hosted server via docker.](https://github.com/KTH/devops-course/pull/2437)
1. [Reducing Downtime with Blue-Green Deployment using Vercel](https://github.com/KTH/devops-course/pull/2445)
1. [Continuous Deployment in IoT Edge devices using Azure ](https://github.com/KTH/devops-course/pull/2441)
1. [_Microservices: Architecting for Continuous Delivery and DevOps_](https://github.com/KTH/devops-course/pull/2399)
1. [Revisiting the practices and pains of microservice architecture in reality: An industrial inquiry](https://github.com/KTH/devops-course/pull/2416)
1. [Security Linting in Python using Bandit](https://github.com/KTH/devops-course/pull/2424)
1. [Exploring Canary Deployments in Modern DevOps](https://github.com/KTH/devops-course/pull/2424)
1. [Rainbow deployments and its role in modern CD](https://github.com/KTH/devops-course/pull/2422)

0 comments on commit ef25706

Please sign in to comment.