How to expire JWT token on logout from the app or website?. It is an important question for node js programmers who are using the JWT library to generate an authentication token. JSON Web Tokens JWT (JSON Web Tokens) provides…
Expand +Tag: How To
How to get the first word in a string Python
Sometimes we come across situations where we need to get first word in string python. Hence it is often helpful to have shorthands to perform this function. This article also covers the situations where we need all words present in…
Expand +How to Get Current Visitor Location using HTML5 Geolocation API
In this article, we will learn about How to Get Current Visitor Location using HTML5 Geolocation API in PHP. The geolocation feature in HTML5 enables you to determine the geographical coordinates of the current visitor location of your website (latitude…
Expand +How to Do Keyword Research in 2020 for Your Blog
Keyword research is such an overlooked job that nobody pays attention to it. The future offers a lot of exciting chances of improving efficiency; bigger screens, smaller microchips, all getting faster. All are putting their efforts on the SEO home-page,…
Expand +How to import or use images in ReactJS
In this article, we will learn about how to use an image with HTML file and JSX component using “img” tag in Reactjs. Adding images with the JSX component in react js is an important part of any designer or…
Expand +How To Fetch Data From An API With React Hooks
React Hooks is an exciting new feature that allows you to do anything in components of function rather than using classes such as fetch data. A lot of discussions are going on around them, but you’re here to get information!…
Expand +How to connect a MySQL database with Node.js
MySQL is one of the most common open source databases in the world, and is also effective. Approximately every popular application language, like Java or PHP, provides a driver to access and run operation with MySQL. Node.js and MySQL are…
Expand +How to Send Emails With Node.js
Send Emails With Node.js. In this article, I will discuss sending e-mail with Node.js. I’ve covered Express.js tutorials and I will also use NodeMailer in this article. For the verification, password recovery and promotion of account, many forums and blogs asked…
Expand +How to Combine Multiple Images or PDF Files into a Single PDF File Using ImageMagick
In this article, You will learn about how to create a single pdf file in Codeigniter from a separate set of images or pdf files using ImageMagick . PDF is the most used format to combine multiple images document or…
Expand +How to Create Pagination with Node.js, MongoDB, Express and EJS Step by Step
In this article, I’ll show you how to create pagination with node js , MongoDB, Express.js, EJS, and Bootstrap. We will generate a new database, define data collection, fill this collection with information and display contents to the page using…
Expand +