Comparing React and Angular secure coding practices
A technical comparison of built-in security features and secure coding practices in React and Angular frameworks.
A technical comparison of built-in security features and secure coding practices in React and Angular frameworks.
Analysis of widespread jQuery XSS vulnerabilities affecting 84% of websites, detailing version risks and vulnerable libraries.
A developer creates a nostalgic hack by connecting a line printer to a Linux shell using Go, emulating an old-school teletypewriter (TTY).
Discusses scenarios where migrating from Python 2 to Python 3 may not be necessary or feasible, focusing on business and technical constraints.
A guide for aspiring web developers on choosing programming languages, covering essential frontend (HTML, CSS, JavaScript) and backend options.
A developer discusses and compares different Django configuration tools, then integrates the Goodconf package into their SaaS project.
Explains SQL Server 2019's new support for creating database snapshots that include in-memory (Hekaton) filegroups, a previously unsupported feature.
Analyzes source control options for game development, focusing on challenges with binary assets and team workflows.
A developer automates checking for Patagonia Worn Wear duffel bag availability using a bash script, cron, and email-to-SMS notifications.
A technical deep dive into the routing system in Blazor, covering JavaScript event interception and C# navigation handling.
Explores creative and lesser-known applications of CSS pseudo-elements, such as hover effects and expanding clickable areas, with practical code examples.
A developer shares key lessons learned from running a hands-on Cypress testing workshop, covering preparation, structure, and troubleshooting.
Guide on configuring Docker and Docker Compose to access private NuGet feeds from Azure Artifacts during containerized .NET builds.
A response to criticism of Friday software deployments, arguing that a healthy, low-risk deploy ecosystem is better for engineers than blanket bans.
Explains the new Resumable TDE Scan feature in SQL Server 2019 and Azure SQL Database, detailing its commands and benefits for system availability.
Explores principles for creating a clean, maintainable Domain Model in software, applying clean code concepts to Domain-Driven Design.
First part of a series on building a modern front-end project starter using NPM scripts for tasks like Sass compilation and live reloading.
Part 3 of a series on building a modern front-end workflow, focusing on implementing a scalable Sass architecture based on ITCSS principles.
A tutorial on using Parcel, a zero-config JavaScript module bundler, to build and optimize modern front-end projects.
A technical guide on using Puppeteer for screenshot capture within serverless Netlify (AWS Lambda) functions, including setup and code examples.