THEENA
HomeProjectsBlog

THEENADAYALAN

Front End Engineer

  Download Resume
Setup TailwindCSS with React.js application and remove the unused styles using PurgeCSS

October 05, 2019

TailwindCSS is a utility-first, highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override. Every Web developer in…

How to set up React.js app from scratch without using create-react-app?

September 28, 2019

After dwelling in Ember.js for almost two years I have tried React.js. As every developer do, I started surfing on the internet to create my Hello World app using React.js. Initially, I found create-react-app which is pretty much useful for creating…

What locationType property does in EmberJS application?

May 24, 2018

The question Why do we have locationType property inside config/environment.js in EmberJS application? raised in my mind when I started to host my personal website in Ember and used Netlify for deployment. When I entered www.theenadayalan.me/blog in…