Brief intro to Cypress In their own words, “Cypress is a next generation front end testing tool built for the modern web.” If you are not familiar with Cypress, check out their Getting Started docs and then Write Your First E2E Test. If you’ve arrived here from a Selenium-based tool, you might appreciate this comparison article from Cypress. I found this Cypress […]
I am about 3 months into my journey as a new software engineer. I work at a place where the bar is high for what it means to craft quality software. My peers are well-educated and highly disciplined engineers with many years of experience. Those conditions alone would be enough to cause someone new to […]
Photo by Jametlene Reskp on Unsplash Your team has probably experienced moments of success or failure, moments of working like a well oiled machine or not being able to stand the sound of each other’s voices. What you’ve probably also done is pass these moments by without taking time to ponder “Why did these things […]
This year I finally decided to attend AgileIndy, although I’ve been toying with the idea for several years, and have been trying to practice (successfully or unsuccessfully) agile methods for over 10 years. I’m glad I finally did, because every session I attended had something that I could take away with me (I now have […]
Previously I shared my “Reading Lately” list with a few books about motivation. Each publication from that list is still relevant in my thoughts, actions, and discussions with others at SEP. This time I am sharing 4 books that have greatly influenced the way I think about working collaboratively with people — whether on a […]
Preface For the last few months, I’d been working on my side project Contact, a JSON REST API written with Elixir and Phoenix, designed to be the backend to an instant messaging platform. I thought that SEP’s semi-annual hackathon: SEP: Makes, would be the perfect time to make a front end application for Contact, but […]
Someone said to me recently “I don’t care what the code looks like, as long as it works.” This offended me because I take pride in making my code look nice and easy to read. Plus it makes me happy to develop clean code. But why should you care? I was on a project that […]