Blog Posts
bulk renaming files with the rename utility in linux
I've found that working with file renaming…
finding zombie processes
Sometimes when Docker containers are stopped and started in quick…
disabling touchpad middle click in ubuntu
My partner had an incredibly frustrating evening battling…
chmod calculator
When working on our home server I ran into the need for a chmod conversion to get…
mounting nfs shares in ubuntu server
12/08/2021 17:58 | Category: linux
Tags: ubuntu_servernfshomelabnas
During setup of our home NAS my household (mostly me) decided…
working on dockerized celery queues
We had an interesting production issue that we had crop up where…
django rest framework custom APIClient headers in testing
11/14/2021 22:00 | Category: django
Tags: django_rest_frameworkTDDpython
Working in DRF has quite a few advantages…
django rest framework api key rocks
11/14/2021 21:58 | Category: django
Tags: django_rest_frameworkpython
Recently I started working on an application that requires a…
django create secondary model on create
When working in Django if you have related models that…
drawio for diagram documentation
10/28/2021 22:42 | Category: docs
Tags: documentationsoftwarediagrams
Using draw.io as visual aide in project planning, execution, and…
canceling react draggable component movement during resize events
09/15/2021 18:30 | Category: javascript
Tags: reactui
cancelling react draggable component movement during resize events While making a UI I utilized both…
react passing state between parent-child components
09/15/2021 18:22 | Category: javascript
Tags: reactstate_managementui
State utilization within components is an…
creating a controller structure in react
09/15/2021 18:13 | Category: javascript
Tags: react
State management within components is relatively easy to…
react double click functionality
09/15/2021 17:44 | Category: javascript
Tags: reactui
Double click functionality was a necessity in a "desktop" style UI…
css for making a screen stay the size of the view
Making a screen avoid overflow when creating a…
vim and nvim indenting by filetype
One of the issues I had recently when working in a full stack…
css partial underline
CSS and HTML do not inherently have the ability to do partial underlines. In…
git clean removes untracked files
Having lots of untracked files when a git pull fails is very…
pages vs templates in gatsby
09/02/2021 14:18 | Category: javascript
Tags: gatsbyreact
I learned a valuable lesson in pages vs. templates for generating…
react object events and what to link with
08/19/2021 18:05 | Category: javascript
Tags: reactgatsbyjs
During my personal site revamp I started learning React…