How to build a URL Shortener with C# .NET and Redis
A tutorial on building a URL shortener service using C#, .NET, and Redis, covering both a forwarding API and a management CLI.
A tutorial on building a URL shortener service using C#, .NET, and Redis, covering both a forwarding API and a management CLI.
An overview of Django's built-in session management system, explaining its security features and how to configure them for robust user data protection.
A developer compares Django and Ruby on Rails for web development, discussing his choice and offering advice for learners.
A tutorial on building server-side applications using the Hummingbird framework in Swift, covering setup and key features.
A backend engineer contrasts the diverse, complex nature of backend system design with the more uniform iOS development, based on hiring interview experiences.
Critique of external tech recruitment, highlighting mismatches between candidate skills and backend role requirements.
A tutorial on setting up and running TypeScript in a Node.js backend project, including ts-node and nodemon.
Explores rate limiting concepts for web apps, covering why it's needed, algorithms, and implementation strategies with .NET examples.
A tutorial on implementing full-text search in Django applications using PostgreSQL's built-in search capabilities.
A comprehensive guide to managing environment variables and configuration in NestJS applications using the built-in Config Module.
An overview and technical exploration of Poem, a feature-rich, Rust-based web framework, covering its setup, features, and examples.
Guide on using OIDC authentication with Terraform's AzureRM backend to secure GitHub Actions workflows and manage storage permissions.
Using formal methods and Alive2 to find bugs in LLVM's AArch64 backend by lifting compiled code back to IR for refinement checking.
A developer's technical evaluation of Firebase and AWS Amplify for building a wedding website with custom domain, auth, and email features.
A personal style guide for writing enums in PHP, covering naming conventions, backed enums, and simple methods.
A guide explaining the evolution from simple websites to complex full-stack web applications, clarifying key web development terminology.
A talk on leveraging PostgreSQL's advanced features within Django web framework for more powerful database-driven applications.
A comprehensive 2022 cheatsheet for ExpressJS covering project setup, middleware, routing, and server configuration.