Tim Schaeps
open-menu closeme
Home
About
github twitter linkedin instagram rss
  • My GitHub Copilot Journey - Part 8: Building the Dashboard

    calendar May 11, 2026 · 4 min read · GitHub Copilot Open Source Python TUI  ·
    Share on: twitter facebook linkedin copy
    My GitHub Copilot Journey - Part 8: Building the Dashboard

    What do you do when you've been documenting your AI journey in blog posts, and you realize you want to see the data, not just describe it? You build a dashboard. Obviously. 😊 The itch Throughout this series, I've been talking about phases, milestones, evolution. In Part 7 I even calculated ROI manually during a …


    Read More
  • My GitHub Copilot Journey - Part 7: Fixing a Big Issue (and What It Means)

    calendar Apr 30, 2026 · 7 min read · GitHub Copilot DevOps Infrastructure Debugging  ·
    Share on: twitter facebook linkedin copy
    My GitHub Copilot Journey - Part 7: Fixing a Big Issue (and What It Means)

    Today I had a deployment that was working yesterday. Today it wasn't. What followed was one of those debugging sessions that perfectly illustrates both the power and the economics of working with GitHub Copilot. If you've been following this series (starting with Part 1: The First Ask ), you know the progression: from …


    Read More
  • My GitHub Copilot Journey - Part 6: The Squad

    calendar Apr 27, 2026 · 11 min read · GitHub Copilot Multi-Agent Productivity Software Development  ·
    Share on: twitter facebook linkedin copy
    My GitHub Copilot Journey - Part 6: The Squad

    In Part 5 , I described the compound effect, what happens when trust, depth, breadth, and infrastructure all stack up. I thought that was the end of the story. It wasn't. Somewhere around week seven, I stopped talking to one Copilot. I started assembling squads. (I realize that sounds dramatic, but bear with me, it'll …


    Read More
  • My GitHub Copilot Journey - Part 5: The Compound Effect

    calendar Apr 27, 2026 · 10 min read · GitHub Copilot Productivity Software Development  ·
    Share on: twitter facebook linkedin copy
    My GitHub Copilot Journey - Part 5: The Compound Effect

    Two months ago, I asked an AI to explain an error message. Last week, I built a complete web application (frontend, backend, authentication, infrastructure, CI/CD pipeline, monitoring dashboards) in a single afternoon session of 122 exchanges. This is the final part of the series (well, almost, more on that in a …


    Read More
  • My GitHub Copilot Journey - Part 4: The Infrastructure Leap

    calendar Apr 27, 2026 · 9 min read · GitHub Copilot Productivity DevOps Infrastructure  ·
    Share on: twitter facebook linkedin copy
    My GitHub Copilot Journey - Part 4: The Infrastructure Leap

    Eight weeks ago, I accidentally committed a secret to a public repository. Last week, I was designing authentication architectures with managed identities and federated credentials. Same person. Same tool. Completely different confidence level. This post is about the most transformative phase of my journey: when I …


    Read More
  • My GitHub Copilot Journey - Part 3: Beyond Code

    calendar Apr 27, 2026 · 7 min read · GitHub Copilot Productivity Business  ·
    Share on: twitter facebook linkedin copy
    My GitHub Copilot Journey - Part 3: Beyond Code

    I hired a coding assistant. Then I realized it's not a coding assistant. It's a thinking assistant that happens to be really good at code. In Part 1 I built the reflex. In Part 2 I learned to go deep. Part 3 is about going wide, and to me, this is where things got really interesting. The category explosion Looking back …


    Read More
  • My GitHub Copilot Journey - Part 2: The Long Conversation

    calendar Apr 27, 2026 · 8 min read · GitHub Copilot Productivity Learning  ·
    Share on: twitter facebook linkedin copy
    My GitHub Copilot Journey - Part 2: The Long Conversation

    Most people use AI like a search engine: one question, one answer, done. To me, the real power unlocks when you keep going. In Part 1 , I described the reflex shift, replacing Google with a direct question. That's stage one. Stage two is what happens when you stop leaving after the first answer. And honestly, I …


    Read More
  • My GitHub Copilot Journey - Part 1: The First Ask

    calendar Apr 27, 2026 · 6 min read · GitHub Copilot Productivity Learning  ·
    Share on: twitter facebook linkedin copy
    My GitHub Copilot Journey - Part 1: The First Ask

    I spent 20 minutes googling an error message. Then I asked an AI, got the answer in 8 seconds, and spent the next 10 minutes wondering why I hadn't done that sooner. It all started with a Microsoft internal session on GitHub Copilot, delivered by Scott Hanselman. Something about the way he demonstrated it sparked my …


    Read More
  • Studying for the Azure data engineer cert exam (DP-203)

    calendar May 4, 2022 · 4 min read · Microsoft Certification Data Engineering Azure  ·
    Share on: twitter facebook linkedin copy
    Studying for the Azure data engineer cert exam (DP-203)

    Last week, I completed the certification exam for "Azure data engineer associate" (DP-203). Since I put in quite some effort and successfully completed the exam in one go, I wanted to share how I studied and which materials I studied . First of al, my background is not in the data world. This means that I was missing …


    Read More
  • Azure Bicep - where to get started

    calendar Jan 18, 2022 · 4 min read · Automation Azure getting-started Bicep  ·
    Share on: twitter facebook linkedin copy
    Azure Bicep - where to get started

    Last month, I have been using some of my spare time to read up Azure bicep . The goal was to learn about this (relatively) new technology/language. Because I want to help you find your way in to this domain of (Azure Specific) Infrastructure as Code (IaC) tech, I wrote something about it. I hope that it will help you …


    Read More
  • Azure Charts: a hidden gem for architects and azure users alike

    calendar Nov 6, 2021 · 3 min read · Azure Innovation Microsoft Tech website  ·
    Share on: twitter facebook linkedin copy
    Azure Charts: a hidden gem for architects and azure users alike

    Last week I found a little gem that is too good to keep it for myself. For years, I have been using (and working with) Microsoft Azure and in all this time and it is only now that this cool website pops up! In order to better understand what I'm talking about, I need to go a little more in detail in the design process …


    Read More
  • What are profiles in Microsoft Edge and why should you use them

    calendar Oct 3, 2021 · 5 min read · Microsoft Productivity Timesaver usefulhacks Enterprise  ·
    Share on: twitter facebook linkedin copy
    What are profiles in Microsoft Edge and why should you use them

    Today, I'm going to write about a lesser known feature that you can find in Microsoft Edge (but also in Google Chrome). Both are chromium based browsers and both have the well known and widely used "Guest mode". This mode allows you to work in Edge (or in chrome) without the (security) context that you have in your …


    Read More
  • Adding Git-Bash to Windows Terminal

    calendar Sep 16, 2021 · 4 min read · Windows Terminal Microsoft DevRel Productivity  ·
    Share on: twitter facebook linkedin copy
    Adding Git-Bash to Windows Terminal

    This morning I saw a colleague working in Git-Bash and the good-old-fashioned "windows command line" and I thought to myself, why doesn't he "just" use Windows terminal? So, I showed him Windows Terminal and he was impressed. First thing he asked then, was if it would be possible to add Git-Bash as a tab. Wel yes, I …


    Read More
  • Copy-paste your stuff like a ninja

    calendar Aug 13, 2021 · 3 min read · clipboard Microsoft windows productivity shortcuts  ·
    Share on: twitter facebook linkedin copy
    Copy-paste your stuff like a ninja

    For years and years, we all have been copying an pasting stuff on our PC. Chances are real that you typically had to copy specific things over and over again and that this action cost you a lot of time. The so called "problem" was that there could be only one item stored in the clipboard and each time something was …


    Read More
  • How do I (try to) keep track of my time?

    calendar Jul 12, 2021 · 8 min read · Timekeeping TimeSheet Productivity Timeular Geofency Outlook  ·
    Share on: twitter facebook linkedin copy
    How do I (try to) keep track of my time?

    This post is one that I have been willing to write for a while and it has been sitting in in my drafts folder since march. It's a bit sad/funny having to say this as this post is about time management and/or time keeping. All I know is that, as is the case for the most of you, I don't have enough time and that I …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • »
    • »»

Passionate about people, technology and creating value. My heart beats fast for: Cloud, Azure, DevOps, Photography, Sailing, Ocean, Wind, Water
Read More

Featured Posts

  • Windows shortcuts that I use a lot

Recent Posts

  • My GitHub Copilot Journey - Part 8: Building the Dashboard
  • My GitHub Copilot Journey - Part 7: Fixing a Big Issue (and What It Means)
  • My GitHub Copilot Journey - Part 6: The Squad
  • My GitHub Copilot Journey - Part 5: The Compound Effect
  • My GitHub Copilot Journey - Part 4: The Infrastructure Leap
  • My GitHub Copilot Journey - Part 3: Beyond Code
  • My GitHub Copilot Journey - Part 2: The Long Conversation
  • My GitHub Copilot Journey - Part 1: The First Ask

Categories

TECH 15 PRODUCTIVITY 11 DEVOPS 9 AI 8 AZURE 6 BOOKS 5 TIME MANAGEMENT 5 LEARNING 4 WAY OF WORKING 2 DATA 1 LIFE 1 MYOPINION 1

Series

MY GITHUB COPILOT JOURNEY 8 BUILD (MIGRATION) MANAGEMENT 6 AZURE STATIC WEB APPS 2 LEARNING AZURE BICEP 1

Tags

MICROSOFT 23 PRODUCTIVITY 21 DEVREL 16 WINDOWS 13 DEVOPS 12 AZURE 11 USEFULHACKS 10 GITHUB COPILOT 8 AZURE DEVOPS 7 OUTLOOK 5 TECH 5 TIMESAVER 5 BOOKS 4 CERTIFICATION 4
All Tags
AAD B2C1 ALM3 AUTHENTICATION3 AUTOMATION2 AZURE11 AZURE ACTIVE DIRECTORY1 AZURE ACTIVE DIRECTORY B2C1 AZURE ARTIFACTS2 AZURE DEVOPS7 BICEP2 BLOG3 BOOKS4 BUILD3 BUILD MANAGEMENT3 BUSINESS1 CAKE3 CAKE BUILD1 CAKEBUILD1 CERTIFICATION4 CLIPBOARD1 CONTAINERS1 DATA ENGINEERING2 DEBUGGING1 DEVELOPMENT4 DEVOPS12 DEVREL16 EDITOR1 ENTERPRISE3 GEOFENCY1 GETTING-STARTED2 GIT1 GITHUB COPILOT8 HOSTING2 IMAGING1 INDEX1 INFRASTRUCTURE2 INNOVATION1 LEARNING2 LIFE1 MANAGEMENT1 MICROSOFT23 MICROSOFT EDGE2 MIGRATION2 MULTI-AGENT1 NATURE1 OFFICE3654 OPEN SOURCE1 OPTIMIZATION1 OUTLOOK5 PICTURES1 POWERSHELL2 PRODUCTIVITY21 PYTHON1 REMOTE-WORK1 REST1 REVIEW3 SCRIPTING2 SECURITY1 SHORTCUTS1 SOFTWARE DEVELOPMENT2 SQLSERVER1 STAKEHOLDER MANAGEMENT1 SYSTEM RECOVERY1 TECH5 TESTING2 TFVC2 TIMEKEEPING1 TIMESAVER5 TIMESHEET1 TIMEULAR1 TRAVEL1 TUI1 USEFULHACKS10 VISUAL-STUDIO1 VISUALSTUDIO1 VSCODE2 WEBSITE3 WINDOWS13 WINDOWS TERMINAL1
[A~Z][0~9]
Copyright © 2010–2026, all rights reserved.

Copyright  COPYRIGHT © 2010–2026, ALL RIGHTS RESERVED.. All Rights Reserved

to-top