Skip to content

Commit

Permalink
feat: v1 of nix talk for conf42
Browse files Browse the repository at this point in the history
  • Loading branch information
hmajid2301 committed Mar 30, 2024
1 parent 054805f commit 02fd436
Show file tree
Hide file tree
Showing 66 changed files with 1,654 additions and 2,148 deletions.
25 changes: 0 additions & 25 deletions Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
version: "3"

tasks:
start_docker:
cmds:
- docker compose up --build

start_server:
cmds:
- hugo server -D --buildFuture
Expand Down
2 changes: 1 addition & 1 deletion content/talks/an-intro-to-pocketbase/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hideMeta: false

- [Abstract](https://www.meetup.com/londongophers/events/292486307/)
- [Related Code](https://gitlab.com/hmajid2301/talks/-/tree/main/an-intro-to-pocketbase)
- [Slides](https://haseebmajid.dev/talks/an-intro-to-pocketbase/slides)
- [Slides](https://talks.haseebmajid.dev/an-intro-to-pocketbase/)

## Photo from meetup

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
+++
title = "An Introduction to PocketBase: A Go-Based Backend as a Service"
outputs = ["Reveal"]

[reveal_hugo]
theme = "dracula"
layout = "bundle"
+++

# An Introduction to PocketBase:
Expand Down
3 changes: 1 addition & 2 deletions content/talks/gitlab-runners-and-dind/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ ShowWordCount: false
hideMeta: false
---

- [Slides](http://haseebmajid.dev/talks/gitlab-runners-and-dind/slides)
- [Slides](https://talks.haseebmajid.dev/gitlab-runners-and-dind/)


Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
+++
title = "GitLab Runners: Docker-in-Docker Explained"
title = "Gitlab Runners Docker-in-Docker Explained"
outputs = ["Reveal"]
layout = "bundle"

[reveal_hugo]
theme = "dracula"
custom_theme = "stylesheets/reveal/zoe.css"
slide_number = true
+++

# GitLab Runners: Docker-in-Docker Explained
Expand All @@ -25,7 +27,7 @@ An application which works with GitLab CI to run jobs in a pipeline [^1].
- SaaS (Shared): GitLab's own runners
- Enabled by default
- Limited by credits
- Self-Hosted: Runners we manage
- Self-Hosted: Runners we manage
- On our own infrastructure
- Need to register them with GitLab to use them

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hideMeta: false

- [Abstract](https://ep2022.europython.eu/session/my-journey-using-docker-as-a-development-tool)
- [Related Code](https://gitlab.com/hmajid2301/talks/-/tree/main/docker-as-a-dev-tool)
- [Slides](http://haseebmajid.dev/talks/my-journey-using-docker-as-a-developer-tool/slides)
- [Slides](https://talks.haseebmajid.dev/docker-as-a-dev-tool/)

## Photo from conference

Expand Down
Loading

0 comments on commit 02fd436

Please sign in to comment.