Posts on Bufferwall
Total.js UI Builder: How to upload files?. In this blog post we will discover how to upload files using totaljs UI builder.
New tabTutorials / 10 Dec. 2024 • 5 min read
Total.js V5: Schemas and Actions. Schemas and actions are powerful tools in Total.js V5, giving developers full control over how data flows through their application. Schemas manage incoming data, ensuring validation and proper structuring, while actions are responsible for executing the logic tied to this data. Combined, they form a crucial part of any Total.js application.
New tabTutorials / 26 Nov. 2024 • 5 min read
QueryBuilder in Action Part 1. In this blog, we’ll cover how to perform basic data operations using the Total.js QueryBuilder. This first part will introduce fundamental concepts, demonstrate core actions like inserting and retrieving data, and showcase practical examples to get you started.
New tabTutorials / 25 Nov. 2024 • 3 min read
Benchmarking Node.js Frameworks: selecting your framework for 2025!. This analysis showcases the performance of these frameworks in side-by-side benchmarks, ultimately revealing the strengths and weaknesses of each in terms of speed. With Total.js consistently showing promise, this comparison will shed light on why it may be the ideal choice for projects where performance is a top priority.
New tabTutorials / 13 Nov. 2024 • 6 min read
Total.js V5: Middlewares. Middlewares are useful features in Web development that helps manage what happens when a user makes a request to your server.
In this blog, we’ll focus on how to create simple middleware for handling requests in standard routing. We'll also explore practical examples so you can test it yourself.
New tabTutorials / 26 Sep. 2024 • 3 min read