The Need of CSS Style Guides

On following a CSS style guide to write sane, manageable and scalable code.

Oct 15, 2019#css#guides

The Opinionated Decision on CSS Resets

On debate of different strategies to fix inconsistent default styles across browsers by resetting, normalizing, or personalizing.

Oct 11, 2019#css#css-resets

Extending Standard CSS by Preprocessors

CSS preprocessors empower CSS with variables, nesting, inheritance, mixins, functions, and mathematical operations.

Oct 05, 2019#css#guides

Long-Standing CSS Methodologies

The industry darling BEM, the rebellious maverick Atomic CSS, and other incompetent solutions.

Oct 03, 2019#css#guides

The CSS-in-JS Styling Technique

A different styling technique where CSS is composed using JavaScript instead of defined in external files.

Oct 01, 2019#css#guides

How to know if you have imposter syndrome

Imposters suffer from chronic self-doubt and a sense of intellectual fraudulence that override any feelings of success or external proof of their competence.

Should you transition to remote working?

Whether you’re a remote work booster or a skeptic, there are lots of unanswered questions about what happens next for remote work.

How CSS Works Under the Hood

Some of the most fundamental concepts which control how CSS is applied to HTML and how conflicts are resolved.

Sep 25, 2019#css#internals

Mobile Development Landscape in 2019

An overview look at current mobile development landscape including 4 major platforms iOS, Android, Flutter and React Native.

Cracking the Frontend Interview, Part 2: HTML

I discuss some HTML topics like living standard, semantic markup, accessibility, and more.