Categories
Opinions

Coding Activities for Week 25 2017

Looking at the above graph, It’s good that I am keeping the goal of spending 3 hours purely on coding. Well my tracker doesn’t track the time that is spend on debugging/researching a particular problem. For this week I switched back to the Ionic. Which is also build on top of Angular. As angular has […]

Categories
Opinions

Coding Activities for Week 07 2017

Well this series that I have just planned (out of nowhere) is more than a coding activity. Here I will document my normal day while working as a front end web developer. Coding: Looking at the graph, it started to elevate and satisfied my 3 hours pure coding commitment for just two days but didn’t […]

Categories
Opinions

How To Reverse A String In JavaScript

JavaScript algorithm like how to reverse a string is a well know JavaScript Challenge. Solving it will really teach you different techniques of JavaScript string manipulation. In this article, we will be going through all the steps involved in successfully outputting a “Hello World” in its reversed form as “dlroW olleH”. So let’s get cracking. Problem The […]

Categories
Links

Link: JavaScript Cheat Sheet

I have come across a resource that I wouldn’t only consider a cheat sheet, a reference but also a refresher. Previously we had to rely on utility libraries like underscore and lodash in order to extend JavaScript built functionalities but  with ES6, ES6 and ES7 (new version of Standardized JavaScript or EcmaScript, EcmaScript is the standard where […]

Categories
Tutorials

Accessible Menus with Superfish

Accessible menus are the those menus that are usable regardless of how visitor will interact with them. People who visiting our website are not just limited to mouse. The might be using a keyboard or even a text to speech browser to navigate. Here is the link to the demo that will be used to identify the problem […]