📰 Dev.to · Muhammad Arslan
Articles from Dev.to · Muhammad Arslan · 41 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10320)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Muhammad Arslan
1mo ago
Multi-Tenant Auth, Roles, and Database Isolation with @hazeljs/auth
I just shipped authentication and authorization support for HazelJS. The new @hazeljs/auth package...

Dev.to · Muhammad Arslan
1mo ago
Mastering TypeScript 5.x: Advanced Patterns for Full-Stack Developers
Level up your TypeScript skills with advanced patterns: Generics, Mapped Types, Conditional Types, and Template Literal Types for building robust full-stack app

Dev.to · Muhammad Arslan
1mo ago
Building Scalable Microservices with Node.js: A Practical Guide
Master Node.js microservices architecture. Learn communication patterns, service discovery, and scaling strategies for distributed systems.
Dev.to · Muhammad Arslan
1mo ago
Mastering React Hooks: From Basics to Custom Hooks (2026 Guide)
A deep dive into React hooks — useState, useEffect, useRef, useContext, and building your own custom hooks with real-world patterns used in production applicati

Dev.to · Muhammad Arslan
1mo ago
Add an Audit Trail to Your API in Minutes in NodeJS
Who did what, when, and with what outcome? If your API needs to answer that for compliance, security,...

Dev.to · Muhammad Arslan
1mo ago
Building Secure AI Applications with HazelJS Guardrails: A Real-World Customer Support Chatbot
How to protect your AI-powered applications from prompt injection, toxic content, and PII leakage...

Dev.to · Muhammad Arslan
1mo ago
Introducing @hazeljs/oauth: One Package for Google, Microsoft, GitHub, Facebook & Twitter Login
Add social login to your HazelJS apps in minutes—not hours. If you like it don't forget to Star...

Dev.to · Muhammad Arslan
1mo ago
Building Production AI Agents with @hazeljs/agent
A tutorial on building stateful, tool-using AI agents with human-in-the-loop workflows using...

Dev.to · Muhammad Arslan
1mo ago
The Complete Guide to @hazeljs/gateway: Intelligent API Gateway for Microservices
A practical, in-depth exploration of the HazelJS API Gateway — from routing and versioning to canary...

Dev.to · Muhammad Arslan
1mo ago
Why Your Profanity Filter Fails Against Unicode (And How to Fix It)
Most profanity filters only check raw input. That’s the problem. You can block fuck. But what...

Dev.to · Muhammad Arslan
1mo ago
Building Production ETL Pipelines in Node.js with HazelJS Data
A comprehensive guide to the HazelJS Data Starter—decorator-based ETL, Schema validation, and data...

Dev.to · Muhammad Arslan
1mo ago
Building Production ML APIs in Node.js
A comprehensive guide to the HazelJS ML Starter—decorator-based machine learning, sentiment analysis,...
Dev.to · Muhammad Arslan
1mo ago
Mastering Next.js 16 SEO: A Practical Guide to Ranking Higher
Learn how to optimize your Next.js applications for search engines. Discover the best practices for metadata, server-side rendering, sitemaps, and Core Web Vita

Dev.to · Muhammad Arslan
1mo ago
Building Microservices with HazelJS and gRPC: A Complete Starter Guide
A comprehensive guide to building a gRPC server and gRPC client using HazelJS and @hazeljs/grpc. This...

Dev.to · Muhammad Arslan
1mo ago
Event-Driven Architecture with @hazeljs/event-emitter
Decouple your application with decorator-based events, HazelJS-native. HazelJS · Documentation If...

Dev.to · Muhammad Arslan
1mo ago
Turn PDFs into Audiobooks with HazelJS and OpenAI TTS
How we built a production-ready PDF-to-audio conversion pipeline—async jobs, Redis queues, physical...
Dev.to · Muhammad Arslan
1mo ago
Scaling MERN Stack Applications to 100K+ Users: A Real-World Guide
A comprehensive guide on scaling MERN stack applications including database optimization, caching strategies, load balancing, and microservices transition.
DeepCamp AI