Category web developer

Deleting multiple branches in git

Holy cow it’s been awhile since I posted anything. I blinked and it’s summer! It’s been pretty busy with a now 2 year old who is definitely getting her personality. Anywho, this will be a savior for anyone who uses…

Hardcoding

So I’ve been trying to switch servers at work and let’s just say it’s been a freakin’ nightmare. Our servers are dated and to start off fresh, I suggested we setup new ones and move the app over. Simple right?…

Using Sed in Bash scripts

Let me start out by saying I am NOT a script girl. I’ve worked with PHP for a decade and love my use of spacing. I’ve written 1 bash script that clones a database on a remote server and saves…

Imposter Syndrome

Note: This is not a post for the cure to Imposter Syndrome. Just getting that out right now. I’ve noticed something over my years working as a dev When work starts to slow down, imposter syndrome kicks in hard. I…

CPU 100%

Not something you want to see in an email when you’re on “vaca” (ie. teething baby). At least it didn’t crash the server several times. The database was up to 400% usage too. Wheee. I will be the first to…

Refresh local db bash script

Before my new job, I was used to having a script that would automatically pull a fresh copy of the production database at my command using AWS. With the current setup at work, it’s more of a manual deal which…

Laravel’s `chunkById`

So I started a new job at the beginning of the month. While I’m learning a lot, at the same time, it’s familiar because it’s mainly Laravel. At the same time, I’m always learning new gotchas with Laravel as well.…