Osinachi Chukwujama vicradon.hashnode.net·Dec 7, 2020Learn Laravel as a Nodejs Developer using AdonisJSIf you have been willing to develop Laravel applications as a Nodejs developer and don't know PHP, you can take the Adonis.js path. Adonis.js is an opinionated Node.js MVC framework for developing full-stack applications and APIs. Learning Adonis wil...Discuss·26 likes·189 readsAdonisJS
Otse Obandeotse.hashnode.net·May 5, 2020Setting up Cypress for integration tests for a NextJS app on Gitlab CIIntroduction Before we begin, I think it's necessary to highlight the importance of integration tests and why we decided to use Cypress. I and my team noticed that we kept breaking stuff as we added more and more features to the application. To solve...Discuss·19 likes·1.6K readsNext.js
Osinachi Chukwujama vicradon.hashnode.net·Dec 3, 2020CGPA Calculator with AdonisJS: API TestingTesting is an important part of any software development project. Testing gives us confidence in our code and helps us catch bugs before deployment. Welcome to part 5 of this series. We wrote the final APIs in part 4. Now, we will write functional te...Discuss·18 likes·72 readsAdonisJS
Suluh Ssooluh.hashnode.net·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·10 likes·66 readsAdonisJS
Suluh Ssooluh.hashnode.net·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 made it eas...Discuss·10 likes·53 readsAdonisJSAdonisJS
Jovanjovandjukic.hashnode.net·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
Dylan Britzdylanbritz.hashnode.net·Oct 22, 2022AdonisJS - The full stack Typescript frameworkA few months back I was working on a Full-stack project using NodeJS with express and MongoDB, this used to be my go-to framework for building full-stack applications, usually coupled with vue or react. As much as I enjoy working with this stack I us...DiscussAdonisJS
Ndianabasi Udonkangndianabasi.hashnode.net·Aug 23, 2022Comprehensive Guide for Creating and Managing Cron Jobs in Nodejs / Adonisjs ApplicationsIn this article, we will discuss in great details the strategies which you can adopt for creating and managing cron jobs for your Nodejs applications. Some of the examples will be demonstrated with the Adonisjs framework. What are Cron Jobs? Traditi...Discuss·4 likes·830 readscron
Ndianabasi Udonkangndianabasi.hashnode.net·Apr 16, 2022How We Migrated a Large Complex Database from MySQL to PostgreSQL at GotedoRecently at the Gotedo Church Management Software, we were faced with the decision to continue using MySQL and implement hierarchical data completely from scratch or migrate to PostgreSQL and take advantage of the ltree data type for easy handling of...Discuss·3 likes·1.6K readsMySQL
Michael AlaoforAlao Michaelalaomichael.hashnode.net·Apr 8, 2022How to Create A Simple API with AdonisJs Deploy and TestRequirement: Basic Understanding of the following: NodeJs, Git, Heroku. Have an IDE like VS Code installed. Have Postman or any api testing platform. How to Setup AdonisJs for Deployment and Testing Prerequisites To follow this tutorial, a few things...Discuss·251 readsAdonisJS
Ndianabasi Udonkangndianabasi.hashnode.net·Dec 20, 2021Deleting a Contact with AdonisJS and VuejsIn this lesson, we will learn how to delete a contact from the database. We will add a delete button to the Contact View page and setup the button to dispatch an API request to the backend when clicked, which will result in the contact being deleted....Discuss·356 readsFull-Stack Google Contacts Clone with Adonis.js/Node.js & Quasar/Vue.jsAdonisJS
Kavin Desi Vallikavin25.hashnode.net·Dec 13, 2021RITA - Batteries included starter for Adonis appsPeople who've tried Laravel would know how easy it makes lives of developers. Then, came in AdonisJS which is essentially just Laravel for Typescript developers. I've used both for a while now and love not having to go through long processes of setti...Discuss·3 likes·545 readsReact
Chiemekam Anyanwu-Ebereemekarr.hashnode.net·Dec 2, 2021How To Schedule Jobs On NodeJSIn this article, we are going to learn how to schedule jobs that run periodically on NodeJS.When building applications, we might come across certain tasks we want to perform monthly, yearly, or even per minute, and to achieve this we will be using an...Discuss·105 readsNode.js