Blog https://polothy.github.io/ Recent content on Blog Hugo -- gohugo.io en-us Mon, 16 Sep 2019 12:39:31 -0700 GitHub Actions https://polothy.github.io/post/2019-09-16-github-actions/ Mon, 16 Sep 2019 12:39:31 -0700 https://polothy.github.io/post/2019-09-16-github-actions/ <p>Got accepted in the beta program for <a href="https://github.com/features/actions">GitHub Actions</a>. So, naturally, let&rsquo;s create an action to publish this blog!</p> Fuzzy git checkout https://polothy.github.io/post/2019-08-19-fzf-git-checkout/ Mon, 19 Aug 2019 20:01:43 -0700 https://polothy.github.io/post/2019-08-19-fzf-git-checkout/ <p>Using <code>fzf</code> for <code>git checkout</code>.</p> fzf https://polothy.github.io/post/2019-08-10-fzf/ Sat, 10 Aug 2019 10:52:43 -0700 https://polothy.github.io/post/2019-08-10-fzf/ <p>A general purpose command-line fuzzy finder.</p> Testing gorilla/mux handlers https://polothy.github.io/post/2019-04-13-testing-gorrilla-mux-handlers/ Sat, 13 Apr 2019 15:11:52 -0700 https://polothy.github.io/post/2019-04-13-testing-gorrilla-mux-handlers/ <p>Currently working on a prototype microservice and to get started quickly I decided to use <a href="https://github.com/gorilla/mux">gorilla/mux</a> as my router because of its low barrier of entry and plenty of resources out there on it. One thing that has bothered me before when I have used <code>mux</code> was how to go about testing the HTTP handlers. Discovered a nice way to do it.</p> diff-so-fancy https://polothy.github.io/post/2019-03-22-diff-so-fancy/ Fri, 22 Mar 2019 20:42:16 -0700 https://polothy.github.io/post/2019-03-22-diff-so-fancy/ <p>Oh, so <em>fancy</em>!</p> bat https://polothy.github.io/post/2019-03-18-bat/ Mon, 18 Mar 2019 19:30:54 -0700 https://polothy.github.io/post/2019-03-18-bat/ <p><code>bat</code> is the new <code>cat</code>.</p> OneNote to Org mode https://polothy.github.io/post/2019-03-14-onenote-to-orgmode/ Thu, 14 Mar 2019 19:29:23 -0700 https://polothy.github.io/post/2019-03-14-onenote-to-orgmode/ <p>I decided to make a very nerdy decision: use Org mode instead of OneNote.</p> Kube Prompt https://polothy.github.io/post/2019-03-13-kube-prompt/ Wed, 13 Mar 2019 20:49:08 -0700 https://polothy.github.io/post/2019-03-13-kube-prompt/ <p> Been switching between Kubernetes clusters a lot and needed a way to keep track of current context and namespace, <code class="verbatim">kube-ps1</code> to the rescue! </p> re:Invent 2018 https://polothy.github.io/post/2018-12-17-reinvent-2018/ Mon, 17 Dec 2018 20:22:44 -0800 https://polothy.github.io/post/2018-12-17-reinvent-2018/ <p>My company was gracious enough to send me to AWS re:Invent 2018 this year!</p> Open in Emacs https://polothy.github.io/post/2018-11-13-open-in-emacs/ Tue, 13 Nov 2018 19:27:56 -0800 https://polothy.github.io/post/2018-11-13-open-in-emacs/ <p>How to open a file/directory or pipe output to Emacs GUI from the terminal.</p> Knative https://polothy.github.io/post/2018-11-07-knative-first-take/ Wed, 07 Nov 2018 20:59:04 -0800 https://polothy.github.io/post/2018-11-07-knative-first-take/ <p><a href="https://cloud.google.com/knative/">Knative</a> (pronounced kay-nay-tiv):</p> <blockquote> <p>Kubernetes-based platform to build, deploy, and manage modern serverless workloads.</p> </blockquote> Istio Egress to DynamoDB https://polothy.github.io/post/2018-11-07-istio-egress-dynamodb/ Wed, 07 Nov 2018 14:26:17 -0800 https://polothy.github.io/post/2018-11-07-istio-egress-dynamodb/ <p>Took a while to figure out how to properly configure Istio egress to allow a service to talk to DynamoDB. I didn&rsquo;t find many up-to-date resources out there on the topic, so decided to share what worked for me.</p> Makefile for your dotfiles https://polothy.github.io/post/2018-10-09-makefile-dotfiles/ Tue, 09 Oct 2018 21:15:27 -0700 https://polothy.github.io/post/2018-10-09-makefile-dotfiles/ <p>Using a <code>Makefile</code> for your <code>dotfiles</code> can help simplify your dot file life!</p> <3 Makefile https://polothy.github.io/post/2018-10-09-heart-makefile/ Tue, 09 Oct 2018 19:45:24 -0700 https://polothy.github.io/post/2018-10-09-heart-makefile/ <p>The secret is out, I really like a good <code>Makefile</code>!</p> Hello Blog https://polothy.github.io/post/2018-10-08-hello-blog/ Mon, 08 Oct 2018 15:41:13 -0700 https://polothy.github.io/post/2018-10-08-hello-blog/ <p>So, I decided to make a blog.</p>