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.
Unexpected Lists in Elixir Well - unexpected to me at the time, though part of the language. I've been putting something together in Phoenix [https://www.phoenixframework.org/], and one of the pages kept throwing an error that it couldn't find item_path/3. This was odd, as the generating