code-quality
Host Static Website in Github With Custom Domain Name
how to host static site in github with custom domain name
create a file called CNAME and write name of your site there. For me it was www.sharmaprakash.com.np .
Make a repo with your username.github.io
push your jekyll site to this repo
go to your domain name provider and create A record to point to github.com.
congrats!
Keep reading
code-quality
How to solve Deployment Failure-`assets:precompile`
I was trying to deploy rails 6 app on ec2 server using capistrano when precompile failure lead to whole deploymentt failure. I had to uninstall cmdtest and install yarn
code-quality
How to Sort an Array of Objects in JavaScript
How to Sort an Array of Objects in JavaScript
code-quality
Ways to increase productivity while working from home
It could be quite challenging to work from home without serious commitment and right set of skills. Here are some effective tips that can help you.