Web Analytics
Articles: RoshanAdhikary -->

Posts

Forward your FreeDNS custom domain to your GitHub Pages site

Forward your FreeDNS custom domain to your GitHub Pages site

You can forward all requests to your custom domain (e.g., tom.com) to your GitHub pages site (e.g., tom.github.io). I will detail…
Create a simple server application with Node.js and Express

Create a simple server application with Node.js and Express

So you keep hearing about Node.js and how easy it is to build server-side applications and web services with it, and you want to…
Monitor your Windows Laptop's Battery

Monitor your Windows Laptop's Battery

Schedule toast notifications in your Windows regarding battery and charge status using  a minimal Python script. You like your …
HashMap Class in Java

HashMap Class in Java

What is HashMap in Java? Java's HashMap class is a Hash Table implementation of Map interface. It stores data in key-valu…
Create a Hello World Android app

Create a Hello World Android app

Android is widely used as the operating system in as many as 2.3 billion smartphones as of 2018 . Because of the sheer number o…
Register a .com.np Domain for Free in Nepal

Register a .com.np Domain for Free in Nepal

Register a .com.np domain for your website for free in Nepal, courtesy of Mercantile Communications Pvt. Ltd. Be it for bloggin…
Get Hostname from IP Address in Java

Get Hostname from IP Address in Java

This section provides an example of parsing the Hostname from an IP Address provided by the user using Java. Also,   Get IP Addr…
Get IP Address from Hostname in Java

Get IP Address from Hostname in Java

This section provides an example of parsing the IP Address from a host name provided by the user using Java. Also,   Get Hostname…