API-Gateway Lambda Authorizer with Simple-ResponseThe Overview of how it worksMar 18, 2022Mar 18, 2022
Simple code that implement countdown on React.On web or mobile application, you often encounter a countdown. The most frequent one is when the application asks a confirmation code sent…Feb 25, 2022Feb 25, 2022
AWS API Gateway REST vs HTTPIf you are a full-stack developer and need some backend services like cloud server, database or file storage, you must have considered the…Oct 6, 20214Oct 6, 20214
Use your mobile camera full-screen on web-browser using ReactJS instead of mobile applicationWhat is this article about?Aug 28, 20212Aug 28, 20212
[JavaScript]Replace elements in Array with one line of codeIn this post, I would like to share very simple way to replace an element or elements in an Array with JavaScript.Aug 12, 2021Aug 12, 2021
useDropzone: custom hook that creates a dropzone in your react application!In this post, I would like to share my own custom hook that turns a DOM element into a dropzone where visitors can submit their file into…Aug 8, 2021Aug 8, 2021
Two Useful Utility Types in Typescript: “Partial” and “Pick”The Typescript documenation sets out a dozen of utility types. After using some of them, I was fasinated. They made my code much neater. I…Aug 3, 2021Aug 3, 2021
The easiest way to publish your React component to NPM with TypescriptIn this blog, I would like to share how I publish my own react components to Node Package Manager or NPM. There are many ways to achieve…May 17, 2021May 17, 2021