Samuel Olakadaolakadasami.hashnode.dev·Jun 27, 2024How I built an E-commerce API with Adonis.JsIntroduction Hello! Welcome to my blog!!! In this article, I'll write about a difficult backend task I experienced recently. it will include; why it was difficult and the steps I took to overcome it Why it was difficult As part of my development,...DiscussAdonisJS
Matteo Gassendmatfire.hashnode.dev·Mar 26, 2024Using Shadcn-ui with Inertia and AdonisJSSince AdonisJS V6 has experimental support for Inertia, I thought it might be a good idea to see if I could configure shadcn/ui to run with the aforementioned stack. Configuring Inertia with AdonisJS Since support is experimental, I'll refer you to A...Discuss·52 readsAdonisJS
Oscar Kanangilaoscarkng.hashnode.dev·Mar 21, 2024Getting started with Adonis.js: A robust Node.js framework for web developmentIf you're a web developer looking for a robust, modern Node.js framework for building scalable web applications, Adonis.js could well be the solution you're looking for. In this article, we'll explore what Adonis.js is, why it's popular among develop...Discuss·1 likeNode.js
AdonisJSadonisjs.hashnode.dev·Jan 24, 2024Announcing AdonisJS v6Alright, sit tight, as this will be a long article. The work for v6 started with the goal of moving to ESM and improving the IoC container to be simple and have fewer responsibilities. But we have touched almost every part of the framework, smoothing...Discuss·10 likesNode.js
AdonisJSadonisjs.hashnode.dev·Oct 10, 2023AdonisJS v6 - One Step Closer to the ReleaseOn July 24th, we announced the availability of AdonisJS 6 in its "alpha state" exclusively for our sponsors to explore the framework and provide valuable feedback. Since that moment, we have been working hard to refine the framework, engage with the ...DiscussAdonisJS
Ndianabasi Udonkangndianabasi.hashnode.dev·Aug 21, 2023How to Migrate Passwords from Bcrypt to Argon Hashes in AdonisJSYou aren't alone on this. I've had to migrate several production applications which were running with Adonisjs V4 (using the bcrypt hashing algorithm) to Adonisjs V5 (using the argon hashing algorithm). The challenge here is ensuring existing users (...Discuss·39 readspasswords
Suluh Snotes.suluh.my.id·Aug 14, 2023How I Handled Secure Session Management in Adonis 5In some cases from client requests, I've been required to implement the "logout from all sessions/devices when changing passwords" feature on the websites I build. This is a rather unique feature, as in my ±7 years as a web developer, I've never real...Discuss·65 readsAdonisJS
AdonisJSadonisjs.hashnode.dev·Jul 24, 2023Use AdonisJS 6 Alpha todayNote: Before we start. The Alpha release is available for sponsors only. You can learn more about the sponsorship program here. Recently, we outlined in an article what to expect from our new major version, i.e., AdonisJS v6. We have received a lot ...Discuss·60 readsJavaScript
Ghanshyam DigitalforGhanshyam Digitalblog.ghanshyamdigital.com·Jul 17, 2023How to Create a Custom Validator in AdonisJSIn this blog post, we will show you how to create a custom validator in AdonisJS. We will use a sample rule that checks for the maximum length of a number. First, we need to create a new file called validator.ts in the start directory. In this file, ...Discuss·48 readsAdonisJS
adonis simoforLearn E-Commerce Dev with Adonis JSlearn-ecommerce-adonisjs.hashnode.dev·Jul 10, 2023Welcome to the Exciting World of AdonisJS: Let's Build a Professional E-commerce Website Together!Introduction: Hey there, fellow developers and aspiring webmasters! Are you ready to embark on an exciting journey into the world of AdonisJS and create awe-inspiring professional e-commerce websites? Well, you've come to the right place! In this art...Discuss·167 readseCommerce Website Development