Open in app

Sign In

Write

Sign In

Allen Kim
Allen Kim

303 Followers

Home

About

Dec 1, 2022

React Library With Typescript and Storybook in 5 minutes

The minimal React library template with visible components with Storybook — This tutorial is to experience a minimal React Typescript library with storybook in 3 steps; initialize, create, and run. Initialize npm packages, Typescript, and Storybook Create a Button component and a story Run storybook and build At the end, you will see the files exactly like this. % tree -I…

React

3 min read

React Library With Typescript and Storybook in 5 minutes
React Library With Typescript and Storybook in 5 minutes
React

3 min read


Nov 30, 2022

Getting Started With Angular and Storybook in 5 minutes

A Tutorial with commands — While you are coding, have you ever wondered how my UI component look and work? To see a UI component to work, you have to start a demo. app. server, which requires initial coding, then you have to code more like the following; importing statement updating modules updating html Storybook…

Storybook

2 min read

Getting Started With Angular and Storybook in 5 minutes
Getting Started With Angular and Storybook in 5 minutes
Storybook

2 min read


Published in Technology Hits

·Nov 15, 2022

Coding Angular and React Together

To use any React component in an Angular project — Imagine your company is using Angular and you need to import React components into your Angular project. Furthermore, you need to make use of a React library, such as Reactflow, to build a part of your Angular application written in React. This tutorial is to write React code in Angular. …

React

2 min read

Coding Angular and React Together
Coding Angular and React Together
React

2 min read


Nov 11, 2022

Express Typescript Webpack Build

Build NodeJS Express application to a single output file — This is to quickly get started with Webpack using Express and TypeScript. Setup and install npm packages $ mkdir test $ cd test $ mkdir src $ npm init -y $ npm i typescript@4 ts-node@10 nodemon@2 -D $ npm i express@4 @types/express@4 -D $ npm i webpack@5 webpack-cli@4 ts-loader@9 copy-webpack-plugin@11 -D ts-loader is TypeScript loader…

Express

2 min read

Express Typescript Webpack Build
Express Typescript Webpack Build
Express

2 min read


Sep 28, 2022

OAuth 2 and OpenID, Getting Started

With Twitter API — This tutorial is to login using Twitter OAuth2.0 , OpenID client, and Express Server. While it’s focused on authentication, browser-side coding is as minimal as possible. This tutorial has one browser url and some API urls. / : show links for login and logout GET /auth/login: handles login request GET…

Twiter

3 min read

OAuth 2 and OpenID, Getting Started
OAuth 2 and OpenID, Getting Started
Twiter

3 min read


Sep 23, 2022

Deploy A Spring App to Azure Cloud

Getting Started — Prerequisite maven cli is installed Java 8 is installed Azure CLI is installed An Azure subscription (free account available). Install maven cli if not installed $ mvn -v Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/homebrew/Cellar/maven/3.8.6/libexec Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: "mac os x", version: "10.16", arch…

Java

5 min read

Deploy A Spring App to Azure Cloud
Deploy A Spring App to Azure Cloud
Java

5 min read


Sep 21, 2022

Getting Started, Eclipse, Maven, Java8, and SpringBoot

A tutorial to see “Hello World” in a browser — Prerequisite You have Java8 and Eclipse4 installed on your Mac, and have a basic knowledge how to run your Java package with Eclipse or command line. This tutorial is made of 3 steps Create an empty Maven project Update the project with Spring Boot and files Run build and run application Create an empty Maven project …

Java

4 min read

Getting Started, Eclipse, Maven, Java8, and SpringBoot
Getting Started, Eclipse, Maven, Java8, and SpringBoot
Java

4 min read


Sep 19, 2022

Getting Started, Java and Eclipse, Import and Export a project

With Mac, homebrew3, Java8 and Eclipse4 — Prerequisite You have Java8 and Eclipse4 installed on your Mac, and have a basic knowledge how to run your Java package with Eclipse or command line. 1. Create a project with two packages in it create a project named as my.project

3 min read

Getting Started, Java and Eclipse, Import and Export a project
Getting Started, Java and Eclipse, Import and Export a project

3 min read


Sep 19, 2022

Getting Started, Java8+Eclipse4

With Mac, homebrew3, Java8, and Eclipse4 — 0. Install homebrew if not installed You can skip this process if you have already installed homebrew $ brew update # to check if homebrew is installed or not If homebrew is not installed, install it with the following command $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh) …

Java 8

3 min read

Getting Started, Java8+Eclipse4
Getting Started, Java8+Eclipse4
Java 8

3 min read


Sep 17, 2022

Redis as a Express session in 5 minutes

Start Express server with Redis as a session storage — Before you start, you need to have a Redis server up and running. If you don’t, follow this guide to start your Redis server. This guide is developed with the following npm packages. …

Redis

2 min read

Redis as a Express session in 5 minutes
Redis as a Express session in 5 minutes
Redis

2 min read

Allen Kim

Allen Kim

303 Followers

Software Developer

Following
  • Entreprogrammer

    Entreprogrammer

  • Jason Knight

    Jason Knight

  • Kevin Kreuzer

    Kevin Kreuzer

  • Per Axbom

    Per Axbom

  • Ana Morales

    Ana Morales

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech