Writing

Notes on building for the web.

Occasional writing about JavaScript, clean code and the craft of front-end work.

Storytell your code – writing clean code
Engineering Medium

Storytell your code – writing clean code

cover some of the best ways to make your code cleaner, I will describe the similarity between writing clean code and writing or reading a clear and interesting book

Read on Medium
How to use media queries in JavaScript?
Engineering Medium

How to use media queries in JavaScript?

In this article, I’ll demonstrate an effective way to deal with these situations in JavaScript. I’ll compare two approaches that accomplish the same thing: the matchMedia method and the “resize” event listener.

Read on Medium