Tutorials
There are 31 posts filed in Tutorials (this is page 3 of 4).
DIY LED Bubble Tube: Part 4–Tube Construction
Okay, so now that I had acquired all of my materials for my bubbler, written the code to control it, and designed the base, it was time to construct the actual tube. This turned out to be the part that has been the most frustrating and required the most experimentation so far. Laser Cutting the End Cap […]
DIY LED Bubble Tube: Part 3–Designing the Base
DIY LED Bubble Tube: Part 2–Programming
DIY LED Bubble Tube: Part 1
Imagine the most annoying alarm you’ve ever heard clanging in your head all the time. Last week I had the good fortune to attend the 2016 Autism Conference hosted by the Matthew Reardon Center in Savannah, Georgia. It was there that I learned that many people with autism spectrum characteristics (ASC) experience continuous sensory overload. […]
Your Very Own Shiny Server
How I come up with domain names
Finally! Free SSL Certs!!! Let’s Encrypt!
OMFG! From the why-the-hell-did-this-take-so-long department, I bring you an exciting announcement: you may never, ever have to pay for a trusted SSL certificate for your website again! E-ver! I’d like to introduce you to Let’s Encrypt. From their website: Let’s Encrypt is a free, automated, and open certificate authority (CA), run for the public’s benefit. Let’s Encrypt […]
Installing Laravel 5.1 at Digital Ocean with PHP 7
PHP 7 is here!!! …well, almost. As of the writing of this post, we’ve reached the 7th Release Candidate (!) phase, so it shouldn’t be too much longer until a stable release is made official. With reports of between 25% and 70% speed improvements, all of us PHP devs should be very excited about this. […]
Should You Use EAV?
The Entity-Attribute-Value (EAV) pattern can be used to flexibly add or remove properties to an object and its corresponding data model. There is some debate about if and when it is appropriate to use EAV. I’ll provide my opinions here, and also a tutorial on how to implement EAV into a Laravel 5.1 application using Cartalyst’s […]