Barbarageekiebarbs.hashnode.net·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...15 likes·42 readsSailsJS
Tapas Adhikaryatapas.hashnode.net·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'...13 likes·21.9K readsNode.js
Tapas Adhikaryatapas.hashnode.net·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,...3 likes·2.9K readsSailsJS
Barbarageekiebarbs.hashnode.net·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...15 likes·42 readsSailsJS
Tapas Adhikaryatapas.hashnode.net·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'...13 likes·21.9K readsNode.js
Tapas Adhikaryatapas.hashnode.net·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,...3 likes·2.9K readsSailsJS
Christophe El Khourylbwlf.hashnode.net·Aug 13, 2019What I learned on my own | Implementing JWT Authentication on SailsJS (v1)What this article will teach you: How to apply JWT Authentication in your SailsJS v1 backend. What this article will NOT teach you: How to create a SailsJS application. How to understand the mechanisms behind these functions. The reason why I won...75 readsSailsJS