-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP * WIP * Python Category * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * PR clean up * adding archive list * layout fix * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP * cli category update
- Loading branch information
Adam Gordon Bell
authored
May 28, 2024
1 parent
67818a7
commit 330f712
Showing
396 changed files
with
1,361 additions
and
873 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
- name: Cloud | ||
slug: cloud | ||
list-name: Cloud | ||
title: Cloud Tutorials | ||
|
||
- name: Platform | ||
slug: platform | ||
list-name: Platform | ||
title: Platform Tutorials | ||
|
||
- name: Build | ||
slug: build | ||
list-name: Build | ||
title: Build Tutorials | ||
|
||
- name: Writing | ||
slug: writing | ||
title: Writing Tutorials | ||
|
||
- name: Python | ||
slug: python | ||
list-name: Python | ||
title: Python Development Tutorials | ||
|
||
- name: Golang | ||
slug: golang | ||
list-name: Golang | ||
title: Golang Tutorials | ||
|
||
- name: Rust | ||
slug: rust | ||
list-name: Rust | ||
title: Rust Tutorials | ||
|
||
- name: GitHubActions | ||
slug: githubactions | ||
list-name: GitHub Actions | ||
title: GitHub Actions Tutorials | ||
|
||
- name: Containers | ||
slug: containers | ||
list-name: Containers | ||
title: Containers and Orchestration Tutorials | ||
|
||
- name: Orchestration | ||
slug: orchestration | ||
list-name: Container Orchestration | ||
title: Container Orchestration Tutorials | ||
|
||
- name: Deployment | ||
slug: deployment | ||
list-name: Deployment and CD | ||
title: Deployment and Continous Deployment | ||
|
||
- name: Make | ||
slug: make | ||
list-name: Makefiles | ||
title: Makefiles and C++ builds | ||
|
||
- name: cli | ||
slug: cli | ||
list-name: CLI, Scripting and Automation | ||
title: Command Line Mastery, Shell Scripting and Automation | ||
|
||
- name: IaC | ||
slug: iac | ||
list-name: Infrastructure as Code | ||
title: Infrastructure as Code Tutorials | ||
|
||
- name: Bazel | ||
slug: bazel | ||
list-name: Bazel Builds | ||
title: Bazel Build Tutorials | ||
|
||
- name: Tutorials | ||
slug: tutorials | ||
list-name: Miscellaneous | ||
title: Programming Tutorials | ||
|
||
- name: Articles | ||
slug: articles | ||
title: Articles | ||
|
||
- name: News | ||
slug: news | ||
title: News |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
|
||
IaC: | ||
- IaC-terraform-cdk | ||
- terraform-init-plan-apply | ||
- terraform-depends-on-argument | ||
- create-manage-vpc-terraform | ||
- deploy-dockcontainers-to-AWSECS-using-Terraform | ||
- kubernetes-terraform | ||
- terraform-with-github-actions | ||
- pulumi-vs-terraform | ||
|
||
Bazel: | ||
- build-and-deploy-PyApp-with-bazel | ||
- push-docker-image-bazel | ||
- bazel-and-automated-tests | ||
- bazel-build-with-caching | ||
- build-nodejs-app-with-bazel | ||
- bazel-with-rust | ||
- build-java-projects-with-bazel | ||
- build-golang-bazel-gazelle | ||
- using-bazel-with-typescript | ||
- bazel-query | ||
- building-js-monorepo | ||
- bazel-build | ||
|
||
Rust: | ||
- rust-concurrency-patterns-parallel-programming | ||
- rust-generics | ||
- rust-macros | ||
- rust-lifetimes-ownership-burrowing | ||
- rust-api-rocket-diesel | ||
- cargo-chef | ||
|
||
Orchestration: | ||
- kubescape | ||
- validate-&-clean-yaml | ||
- kube-bench | ||
- load-testing-using-k6 | ||
- k8s-distributed-tracing | ||
- k8s-log-compression-s3-upload | ||
- k8s-cluster-security | ||
- securing-kubernetes-secrets | ||
- setup-reverse-proxy-kubernetes-nginx | ||
- mutual-tls-kubernetes-nginx-ingress-controller | ||
- k8s-GitOps-with-FluxCD | ||
- helm-k8s-package-manager | ||
- simplify-k8s-using-cr-cp | ||
- managing-k8s-with-k9s | ||
- minikube | ||
- kubernetes-jobs-cron-jobs | ||
- deploy-kubernetes-cri-o-container-runtime | ||
- automate-micsvcs-in-k8s | ||
- managing-k8s-with-kubeadm | ||
- kubernetes-secrets | ||
- kubernetes-operators | ||
- devetools-for-k8s | ||
- K3s-and-K8s | ||
- deployment-strategies-kubernetes | ||
- dockercompose-vs-k8s | ||
- k8s-dev-solutions | ||
- kubernetes-docker | ||
- nomad-vs-kubernetes | ||
- openshift-vs-kubernetes | ||
- use-replicasets-in-k8s | ||
- app-routing-in-k8-cluster | ||
- k8s-namespaces | ||
- kubernetes-network-policies | ||
- k8s-autoscaling | ||
- k8s-networking | ||
- kubernetes-persistent-volumes | ||
- k8s-role-based-access-control | ||
- kubernetes-services | ||
|
||
Deployment: | ||
- Flux-vs-Argo-CD | ||
- ios-continuous-integration-pipeline | ||
- continuous-testing-in-devops | ||
- ci-cd-security-challenges-best-practices | ||
- spinnaker-kubernetes | ||
- canary-deployment-in-k8s | ||
- argocd-kubernetes | ||
- octopus-deploy | ||
- jenkins-stages-pipelines | ||
- building-k8s-tekton | ||
- ci-vs-cd | ||
- continuous-testing-in-devops | ||
|
||
Containers: | ||
- youre-using-docker-compose-wrong | ||
- macOS-native-containers | ||
- chroot | ||
|
||
Make: | ||
- g++-makefile | ||
- vscode-git | ||
- ninjabuild-for-faster-build | ||
- using-cmake | ||
- cmake-gcc-cross-compile | ||
- installandrun-CMake-on-windows | ||
- vscode-make | ||
- cross-compiling-raspberry-pi | ||
- makefiles-on-windows | ||
- autoconf | ||
- static-and-dynamic-linking | ||
- make-tutorial | ||
- golang-makefile | ||
- cmake-vs-make-diff | ||
- make-flags | ||
- using-makefile-wildcards | ||
- docker-and-makefiles | ||
- makefile-variables |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
11 changes: 3 additions & 8 deletions
11
blog/_pages/categories/articles.html → blog/_layouts/category.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.