MauiFusionmauifusion.hashnode.dev·Dec 10, 2024Upgrade Your App's Login and Sign-Up Features with .NET MAUIWant to improve your app's first impression and ensure a smooth user journey from the beginning? Check out the Modern Login & Sign Up Screen for .NET MAUI—a fully customizable, user-friendly front-end solution that helps you create polished, professi...XamarinToMAUI
SharathchandarKsharathchandark.hashnode.dev·Dec 9, 2024Elevate User Experience: Step-by-Step Guide to Multi-Step Forms Using HTML, CSS & JavaScriptOverview: Take your web development skills to the next level with our latest tutorial on creating a Multi-Step Form with Progress Bar using HTML, CSS and JavaScript! ✅ Watch Live Preview 👉👉 Multi-Step Form with Progress Bar In this in-depth guide, ...JavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 9, 2024How to Make a Website that has Navigation Bar With Popup Login and RegistrationOverview: Explore the realm of responsive web design with our latest tutorial on crafting a Responsive Website featuring a Navigation Bar with Popup Login and Registration using HTML and CSS! Building a Website that has Navigation Bar with Popup Logi...JavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 8, 2024Transform Your Website: Build an Interactive Login and Sign up Form using JavaScriptOverview: Dive into the world of web development with our latest tutorial! Join us as we embark on a creative journey to design and implement dynamic login and signup forms that not only captivate users with animations but also ensure data accuracy t...JavaScript
SharathchandarKsharathchandark.hashnode.dev·Dec 8, 2024Animated Login Form with Validation Using HTML, CSS & JavaScriptOverview: Welcome to another coding journey! In this engaging and informative tutorial, we’ll guide you through the process of crafting a visually appealing and user-friendly animated login form. Elevate your web development skills with this step-by-...JavaScript
Prem Choudharyprem14choudhary.hashnode.dev·Nov 30, 2024Cannot able to login with docker🐠...??Here’s the solution: 1. Login to docker hub.2. Click on account settings in the top right corner.3. Scroll down to token.4. Create a token.5. ssh to you EC2 instance.6. Run docker login ghcr.io --username <your_username> --password <your_access_token...Docker
karthik hublicustomer-identity-access-management.hashnode.dev·Nov 20, 2024Understanding Customer Identity and Access Management (CIAM)In today's digital world, secure and reliable online interactions are paramount. We entrust our personal information and financial details to countless digital platforms, making robust security measures essential. This is where CIAM, or Customer Iden...IAM
Cristhian Cano Bogadoparaguayandev.hashnode.dev·Nov 10, 2024Simplifica el Inicio de Sesión en Oracle APEX: Autenticación con GoogleEn un mundo donde los usuarios gestionan múltiples contraseñas, ofrecer una experiencia de inicio de sesión rápida y sencilla se ha vuelto crucial. Implementar la autenticación con Google en tus aplicaciones de Oracle APEX no solo mejora la seguridad...1 like·188 readsOracle
Sonu Kumarjsonwebtoken.hashnode.dev·Oct 21, 2024JWT (JSON Web Token )What is JWT and Why it is using? JWT stands for the JSON Web Token. It’s a compact way to send data between two parties,usually between our browser and a server, in a safe and verifiable way. JWT is mostly used to make sure you stay logged in as you ...JSON Web Tokens (JWT)
Jalaj Singhaljalajsinghal3.hashnode.dev·Oct 9, 2024Login pageIn today's blog we are going to see how we can make a login page using HTML and CSS.5 The basic requirement to make a login page using HTML is to have. Opening tag that is <html lang="en"> Followed by It will require a head section where we can tell ...HTML5