Abu Sayed
Musician | Singer | Lyricist | Composer | Music Producer | Web | Game | XR & Blockchain Developer
Tag Archives: User
Authentication in Flutter | Person Interface Design

Flutter App Development Tutorial (6 Part Series) 1 Flutter App Development Tutorial – Blog Series 2 Create Splash Screen And Launch Icon In Flutter … 2 more parts… 3 Onboarding With Go Router in Flutter 4 How to Define Flutter Theme 5 How to Create Custom Widgets: App Bar, Drawer, and Bottom Navigation Bar in…
Are you a Mac, Home windows or Linux consumer?

Are you a Mac, Home windows or Linux consumer? Me: #Linux ❤️🔥 Read More
Utilizing Native Storage for Remembering Consumer Visits

What’s Native Storage? Native storage is an object within the DOM the place you may retailer knowledge, primarily based on person conduct. Once you retailer knowledge (like a string, quantity or boolean) on the localStorage object (versus sessionStorage) it by no means expires. That is fairly helpful since you may retailer one thing within the…
How you can impersonate a consumer by means of Django administration shell

In a hypothetical state of affairs the place you might have entry to the underlying system, there needs to be a approach to impersonate any given consumer that signed up on in your Django utility. It’s nonetheless not as trivial to attain this. There are packages like django-hijack and many others., which offer this performance,…
Epics, Person Tales and Duties

Comply with me on Linkedin should you like upsetting posts about software program development. Let’s socialize! A fast information to assist create Epics, Person Tales and Duties Epic An epic captures a big physique of labor. It’s basically a big person story that may be damaged down into a variety of smaller tales. It could…
Full Information To Managing Person Permissions In Rails Apps

This text was initially written by Renata Marques on the Honeybadger Developer Blog. A typical requirement of web purposes is the flexibility to assign particular roles and permissions. Many sorts of web purposes distinguish between admins and common customers in offering restricted entry. That is usually carried out utilizing a easy boolean that determines whether…
plenv – Set up of Perl on consumer directories 2022

plenv is a command line device to intall Perl on consumer directries. You may set up any model of Perl in your consumer directries and use it. This text is initially plenv – Installation of Perl on user directories | Perl ABC Set up of plenv Execute the next command to put in plenv. git…
Person login utilizing NodeJS

Goal: On this article, you’ll know mongoose mannequin, easy methods to create consumer utilizing node, router. Pre-requisite Previous to finishing this text, it is best to have already put in all pre-requisite tooling together with: Visible Studio Code, Node Package deal Supervisor (NPM), Node, Postman, Mongo Compass. Create a Mannequin (ProfileModel.js) const mongoose = require(‘mongoose’)…
Person login by JWT (NodeJS)

Goal: On this article, you’ll know jsonwebtoken, mongoose mannequin, the way to create person utilizing node, router. Pre-requisite Previous to finishing this text, you need to have already put in all pre-requisite tooling together with: Visible Studio Code, Node Bundle Supervisor (NPM), Node, Postman, Mongo Compass. Create a Mannequin (ProfileModel.js) const mongoose = require(‘mongoose’) const…
Consumer create utilizing NodeJS

Goal: On this article, you’ll know mongoose mannequin, how one can create person utilizing node, router. Pre-requisite Previous to finishing this text, you must have already put in all pre-requisite tooling together with: Visible Studio Code, Node Package deal Supervisor (NPM), Node, Postman, Mongo Compass. Create a Mannequin (ProfileModel.js) const mongoose = require(‘mongoose’) const DataSchema…