Skip to content
Nico Axtmann

I'm Nico Axtmann

Core Engineer at Platform Engineering Labs, where I'm reinventing modern Infrastructure as Code with formae. I build AI-powered tools and write about making developers more productive with machine learning, cloud infrastructure, and smart automation.

Posts

· 4 min read

My Tmux Setup: A Developer's Productivity Multiplier

How I configured tmux to make terminal work actually enjoyable — from vim-style navigation and mouse support to SSH auto-splitting and the Catppuccin theme.

#tmux#productivity#terminal
· 4 min read

Streamlining Ssh Access: Ssh Agent Forwarding For Easy Cloud Instances Access

Dive into my comprehensive guide on SSH Key Forwarding, a lifesaver for professionals using lightweight machines for cloud-based tasks. This blog post, enriched with personal insights, unveils how SSH agent forwarding can revolutionize your AWS and GitHub interactions. Discover practical steps for setting up SSH agent forwarding, learn its profound impact on team collaboration and individual efficiency, and see how it transforms the mundane task of SSH configuration into a seamless experience. Perfect for developers and sysadmins looking to optimize their cloud workflows.

#ssh#aws#cloud
· 2 min read

Supercharge Your Api Calls With Fastapi, Asyncio, And Httpx

Explore how to boost web app performance using FastAPI with asyncio and HTTPX for concurrent API calls. This tutorial showcases integration with popular public APIs like JSONPlaceholder and REST Countries, demonstrating efficient data fetching using asynchronous HTTP requests.

#python#fastapi#httpx#async
· 11 min read

Dvc: Develop Machine Learning Experiments In A Structured And Scaled Way

Structured and scalable development of machine learning experiments with DVC. Explaining DVC step by step on a practical example by running experiments with XGBoost and CatBoost on the churn prediction kaggle dataset.

#python#dvc#mlops
· 1 min read

How To Install Docker On Ec2 Instance?

A quick guide & snippet to install docker on an AWS EC2 instance.

#aws#docker#ec2