Recent Posts

A Technology Radar Volume 24 summary

1 minute read

If you haven’t read the latest Technology Radar Volume 24 yet, then let me share with you my personal summary of it:

Let’s Deploy a Deno App to Heroku 🦕

2 minute read

We have already developed a REST API using Deno on Linux, protected it with the JWT authentication, and connected it to the MongoDb Atlas. To complete this s...

Let’s develop a Discord bot using Deno 🦕

less than 1 minute read

Hello everybody. Today we will continue to use the Deno framework and develop a Discord bot. We’ll also add some unit tests and see how to run them.

Redirect to Another Web Page

less than 1 minute read

When I was thinking about this post, I thought it would be very short and straightforward. However, it looks like there are at least 3 different ways with pr...