-
Web Dev
Developing a CI Process for Laravel with Codeship and Forge
Codeship empowers developers to efficiently test and deploy web applications with a basic command. Today, I want to demonstrate some…
Read More » -
JavaScript
Designing User Interfaces With React
There are a lot of JavaScript frameworks to choose from in the modern development landscape. One of the most unique…
Read More » -
JavaScript
Test-Driven Development For JavaScript
JavaScript is handsdown the strangest language I’ve ever had to test. Its also one of the most popular ones out…
Read More » -
Ruby
Effectively Testing Dockerized Ruby Applications
Docker is an incredibly popular tool for virtualizing development and production environments. Its value lies in the idea that it…
Read More » -
Ruby
Decomposing Monolithic View Systems
When we break down a monolithic app into microservices, we go through a process known as decomposition. Simply put: This…
Read More » -
DevOps
So You’re Thinking of Decomposing Your Monolith into Microservices
Advocates for microservices tend to pitch the pattern as a remedy for bloated, messy, monolithic ailments. However, is the cost…
Read More »