Open in app

Sign In

Write

Sign In

Allen Kim
Allen Kim

316 Followers

Home

About

23 hours ago

Windows 10, install NVM without admin rights

Create nvm directory and nvm\nodejs directory. C:\Users\allen.kim1>mkdir nvm C:\Users\allen.kim1>mkdir nvm\nodejs 2. Download nvm-noinstall.zip and extract to c:\users\allen.kim\nvm from nvm-window repo 3. Setup user-specific environment variables; NVM_HOME and NVM_SYMLINK NVM_HOME c:\Users\allen.kim1\nvm NVM_SYMLINK c:\users\allen.kim1\nvm\nodejs

Nodejs

1 min read

Windows 10, install NVM without admin rights
Windows 10, install NVM without admin rights
Nodejs

1 min read


3 days ago

react-scripts to Vite in 5 minutes

Vite is minimum 10 times faster than react-scripts — Install NPM package modules $ npm uninstall react-scripts $ npm install -D vite @vitejs/plugin-react @vitejs/plugin-react-swc vite-plugin-svgr Upgrade index.html Move public/index.html to root directory ./index.html Remove %PUBLIC_URL% from index.html from <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> to <link rel="icon" href="/favicon.ico" />

Vite

2 min read

react-scripts to Vite in 5 minutes
react-scripts to Vite in 5 minutes
Vite

2 min read


Sep 21

Cypress — Guide to E2E Testing

Run multiple tests in parallel and with Mochawesome report — What is Cypress Cypress is an E2E testing tool to test modern web applications, debug them visually, and automatically run them in your continuous integration builds (Visit https://www.cypress.io/ for more info). …

Angular

4 min read

Cypress — Guide to E2E Testing
Cypress — Guide to E2E Testing
Angular

4 min read


Sep 21

AWS Secret Manager — create and read in 5 minutes

Add a secret key in AWS, and read with NodeJs — Create a secret key in AWS Open AWS management console from a start url e.g. https://ca-central-1.console.aws.amazon.com/console/home Open secret manager dashboard

Aws Secret Manager

3 min read

AWS Secret Manager — create and read in 5 minutes
AWS Secret Manager — create and read in 5 minutes
Aws Secret Manager

3 min read


Sep 18

Redis JSON CRUD locally in 5 minutes

Install Redis/RedisJson Install Redis on macOS (this does not install RedisJSON, For JSON, RedisJson module) ####### Install Cargo $ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh $ # restart the terminal to enable cargo command ####### Build RedisJson $ git clone https://github.com/RedisJSON/RedisJSON.git …

Redis

2 min read

Redis JSON CRUD locally in 5 minutes
Redis JSON CRUD locally in 5 minutes
Redis

2 min read


Sep 14

Develop AWS Lambda with TypeScript locally

Prerequisites Before we start, the following is required to run it successfully. SAM CLI — Install the SAM CLI NodeJS — Install Node.js 18 Docker — Install Docker community edition After installed Docker, add a DOCKER_HOST environment variable to your ~/.bashrc or ./.zshrc $ export DOCKER_HOST=unix://$HOME/.docker/run/docker.sock To make it sure your…

AWS

3 min read

Develop AWS Lambda with TypeSript locally
Develop AWS Lambda with TypeSript locally
AWS

3 min read


Jul 28

Monaco JSON editor in 5 minutes

Validating with JSON schema and showing errors — Monaco editor is best known for being the text editor that powers VS Code. However, it’s a bit more nuanced. Some basic understanding about the underlying concepts is needed to use Monaco editor effectively. (*1) Let’s start with the most simple Monaco editor in a browser. <!DOCTYPE html> <html> <head>…

JavaScript

4 min read

Monaco JSON editor in 5 minutes
Monaco JSON editor in 5 minutes
JavaScript

4 min read


Jul 10

Svelte store in 5 minutes

Simple/Minimal example — This is to experience Svelte store with a minimal example. Simple case: You vote for a front-end library; React or Svelte You are going to have three files app.svelte (main file) vote-buttons.svelte (buttons to vote) votes.js (votes data) First, data sharing example

Svelte

3 min read

Svelte store in 5 minutes
Svelte store in 5 minutes
Svelte

3 min read


Jul 7

Azure Table storage CRUD in 5 minutes

NodeJS — First, create a table named as TodoList in your storage account.

Azure

3 min read

Azure Table storage CRUD in 5 minutes
Azure Table storage CRUD in 5 minutes
Azure

3 min read


Jul 6

Why Mac over Windows for developers?

Here are the reasons why I need a Macbook. Mac is the most preferred OS for developers. This is survey result early in 2016, and most Mac is the #1 laptop for developers. http://www.geekwire.com/2016/mac-overtakes-linux-as-developers-primary-os-windows-headed-below-50-market-share/

Mac

3 min read

Why Mac over Windows for developers?
Why Mac over Windows for developers?
Mac

3 min read

Allen Kim

Allen Kim

316 Followers

Software Developer

Following
  • Heloise Bahadiroglu

    Heloise Bahadiroglu

  • Abrar Masum

    Abrar Masum

  • Jason Knight

    Jason Knight

  • Kevin Kreuzer

    Kevin Kreuzer

  • Ana Morales

    Ana Morales

See all (46)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams