28
Aug
Thaw – unfreeze your project
by kateapault
No Comments
A Python tool to help manage CI and project dependencies. Updating project dependencies is a giant pain in the ass. About two months ago I...
01
May
5 Things I Learned Doing My First Mock Technical Interview
by kateapault
No Comments
It was intimidating going in with no reference frame besides what Google turned up, but mock interviews are absolutely worth doing for nontraditional programmers.
26
Mar
Git Management: Two Main Styles of Managing Project Commits
by kateapault
No Comments
Virtually every team uses git to manage their code base, but there is much less uniformity in how version control is used. How much code...
05
Mar
Counting Git Commits and Other Small Lessons
by kateapault
No Comments
A handful of git-related things I’ve learned since starting the March Madness Challenge On Sunday, March 1, I started to make a JavaScript version of...
28
Feb
March Madness – 31 Days of Git Commits
by kateapault
No Comments
To improve my portfolio and to challenge myself, I’m committing to committing. I’ll be working on projects throughout March and I’ll be committing to GitHub...
27
Feb
4 Ways To Write More Comprehensible Code
by kateapault
No Comments
How to make your code more readable for your future self and others