Tricky Javascript with a sprinkle of React
This week’s blog will summarize my 1+ month journey. I will be tackling this issue within Debugger.html.
I have selected two projects that I will contribute to in the coming weeks.
Angular is a JavaScript framework for building front-end web applications on various devices. The project…
Testing, testing, 1 2 3~~
This week, I had the chance to explore ECMAScript and fiddle around with test cases. In this blog post, I present to you my experience and what I learned along the way.
After finally setting up VSCode, I was ready to rumble! I found my first match who had been waiting eagerly for a challenger since May 19, 2017.
The issue: Quick Open cannot find files if user enters ‘./’ for current working directory(CWD).
This week in Open Source, I will be tackling this issue.
This week, I will try TDD to fix a small issue in the Brave Browser. To setup the browser, follow this guide.
Entering
https://www.google.ca/search?q=dog cat
I’ve heard great things about the Mozilla community, so for my next bug, I decided to work on the Debugger project. The issue I picked out is this; I need to make the arrows in the debugger disappear if there is only 1 step in history. Each “step” is based on whether the user has…
For my first blog post, I’d like to show off an interesting framework I’ve been experimenting with. Since the start of 2017, I’ve been playing with the Unity Engine in my spare time. For those of you unfamiliar with Unity, its a cross-platform game engine that supports VR and AR. Unity works…
I’ve embarked on the journey into Open Source Development, and the first step, is an intro project! Phone Number Parser is a web service that hardness Google’s Libphonenumber library to parse phone numbers.
My colleague Sean discovered this issue while browsing Angular’s web documentation.
At first glance, it seems like the h3 tag is overflowing onto its outer div. Should be an easy fix. But, before I even begin, I had to sign Google’s CLA. This is Google’s way…