Fabian Mendez
Fabian Mendez's Blog

Fabian Mendez's Blog

Follow
Follow
homebadges

How to prepare your private repository for the public

Dec 29, 20212 min read

I usually work on pet projects using git to keep track of changes but without thinking too much about exposing credentials or sensitive information,...

How to prepare your private repository for the public

FlutterTip: Select quick actions in VSCode faster

Nov 29, 20212 min read

If you are an avid keyboard user you may not enjoy having to reach out for your mouse every time you need to select a quick action, for example, to...

FlutterTip: Select quick actions in VSCode faster

FlutterTip: Hide the flutter repository from the repositories tab in VS Code

Oct 14, 20211 min read

If you seek into the source code of a built-in widget, the flutter repository will appear in your repositories tab. And this can be annoying: To...

FlutterTip: Hide the flutter repository from the repositories tab in VS Code

How to use private go module in GitHub Actions

Jul 24, 20212 min read

Keep your private go modules organized ยท Sometimes you may want to keep your go modules private and separated in a private GitHub repository. Here I will...

How to use private go module in GitHub Actions