I write about my learning and experiences here. This site is generated from markdown content. Read more about how I migrated my blog from paid ghost instance to free static site using Hugo generator.

feature-image

What is http, https and why some sites start with www?

Jul 11, 2020    web  security 
This article explains two common questions - What is the difference between http and https. Why do some websites start with www while some do not.
feature-image

Website performance analysis

Jul 11, 2020    web 
Done setting up your website? Its time to analyse its performance. If you are a business, then probably you could afford an automation team which can build up various test scenarios. But what about if you are an independent blogger or can’t afford to hire people to do performance testing on your website.
feature-image

Ghost casper theme customizations

Jul 7, 2020    ghostjs  javascript 
Here are a few things that everybody should do after setting up a new ghost blog. Some are optional and some are recommended. This list will expand with time.
feature-image

seedocode.com is now cybercafe.dev

Jul 3, 2020    ghostjs  hosting 
A quick guide on how to update the domain name on a self hosted ghost blog with automatic SSL configuration.
feature-image

Mudrunner - Not a review

Jul 2, 2020    gaming  hosting 
A brief review about a simulation game Mudrunner. Take this as more of a beginner’s experience which might help people understand the game(Simulator).
feature-image

My experience with multi monitor setup

Jun 4, 2020    gaming 
Now a days connecting multiple displays to a system is common and has evolved a lot over the years. For example if you are connected
feature-image

My quest to understand how IOT works?

Apr 28, 2020    iot 
Now a days connecting multiple displays to a system is common and has evolved a lot over the years. For example if you are connected
feature-image

Analyse your blog speed with google developer console

Apr 26, 2020    web 
You have created a new website. Maybe a blog or a small ecommerce site or your portfolio with the projects you have worked on. You want to see how your site would behave in real world i.e. on the various browsers on different platforms like desktop/mobile/tablets etc.
feature-image

The curious case of Javascript's typeof operator

Apr 26, 2020    javascript 
As we all know Javascript is weakly typed language and in general we don’t consider the type beforehand and just var it. Variables in JavaScript
feature-image

Book Review : You don't know JS yet

Apr 7, 2020    javascript 
Though I have read the previous editions of the series. Here is a formal review of the Book “You don’t know” JS by Kyle Simpson.