Using ts-rs bindings in TypeScript
A guide on using the ts-rs crate to generate TypeScript bindings from Rust code, including a custom Rollup plugin for bundling.
A guide on using the ts-rs crate to generate TypeScript bindings from Rust code, including a custom Rollup plugin for bundling.
A DevOps engineer reflects on leaving Twitter/X for the Fediverse, discussing platform changes, tech community dynamics, and personal tech projects.
Java 23 previews module import declarations, a new feature for importing all public types from a module, even in non-modular code.
A tutorial on building a simple database with MVCC to implement and understand the five major SQL transaction isolation levels in 400 lines of code.
Developer builds a user settings page with Stripe billing portal integration and account closure for a SaaS product.
A former Microsoft Azure Data security Program Manager reflects on their role, the impact of improving SQL's permission system, and reasons for leaving.
Introducing the random-source Web Component for cycling through random audio/video sources with elegant fallback.
A tutorial on building a customizable eInk conference name badge using Python and the Badger2040W microcontroller board.
Explains three key Apache Iceberg features for data engineers: hidden partitioning, partition evolution, and tool compatibility.
A discussion on the current state and cost of .NET development tooling in 2024, focusing on free options like Visual Studio Community Edition.
Explains MongoDB's causal consistency feature, its API, and how it solves read-your-writes and monotonic read problems in replica sets.
A technical guide demonstrating how to use Semantic Kernel with the new GPT-4o model for image analysis, including a sample C# project.
Troubleshooting large content.db file size in Nuxt Content v1 static builds and strategies to reduce or eliminate it.
A temporary issue with Amazon Q Developer v1.4 in Code Server and the script to revert to the stable v1.3 version.
Explores combining ASP.NET Core, SSR, and Web Components using Enhance WASM for faster web app rendering.
Explores using CSS Anchor Positioning and the Popover API to create interactive, accessible navigation menus without JavaScript.
A curated list of key Microsoft Build 2024 conference sessions for developers in Australia and New Zealand, focusing on AI, cloud, and development tools.
A guide to using React's useDeferredValue hook to optimize UI performance and prevent janky interfaces.
Learn how to use a Windows command to retrieve the password for a saved WiFi network, useful for guest access.
Announces major updates to NCronJob, a .NET cron job library, including concurrency control, retry policies, and time zone support.