Hapi: using pre-route functions for fun and profit I started to think - Express has middleware, I wonder what Hapi has? There’s bound to be something so I can ...
Checking if a user owns a domain The technique we’re using is the one used by Google, Microsoft and others to verify that you've got some authority over a domain.
7 Tools I Use Every Day at Work Silver Searcher (ag for short) is a fantastically fast searcher, much faster than grep. It comes with ...
How I made my tests faster Today I’ve been reminded of the importance of measuring first when debugging, rather than making assumptions.
Using templates and validation in Hapi In this post we’ll add template rendering (with Vision) and input validation (with Joi) into our application from the previous set of posts.
Hapi - using routes from external files [Last time we left it], the server only had a single route and was all in one file. That’s fine to start with but it’s not exactly scalable. Let’s add some routes from external files.
Using Typescript with hapi I've been using hapi lately, and decided to start using Typescript at the same time. When I looked though there didn't seem to be a lot out there on using them both together. Here's what I learned.
Using your domain So you’ve read part 1, and you’ve bought yourself a domain. Now you need to actually do something with it.
Domains - what are they? Before we can answer the question “what is a domain”, we need to talk about the Domain Name System, DNS for short.