Blogs

Docker (software)

06 Aug 2020 Admin 0

670

Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. Docker can package an application and its depe...

VS code useful plugins-(extensio...

06 Aug 2020 Admin 0

630

=> Gitlen - git options - get info line by line => Angular Service - Editor service for Angular => Chrome Debugger Tools [To get started, open the Extensions view (Ctrl...

Most Important HTML Tags for SEO

10 Aug 2020 Admin 0

438

Title tag Meta description tag  Heading (H1-H6) tags Image alt text Schem...

Website Not Showing in Google Se...

15 Aug 2020 Admin 0

444

Check your website on google by visiting site:example.com . Why Sites Don’t Rank in Search Results Google is tricky. Here’s what may be preventing...

Basic Git Commands

29 Sep 2020 Admin 0

412

Command line instructions You can also upload existing files from your computer using the instructions below. Git global setup gi...

Permanently remove Active Window...

29 Jun 2021 Admin 0

436

Free Windows 10 has a common problem "Active Windows" watermark on computer. To remove watermark create a text file and save it like this "remove-watermark.bat"...

Simple Php Excel Export Import

24 Aug 2022 Admin 0

571

Read Excel File Using PHP library Import The Library in your file  include_once('SimpleExcel/SimpleXLSX.php'); use Shuchkin\SimpleXLSX;