TypeScript Contribution Diary: Improved errors for empty DOM interfaces
Improving TypeScript error messages for missing DOM types when the 'dom' library is not included in tsconfig.json.
Improving TypeScript error messages for missing DOM types when the 'dom' library is not included in tsconfig.json.
Learn how to build resilient, event-driven microservices using .NET and Dapr to overcome common distributed system challenges.
A guide to manually installing and renewing Let's Encrypt SSL certificates on HostEurope web hosting, as they lack automatic integration.
A technical deep-dive into how styled-components works under the hood by building a mini-clone, aimed at experienced React developers.
Explains how AutoFixture simplifies unit test setup and maintenance by automating test fixture creation, reducing coupling to application code.
A guide to implementing the OAuth 2.0 PKCE authorization flow for secure access in single-page and mobile applications.
Beginner-friendly guide to JavaScript debugging using Chrome DevTools, covering breakpoints, bug reproduction, and systematic troubleshooting.
A guide to three command-line methods for bulk renaming files, covering the 'rename' utility, 'xargs', and 'bash' loops.
A practical guide to Java's module system, covering benefits, challenges, and real-world implementation strategies.
A guide to creating a decentralized website using ENS (Ethereum Name Service) and IPFS (InterPlanetary File System).
A developer explores creating config builders for PHP frameworks like Laravel, discussing configuration file annoyances and potential solutions.
An iOS developer shares her journey into programming, from early Python lessons to learning Objective-C without a Mac and building apps before owning an iPhone.
A beginner's guide to using Swift actors for thread-safe concurrency, preventing data races and memory issues in applications.
Overview of new WKWebView APIs in iOS 15, including media playback control, async support, and theme color access.
Explores languages like Python, JavaScript, and SQLite that can run directly in a web browser, focusing on implementations like Brython and SQL.js.
A summary of new testing features announced at WWDC21, including Xcode Cloud, async/await for testing, and new XCTest APIs.
VMworld 2021, VMware's major tech conference, is online and free to attend, with a paid Tech+ Pass offering advanced sessions.
A guide to optimizing Vue.js applications for faster loading and better Core Web Vitals scores by reducing bundle size and processing time.
Explains the differences between JavaScript variable declarations: const, let, and var, covering declaration, scope, and assignment rules.
A guide to building a GraphQL API using Kotlin and Spring Boot with Netflix's DGS library, demonstrating data fetching and merging.