Posts for: #Skills-Learning

Docker Images and Creating them

What have I crafted and why?

I Love Docker and since I’m slowly learning about creating my own images for my own use cases I’m loving the flexibility it opens up to me.

!Image Description

ENV Variables

I’ve been playing with adding ENV variables into my images recently these work like sticky notes almost adding personalisation into the container without changing the code meaning you can use the same image for multiple different applications i.e. Pre-Production, Different Content Displayed, Etc.

Read more

The Blog Pipeline

Quick overview of the Skills used

Markdown
Python
PowerShell Scripts
GitHub
Docker
Bash Scripts
Cloudflare

The Setup

  • Create a new folder labelled posts (or whatever you want). This is where you will add your blog posts
  • ….that’s all you have to do
  • Actually…wait….find out where your Obsidian directories are. Right click your posts folder and choose show in system explorer
  • You’ll need this directory in upcoming steps.

!Image Description

Read more