• Techblog369, India
  • June 8, 2023

How To Configure A Sendinblue SMTP Relay in Postfix?

Fix Email Issues in CyberPanel with SMTP Relay Setup Free Method. First Create a email using your Cyberpanel Under Emai Tab Create Email Second go to the SSL tab and click …

Create a simple password strength indicator with JavaScript

You’ve probably seen many examples of password strength indicators around the web. They let users know the password they’re using is weak and indicate how the strength changes when it’s modified. …

Fix the CORS Error — and How the Access-Control-Allow-Origin Header Works?

Fix the CORS Error — and How the Access-Control-Allow-Origin Header Works? If you are using Nodejs Copy and Paste the code on top after the import section

How to install CKEditor on Strapi, Install Custom Plugin in Strapi?

Install CKEditor on Strapi, In this guide, we will see how you can create a new Field for your administration panel Step1 Generate a plugin cd your-projectfolder Step2 Install the needed …

Laravel 8 JWT Authentication Tutorial User Login, Logout, Refresh & Signup API

This is a Laravel 8 JWT Authentication example tutorial. In this article, we will learn how to create secure REST APIs in Laravel using JSON Web Token (JWT). To protect user …

How to Deploy a Nuxt.js Website to a DigitalOcean Server?

Introduction Are you looking for a way to deploy your Nuxt.js website or application?In this article, we’ll walk you through how to deploy a production-ready Nuxt.js website to a DigitalOcean server. …

How to create a non-root user on Ubuntu 20.04 Server?

In this article, I am showing how to create a non-root user on Ubuntu 20.04Server. How to create a non-root user on Ubuntu 20.04 Server. I have already installed Ubuntu Server …

How to Publish a Static Website on Netlify or GitHub Pages

You have finished creating your HTML website and you’re feeling proud of your hard work. But there is one thing that is still missing: you have no idea how to publish …

Sitemap for dynamic routes in NuxtJS

Automatically generate or serve dynamic sitemap.xml for Nuxt.js projects! Hi In this Article I will show how to configure dynamic Sitemap in NuxtJS Hope you have already the NuxtJs Project here …

How to Migrate or Configure WordPress Database from one hosting Server to another Server?

In this article, I will show How to Migrate or Configure WordPress databases from one hosting Server to another Server? Here I am only showing Database Configuration First, you have to …