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
10 pontos essenciais para testes técnicos

10 pontos essenciais para testes técnicos

Este artigo lista os principais pontos que devemos encontrar em testes técnicos

May 1, 2023 · 7 min
JavaScript bind() function: How to Handle Context

JavaScript bind() function: How to Handle Context

The bind function is used to create a new function to change the context. Creating a new function with a new context and arguments

March 30, 2023 · 3 min
Use font ligatures to enhance your code editor or IDE

Use font ligatures to enhance your code editor or IDE

Font ligatures are a typographic feature that allows certain characters to be combined into a single glyph for improved readability.

March 29, 2023 · 3 min
Understanding load balancers through practical examples

Understanding load balancers through practical examples

Network device or software that distributes incoming network traffic across multiple servers, services, or endpoints, examples HAProxy and NGINX

March 28, 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
Building a Squid Proxy Container to test NPM with HTTP Proxy

Building a Squid Proxy Container to test NPM with HTTP Proxy

This article will show you how to configure your NPM to use Squid HTTP proxy as a Docker container. Using a proxy to avoid network issues.

March 19, 2023 · 4 min
O que é JSON Web Token (JWT)?

O que é JSON Web Token (JWT)?

Padrão RFC 7519 que define uma maneira compacta e independente de passar informações entre aplicações por meio de uma representação JSON

March 14, 2023 · 4 min
How to Run Secure Pods with Podman

How to Run Secure Pods with Podman

Podman is a Red Hat container engine that allows users to manage containerized applications and their resources. Operates without a daemon.

March 12, 2023 · 5 min
Criando o seu primeiro Docker Container

Criando o seu primeiro Docker Container

Docker é uma plataforma de código aberto que permite aos desenvolvedores criar, publicar e executar facilmente aplicativos de forma isolada.

March 9, 2023 · 5 min