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
Opinions

How To Create Multiple Borders Effect

Multiple borders can easily be achieved by nesting element with in the element and style them appropriately.

Categories
Opinions

Use Cases of CSS Generated Content With :before And :after

According to W3C The ::before and ::after pseudo-elements can be used to describe generated content before or after an element’s content — Selectors Level 3 W3C Recommendation Going through some old notes, I came across the one where I was figuring out different use-cases for css generated content. The :: notation is later added to […]

Categories
Opinions

Things I Love About CSS Frameworks

CSS Frameworks do comes with an option of customization if you really care about their strenuous size. In this post I will share my previous experiences while working in a company that din’t care much for CSS at scale. In start of 2015, I was tasked to work with group of developers as UI engineer.Those developers was […]