Blog Archive

2018

A Year on Stack Overflow
March 30, 2018

It’s been just a bit over a year since I started answering questions on Stack Overflow. I stuck with answering [react-native] questions almost exclusively because I wanted to hone my expertise in that niche. It worked, but it also opened my eyes to some larger problems with both the Stack Overflow and React Native communities.

#100DaysOfCode: Day 20
March 28, 2018

Devlog for day 20 or whatever day I’m at of my #100DaysOfCode coding challenge.

My First Pull Request
March 12, 2018

I had my first pull request merged recently! 🎉

It was exciting, and I learned a lot along the way. For those of you looking to get involved in open source, this post is my attempt at helping you take that first step by retracing my journey.

Debugging React Native FlatList numColumns with Header and Footer
February 15, 2018

First in a new series of posts that I’ll be calling Code Dive. I like testing the depth of my React Native knowledge by answering questions on StackOverflow. Occasionally, I’ll run into a question that asks about the same exact issue I ran into and was forced to look into the source code to understand. So I take the time to redo the code dive and write out a summary/explanation of what I discovered. For any that I feel were particularly useful, I’ll be reposting them here.

For my very first report, I’ll be explaining why headers and footers are not included in the columns for React Native’s FlatList component when using the numColumns prop. Originally asked here.

Forking google-maps-services-js
February 13, 2018

I’ve forked and made minor pull requests in the past, but this past week (a full 3 days of analyzing/coding & 1 day of documentation), I made my first real fork of an existing project. It was quite the task as I had to learn the ins and outs of the existing codebase in order to make the large changes I wanted. Today, I’ll be talking about my entire thought process as I forked google-maps-services-js into react-native-google-maps-services.

#100DaysOfCode: Day 19
January 23, 2018

Devlog for day 19 of my #100DaysOfCode coding challenge.

#100DaysOfCode: Day 18
January 22, 2018

Devlog for day 18 of my #100DaysOfCode coding challenge.

#100DaysOfCode: Day 17
January 17, 2018

Devlog for day 17 of my #100DaysOfCode coding challenge.

#100DaysOfCode: Day 16
January 15, 2018

Devlog for day 16 of my #100DaysOfCode coding challenge.

Tech Predictions: 2018
January 12, 2018

Now that I’m blogging regularly, I figure that doing a yearly type post would be a great way to summarize my feelings and then later see how they change. So I plan to write a Tech Prediction article in January of every year and a Tech Reflection article in December of every year. It’ll be a fun way to see how right or how very very wrong I can be.

Standard Disclaimer: Don’t take anything I write here as fact. I am far from an expert in anything and these are just my personal opinions.

#100DaysOfCode: Day 15
January 12, 2018

Devlog for day 15 of my #100DaysOfCode coding challenge.

#100DaysOfCode: Day 14
January 10, 2018

Devlog for day 14 of my #100DaysOfCode coding challenge.

tl;dr: My resume in HTML + WYSIWYP (what you see is what you print).

#100DaysOfCode: Day 13
January 8, 2018

Devlog for day 13 of my #100DaysOfCode coding challenge.

#100DaysOfCode: Day 12
January 7, 2018

First devlog of the new year! Hello 2018!

Even though #Devember is over, I plan to continue writing devlogs as I found that even on a broken schedule, it helped to keep my mind organized and forced me to make notes that were more coherent than what I keep in my Zim Wiki. With that said, onward to trying to get to 100 Days of (non-consecutive) coding.

Devlog for day 12 of my #100DaysOfCode coding challenge.

Multi-booting Woes With EasyBCD
January 3, 2018

If you’ve recently tried to boot into a new Linux distribution install using EasyBCD (so you can multi-boot with Windows), but failed and landed at a grub> prompt, then this post is for you my friend.

2017

#100DaysOfCode: Day 11
December 29, 2017

Devlog for day 11 of my #100DaysOfCode and #Devember coding challenge.

#100DaysOfCode: Day 7-10
December 28, 2017

Devlog for Days 7 to 10 of my #100DaysOfCode and #Devember coding challenge.

#100DaysOfCode: Day 6
December 15, 2017

Devlog for Day 6 of my #100DaysOfCode and #Devember coding challenge.

#100DaysOfCode: Day 5
December 10, 2017

Official update for Day 5 of my #100DaysOfCode and #Devember coding challenge.

#100DaysOfCode: Day 3-4
December 9, 2017

Devlog for Days 3 & 4 of my #100DaysOfCode and #Devember coding challenge.

re:New Patreon Fees
December 9, 2017

Patreon sent out an email about their new fee system which abandons the pooled payments they were doing before. Due to the negative backlash from both creators and patrons, they updated their blog post with more details explaining why they chose to do this. I’ve read through it, read through Hank Green’s Tweets explaining the situation as well to try and get a hold of the situation and…

#100DaysOfCode: Day 2
December 5, 2017

Devlog for Day 2 of my #100DaysOfCode and #Devember coding challenge.

#100DaysOfCode: Day 1
December 4, 2017

Official update for Day 1 of my #100DaysOfCode and #Devember coding challenge.

Self Syllabus
December 3, 2017

In my previous post, I hammered out a plan to follow every day. A crucial part of that plan is having a syllabus to follow. One that will refresh my CS knowledge and prepare me for interviews. I’ve been researching this for quite a while now and have finally decided on a plan to follow. Before I get to my own plan, I’ll talk about a lot of the information I read through to formulate my own syllabus.

Coding Challenges
December 2, 2017

Coding Challenges are fun ways to practice programming and can help you explore new concepts. Since I’m trying to retrain myself to be employable as a software engineer, I figure that picking up a coding challenge would be a good way to prepare myself mentally for Fizz Buzz style tests in interviews. It would also make the process of going through my own computer science syllabus far less monotonous. So, the obvious question that follows is, which one should I attempt?

Hello World
November 20, 2017

The standard way to start all new blogs (for programmers).


Copyright © 2011-2020 Ho Yin Cheng