Thursday, October 4, 2018

Android RecyclerView with LoadMore and MultiView Layout using simple library

Android RecyclerView is one of the toughest topics for the Android beginners.
Many more tutorials related to RecyclerView are found on the internet along with the Android Developer Blog itself.

So not writing more about the introduction part, lets go on implementation of RecyclerView with a simple Library called awesomelib2.1.2.

Add the following line in dependencies part of build.gradle in app directory.
implementation 'com.hereshem.lib:awesomelib:2.1.2'


Tuesday, September 18, 2018

Host your own website for FREE in MeroServer

Steps for FREE .com.np domain registration

  1. Goto http://register.com.np/
  2. *Choose your domain name
  3. Attach scan copy of citizenship or driving license with the filename as given in instructions
  4. Fill up personal details only (No need to fill company detail)
  5. Set Name Servers - 
    • Primary Nameserver - ns1.afraid.org
    • Secondary Nameserver - ns2.afraid.org
  6. Submit them.
  7. Wait for one working day, a confirmation mail arrives and your domain is registered :)

Sunday, September 16, 2018

Host your domain in Github (A Powerful Source Code Repository)

MeroServer is currently down due to the public IP problem related to ISP. We had setup a raspberry Pi as hosting server which is still up for 24 hours but due to the IP being private, it cannot be browsed from the external networks. We are trying to resolve them as much as we can.

And currently we are trying to migrate some of our static content in Github (A most powerful code repository) from which we can directly host our site.
Currently this site is hosted from this repo and following is the steps for hosting the site in Github.

Thursday, January 1, 2015

Happy New Year 2015

Its not my idea to write this post at this time, but I was so much inspired to write this post on the starting of a new year 2015.
Everybody have a new charm and new resolution for upcoming days. People try to spent at least first day of a year to enjoy and share the happiness. And So we did.
We had some delicious dinner with non-veg item with some bottles of Vodka and Rum to fight against the cold winter. :P
After I got some hangouts with the trips of those drinks, I had a mood to do something better that can be remembered for a while. So I started collecting my sites and blogs,
I repaired my homepage and filled with the actual content which I was planning many days before.

Here is full preview of my personal website.

www.hemshrestha.com.np

Wednesday, December 11, 2013

StartUp with GIT (Source Code Management)

What is GIT
Git /ɡɪt/ is a software for the distributed revision control and source code management (SCM) system.

Why GIT
Every Git working directory is a full-fledged repository with complete history and full version tracking capabilities, not dependent on network access or a central server.

GIT vs SVN
Subversion allows you to check out just a subtree of a repository; Git requires you to clone the entire repository (including history) and create a working copy that mirrors at least a subset of the items under version control.

Why GIT is named as GIT
Random three-letter combination that is pronounceable, and not actually used by any common UNIX command. The fact that it is a mispronunciation of "get" may or may not be relevant.