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.
Exploring file types in Linux My setup I don't actually run a Linux desktop, strictly speaking - I use MobaXTerm [https://mobaxterm.mobatek.net] on my Windows laptop to ssh in. Moba runs an X server, so I can open windows from the Linux machine as if they were native Windows ... windows. (I
Using parameters with Vuex getters Every time I have to write a Vuex getter with parameters I have to look it up again - for some reason the method just doesn't go in. Today I found this comment [https://stackoverflow.com/a/53289861/609921], which gives an example of what feels like a
Using mkcert for testing The following package.json script will automatically generate cert and key for the domains that you want - set your server to load the same names and cert setup is now a one-liner.