Web Dev
-
How We Rolled Out Our Recent UI Changes
We recently released an updated UI, focusing on the most important pages within our application and laying the groundwork for…
Read More » -
HashiCorp Tools Useful for Continuous Integration
HashiCorp is a company that feels like it’s always been around. Quietly plugging away just out of the limelight working…
Read More » -
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 » -
Refactoring and Design Patterns
Refactoring is a simple concept, and yet it takes some learning to come to a point where refactoring is beneficial.…
Read More » -
Linking, Monitoring, and Supervising in Elixir
One of the benefits of microservices is that part of the system can go down without bringing the entire system…
Read More » -
WebExtensions 101
If you know the basic web technology stack (HTML, JS, and CSS), then you can indeed build a WebExtension. It…
Read More » -
Security in the Microservices Paradigm
One of the least glamorous aspects of implementing a Microservices architecture is the security. It’s not fun or cool when…
Read More » -
An Introduction to GraphQL via the GitHub API
RESTful, JSON-delivering APIs are today’s default choice when building an API. However, there’s a new API kid on the block…
Read More » -
Building Web Extensions Because You Can
Browser extensions aren’t a new thing. Firefox had them since before it was named Firefox. Each browser after that created…
Read More »