Sep 28, 2017

css-quick-starter : A package for most commonly used CSS classes.

Hi Guys,

This time I came with a simple npm / bower package for common CSS classes. I built this with the intention of avoiding most of the CSS rework we do for every project (like adding classes for padding, margin, font-size etc...). 

This is my first npm/bower package and I am pretty surprised by the rapid downloads. :)

You can check this package @ css-quick-starter.Please feel free to use this package in your project. I appreciate any suggestions/questions/contributions.  

Sep 20, 2017

Free hosting of front end code.

Hi Guys, today I will show you absolute free hosting of any front-end code. (Yes it’s possible). The code can be as simple as a basic HTML page or as sophisticated as complete angular or react application.

With GitHub pages (https://pages.github.com/) we can do this.

You can follow the 4 simple steps below to launch your site directly from GitHub server.

Step 1: Create a GitHub fee account @ https://github.com/.

Step 2: Create a repro with name <your github username>.github.io, eg; sudhir-kumar-k.github.io as my username is sudhir-kumar-k.

Step 3: Place your site code (with index.html) in the above-created repo.

Step 4: That’s it you are done!! Now hit https://< your GitHub username>.github.io/ (eg: https://sudhir-kumar-k.github.io/) in your browser & your site from GitHub server welcomes you J

Please feel free to post your comments or questions. Thanks.