Toggle navigation
Brian Childress
Home
About
Podcast
Talks
Brian Childress
Reset Auto-Increment IDs in Postgres
04-18-2021
Update an Object Using the Spread Operator
If you want to extend or override values in an object, using the spread operator in JavaScript can help
04-13-2021
GIT: Force Overwrite of Local File with Remote File
Sometimes we just need to reset a local file with what is saved in a remote repository, here are the commands you need.
04-10-2021
GIT: Forget Previously Tracked File
Oops, we checked in a file that we shouldn't have, here's how to tell GIT to "forget" about that file.
04-09-2021
Useful Git Snippets
A collection of useful GIT commands and snippets
04-05-2021
GIT: Fatal Ambiguous Argument, Branch and Filename
While rare, you might run into an error when using Git version control that your branch name and a filename are the same.
03-26-2021
API Security: Broken Object Level Authorization
In this article we'll dive into the Broken Object Level Authorization (BOLA) API vulnerability.
03-15-2021
MacOS: Git error: xcrun invalid active developer path
If you've tried to run a `git` command and it failed with this error, here is a simple fix.
03-15-2021
My Required Reading List
Here is a list of books that I feel are important for everyone to read
03-15-2021
Multipass: Mount Host Volume
If you're using Multipass you might need to mount a volume to gain access to resources on your host machine, here's how to do it.
03-12-2021
← Newer Posts
Older Posts →