Home
Archives
Training icon
Nanodegree
Development icon
Flutter Go JavaScript Nix Python
Cloud icon
Google Cloud Hugo
Linux icon
Diff Heredoc JQ Patch TMUX
Links icon
Flutter and Dart Cookbook Hands-On Serverless with Google Cloud LinkedIn Medium Twitter/X
About
  • Git Pre-Commit Hook

    Apr 18, 2025 git hooks development

    The following blog post illustrates how to use pre-commit hooks in a git workflow.

    Pre-commit is a simple method for running abitrary commands prior to a Git commit. It allows automation of checks, such as code formatting, linting, security audits, and more, ensuring code quality and consistency. Hooks are typically …

    Read More
  • Git worktree

    Sep 6, 2024 git worktree development

    The following blog post illustrates how to use worktree in a git workflow.

    A Git worktree allows you to check out multiple branches or commits at the same time. Each worktree is a separate working directory linked to the same repository. This is useful for working on multiple features concurrently, reviewing pull …

    Read More
  • Tmux and Cloudshell

    Jun 13, 2022 google-cloud development

    Tmux is a terminal multiplexer, which is a fancy way of saying it give you the ability to run multi terminals. Google Cloud Cloudshell uses the default Tmux configuration which makes me not want to use it.

    Tmux with default settings:inline

    However help is at hand. You can update the settings and this post covers how to make those changes. Cloudshell …

    Read More
  • Cloud Run Regex

    Mar 18, 2022 google development

    Cloud Run Regex

    Normally when someone mentions regex its time to make a swift exit. Since I was working on a new project featuring Cloud Run I needed to face my fears. This is my story.

    I can't do this:inline

    Regex for the masses

    Cloud Run has a defined url signature which is common across all deployments. If you need to check that this …

    Read More
  • Enhancing Cloudshell on Google Cloud

    Aug 27, 2021 linux google-cloud development

    Cloud Shell is super useful and features a lot of tools. However out of the box the general setup doesnt match my local machine. If you want to use tmux or vim in your environment, this blog post is for you.
    The following is a quick summary of changes made to update Cloud Shell to be a bit more like my own machine. …

    Read More
  • Fish on Cloudshell

    Aug 25, 2021 google-cloud development

    Fish is described as a smart and user-friendly command shell. As you would expect it works on Linux and is super useful to get that optimized experience. The blog post covers installation on GCP Cloud Shell I would expect the installation process to be similar on any Linux based machine.

    If you want to use oh-my-bash, …

    Read More
  • oh-my-bash on Cloudshell

    Aug 15, 2021 google-cloud development

    If you work at the command line with Git this ones for you! Most of my time is spent at the Linux command line. My tool of choice is always "oh-my-bash" as it just works across all my machines. However if you are using a Cloud Provider environment, you probably dont want to spend time setting up another …

    Read More
  • AppSheet Apps

    Jul 27, 2021 google-cloud development

    Recently a colleague created a spreadsheet but was unaware of the power lurking underneath. Google Sheets include a very comprehensive toolset that can be used to extend functionality.

    Overview

    In this blog post learn how to access a Google Sheets document to extend functionality. To get started there are a couple of …

    Read More
  • A Free Virtual machine

    Jun 11, 2021 google-cloud development

    Introduction

    Did you know the lovely providers of cloud have a free tier? Have you wanted to take advantage but not sure where to start?

    Free stuff - do go on:inline

    If you are not familiar with the Free Tier offerings it can be worth your time to take a look. Below are the main cloud providers you may have heard of:

    • Google Cloud Free Tier
    • AWS …

    Read More
  • Git rename branch

    May 14, 2021 git development

    The following blog post covers how to rename the default branch in GitHub. If you have wondered how to do this task it is basically two discrete steps.

      1. Rename the default branch
      1. Update the local clone

    Once complete the branch will be available and response as the default.

    Rename Default branch

    The default …

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

Rich Rose

This elixir mister got a maze in Vista
Read More

Recent Posts

  • Python Workout 2nd Ed
  • Certified Kubernetes Administrator (CKA) Exam
  • Nix Unattended
  • Nix and MacOS Sequoia
  • Git Pre-Commit Hook
  • Artifact Registry IAM
  • Nix Firebase
  • Nix Golang

Tags

LINUX 36 EXAM 18 GOOGLE 16 GOOGLE CLOUD 16 CHROMEOS 15 DEVELOPMENT 14 HOSTING 6 NIX 6 CSV 5 JQ 5
All Tags
AUTOMATION1 BASH1 BLOG2 BUILDPACKS1 CAREER2 CHROMEOS15 CLOUD BUILD3 CLOUDFLARE1 CNCF4 CONTAINER1 CONTAINER REGISTRY1 CONTAINERS2 CORS1 CSV5 DART2 DEBIAN1 DEVELOPMENT14 DIFF1 DNS1 DOMAIN1 EXAM18 EXCEL1 FIREBASE2 FIRESTORE1 FLUTTER2 GCS4 GIT3 GITHUB1 GO4 GOOGLE16 GOOGLE CLOUD16 HEREDOC1 HOOKS1 HOSTING6 HTML3 HUGO4 IAM1 IMAGEMAGICK4 JAVASCRIPT4 JQ5 JSON5 KUBERNETES1 LINUX36 MACOS1 MERGE1 METADATA1 NANODEGREE5 NGINX1 NIX6 NODE4 NODEJS2 OS1 PASS1 PATCH1 PCA1 PCD1 PDBE1 PDE1 PDF3 POLICY1 PRIVACY1 PRODUCTIVITY5 PROXY1 PSE4 PWA1 PYTHON2 PYTHON31 REGISTRY1 REMOTE DESKTOP2 REVIEW2 RPI2 SECURITY1 SED1 SHEETS1 SSH2 STORAGE3 TMUX1 UDACITY5 UDEMY1 UML1 VIM2 WATERMARK1 WEB3 WEBSITE2 WORKTREE1 WRANGLE1
[A~Z][0~9]

Copyright 2016- Rich Rose. All Rights Reserved