Posts4 [Git] Initialising git-tracked mono repository for client/server When you need to have both client and server tracked by git under the same git repository, you might come across a problem where client folder (initialized through create-react-app) is not showing up under untracked when you do git status. This is because git doesn't track files under another git repository (well, at least that's my understanding after solving this issue), and CRA creates .git f.. 2021. 12. 17. I <3 Latex Yeah I'm not saying I'm less than 3 Latex. Ha so funny. Well, this is really cool isn't it? It's not actually so bad to get started with latex to create these. 0 Prerequisites Download TexShop from the official website (about 4.4 GB for Big Sur on 9 Dec of 2021). 1. Beamer template Firstly, make sure you read up on Beamer template (and in particular how each page in slide can be added - it's jus.. 2021. 12. 8. Using Github Actions, deploy React app (yarn) to your personal github.io Github page Oh my, I literally spent a few hours just to set up github page working. But no worries. If you follow my guide, you will be able to set up Github Action to deploy React application in no time. 1. Prerequisites I'm going to skip obvious parts, but here are what you should have set up: 1. a repository with the name `.github.io` 2. create react app with folder structure like this (we will set up ... 2021. 12. 5. Deploying a React + Flask + AI application on AWS EC2 instance 1 Motivation I was working on a fun personal project with my friend from biomedical engineering that knew how to code up an AI. Actually, I don't even know if I'm using the term correctly, because I heard AI and ML are technically different, but whatever. I needed to quickly learn how to use Flask API because of course AI are all coded up in python these days. I'll write a post about.. 2021. 12. 3. 이전 1 다음