YKYoojin Kointhisisyoojin.com·Nov 14, 2024 · 5 min readInstallationBuilding SPA with Django and HTMX, tailwind What I will do: Install packages for the project Create a Django project app and set up templates and static at the project level Create an app tracker with Tailwind Set up basic templates for Htmx In...00
YKYoojin Kointhisisyoojin.com·Jul 3, 2021 · 3 min readSetting up the environment for web scraping - Part 2In the previous post, I installed webdrivers and selenium. These are for getting text from websites. After getting the text, what do I need do with it? It needs to be stored in a dataset. That's why I installed PostgreSQL and pgAdmin4. What is Postgr...00
YKYoojin Kointhisisyoojin.com·Jun 15, 2021 · 4 min readSetting up the environment for web scraping - Part 1My first project as part of the AiCore fellowship is collecting data scattered online and creating datasets. I use a web scraper, which is an automated bot to crawl through the internet and extract data. The most popular libraries used by developers ...00
YKYoojin Kointhisisyoojin.com·Jun 3, 2021 · 3 min readInstalling Dual Booting with Windows/Linux: The day of my first achievementAs a developer, what was the first achievement you accomplished? I can say mine was.... Installing Dual Booting with Windows/Linux. Why Linux? Until late 20s, I only used Windows as all 99% people in the world. I had written python codes from time to...00