Skip to content

Commit

Permalink
Sub Categories (#847)
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 396 changed files with 1,361 additions and 873 deletions.
86 changes: 86 additions & 0 deletions blog/_data/categories.yml
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
111 changes: 111 additions & 0 deletions blog/_data/categories1.yml
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 added blog/_data/cluster_title_cache.pkl
Binary file not shown.
4 changes: 2 additions & 2 deletions blog/_includes/nav/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
</a>
</div>
{% if jekyll.environment != "production" %}
<a href="/blog/devlist"
<a href="/blog/archive"
class="border-l border-r w-[80px] xl:w-[100px] text-sm xl:text-base flex items-center justify-center hover:bg-[#f1fbff]">
Dev List
All Posts
</a>
{% endif %}
</div>
Expand Down
43 changes: 0 additions & 43 deletions blog/_layouts/categories.html

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
---
layout: default
permalink: /categories/articles/
title: Articles
---
<div id="main" role="main" class="p-6 md:p-10">
<div class="home-archive">
<div class="mb-6 text-3xl md:text-4xl font-bold">{{ page.title }}</div>
<h3 class="mb-4 text-2xl text-gray-400">
Recent <span class="lowercase">{{ page.title }}</span>
</h3>
<div
class="entries-grid grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-12">
{% for post in site.categories.Articles %}
<div class="entries-grid grid grid-cols-1 md:grid-cols-2 gap-2 md:gap-12">
{% assign category = page.category_name %}
{% for post in site.categories[category] %}
{% include_cached archive-single.html post=post type="grid" heading="heading" %}
{% endfor %}
</div>
Expand Down
Loading

0 comments on commit 330f712

Please sign in to comment.