Blog Posts

Ultra Notes, a simple note taking Chrome extension built with Svelte

The journey began when I sought a straightforward note-taking app for my everyday needs. Several months ago, I experimented with various online note-taking platforms for work. However, my boss, upon

Read More

How to setup CesiumJS to use in ReactJS, Webpack, and Typescript

Officially, at this moment, we cannot simply add CesiumJS as a normal module into packages.json and use it directly as other libraries such as `lodash.` Instead, to use CesiumJS in your React projec

Read More

Deploying a TypeScript, ExpressJS app into ElasticBeanstalk NodeJS server

When people creating a new NodeJS project, let’s say using ExpressJS, the source code in default is JavaScript. However, what if you prefer TypeScript to keep the source code more consolidated? F

Read More