Tutorials Page 42
Phone Number Validation with numverify
When we think about form validation, phone numbers aren't the most pressing bit of information to validate, but if the phone number is absolutely critical to your business or application, you'll want to do all you can to precisely ensure the number is correct. And...
How to Delete a git Remote Branch
Keeping a tidy repository is important; not just a tidy codebase, but a tidy repository in as far as not having spare branches rotting around. Generally the main repository doesn't keep multiple branches but sometimes you need to push to a main repository simply to get Travis...
Script & Style Show: Episode 2: David Neal: Impostor Syndrome
In this week's Script & Style show, Todd and I welcomed David Neal to discuss Impostor Syndrome, how to conquer it, and why we need to be better to ourselves and others. There was also talk of bacon and DevTools while I tried to...
How to Use OBS as a Webcam
As I learn more about streaming video games on Twitch and continue broadcasting the Script & Style Show, I've become skilled in the art of Open Broadcasting Software (OBS). OBS is a bit like PhotoShop for video, wherein you can layer effects like...
Script & Style Show: Episode 1: Marc Grabanski
On this second episode of the Script and Style show, Todd and I welcome Marc Grabanski of Frontend Masters. After commiserating over home automation madness, we asked Marc about how he got started in the web industry, his first jobs, his entrance in to the...
How to Create a Twitter Bot with Node.js
Twitter bots have been in the news over the past few years due to election meddling, not only in the United States but stretching across the globe. There are, however, good and logical reasons for creating Twitter bots. In order to see how easy it was...
Script & Style Show: Episode 0: “Origins”
Today was an incredibly important and proud day for me: Todd Gardner of TrackJS and I debuted the Script and Style Show on YouTube. This live show will serve as an awesome opportunity to discuss the current landscape of web development and will allow...
Find Empty Files and Directories from Command Line
If you are anything like me, you like to keep your projects as tight as possible. By "tight" I mean no lingering, useless files or directories, because bloat is an incredible annoyance and distraction. And we don't want distractions, do we? There's a really easy way to...
Enhanced Email Validation with mailboxlayer
Validation is an important part of managing any data you receive, especially when it comes to web forms. If you really want to be secure with the data, you use HTML5 validation rules, JavaScript validation, and then the most importantly layer, the server-side layer. Even...
O’Reilly Fluent Conference – San Jose – Discount and Giveaway!
O'Reilly's amazing Fluent Conference is coming back to San Jose, CA this June 11th-14th. Fluent is a special conference for web developers looking to harden their skills, learn about what's coming in the web world, and to hear from industry leading developers from Mozilla...