Homepage
Open in app
Sign inGet started

Scripting Bits

Join me in my short coding sessions where I dive into the rabbit hole of what-ifs!

Go to the profile of Vinson Chuong
Vinson Chuong
Mar 28

devops.js 2022

Notes and links compiled while listening to talks.

Julie NG — Fine-tuning DevOps for People over Perfection

https://www.youtube.com/channel/UCIEB4YTb873fpFi7vyi_p0w

Read more…
Go to the profile of Vinson Chuong
Vinson Chuong
Aug 5, 2021

Random Ideas About Programming Languages

Keeping up with current research

Being employed as an application developer limits my ability to get better at writing software. The job is a box that constrains my perspective to one codebase and the knowledge contained in one team…

Read more…
Go to the profile of Vinson Chuong
Vinson Chuong
Apr 4, 2021

Per-Environment Configuration

It’s a well-established practice to supply credentials and environment-specific configuration to a web app via environment variables.

By “environment-specific”, I mean specific to a particular instance of the running web app. That could be the web app…

Read more…
Go to the profile of Vinson Chuong
Vinson Chuong
Apr 2, 2021

Creating Trusted Self-Signed Certificates

When developing a web app and testing features that require HTTPS, the most straightforward way is to generate a self-signed certificate for localhost.

The problem with this approach is I have to click through pesky security…

Read more…
Go to the profile of Vinson Chuong
Vinson Chuong
Dec 8, 2020

Interacting with Code

Through different mediums

When we interact with a codebase, by default, it’s through a text editor. We dig through directories to find the file containing the code we want to see. Then, we might dig through a different set of directories to find a different file…

Read more…
Go to the profile of Vinson Chuong
Vinson Chuong
Oct 27, 2020

Everyday Scripting

I recently realized that I write code more often than I realize. Aside from writing JavaScript in my editor, I often:

  • Type key combinations in VIM
  • Type BASH into the terminal
  • Use Regular Expression searches in various…
Read more…
Go to the profile of Vinson Chuong
Vinson Chuong
Sep 7, 2020

Writing and Testing CLI Tools

My last few bits of code have all been CLI tools. CLI tools usually consist of imperative code that is hard to abstract and hard to test. Because they tend to perform many side-effects, test cases have to take extra steps to achieve good isolation.

Read more…
About Scripting BitsLatest StoriesArchiveAbout MediumTermsPrivacy