HTML has always been one of the most cumbersome code to write. Open brackets, attributes, closing (or not closing) brackets – just tedious. Up until I was taking a small online course – and I see in the video, the developer was using these “shortcuts” to write HTML. This guy wasn’t doing opening nor closing […]
Category Archives: General
These topics defined as “General” are a “catch-all” for all things “undefined”. These may contain daily ramblings, quotes, politics or even humor.
JavaScript is eating the world of software…
I was not always a big fan of Javascript. To me it was always just a “side” language that took care of the intricate details that server side languages couldn’t handle. Mostly DOM manipulations, browser events and such. Sending data back and forth client and server was always a GET and a POST – nothing […]
Working with LESS, Atom and Chrome Developer Tools
One of the many ways to increase a developer’s productivity is to utilize tools such as LESS. LESS is a CSS pre-compiler that extends the capabilities of the CSS language. You can use variables, functions as well as nested rules – things that you cannot do in plain CSS. I’m not going to dig deep […]