Fast and Secure Inter-process Communication on JDK 16 - Inside Java Newscast #11
Explores JDK 16's new Unix domain sockets for faster and more secure inter-process communication, even on Windows.
Explores JDK 16's new Unix domain sockets for faster and more secure inter-process communication, even on Windows.
A technical guide on deploying Spring Boot applications to AWS App Runner using AWS CodePipeline and CodeBuild for CI/CD.
A nuanced look at using named arguments in PHP open source projects, addressing maintainer concerns about backwards compatibility and cleaner syntax.
A walkthrough of building a basic JSON parsing library from scratch using modern C++ features like move semantics and smart pointers.
A developer explores using a Rust library to significantly speed up the process of extracting top-level domains from a massive reverse DNS dataset.
A guide to making AJAX/HTTP requests in frontend JavaScript, covering APIs, Promises, and tools like jQuery, Fetch, and Axios.
The author announces a new 'Today I Learned' section on their blog for sharing quick tech tips and discoveries.
A technical analysis of exploiting a vulnerability (CVE-2021-38703) to gain root shell access on an old KPN Experia WiFi extender.
A tutorial on using R to diagnose biases in two-way fixed effects (TWFE) regression models when treatment timing varies, based on Pamela Jakiela's paper.
Analysis of VMworld 2021 session catalog, highlighting focus areas like Tanzu, vSphere, NSX, and VMware's cloud platforms.
A programmer questions the inconsistency in using fully qualified class names in doc blocks versus real PHP types, exploring rational thinking in coding habits.
Explains how GitHub automatically adds co-authors to commits in squashed pull requests and how to manually add them using GitHub's no-reply email format.
Learn how to use Git and external tools to track changes and diff binary files like Office documents, PDFs, images, and videos.
A technique for creating and configuring a NSPersistentContainer in Core Data using a generic extension and configurator protocol.
A developer details their journey recreating macOS Big Sur's UI for the web, comparing performance and bundle sizes between React and Svelte implementations.
A tutorial on using XState parallel states to build incremental (progressive) views that fetch and render data from multiple sources asynchronously.
A new feature in Chrome Canary's DevTools allows developers to toggle and convert between CSS length units like px, em, rem, and more.
Explains Azure Resource Locks (ReadOnly/DoNotDelete), their benefits for preventing accidental deletions, and potential pitfalls to consider.
Explains how onboarding new hires into high-performing 'Gateway Teams' shapes their understanding of culture and technical practices.
Azure Virtual Desktop's Multimedia Redirection preview offloads video playback to the local client for smoother 4K streaming and reduced host CPU usage.