ETHWarsaw 2024 and Warsaw Blockchain Week
A developer's experience attending the ETHWarsaw 2024 blockchain conference and Warsaw Blockchain Week, covering talks, networking, and web3 gaming.
A developer's experience attending the ETHWarsaw 2024 blockchain conference and Warsaw Blockchain Week, covering talks, networking, and web3 gaming.
Explains how to use Amazon Q Developer's workspace context and @workspace hint to generate accurate SQL queries by providing relevant schema files.
Explores using logical properties in CSS media queries and container queries, discussing syntax improvements and current limitations.
A guide to common pitfalls and best practices when generating Kubernetes Custom Resource Definitions (CRDs) using controller-gen.
Weekly newsletter covering cybersecurity threats, AI tools, tech trends, and personal productivity insights.
A software engineer discusses the importance of minimizing user clicks in software workflows, using a story about optimizing a test automation GUI.
A guide to installing legacy Node.js versions (like Node 14) on Apple Silicon Macs using Rosetta and the arch command.
The article argues that choosing between dark and light mode should be based on ambient lighting and usability, not just personal aesthetic preference.
A guide to cross-compiling Odin programs for Raspberry Pi Zero using musl libc, enabling static ARM64 builds from an x86_64 development machine.
Explains the minimal Microsoft Graph API permissions needed to read a user's group membership details, focusing on least-privilege security.
A tutorial on using URL search parameters in Next.js to manage shareable state for features like searching and sorting posts.
An animated exploration of UMAP, a state-of-the-art dimensionality reduction algorithm, applied to the classic MNIST dataset of handwritten digits.
Explains why data professionals should adopt Dremio and Apache Iceberg for flexible, high-performance data lakehouse architecture.
A humorous history of the HTML <audio> element, contrasting proprietary plugins like Flash with modern web standards.
A guide to implementing the 'intersperse' method in C# as an extension for IEnumerable, inspired by JavaScript libraries.
A SaaS founder discusses strategies for small tech companies to compete when large corporations enter their market, using personal experience and the 80/20 rule.
A technical guide exploring Gateway API resources in Kubernetes, covering installation, GatewayClass, Gateway, and HTTPRoute configurations.
Explores using Umbra Space's Synthetic Aperture Radar (SAR) satellites and the SARDet-100K dataset to detect aircraft, especially those with transponders off.
A developer's exploration of the powerful CSS :has() pseudo-class, sharing real-world use cases and its surprising utility in modern web development.
A developer explains a compiler error when performing LINQ joins on multiple columns in Entity Framework and provides the solution requiring matching anonymous type property names.