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


    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 …


    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 …


    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 …


    Read More
  • The subscription is not registered to use namespace Microsoft.AzureActiveDirectory

    calendar Jul 12, 2021 · 3 min read · Azure Azure Active Directory Azure Active Directory B2C AAD B2C Microsoft  ·
    Share on: twitter facebook linkedin copy
    The subscription is not registered to use namespace Microsoft.AzureActiveDirectory

    This morning, I tried setting up an Azure Active Directory B2C tenant and link it to a newly created Azure subscription. Everything seemed to be OK until I clicked on the "create button". Almost immediately, I got an error stating the following: I thought it was related to the fact that it was a …


    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
  • Working with VSCode (even) when you cannot install it for some reason

    calendar Jun 22, 2021 · 4 min read · DevOps Editor VsCode Microsoft Productivity Timesaver  ·
    Share on: twitter facebook linkedin copy
    Working with VSCode (even) when you cannot install it for some reason

    Over the past few years, A lot of you all have been adopting Visual Studio Code as your primary "Code editor/workspace". One of the biggest issues that I have, is that I really love working with VSCode and here is why that is an issue for me: For the last few weeks/months, I've had to work on (remote) …


    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
  • Windows shortcuts that I use a lot

    calendar Apr 25, 2021 · 4 min read · productivity Microsoft Windows timesaver  ·
    Share on: twitter facebook linkedin copy
    Windows shortcuts that I use a lot

    This weeks post is one with a lot less text! I really dislike having to click around in the UI of an OS/application to get things done and I love it whenever that I can take a shortcut to shave off a few seconds of the time that I would need otherwise! It happens regularly that I see other people working and see them …


    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
  • FindTime: Easier planning of meetings (even between companies)

    calendar Apr 6, 2021 · 5 min read · office365 outlook productivity Microsoft timesaver  ·
    Share on: twitter facebook linkedin copy
    FindTime: Easier planning of meetings (even between companies)

    In some organizations, finding a moment to discuss something with the right stakeholders, is such a painful undertaking that you have to plan weeks in advance (only to get cancellations just before "the big moment" arrives). This is a real issue that a lot of people have to deal with on a (very) frequent …


    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