A strange reluctance to be critical

Thoughts & guides on web developement

My take on functional CSS

I would like to piggyback on a great article posted on CSS Tricks titled The Growing Popularity of Atomic CSS. Atomic or Functional CSS is a new trend in CSS development in which one tends to create many CSS classes that contain single style assignment and use these classes as building blocks on DOM elements. Consider this frequently seen functional example : .relative { position: relative; } .flex { display: flex } .pb10 { padding-bottom:...

Read more »

Who needs tasks runners?

It’s very easy for a developer to keep using tools out of habit during large expanses of time. It creates security and stability in the day-to-day aspects of the job. Often one can start copying patterns and reusing code from one project to another to have a common starting point. One issue arising from this process is that you might not optimize parts of the workflow because trying something else requires a lot more energy....

Read more »

« Previous
3 of 3