[Web dev for beginners] Authenticating users with plain Node.js
A beginner's guide to implementing user authentication in a Node.js web server, covering passwords, Base64 encoding, and dynamic imports.
A beginner's guide to implementing user authentication in a Node.js web server, covering passwords, Base64 encoding, and dynamic imports.
A technical guide on installing and configuring the soju IRC bouncer on an OpenBSD server, including TLS setup and client integration.
A beginner's tutorial on building a basic TCP echo server using the SwiftNIO network framework for Swift developers.
A guide to deploying a .NET gRPC server to Azure App Service, covering setup, configuration, and automation.
A tutorial on building a gRPC server in .NET, covering project setup, protocol buffers, and service implementation.
A tutorial on creating a gRPC server in Go, covering service definition with Protobuf, business logic, and server setup.
A tutorial on building a basic GraphQL API using ASP.NET Core, Entity Framework, and related libraries, focusing on queries and mutations.
A hands-on tutorial demonstrating how to use Unix Domain Sockets with Java's SocketChannel API, covering setup for inter-process communication.
A tutorial on building a REST API using Express.js and Node.js, covering client-server architecture and practical implementation.
A guide to using Vapor's command-line tools for building, running, and managing Swift server applications, including serve, migrate, and log commands.
Explores an experimental event-driven PHP server architecture using in-memory state and event sourcing, with insights from a proof-of-concept.
A developer's experience implementing HTTP long-polling in Go, focusing on server timeout handling and practical code examples.
A guide to organized FreeRADIUS 1 & 2 sample configuration files, located in the contrib/configs directory.