James Yoo
#python

Slugify In Python

04 May 2020 — Written by James
#python#programming

Creating and using the right slug is important. Search engines often check a website's slug when they index pages, and it directly affects the overall performance of SEO.

Read more →

Making Single-Page App in React with Django

01 February 2020 — Written by James
#react#javascript#python#django#programming

Creating a single page app in React is getting easier than the past. There are many readings on blogs, Stackoverflow and Github talking about making a SPA using React, and it should be sufficient in many cases.

Read more →
James Yoo