Pokemon Sword and Shield Day One Impressions

The first Pokemon game I ever played was Pokemon Gold. I still remember the day my parents took me to the store and told me they were finally in agreement on purchasing me a Gameboy Color. I could hardly contain my excitment. I went straight to the eletronic section, picked up a neon green color Game Boy Color, and the most popular game at the time, Pokemon Gold (Silver).

More …

Angular CLI Configurations

If you have not upgraded your Angular application to version 6+, you should really take the time and make the switch. There are some major changes in the version 6 release. You can read it here.

One major change is the Angular CLI. In version 6+, you will noticed that Angular has replaced the file angular-cli.json with angular.json. In version 6+, each CLI workspace has projects, each project has targets, and each target can have configurations.

More …

Columns Columns Columns

If you are a front-end developer, you probably have used, or at least heard of Bootstrap. Bootstrap was originally created at Twitter as a framework to encourage consistency across internal tools. Today, it is a free and open-source CSS framework directed at responsive, mobile-first front-end web development.

It will take days and weeks to talk about all of Bootstrap’s features. In this post, I will focus on one of the most important features of Bootstrap, the Grid System.

More …

More Than Just Log

As as a front-end developer, one of the most used debugging tool we use is the console object. The console object provides access to the browser’s debugging console (e.g. the Web Console in Firefox). The specifics of how it works varies from browser to browser, but there is a de facto set of features that are typically provided.

More …

Back to Blogging

It has been a long time since I posted my last blog, now that I have a bit more free time, I will try to post more covering a varity of topics.

More …