Profile picture

Written by Yerin Hong who lives in London and works in the UK.

  1. September 20, 2023

    Vite build error Error Node verion Solution Upgrade node version Run again Reference [Issue] Cannot redefine property: crypto

  2. July 27, 2023

    React MVVM pattern with DDD Introduction This article is about how to implement MVVM pattern with DDD in React. MVVM MVVM is a pattern that…

  3. June 30, 2023

    Install ESLint Install ESLint 1. Install ESLint CLI 2. [Setup ESLint] 3. Downloaded Packages 4. ESLint & prettier Config .eslintrc.cjs…

  4. June 23, 2023

    0. Install Rust 0.1 Install Rustup Rustup is a toolchain manager for Rust. 0.2 Install Rust 0.3 Create a new project 1. Hello World with…

  5. May 26, 2023

    Upgrade Laravel from version 7 to 10 PHP version Upgrade your PHP version from 7.3 to 8.1 since Laravel 10 uses 8.1 or higher according to…

  6. May 10, 2023

    colab + vscode Environment macOS 13 Python 3.11.0 pip 21.2.4 Installation Colab with python lib import Concept Colab Installations Create a…

  7. May 03, 2023

    Local Environment Operating System Setup Magento with MAMP 1. Composer 2. MAMP Install MAMP Download Setup DB path 3. Create Database…

  8. March 29, 2023

    Docker CLI Create a container Start a container Create and start a container -it == -i -t Check the running container Check the status of…

  9. March 16, 2023

    Getting Started Composer install Laravel license Storage link Database migrate and seed Run serve DB Docker Install MariaDB image via shell

  10. March 03, 2023

    Refs: https://developer.apple.com/design/resources/ https://design.facebook.com/toolsandresources/devices/

  11. February 20, 2023

    Ready to deploy 1. Android To generate key on mac silicon device, you need to download java first. Missing Symbol files Compress the…

  12. October 13, 2022

    ========================================= JIRA webhook to Github setup.. ?? how to auth via username and personal token using header…

  13. August 19, 2022

    Getting started Fuchsia Fuchsia is a modern open source operating system that’s simple, secure, updatable, and performant. It provides core…

  14. August 03, 2022

    Flutter Install on macOS (Apple silicon) 🔎 Getting Started 1. Install flutter Sidekick Download FVM install 1) Download Flutter SDK. 2) Add…

  15. July 19, 2022

    Flutter Localization packages flutter_localizations intl easy_localization There are packages for flutter app localization a lot. Just pick…

  16. June 21, 2022

    01. Syntax of Solidity Replacing memory with calldata when stack is enough Relation between identifier and parameters and MethodID Fallback…

  17. August 02, 2017

    sudo apt-get update && upgrade error lock error If you meet this error, try: If you meet this error, try: date error If you meet this error…

  18. July 31, 2017

    Webcam with Caffe on TX2 웹캠을 사용한 프로젝트일 경우 Caffe의 사용이 조금 더 용이할 것으로 판단됨 일단은 on board camera와 병렬적으로 수행 중 V4L2 interface를 이용하여 webcam…

  19. July 31, 2017

    Jetson TX2 on board Camera with Caffe NVIDIA에서 제공하는 API로 진행 Argus라는 자체적인 드라이버 사용 Jetson TX2의 on board camera를 이용하여 실시간 스트림 Caffe…

  20. July 25, 2017

    Machine Learning & Reinforcement Learning 간단히 정리 내 생각 정리한 것.. ML(Machine Learning) 근래에 화두가 되고 있는 기계 학습(ML, Machine Learning) 혹은 인공 지능(AI…

  21. July 17, 2017

    Ubuntu16.04+GTX1080+CUDA8.0+cuDNN5.1+Tensorflow Setup for deep learning! 1. Install Nvdia GTX 1080 driver Reboot PC. 2. Install CUDA8.0 CUDA…

  22. July 17, 2017

    Install Caffe on Ubuntu 16.04 + GTX1080 + CUDA8.0 + cuDNN5.1 Setup GPU environment 1. Install opencv for caffe Install required packages…

  23. March 26, 2015

    Memory Mapped I/O 2015.03.26 수업 요약 mmap1 Memory mapped I/O I/O peripheral <-> CPU 왜 주소를 불러오는데 장치가 동작할까? mmap2 Control bit: I/O들을 컨트롤 가능 mmap…