Tech Plan for Feb 2024 This article is to record my reflections on January and to plan for February. I felt that I often overestimated the efficiency of execution. This is why I started to transfer the self-planning part of Notion to the ghost blog. The purpose of this is to: 1. Take my commitments
JavaScript Reviewing the Clean Code in JavaScript A couple of days ago I read about the Clean Code in JavaScript which the author James Padolsey shared about his idea of how a clean code should be in JavaScript. At this stage, I'm probably more familiar with Java than JavaScript, but I think there are a
Security Cookie and Session This article is to record my learning about the Cookie and the Session on the development of web application. Session A sessions is a way to store user information across multiple pages or visits to a website. It allows the server to identify the user and maintain their status, such
Java Java Jmeter test Over the weekend, I learned about the load testing using JMeter to assess whether our API calls could withstand heavy usage. Steps of Implementation Download 1. Download Jmeter, select any file in Binaries 2. Unzip the entire folder to the desired path Configuration 3. Execute bin/jmeter.bat file 4.