VFA Technical Articles 

This page features articles related to technology by Vitalify Asia Co., Ltd. We conduct our own research on technology and hope to share our experiences in incorporating it into applications.

If you're a developer working with JavaScript or TypeScript, you're probably familiar with Node.js and the various tools and runtimes associated with it. But have you heard about "Bun"? Bun is an innovative toolkit designed to streamline your development workflow, offering an all-in-one solution for building and running JavaScript and TypeScript applications.

INSERT statement is the one of most common statements used in SQL. But no more developers know how it works and its performance. Almost we use a framework instead of pure code and the framework does it. We just take care of the business logic of the project. 

JSON Web Tokens (JWT) have become the go-to solution for handling user authentication and authorization in web applications. JWT tokens consist of a header, payload, and signature and are encoded using base64 encoding. They are used to securely transmit user information between the client and server..

JSON Web Tokens (JWT) have become the go-to solution for handling user authentication and authorization in web applications. JWT tokens consist of a header, payload, and signature and are encoded using base64 encoding. They are used to securely transmit user information between the client and server..

Introducing a virtual aquarium app that uses next-generation AR technology called VPS (Visual Positioning System). Once the app remembers the location of the aquarium that was set up, it can display the aquarium again in the same position on the next launch.

Introducing the open-world generation technology used in our game Joggle currently in development. By importing map data, a natural open-world can be automatically generated.

Using the currently popular ChatGPT, we have developed a demo app where you can have a conversation with a 3D character. We will introduce the technology used in this application.

Today, we looked back at the development progress of Joggle, the fitness smartphone game that we are currently developing at our company.