tech/webdev magazine

March 1, 2019

Look Ma, No Media Queries! Responsive Layouts Using CSS Grid

Friday, March 01, 2019 Teklinks

Not only has CSS Grid reshaped the way we think and build layouts for the web, but it has also contributed to writing more resilient code, replacing "hacky" techniques we've used before, and in some cases, killing the need to rely on code for specific resolutions and viewports. What's so cool about this era in web development is that we're capable of doing more and more with fewer lines of code.

Full article

February 28, 2019

Advanced JavaScript Logging Using console.group()

Thursday, February 28, 2019 Teklinks

I've always been a great fan of the Chrome Developer Tools when it comes to debugging JavaScript code. Despite a great step-by-step debugger, the browser console is still my favorite and most frequently used tool for quick inspection.

Full article

February 26, 2019