profile

Mark C Allen

Everyday DevOps - New Substack: Engineering Managers Toolbox


Everyday DevOps

Engineering Managers Toolbox

Over the years, I’ve built products, led teams, and worn the many hats that come with being an engineering manager. Along the way, I developed a set of practical tools, frameworks, strategies, and hard-earned lessons that help managers lead with clarity, confidence, and impact.

From this, I've created a new substack: Engineering Managers Tookbox.

If you are an engineering manager as well as a DevOps practitioner, join me there as well.

Ollama on a MacBook Pro M1

Getting started with your own LLM is super easy to ollama.

On a MacBook Pro M1 you have a GPU ready to go. Running the following commands:

PrismJS Highlighted Shell Command
brew install ollama
ollama serve
ollama run qwen

Will start up ollama on port 11434 with the qwen model installed. Then you can add it to your own langchain chatbot, or curl it directly.

PrismJS Highlighted Shell Command
curl http://localhost:11434/api/generate -d '{
  "model": "qwen",
  "prompt": "Explain containers like I’m five."
}'

I've detailed how to get this running on a MacBook and Windows in my article: Supercharge Your Local AI

DevOps Help

Need some help with your SDLC? CI/CD pipeline isn't working as well as it was. New projects getting started, and you need some help getting it deployed?

What this week has in store

Last week was a lot of updates to the Everyday DevOps blog, fixing errors, adding more details and making sure it's as developer-friendly as possible.

This week, I'm going to dive into how to replicate my own development process into a Langgraph-based chatbot. Hoping to short-circuit the development process.

See you next week!

Mark C Allen

1:1 Chat

Need a Different Perspective

Do you have a problem with your release process? Has Kubernetes got you down? Do you need an outsider's perspective on what's holding up your deployments? If you have 25 minutes, book a time with me.

Mark C Allen

For DevOps engineers. Ideas, concepts, tips & tricks based on my day-to-day experience.

Share this page