Adewole Caleb Erioluwacaleberioluwa.hashnode.dev·Jul 2, 2024Secure Your App: Step-by-Step Guide to 2FA QR Code IntegrationPrerequisites: Database knowledge, JavaScript, Node.js (Express.js or Sails.js), and a bit of curiosity He (CTO) talked, and I listened. That's not entirely true 🤭. We discussed it, but I suggested writing a POC before implementing it in the codeba...Discuss·1 like·35 readssoftware development
Adewole Caleb Erioluwacaleberioluwa.hashnode.dev·Jun 10, 2024FeaturedCentralized Notifications: Unifying Email, SMS, and FCM MessagingImagine having a whole abstraction capable of sending email, SMS, or notification to all your users in one place . Prerequisite : Knowledge of either Javascript, (ExpressJs or Sails Js) and NodeJs . Abstraction, What does it mean? Abstraction accord...Discuss·21 likes·187 readsSailsJS
Charles Lennoxlennyaiko.hashnode.dev·Oct 7, 2023How to Setup Multiple Databases in SailsIn my pursuit of using Sails to create APIs correctly, I keep learning new things. There is always something new to learn every time I work with Sails. Today I will show you how to set up separate databases for development and production. You seldom ...DiscussSailsJS
Charles Lennoxlennyaiko.hashnode.dev·Sep 15, 2023Testing Sails Apps: A Beginner's GuideTesting does not have to be complex. Some developers see testing as dull, repetitive, and too complicated. However, testing is an essential process in software development, and the benefits are : You gain more confidence as you build. You don't hav...DiscussSailsJS
Priyanshu Sharmapriyanshu-kun.hashnode.dev·Sep 10, 2023Building a Web Crawler for Scraping Index Files from Common Crawl Server.In this article, we'll go into detail about how to make a crawling controller that is particularly made to scrape index files from the Common Crawl server. We will examine the essential ideas and methods needed to construct a powerful web crawler des...Discuss·20 likes·83 readsGoogle summer of code
Charles Lennoxlennyaiko.hashnode.dev·Jul 14, 2023CRUD in Sails: A Beginner's TutorialIn this article, we are going to build a simple CRUD API using Sails, an MVC framework for Node. We will be building endpoints for the following features: Create articles Read all articles Read a single article Update an article Delete an articl...Discuss·65 readssoftware development
Charles Lennoxlennyaiko.hashnode.dev·Jul 12, 2023MantaSails is alive!A few days ago, I was working on Sails then it occurred to me: "How can I improve my experience when working with Sails?" I pondered this thought for quite some time because I am passionate about Sails and I love the experience it brings. "How can I ...Discuss·10 likes·38 readsSailsJS
Priyanshu Sharmapriyanshu-kun.hashnode.dev·Jun 30, 2023GSoC, Week 1 Progress: Tech Stack Selection and Software Architecture Diagram.Before we dive into project details, it's important to know the background and the reasons for this project. In the next two sections, we will explore in simpler terms what this project is all about and why it needs to exist, providing insights into ...Discuss·11 likes·46 readsNode.js
Charles Lennoxlennyaiko.hashnode.dev·Jun 20, 2023Why you should use Sails today!Before discussing those fantastic features, let's talk briefly about what Sails is. What is Sails? Built on Express, Sails is a lightweight and adaptable MVC (models, views, and controllers) framework. Once you get going, it feels like a plug-and-pla...Discuss·2 likes·87 readsSailsJS
Barbarageekiebarbs.hashnode.dev·May 1, 2023Comparing Sails and Express: Which Node.js framework is right for your project?Hi there! 👋 This article discusses my experience with Sails and Express which are two Node.js backend frameworks and also which to go for when building your Node.js backend applications. Initially, I was hesitant to learn Sails until it became neces...Discuss·7 likes·33 readsExpress.js