Auth with Express with JWT, MongoDB, and Postgres
A tutorial on implementing JWT authentication in an Express.js API, with examples using both MongoDB and PostgreSQL databases.
A tutorial on implementing JWT authentication in an Express.js API, with examples using both MongoDB and PostgreSQL databases.
Guide to fix Azure Disk Encryption status after manual decryption, enabling VM subscription moves.
A developer shares principles for using instant messaging (like IRC) productively in tech work, emphasizing its ephemeral nature and the need to shift important info to permanent mediums.
Troubleshooting a PowerShell Desired State Configuration (DSC) disk resource failure in Azure Automation, linked to a defragmentation-related StorageDSC module bug.
A tutorial on implementing tree data structures in Swift, covering structs, enums, and classes for representing hierarchical data.
A reference list of PHP 8.0 token names with their corresponding decimal and hexadecimal values for debugging and parsing.
A detailed guide to a modern CSS reset, explaining each rule and its benefits for improving web development.
A technical guide on parsing and unzipping files in Go, exploring the ZIP file format structure and implementing a basic parser.
A guide to using the Speediness app for macOS to monitor internet speed, ping, and RPM via the menu bar and Shortcuts.
A developer shares lessons learned while building a CI/CD pipeline using Azure DevOps, Terraform, and Terratest for deploying an AKS cluster.
Explains how to refine Java method return types for better APIs while maintaining backwards-compatibility using bridge methods.
Explains how to refine Java method return types while maintaining binary compatibility using bridge methods and the Bridger tool.
A comparison of XPath and CSS selectors for element selection in Cypress testing, including installation and usage examples.
A blog author lists and corrects serious past errors in their articles, reflecting on their blogging journey and lessons learned.
A DevOps specialist shares how software engineering practices improved an academic infectious disease modeling project, applying web dev skills to research.
Explains shallow vs deep copy concepts in Go, demonstrating how different data types (int, string, slice, array, map, struct) are copied by default.
A technical guide on testing failover for a zone-redundant Azure Cache for Redis instance using Terraform and redis-cli.
Explores how creating delightful user experiences through bold, opinionated design choices can both attract and alienate users, using Mailchimp as an example.
A tutorial on implementing a simple, custom global state management solution in React using Context API and hooks.
A tutorial explaining the fundamentals of conditional logic (if, else if, else) for decision-making in Python programming.