My Blog

I write blogs as my personal note so that I can recall them anytime in future I need. If anyone finds my blog & can be helped by any of my article I will be glad. Please comment if you found anything I need to update or something you see I written wrong.   Thank you!

WordPress

How to edit hosts file

How to edit hosts file

By editing host file we can do the following:1. Can put a custom url for your localhost projects2. can access your old project from the cpanel with ip addess & current domain...

Speed-up WordPress Website

Speed-up WordPress Website

https://wordpress.org/plugins/hummingbird-performance/ https://wordpress.org/plugins/autoptimize/ https://wordpress.org/plugins/wp-smushit/ Applying these 3 plugins will be enough for a website's...

Update an existing WordPress website

Update an existing WordPress website

Check site & keep reports Go to each page & note if there is anything noticableKeep full-page screenshot for each pageRun the google audit for performance & SEOKeep a report about...

PROGRAMMING

Block Binding in ES6

Block Binding in ES6

Var Declarations and Hoisting: Variable declarations using var are treated as if they are at the top of the function (or global scope, if declared outside of a function) regardless of where the...

ECMA Script-6 Introduction

ECMA Script-6 Introduction

The JavaScript core language features are defined in a standard called ECMA-262. The language defined in this standard is called ECMAScript & this article covers the most recent major update...

React component lifecycle

React component lifecycle

ReactJs Life CycleComponent lifecycle বলতে বোঝায়, একটি React component এ যে সমস্ত ডিফল্ট ফাংশান থাকে তার ঠিক কোনটার পর কোনটা এক্সিকিউট হয়। উদাহরণ হিসাবে বলা যায় কোন class যখন এক্সিকিউট হয়...

DEV-OPS

Docker Installation

Docker Installation

Install & configure docker on a fresh Linux OS I am going to describe how to install docker & explain those necessary command.Step 1: First of all we need to update our os with the...

SSH into a server

SSH into a server

SSH Installation: Installation of the OpenSSH client and server applications is simple. To install the OpenSSH client(local server) applications on your Ubuntu system, use this command at a terminal...

Secure Shell Scripts (SSH)

Secure Shell Scripts (SSH)

Secure Shell (SSH) SSH, also known as Secure Shell or Secure Socket Shell, is a network protocol that gives users, particularly system administrators, a secure way to access a computer over an...

Development Tools

Setting multiple GitHub account in the same pc:

Assuming you have one pc/laptop but you need to work with several GitHub accounts.I currently have two GitHub accounts: a personal and a working one. Obviously, my work computer is set up with my...

Docker in Windows 10

Docker in Windows 10

Download Docker desktop from the docker website: https://www.docker.com/products/docker-desktopInstall docker & follow the next steps to installIf it fails for 'Virtualization' ??Enter into PC...

Git official doc

Git official doc

GIT(1) Git Manual GIT(1) NAME git - the stupid content tracker SYNOPSIS git [--version] [--help] [-C ] [-c =] [--exec-path[=]] [--html-path] [--man-path] [--info-path] [-p|--paginate|-P|--no-pager]...

DATABASE

No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.