How getting into Open Source has been awesome for me
A developer shares their positive experiences with open source, from a first small contribution to learning, job opportunities, and community.
A developer shares their positive experiences with open source, from a first small contribution to learning, job opportunities, and community.
Explains the advanced React useState features: lazy initialization for expensive state and function updates for reliable state changes.
Explores the nuanced behavior of 'undef' values in LLVM IR, detailing permissible and non-permissible compiler transformations.
Explains how to configure NGINX as a reverse proxy for a Django application, breaking down the config file line-by-line.
Troubleshooting guide for resolving Azure SQL Server connectivity issues caused by Windows Firewall blocking port 1433.
A developer explains their reasons for avoiding the React.FC type in TypeScript+React projects, citing issues with function typing and implicit children.
A developer documents project setup, fixes a course scheduling bug, and starts building a new student reports section in a Django application.
A tutorial on implementing Optical Character Recognition (OCR) in iOS apps using Apple's native Vision framework, without third-party libraries.
A developer details building a custom, serverless search engine for a static blog using Java, Apache Lucene, Quarkus, and AWS Lambda.
A developer details building a custom, serverless search engine for a static blog using Java, Apache Lucene, Quarkus, and AWS Lambda.
A guide to calculating the horizontal and vertical center points of a DOM element using JavaScript's getBoundingClientRect, with practical examples.
A technical guide explaining the XML structure of Windows toast notifications and how the BurntToast PowerShell module simplifies their creation.
A software architect shares 12 key lessons learned from successfully organizing and running a full-day virtual tech conference for over 500 attendees.
Learn 3 methods to shallow clone JavaScript objects, including object spread, object rest, and Object.assign(), with bonus tips for updating properties.
A beginner's guide to setting up and using Vim as a full-fledged IDE for Go development, covering benefits and essential plugins.
A guide to implementing impact analysis in CI/CD pipelines to skip unnecessary builds and tests, saving time and resources.
A guide to common React component patterns using TypeScript, focusing on function components, props, and type definitions.
A video tutorial on using SwiftUI 2.0's LazyVGrid to build an adaptive vertical grid list with multiple layout options for iOS apps.
A guide on enabling and using audience targeting for news in SharePoint to filter content for specific users or groups.
A developer documents a live coding session where a Preact class component was converted to a function component using React hooks like useState and useReducer.