Setting up a Typescript project (Updated 2022) Creating a Typescript should be as easy as running one command, learn how you can do this through this post!
Integrate Dapr with Nest.js and the Dapr JS SDK As the official maintainer of the Dapr JS SDK, I am always looking on how we can improve our documentation, tooling and API to integrate Dapr through Javascript. Recently, I started working on Tinx.ai where I am using Dapr to host the Backend and send events to my event
Creating a Dapr Project with Node.JS and the Dapr-JS SDK Dapr is simply amazing, allowing you to interact with libraries that otherwise take a couple of hours to implement or even days depending, on your level of comfort with them. Next to that, when you would utilize libraries, you also need to take care of correct authentication, error handling, and
Tutorial - Creating an Email Microservice with Typescript and Dapr Once in a while a new project comes out that I am totally hyped about! Dapr is such a Project! In this article I would like to go in-depth on how we can quickly (< 10min!!!) create a Microservice that will send an email through a Microservice invocation mechanism! Dapr
How to set up a Typescript Project with Yeoman Typescript is quite cumbersome to set-up… it's not built in in Node.js but it is important to write stable code with type checking. Since I write a lot of Typescript projects, it's quite handy to have an explanation on how to set-up a typescript project
Getting Xbox Controller inputs through Node.js For an upcoming Blog Post I wanted to connect my Xbox controller and start reading the input values through a simple node.js script that I could send back to an Arduino Nano. This entire process however seemed to be quite "interesting" to find suitable libraries and long-term
Dapr - Creating a User Login/Register Microservice In an earlier post, I went in more detail how you can utilize Dapr to create a Microservice that communicates over gRPC for quick Inter-Process Communication (IPC). Now I would like to take this a step further and create a real microservice that allows us to perform account management. Pre-Requisites