Recent Posts

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...

Remove an Item From an Array

less than 1 minute read

Hey guys. Here is another video I’d like to share with you today. The main idea is to recollect all of the ways you can remove an item from an array. Hope yo...