Building and deploying AWS Lambda with Serverless framework in just a few of minutes - Part 2

Building and deploying AWS Lambda with Serverless framework in just a few of minutes - Part 2

I will show you how to deploy the lambda that we constructed in the previous section. So, we need to set up AWS in preparation for deployment

February 26, 2024 · 3 min
Building and deploying AWS Lambda with Serverless framework in just a few of minutes

Building and deploying AWS Lambda with Serverless framework in just a few of minutes

How to create an AWS Lambda using a Serverless framework, as well as how to structure and manage your functions as projects in your repository

February 19, 2024 · 5 min
Creating amazing games using Phaser and Vue (Nuxt/Vite)

Creating amazing games using Phaser and Vue (Nuxt/Vite)

Few years ago I developed the nuxtjs-phaser package, which enables the use of Vue with Phaser, a JavaScript/Typescript framework for making games

May 16, 2023 · 6 min
You must use Prettier as the code format for your TypeScript or JavaScript project.

You must use Prettier as the code format for your TypeScript or JavaScript project.

Prettier formats your code according to a set of rules. It supports a wide range of formatting options, indentation, line length and spacing.

March 22, 2023 · 4 min
Creating TypeScript React Components with Parcel Bundler

Creating TypeScript React Components with Parcel Bundler

When we think of React, the word Components comes to mind, this library changed the way we built web elements using JavaScript power

January 26, 2023 · 7 min