Dwi Purnomotuxsekai.com·Aug 24, 2023Membuat Twitter Clone Dengan AdonisJS dan Vue - part 1: MockupsKali ini kita akan membuat proyek mengkloning sosial media besar Twitter. Sosial media yang terkenal dengan julukan burung biru tersebut akan kita tiru fitur-fiturnya dan kita buat sendiri. Kita akan menggunakan AdonisJs sebagai backendnya dan dengan...Discusscoding
Ndianabasi Udonkangtech.ndianabasi.com·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 (...Discusspasswords
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·26 readsAdonisJSAdonisJS
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 ...DiscussJavaScript
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, ...DiscussAdonisJS
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...DiscusseCommerce Website Development
AdonisJSadonisjs.hashnode.dev·Jul 5, 2023What to Expect of AdonisJS 6?If you have been following us on Twitter, you might have seen us talking about AdonisJS v6 - “A new major version of the AdonisJS framework”. We’ve spent four years in the AdonisJS v5 era, and it’s time to move to the AdonisJS v6 era with some fresh ...Discuss·14 likes·50 readsAdonisJS
Suluh Snotes.suluh.my.id·Mar 10, 2023Integrate WhatsApp Cloud API with your AdonisJS AppA few months ago I tried AdonisJS and miraculously it was able to make me comfortable, which is offered, like Laravel but in a Node.js environment. During this period of approach (Taaruf in Islam), I found a lot of cool new things, Before that I made...Discuss·97 readsAdonisJSAdonisJS
Suluh Snotes.suluh.my.id·Mar 9, 2023Minifying HTML Output in AdonisJSLet's start this AdonisJS series with a fairly light topic. How to minify HTML output in AdonisJS? The convenience of AdonisJS, in my opinion, is partly due to AdonisJS being in the Node.js environment, and there are lots of packages that make it eas...Discuss·79 readsAdonisJSAdonisJS
Jovanhashnode.jovandjukic.com·Nov 12, 2022Learn AdonisJS pt. 1Just like many other Node.js backend developers, I spend most of my time building REST API's with Express.js. It's a small, very easy to use HTTP library with a huge amount of middlewares and awesome, large community around it. But I didn't enjoy wor...DiscussNode.js