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.
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…
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…
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…
This week, I had the opportunity to contribute to project similar to Pokemon Go. Bridge Troll is a geolocation based project created by my professor David Humphrey.
He is requesting a new feature to be added, where the program will change theme based on…
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).
I currently develop in two different operating systems, Windows 10 and Mac OS. This leads to many problems when transferring work from one OS to another, but hey, I’m well versed in both system :] My choice of code editor on Windows was originally…