HMenorJr

Blog

Tech, programming and the occasional website development. Sink your teeth into the articles below. They won’t bite (unless I wrote them without having a coffee).

Someone is Trying to Hack You via Email

Someone is Trying to Hack You via Email

Lately, I've beeng getting phishing emails pretending to be bank transactions from the Philippines. This is not new, even in the United States or other parts of the world.

Read article
Welcome to the New Website

Welcome to the New Website

As I was trying to debug and fix the deployment problem of my website, I struggled with finding the root cause. At the end, it seems that the quickest solution is to find another template. Something with light and dark theme and minimalist.

Read article
Upgrading from Python2 to Python3 on MacOS

Upgrading from Python2 to Python3 on MacOS

Like most developers using MacOS, we use Homebrew to install and update software/casks. As of this writing, I was having challenges updating Python2 to Python3. Wrote here how I fixed it.

Read article
How to Fix Angular 9 Export CDK_Table

How to Fix Angular 9 Export CDK_Table

I was containerizing the front-end of a web application that was built in Angular 9 with Bootstrap and Angular Material. It was working on my local terminal. However, when I containerized it, several warnings and this error occurs.

Read article