Category Archives: Node.js
March 01, 2025
Deploying a typescript fastify microservice on minikube on your mac
This is just a todo-list for me. It might not be completed, and of course is not production ready. You should have minikube and docker desktop installed. First of all, create a basic fastify microservice running in typescript using this tutorial.
June 11, 2020
What is Deno?
A 1 minute post about Deno, the new kid in town. Is Node.js safe? Will you need to learn something new soon? Probably.
August 17, 2018
How to scrape that web page with Node.js and puppeteer
A little tutorial on how to start web scraping with puppeteer, the Node.js library which provides a high-level API to control Chrome or Chromium over the DevTools Protocol.