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.
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
Using QEMU in 32-bit mode Lately I’ve been following this series on dev.to [https://www.solarwinter.net/using-qemu-in-32-bit-mode/(https://dev.to/frosnerd/writing-my-own-boot-loader-3mld] on writing your own OS from the ground up - it makes a nice change of pace from the web stuff I’ve been doing, from very near the top
Too Many Headers Also known as "things I've learned today"... I've been using Insomnia [https://insomnia.rest/] the last couple of days to test a web API. Insomnia's a great client - it's got lots of features to make life easier. You can
Parameter handling for Node.js logging with Winston Making Winston log statements act like console.log()