Latest Posts

Clean Up Developments Commits By Combining Them Into One

Posted in GitWorkflowon

This post demonstrates how you can cleanup your commit history on a local branch prior to merging it into another branch (e.g. 'master'). Keeping frequent commits throughout your development process on a local branch can be very helpful for works-in-progress, but long, detailed histories that were meant to aid in ...

Read Full Article

What is Destructuring in JavaScript?

Posted in ES6JavaScripton

There are several ways to think about what destructuring is. One is in terms of assignment, the other in terms of parameters. Both perform the basic function of getting rid of repetitive code. First we'll talk about assignment, then parameters.

Read Full Article

© 2025 Cristin O'Connor

Built using Gatsby and Emotion

BLOG POWERED BYButterCMS