#backend

All content tagged with this tag.

Why Use Getters and Setters in JavaScript and TypeScript?
Blog

Why Use Getters and Setters in JavaScript and TypeScript?

Discover the power of getters and setters in JavaScript and TypeScript! Learn how they enhance encapsulation, computed properties, validation, and performance, plus when to use (or avoid) them for clean, efficient code. 🚀 #JavaScript #TypeScript

Read more →
Getting Started with PL/pgSQL and Supabase
Blog

Getting Started with PL/pgSQL and Supabase

Unlock the power of PL/pgSQL on Supabase and transform your PostgreSQL development. Learn to build efficient functions and triggers that streamline backend logic and boost performance.

Read more →
Mastering TypeScript Decorators: A Beginner-to-Advanced Guide
Blog

Mastering TypeScript Decorators: A Beginner-to-Advanced Guide

Unlock the power of TypeScript decorators with our beginner-to-advanced guide. Discover practical techniques, Angular integration, and advanced metaprogramming tips to supercharge your web development skills.

Read more →
Automating Daily Supabase Database Backups with Node.js
Blog

Automating Daily Supabase Database Backups with Node.js

Automate your daily Supabase backups with Node.js in this step-by-step guide. Learn how to export tables to CSV, organize backups by date, and secure your data with best practices. Perfect for boosting backend productivity and ensuring reliable disaster recovery—even for complex apps like Bokkah.com.

Read more →
How to Secure Your Node.js API with JWT and Cookies
Blog

How to Secure Your Node.js API with JWT and Cookies

Discover how to secure your Node.js API using JWT and HttpOnly cookies in this comprehensive guide. Learn best practices for stateless authentication, secure cookie implementation, and robust data protection to safeguard user data and prevent unauthorized access.

Read more →
What is a MITM Attack? (With Real-World Examples and Solutions)
Blog

What is a MITM Attack? (With Real-World Examples and Solutions)

Learn what a Man-in-the-Middle (MITM) attack is, explore real-world examples of famous cyberattacks, and discover effective solutions to prevent data interception, phishing, and network hijacking.

Read more →
Implementing Content Moderation in Node.js with `bad-words`
Blog

Implementing Content Moderation in Node.js with `bad-words`

Learn how to implement content moderation in a Node.js app using the bad-words package. Filter offensive words, handle nested fields, and improve user safety with this easy-to-follow guide. Perfect for web developers and API security!

Read more →