pageIndex = 0 outOfVisibleViewPort = false
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 = 1 outOfVisibleViewPort = false
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 = 3 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.

pageIndex = 6 outOfVisibleViewPort = true
Someone holding a post-it with Python written on it

Build a Python REST API project

In this guide, I’ll provide you the steps to get started with Python and Flask to build a hello world REST API. This was my first experience.