Things you should know about One-day hiring program at NALS

Things you should know about One-day hiring program at NALS

The Fresher training program started in 2018 with a focus on learning spirit - a principle that is upheld at NALS since day one. This December, NALS will be welcoming new members for our Fresher program, Batch 3 - with the message “Shooting for the stars!” - Encourage our freshers to dream and work to the fullest, to break your own boundaries!
Dockerfileについて

About Dockerfile

If you are approaching Linux, especially Docker, you will find this article useful. In this article, SE Nguyen Ngoc Duc from NAL gives an overview of Dockerfile.
スクラムチェックリスト

Scrum Checklist

Whether you are aspiring to become a Scrum Master or taking your first steps to become a professional Scrum Master, the following article by NAL SE Tran Duy Truong will give you an overview of what a Scrum Master does and what the job entails.
Mybasticの概要

Mybastic Overview

Continuing our series of informative articles on information technology for our readers, today NAL SE Duy Truong presents an overview article on MyBatis: What is Mybastic?, Mybastic Features, Mybatis Benefits and Performance.
Mybatisの設定方法

Mybatis config instructions

Following the article Mybatis Overview, today, SE Tran Duy Truong of NAL is going to help readers to have a better understanding of how Mybatis works by showing how to configure Mybatis.
メモリプールによる効率的なメモリ使用

Efficient memory usage with Memory Pool

he balance between speed and memory usage is continually a headache for programmers. When facing this problem, programmers must consider whether to prioritize speed or memory. Memory is always one of the top concerns in applications that run for long periods. During the application lifecycle, objects are continually being created and destroyed, thus defragging the memory. If memory management is not good, it will waste resources, leading to the system quickly running out of memory. In case programming for resource-limited devices, both are important. Finding the right balance between performance and memory usage is not always easy.