41 articles

📰 Dev.to · Muhammad Arslan

Articles from Dev.to · Muhammad Arslan · 41 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10277) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
Add an Audit Trail to Your API in Minutes in NodeJS
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,...
Building Secure AI Applications with HazelJS Guardrails: A Real-World Customer Support Chatbot
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...
Introducing @hazeljs/oauth: One Package for Google, Microsoft, GitHub, Facebook & Twitter Login
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...
Building Production AI Agents with @hazeljs/agent
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...
The Complete Guide to @hazeljs/gateway: Intelligent API Gateway for Microservices
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...
Why Your Profanity Filter Fails Against Unicode (And How to Fix It)
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...
Building Production ETL Pipelines in Node.js with HazelJS Data
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...
Building Production ML APIs in Node.js
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,...
Mastering Next.js 16 SEO: A Practical Guide to Ranking Higher
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
Building Microservices with HazelJS and gRPC: A Complete Starter Guide
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...
Event-Driven Architecture with @hazeljs/event-emitter
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...
Turn PDFs into Audiobooks with HazelJS and OpenAI TTS
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...
Scaling MERN Stack Applications to 100K+ Users: A Real-World Guide
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.