Tim Schaeps
open-menu closeme
Home
About
github twitter linkedin instagram rss
  • 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 …


    Read More
  • What you should think about when running Azure Pipelines with Git and submodules

    calendar Jun 26, 2021 · 2 min read · DevOps authentication DevRel Microsoft Azure DevOps Build  ·
    Share on: twitter facebook linkedin copy
    What you should think about when running Azure Pipelines with Git and submodules

    When you work with Azure (DevOps) Pipelines and use Azure Repos (Git) in combination with Git submodules, then there are a few things that you need to take into account if you want to use those submodules in your build pipeline(s) an if you want those pipelines to successfully 😉 I'm writing this here because we have …


    Read More
  • Migrating your Visual Studio license management to AD groups

    calendar May 27, 2021 · 6 min read · DevRel VisualStudio Management Optimization Microsoft  ·
    Share on: twitter facebook linkedin copy
    Migrating your Visual Studio license management to AD groups

    If you are in an enterprise context where you work with .net development teams, the chances are real that they use a "Visual studio license" and that this license is managed in what is called an "Enterprise Agreement". This agreement allows organizations to buy "Visual Studio Licenses" …


    Read More
  • Considerations when setting up a build (migration) strategy

    calendar May 18, 2021 · 11 min read · Cake Azure DevOps Azure Artifacts DevRel DevOps Microsoft Stakeholder Management  ·
    Share on: twitter facebook linkedin copy
    Considerations when setting up a build (migration) strategy

    In previous posts, I wrote about migrating builds to TeamCity and after that back to Azure DevOps . Next to that, I talked about "setting up an Enterprise Cake build framework" and getting Cake to work in Azure DevOps (artifacts) to make those migrations easier in an enterprise context, where a lot of build …


    Read More
  • Running a build in Azure DevOps with Cake and Azure Artifacts

    calendar May 8, 2021 · 6 min read · Cake Cake Build Azure DevOps Azure Artifacts DevRel DevOps Microsoft  ·
    Share on: twitter facebook linkedin copy
    Running a build in Azure DevOps with Cake and Azure Artifacts

    My last few posts have been about Cake build and Azure DevOps and in this post I will again talk about those 2. This time I will talk about running Cake in an Azure Pipeline and having it work with Azure Artifacts . What? Azure Artifacts Azure Artifacts can be seen as a private repository for your reusable assets …


    Read More
  • Running Cake in Azure Pipelines and accounting for optional build-process-variables

    calendar May 7, 2021 · 6 min read · Cake Cake Build Azure DevOps DevRel DevOps Enterprise Microsoft  ·
    Share on: twitter facebook linkedin copy
    Running Cake in Azure Pipelines and accounting for optional build-process-variables

    Last week I wrote about two related topics that can be seen as a basis for this post: (1) Cake in the enterprise which is about building your enterprise applications with Cake (at scale) and what you need to do to make it manageable and (2) Migrating your builds to Azure DevOps pipelines which is about migrating …


    Read More
  • Automatically migrating your builds to Azure DevOps

    calendar May 2, 2021 · 10 min read · Azure DevOps Automation DevRel DevOps Build Management ALM Enterprise  ·
    Share on: twitter facebook linkedin copy
    Automatically migrating your builds to Azure DevOps

    A few weeks ago, I wrote how we migrated our build system towards TeamCity (this migration was a few years ago). If you want to know more on how we did this, then I gladly refer you to this post Today, I'm writing about the migration back to Azure DevOps. I'll explain the reasoning behind why we move back and what we …


    Read More
  • Extending build.cake with your (enterprise) functionality

    calendar Apr 30, 2021 · 9 min read · Cake CakeBuild DevRel DevOps Build Management ALM Enterprise  ·
    Share on: twitter facebook linkedin copy
    Extending build.cake with your (enterprise) functionality

    For a few years now, I have been willing to write about this and I never really took the time. I spoke about it in a session during Visug XL 2019 and at that time, we were only getting started with Cake. Today, 1.5 years later, we have a set up a stable (unit test supported) build process that supports multiple …


    Read More
  • Dealing with error TF401019 when using submodules in Azure Pipelines

    calendar Apr 13, 2021 · 3 min read · DevOps authentication DevRel Microsoft Azure DevOps Build  ·
    Share on: twitter facebook linkedin copy
    Dealing with error TF401019 when using submodules in Azure Pipelines

    I'm in the process om migrating a whole bunch of builds from TeamCity to Azure DevOps and the entire process is automated. (I'm writing a blogpost on this, stay tuned if you are interested in this). Today, one of the builds that I'm migrating, gave me an error when I did a test. It struck me a bit as "a strange …


    Read More
  • Migrating your builds to TeamCity

    calendar Apr 2, 2021 · 6 min read · DevOps Migration Tech DevRel Build Management  ·
    Share on: twitter facebook linkedin copy
    Migrating your builds to TeamCity

    A few years ago, we migrated all our builds out of practical considerations from (at the time) TFS to JetBrains TeamCity. The main reason for us was that the support for XAML based builds in TFS was about to end... The main advantage for us, when using those XAML templates was the (rather) extensive templating support. …


    Read More
  • Migrating from Team Foundation Version Control to Git (and preferably at scale)

    calendar Mar 25, 2021 · 11 min read · Git TFVC Azure DevOps Development Productivity Microsoft Migration DevRel  ·
    Share on: twitter facebook linkedin copy
    Migrating from Team Foundation Version Control to Git (and preferably at scale)

    I've been wanting to write this post for a while (a few years) now and I never took the time. At some point I just thought that it wasn't relevant anymore, but since I'm working on a project in a similar context and I feel that the need still does exist, I could not refrain myself and write this thing down. If you …


    Read More
  • Using the 'tf.exe' command to clean up old TFVC workspaces

    calendar Mar 16, 2021 · 6 min read · Azure DevOps Microsoft Productivity DevOps Build TFVC DevRel  ·
    Share on: twitter facebook linkedin copy
    Using the 'tf.exe' command to clean up old TFVC workspaces

    Today, a colleague contacted me with an issue that he encountered during one of his builds: The problem lies with something legacy that we try not to use anymore wherever possible, but in this case, there seems to be an exception. In Azure DevOps, the default for version control was once (actually not that long …


    Read More
  • Become more efficient by changing the title of VSCode

    calendar Feb 1, 2021 · 2 min read · usefulhacks timesaver VSCode DevRel  ·
    Share on: twitter facebook linkedin copy
    Become more efficient by changing the title of VSCode

    Do you know the feeling when you have a lot of VS Code editors open, each pointing to its own folder, where you need to do a lot of context switching? There are several ways to find the correct VSCode window: Alt-Tab Hovering over the VS code icon in the windows taskbar ... In both cases, you have to 'hope' that you …


    Read More
  • Running rabbitmq in docker on windows

    calendar Dec 4, 2019 · 2 min read · development containers DevRel  ·
    Share on: twitter facebook linkedin copy
    Running rabbitmq in docker on windows

    For those what it means to install RabbitMQ for local development, it typically means that you have to go through the pain of installing erlang and RabbitMQ , only to discover that something is wrong with your setup. (To given an example: the RabbitMQ management plugin is not installed by default, requiring you to do …


    Read More
  • Taking ownership of sqlserver (or sql express)

    calendar Jul 15, 2019 · 2 min read · development sqlserver tech DevRel  ·
    Share on: twitter facebook linkedin copy
    Taking ownership of sqlserver (or sql express)

    From time to time it happens that you install a sql server (or SQL express) and that you forget to assign local admin permissions. When this happens, you can choose to do a reinstallation... or you can try to assign the permissions after all through a backdoor. I chose the latter! Open a cmd prompt (as admin) {% …


    Read More
    • ««
    • «
    • 1
    • 2
    • »
    • »»

Tim Schaeps

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

  • Review: Azure Data Engineering Cookbook (2nd edition)
  • Studying for the Azure data engineer cert exam (DP-203)
  • Review: Azure Data Engineer Associate Certification Guide
  • Review - Getting started with Bicep: infra as code on Azure
  • Azure Bicep - where to get started
  • Azure Charts: a hidden gem for architects and azure users alike
  • What are profiles in Microsoft Edge and why should you use them
  • Adding Git-Bash to Windows Terminal

Categories

TECH 15 DEVOPS 10 AZURE 6 TIME-MANAGEMENT 5 BOOKS 4 LEARNING 4 PRODUCTIVITY 3 WAY-OF-WORKING 2 DATA 1 LIFE 1 MYOPINION 1

Series

BUILD-MIGRATION-MANAGEMENT 7 AZURE-STATIC-WEB-APPS 2 LEARNING-AZURE-BICEP 1

Tags

MICROSOFT 24 DEVREL 17 PRODUCTIVITY 15 WINDOWS 13 AZURE 11 DEVOPS 11 USEFULHACKS 10 AZURE-DEVOPS 8 OUTLOOK 5 TECH 5 TIMESAVER 5 BOOKS 4 CAKE 4 CERTIFICATION 4
All Tags
AAD-B2C1 ALM3 AUTHENTICATION3 AUTOMATION2 AZURE11 AZURE-ACTIVE-DIRECTORY1 AZURE-ACTIVE-DIRECTORY-B2C1 AZURE-ARTIFACTS2 AZURE-DEVOPS8 BICEP2 BLOG3 BOOKS4 BUILD3 BUILD-MANAGEMENT3 CAKE4 CAKE-BUILD2 CAKEBUILD1 CERTIFICATION4 CLIPBOARD1 CONTAINERS1 DATA-ENGINEERING2 DEVELOPMENT4 DEVOPS11 DEVREL17 EDITOR1 ENTERPRISE4 GEOFENCY1 GETTING-STARTED2 GIT1 HOSTING2 IMAGING1 INDEX1 INNOVATION1 LIFE1 MANAGEMENT1 MICROSOFT24 MICROSOFT-EDGE2 MIGRATION2 NATURE1 OFFICE3654 OPTIMIZATION1 OUTLOOK5 PICTURES1 POWERSHELL2 PRODUCTIVITY15 REMOTE-WORK1 REST1 REVIEW3 SCRIPTING2 SECURITY1 SHORTCUTS1 SQLSERVER1 STAKEHOLDER-MANAGEMENT1 SYSTEM-RECOVERY1 TECH5 TESTING2 TFVC2 TIMEKEEPING1 TIMESAVER5 TIMESHEET1 TIMEULAR1 TRAVEL1 USEFULHACKS10 VISUAL-STUDIO1 VISUALSTUDIO1 VSCODE2 WEBSITE3 WINDOWS13 WINDOWS-TERMINAL1
[A~Z][0~9]
Tim Schaeps

Copyright  TIM SCHAEPS. All Rights Reserved

to-top