Using Prefetch, Preload and Preconnect for speeding page load times

Prefetch, Preload and Preconnect are mechanisms supported by modern web browsers that allow efficient loading of web resources.

Read

Securing Linux servers with SeLinux, ClamAV, SpamAssassin and RkHunter

Securing your servers is a very important task that can save your organization a lot of problems. Recently there have been a lot of cases where insecure servers belonging to high profile organizations have been exploited and used for nefarious purpose. It is therefore important to secure your servers.

Read

Understanding Meltdown and Spectre vunerabilities

Meltdown and Spectre are hardware vulnerabilities that affect all microprocessors based on Intel and some based on ARM and AMD.

Read

Installing Laravel Spark, GitScrum and IceCoder on Debian Stetch

Laravel Spark is a non-free but open source application for the Laravel PHP Framework. It provides features that are commonly found in web applications such as user subscription, billing plans, invoicing and payment processing.

Read

Using cookies in Javascript

Cookies allow websites to store information on the user browsers. They are usually used to store website session related information.

Read