PinnedVite-React Deployment on NginxVite is a popular build tool that offers a faster and more streamlined development experience for modern web projects, including those…Apr 2, 2024Apr 2, 2024
PinnedJavascript Object InstantiationIf you are a programmer, you must be familiar with objects. Object is an instance of class, and class is the blueprint / design of an…May 24, 2022May 24, 2022
Writing Your First ARM64 Assembly Program on macOSIn this article, we’ll explore how to write, compile, and run a simple ARM64 assembly program on macOS. With Apple’s transition to its own…May 4May 4
Understanding Linux x86–64 Assembly: A Hello World ExampleAssembly language is often considered intimidating, especially for developers accustomed to high-level languages. However, understanding…Apr 28A response icon1Apr 28A response icon1
Concept simple interpreter with PythonIn programming, an interpreter is a program that directly executes code written in a programming language without requiring it to be…Mar 31Mar 31
Deploy Simple Java Application to Cloud run GCPGoogle Cloud Run is a serverless platform provided by Google Cloud Platform (GCP) that allows developers to deploy containerized…Mar 25, 2024Mar 25, 2024
Deploy Java on Google App Engine (GAE)As I know google offers many ways of deployment applications, they are : vm (virtual machine), GKE (google kubernetes engine), cloud run…Mar 2, 2024Mar 2, 2024
How Virtual Account Payment WorkA virtual account is a bank account that exists only in the digital realm and doesn’t have a physical existence like traditional bank…Dec 31, 2023Dec 31, 2023
Banking System Architecture for Inhouse, LLG, RTGS and Online Transfer.Basically, in the banking system, there are 4 ways to transfer funds to other accounts, namely: In-house transfers, domestic transfers (LLG…Nov 26, 2023Nov 26, 2023
React TypeScript Template, and Simple RoutingTo create a React project with TypeScript, you can use the create-react-app command-line toolSep 19, 2023Sep 19, 2023