Uncategorized
-
I recently found myself needing to enforce color values in a hex code format after discovering a mix of hex codes and CSS color names in my data. The easiest way to do this was to build a static map. My application is built with PHP so I needed to get the full list of…
-
There may be instances where you want to play audio (a recording) or a message with Twilio before a call connects – such as a message disclosing that the call is being recorded. This post shows you how.
-
Have you ever actually heard this phrase in real life? I have. This is a personal recounting of the time I was threatened with geographical joblessness.
-
Use environment aware sessions in SSH to prevent accidents. Bold colors and in your face warnings can help you from making a costly mistake.
-
Don’t be afraid or disgusted of legacy code. Learn to appreciate and embrace it for what it is and what it’s done.
-
PHP’s preg_filter function is great for filtering array elements that match a given expression. Let’s look at an example usage that subdivides an array.
-
Use preg_filter to quickly add a prefix or suffix to all strings in an array.
-
Readability is just as important as functionality and executability when writing code. Code is for humans, not computers.
-
A look at HubSpot’s API – it’s shortcomings and the workarounds that came from bad design.
-
Ever been to a user group? Ever thought about starting your own? Here’s what I learned from years of starting and leading a user group.