Pinned4 Ways JavaScript 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
Vite-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 2Apr 2
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 25Mar 25
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 2Mar 2
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
React Introduction For NewbieReact, also known as React.js or ReactJS, is an open-source JavaScript library developed by Facebook. It is primarily used for building…Aug 30, 2023Aug 30, 2023
Node package management, eslint and huskyYarn, npm, and npx are all package managers for JavaScript projects. Here’s a brief comparison of each:Aug 28, 2023Aug 28, 2023