pageIndex = 3 outOfVisibleViewPort = true
Scrabble letters forming the word "SEO"

Good SEO with Hugo

One thing that I needed on my blogs was to make my articles SEO-effecient. Let’s look at how I did it with Hugo and Jimmy Cai’s theme.

pageIndex = 4 outOfVisibleViewPort = true
Some of the proacitivy words from Habit #1

Habit #1: Be proactive

You have the freedom to choose your responses to circumstances. Focus on what you can influence, not on what you can’t control.

pageIndex = 5 outOfVisibleViewPort = true
Scrabble letters forming the word "SEO"

Good SEO with Vuepress 2

One thing that I needed on my blogs was to make my articles SEO-effecient. Let’s look at how I did it with Vuepress 2.

pageIndex = 7 outOfVisibleViewPort = true
A green bug

Caveat With Model Modules and SQLAlchemy 2+

I ran into a little issue while trying the split my database models into separate files on a REST API using Python and SQLAlchemy. Let’s review the problem and its solution.