Blog
All posts, sorted by date.
Setup TailwindCSS with React.js application and remove the unused styles using PurgeCSS
2019-10-05
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 th
How to set up React.js app from scratch without using create-react-app?
2019-09-28
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?
2018-05-24
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.netlify.app