Redux is a popular library for managing application state in JavaScript apps, and it works seamlessly with React.js. It helps you keep your app’s state predictable and organized, especially as your app grows larger. Let’s…
Posts published in “Web Development”
Hi everyone, When you are using Cloudflare it will mask the Client Ip address, So cloudflare provide us variable that help to find the actual IP address of users. Check below to code the variable…
Hello everyone, You are here it means you stuck in your server setting, so please add this code in your /etc/apache2/sites-available/ directory for configuring your domain to your server. After saving this file with nano command, or whatever your…
Redux is a state management library that is often used with React Js. It provides a centralized store for the application state and allows for easy management of the state through actions and reducers. In…
Before starting, Hope you are aware basics of Flask if not Please visit Flask Web Development Tutorial. Now Here I am putting the following steps that we use to connect Flask to MySql:- Above code…
Let’s Encrypt provides a free Valid SSL Certificate to enable encrypted HTTPS on our web servers. In this tutorial, we use Certbot to install a free SSL certificate for Apache on Ubuntu and will set…
Before starting the coding part, we will first install the MongoDB PHP extension, So here is the step for installing and enabling the MongoDB extension in your WampServer – Here I am using WampServer, If…
Hi all! Below is the code, I am sharing for restricting and blocking the file download from outside of your website. You can put the below code in .htaccess file to restrict the access. This…
Below is the code that help to get the site url in javascript, the purpose of this code is Sometime we need the site url in using js, in mine case i need to call…