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 likesGoogle 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·43 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·29 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·34 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·78 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·26 readsExpress.js
Barbarageekiebarbs.hashnode.dev·Mar 17, 2023Discovering the Power of Sails.js: Lessons from Building a Blog App"Introduction Hello, techies! Here we are again with another article. Welcome back! In this article, I'll be sharing the lessons I've learned from my recent experience with Sails, a powerful Node.js framework that I recently picked up. Sails is a full...Discuss·20 likes·52 readsSailsJS
Tapas Adhikaryblog.greenroots.info·Sep 15, 2019Send and Schedule e-mails from a Node.js appAs an application developer, how often do we sense the need for a service that would send e-mails to specified or subscribed email ids? Even if there is no real need, we still fantasize about it while developing a side-project or an app for fun, don'...Discuss·13 likes·22.8K readsNode.jsSir, I am building an REST api in node.js.It store a meeting time and 30 before that time it's send a notifications for that particular meeting.How can I trigger this function for a particular time of every meeting. 3
Tapas Adhikaryblog.greenroots.info·Aug 28, 2019How to Deploy your Sails.js app on Heroku and live longerIntroduction Continuous integration (CI) and Continuous delivery/deployment (CD) are important modern development practices. As developers, just limiting ourselves in the boundary of implementation is not fair. A neat build process, tool integration,...Muhamed Krasniqi and 2 others are discussing this3 people are discussing thisDiscuss·3 likes·3.1K readsSailsJS