Systems | Development | Analytics | API | Testing

October 2021

A Step-by-Step Guide to Clear Browser Cache in Major Browser

A browser will preserve your history eternally if you need to return to a possibly forgotten part of the internet that you visited once upon a time. Significant others, friends, co-workers, professors, and even the authorities can all use it against you. It makes no difference if you've never looked at the website's content. Simply paying a visit these days can be enough to elicit indignation, blackmail, or whatever other form of retaliation you fear.

Next.js Incremental Static Regeneration

The way developers approach new web applications has changed due to Next.js. For a long time, dynamic sites used a combination of Server-side Rendering (SSR) and Client-side Rendering (CSR) to display dynamic data in their applications. SSR succeeded well because developers were able to build HTML before passing it on to the browser, allowing search engines to readily crawl it.

A Comprehensive Guide to MeiliSearch

MeiliSearch is a search API that is RESTful. It aspires to be a ready-to-use solution for everyone who wants to provide their end-users with a quick and relevant search experience. Effective search engines can need a large investment of time and money. They are only available to businesses with the financial resources to create a custom search solution tailored to their specific requirements.

Two-Factor Authentication(2FA) using Speakeasy

Normally, you must submit a password in order to log into an application. In the case of two-factor authentication, you must also provide a one-time temporary password (also known as a token) in addition to your regular password. You can get this OTP in a variety of ways. The different varieties of 2FA are determined by how the OTP is provided. The OTP can be sent via email, SMS, as a software token using applications such as Google Authenticator, or as a hardware token.