Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Feb 23, 2023How to create OTP code generator with Total.js Flow?According to Wikipedia, a one-time password (OTP) is a password that is valid for only one login session or transaction. It is also known as a one-time PIN, one-time authorization code or dynamic password. OTP has become popular because it is one of ...Discuss·2 likestotaljs
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Mar 5, 2023Total.js API routing: The game changerAPI routing is Total.js internal mechanism used to expose API endpoints in a very simple way. The mechanism is designed to focus on handling a maximum number of internal operations with a minimum number of external endpoints. Therefore API routing on...Discuss·2 likes·52 readstotaljs
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Mar 3, 2023Total.js FlowTotal.js flow is an open-source data processing framework that enables users to build and automate complex workflows. It offers a wide range of components and tools that make it easy to connect data sources, transform data, and trigger actions based ...Discuss·1 liketotaljsflow
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Apr 4, 2023File storage microservice for your Express.js ApplicationIn today's world of technology, microservices have become an essential part of web development. Microservices are small, independent applications that can communicate with each other to create larger and more complex but efficient systems. One common...DiscussExpress
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Mar 19, 2023Total.js tutorial: Simple Todo application (part 2)Part 1 of this tutorial has been a success! It was said to be simple, instructive and awesome. Part 1 has shown how easy it was to make a todo application REST API. if you haven't read it yet, just click here to read and play with it before you come ...Discusstotaljs
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Mar 14, 2023Total.js tutorial: Simple Todo application (part 1)I have published some blog posts and videos about Total.js Flow, the famous node-red alternative that is entirely written with the Total.js framework. Then I got many feedbacks from people asking me how to get started with the total.js framework. And...Discusstotaljs
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Mar 5, 2023Total.js API routing: The game changerAPI routing is Total.js internal mechanism used to expose API endpoints in a very simple way. The mechanism is designed to focus on handling a maximum number of internal operations with a minimum number of external endpoints. Therefore API routing on...Discuss·2 likes·52 readstotaljs
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Mar 3, 2023Total.js FlowTotal.js flow is an open-source data processing framework that enables users to build and automate complex workflows. It offers a wide range of components and tools that make it easy to connect data sources, transform data, and trigger actions based ...Discuss·1 liketotaljsflow
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Mar 2, 2023Total.js OpenPlatform: installation guideOpenPlatform is a Web OS platform / Portal for running, integrating, and managing multiple 3rd party web applications. OpenPlatform provides running applications with a set of services, such as user and security management or notifications, so that p...Discuss·1 likeNode.js
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Feb 23, 2023How to create OTP code generator with Total.js Flow?According to Wikipedia, a one-time password (OTP) is a password that is valid for only one login session or transaction. It is also known as a one-time PIN, one-time authorization code or dynamic password. OTP has become popular because it is one of ...Discuss·2 likestotaljs
Louis BertsonforLouis Bertsonlouisbertson.hashnode.net·Feb 23, 202310 Total.js features to use in your next Express.js application.Express.js is great. It has robust routing and a strong middleware system that makes it easy to build server-side applications on top of node.js. However, server-side application development generally requires many other things like generating unique...DiscussNode.js