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.
What is http, https and why some sites start with www?
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.
Website performance analysis
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.
Ghost casper theme customizations
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.
seedocode.com is now cybercafe.dev
A quick guide on how to update the domain name on a self hosted ghost blog with automatic SSL configuration.
Mudrunner - Not a review
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).
My experience with multi monitor setup
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
My quest to understand how IOT works?
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
Analyse your blog speed with google developer console
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.
The curious case of Javascript's typeof operator
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
Book Review : You don't know JS yet
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.