Allahisrabb allahisrabb.hashnode.dev·Oct 11, 2024Day 56 - Creating and Updating Models on Prisma + MySQL in AdonisJsToday marks Day 56 of #100DaysOfCode. In this article, I’ll walk through how you can create and update database models using Prisma ORM in an AdonisJS application with a MySQL database. Before proceeding, ensure that your AdonisJS project is set up a...Discuss100DaysOfCode
Allahisrabb allahisrabb.hashnode.dev·Sep 16, 2024Day 55 - Setting up AdonisJs +Prisma (ORM) + MySQLToday marks Day 55 of #100DaysOfCode. I set up an API using AdonisJS, connected it to a MySQL database with Prisma, and created a guide to help my colleagues contribute to the project. In this article, I’ll walk through how I set up the API and conne...Discuss·10 likes·28 reads100DaysOfCode
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,...Discuss·26 readsAdonisJS
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·116 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·72 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