|

Netlify – free hosting for your static websites

Netlify is platform for building and deploying/hosting websites. It provides generous free tier to experiment with platform. In this blog post I will explain how to build and deploy/host websites on Netlify. Go to netlify.com website and click on the Sign Up button Netlify gives option to Sign Up with GitHUb, GitLab, Bitbucket or using…

How to run JS applications from GitHub repo without installing software

Today I will show you a simple trick which helps you to run JavaScript application from GitHub repo without installing any software and without cloning the repo in your computer. If you want to see any JavaScript based application in action from this blog you have to follow below steps Install NodeJS in your computer….

React-Map-GL – Controlling user interaction with map

In this blog post I will show you how to control user interaction with maps and how to use navigation components of react-map-gl framework. In this post I will skip the initial application setup steps and proceed with next steps. You can read my previous blog post for initial setup process. You can use the repo from GitHub…