Home » Blog

Dinakdakan (Ilocano – Filipino Recipe)

Dinakdakan is one of my favorite pork dishes. It is a comfort food that reminds me of happy, childhood memories because this is one of my mom’s specialties. Dinakdakan is always present in our family’s special lunch or dinner during special occasions.

Read more

Apps that I use as an IT professional

Occasionally I get asked about what app I use or install on my work laptop or smartphone. So here we go, I am putting up a list of apps that I have and use for my work as an IT professional. This list is not a must-have recommendation, I am just sharing what I use and if you are interested you can just simply click the links. If you think I need to add an app to my list please leave a message below.

Read more

Apps installed on our kids tablets.

Occasionally I get asked about what app I can recommend installing on a tablet for kids. I do not recommend apps, but I usually tell them what apps we install on our kids' tablets. There are so many great apps out there, paid, and free for children of every age level. It is up to the parent to choose which one to pick that will work for their child.

Read more

Nhymbe Experience

My wife was browsing the web and was complaining about Ads taking over web pages ruining the experience. All she wanted was to read the blog and Ads just keep popping up and she will need to scroll down so many times.

This made me think about Nhymbe. I recently enabled Auto ads without looking into how it would affect user experience. The Auto Ads in Google Adsense make it easy to set up ads on your website. The downside if you don’t set it up is a not-so-good user experience just like what my wife pointed out when browsing another website.

I hope that after making changes to the settings, the user experience of guests is better and doesn’t get in the way of getting the information they need.

Laravel Notes

These are my notes as I am learning Laravel. Its gets overwhelming looking at the documentation and tutorials so I made this post.

How to create a new laravel project.
Navigate to htdocs folder of development server and use this command

laravel new appname 

To build a new app with authentication use this command

laravel new appname --auth 
How to run a specific migration file.
use this command

php artisan migrate --path=/database/migrations/migration_file.php 
How to add a back link.
use this command

<a href="{{ url()->previous() }}">Back</a>

This will link back to previous page.

Database Migration documentation.
If you need to view column types when building your table in a migration file.

https://laravel.com/docs/7.x/migrations#introduction
How to create migration file.
Command to build a new migration file.

php artisan make:migration create_tablename_table --create=tablename
How to view all route.
Use this command.

php artisan route:list

Web Development – My Beginning

In 2005, I started working on a web application project for work, to replace an Access database that hosts information of individuals we care for in our organization. At that time, the database was maintained by two employees, who are in-charge of data entry and printing of report for different departments. However, the demand to add more tables and access to the database by various employees grew. We needed to find a better way to manage our information, which led me to start the web application project.

I wasn’t really a web developer but had enough knowledge to build something basic, that is good enough for what we need at that time. I’ve looked at different programming language to build this project and settled with ColdFusion. It was introduced to me by a friend who was a web developer. ColdFusion was easy to learn and is truly for rapid development. Within 3 months time, I was able to build the application and was able to convince our CEO to buy a standard license with the help of our Medical Records Director and Chief Nursing Officer.

The application was able to resolve the issues we were having and was able to help our organization to manage data that we collect and process. This was how I started and got into web development and really got interested in learning more.

Feature update to windows 10 Version 1903 – error 0xc19001e2

I have been trying to update 2 of our computers to Windows 10 – 1903 and I run into this issue where this error shows up at around 50% – 70% of the installation process.

Feature update to windows 10 Version 1903 – error 0xc19001e2

First, I thought it was probably because I needed to install Dell updates. But after the successful installation of drivers and firmware updates and a restart of the computer, I was still getting the same error.

The computer was a Dell OptiPlex 7060 with an Intel Core i5-8500T, 8GB of RAM and an HDD of 500GB.

As a good tech do, I googled the error. There were a lot suggestions out there on how to fix it. After 30 mins of searching and reading through different forums, a post got my attention. The issue was marked solved by uninstalling the Dell Data Security and Dell Encryption. I remembered in a previous task I was working on, that I needed to uninstall the same software to fix a different issue.

After I uninstalled Dell Data Security and Dell Encryption, I was able to successfully update the computers’ OS to Windows 10 – 1903.

Here is the link on How to Uninstall Dell Data Protection Security Tools.

Here is the link of that post https://www.dell.com/community/Latitude/Dell-Latitude-5590-Windows-10-1903-upgrade-Failure/td-p/7315208

Ground Beef Guisado with Quail Eggs

ground beef guisado

Ground beef guisado (ground meat can be beef or pork or a combination of the two) is one of the dishes in my quick recipe list. Quick recipes because these are recipes that are so quick and easy to prepare and cook without sacrificing the taste and nutrition of the food we eat.
Read more