Taskcafe Devlog #3This is the third entry in the Taskcafe (was Project Citadel) devlog. You can find the previous one here . Some of the major things I've…December 26th, 2020
tutorialBuilding a Single-Page App with React and GolangOutline part 1: tech stack & base framework installing dev env & tools creating folder structure creating "walking skeleton" part…October 10th, 2020
100-days-of-code100 Days of Code: week two and threeThis is my log for my second and third week of the #100DaysOfCode challenge. This week's goals are to: get the 0.2.0 release of Taskcafe…September 11th, 2020
100-days-of-code100 Days of Code: week oneRecently I found out about the #100DaysOfCode challenge while browsing Reddit. I love challenges (as they help me keep motivated) so I…August 28th, 2020
Project Citadel Devlog #2This is the second entry in the Project Citadel devlog. You can find the first one here . It's been about four months since the last devlog…July 18th, 2020
Project Citadel Devlog: #1I'm a big believer in side projects for those who are in the tech industry and need to learn something new. Everytime I've needed to learn a…February 21st, 2020
blogSwitching from Hugo to GatsbyPast static site generators For the past year & a half, I've used to static site generator Hugo. Hugo is written in Golang and ships a…December 1st, 2019
tutorialInstalling JDK & IntelliJ IDEA on Mac OSFirst to install the Java Development Kit, going here . Click the accept agreement radio button (first red box) then the download link…August 23rd, 2019
developmentGetting started with GitGit is what is known as a Version Control System (VCS). It allows you to keep track of changes made to files as well as drastically improve…July 8th, 2019
How I use AnsibleWhat is Ansible? Directory structure File management is important in any project. Keeping things clean and organized in a sensible way makes…March 14th, 2019
developmentHandling Authentication and Authorization in Flask RestfulI recommend installing the following tools: Vagrant (Manage servers through the CLI) VirtualBox (VM provider) jq (JSON processing tool…September 13th, 2018
Setting up XDebug for debugging PHP applicationsRecently I had to set up a development server to debug some performance issues for a WordPress site. The best tool I've found for such work…August 29th, 2018
developmentRemoving Old WordPress Multisite TablesOne issue I have come across while managing large WordPress multisites is dealing with databases for subsites after they've been deleted…August 29th, 2018
How to convert between file encoding schemes on LinuxWhile working with a client, he sent me a CSV file. While trying to parse it, Python would throw an exception each time due to being unable…November 9th, 2017
developmentBetter Jekyll Syntax Highlighting with PrismI personally am not a huge fan of the default syntax highlighting that comes with jekyll. To me, rouge seems very tempermental and there are…April 4th, 2017
securityGitHub Account PolishingAfter deciding to change my GitHub username to something a little more professional (like my actual name), I figured now would be an…January 21st, 2017
Website Stack Setup on VirtualBoxA New Stack In the name of learning, it was decided that I would host this website on a server where I had root access and could perform…January 3rd, 2017