Latest

Feb
20
Improve Your Thousand Words: Image Manipulation in PHP

Improve Your Thousand Words: Image Manipulation in PHP

While images are an important part of displaying content on a website, they can be notorious for dragging a site's speed down. Fortunately, it's pretty easy to create a workflow to ensure that the images that you serve to clients are as optimized as possible.
Sep
08
Level Up Your Interview Skills

Level Up Your Interview Skills

This presentation will go over some of the basics of the interview process as a new entrant to the work force!
Sep
05
Taking The Helm: Diving Into Kubernetes For LAMP Stacks

Taking The Helm: Diving Into Kubernetes For LAMP Stacks

By themselves, containers offer benefits for making sure a development environment represents a production environment, but that doesn’t necessarily translate back into having a replicable production environment that can scale up.
1 min read
Sep
06
The Static Site Review

The Static Site Review

When setting up a web presence, there are a number of ways to structure the site. While plain HTML/CSS/JS can be cheaper and easier to host, dynamic sites can make it easier to manage content and templates.
1 min read
Nov
02
Continuous Everything

Continuous Everything

Nowadays, it's become easier for developers to handle DevOps tasks. Today, we'll do a quick overview on what the buzzwords actually mean and whether it's a good idea or not to implement continuous integration, continuous deployment and continuous delivery for your workflow.