The Best Interview is No Interview: How I Get Jobs Without Applying
A software developer shares his unconventional career path of securing jobs without traditional interviews, focusing on networking and skill demonstration.
A software developer shares his unconventional career path of securing jobs without traditional interviews, focusing on networking and skill demonstration.
A technical guide on using Linux for live streaming, covering webcams, encoding, OBS, and ffmpeg for multi-platform broadcasting.
Explains how to serialize a custom C# type as a JSON string in ASP.NET Core APIs using System.Text.Json or JSON.NET converters.
A technical changelog detailing the frontend upgrades at DEV, including migration to Preact X and adoption of Testing Library with a11y testing.
A technical guide on using Kafka Connect's SpoolDir connector to load CSV data into Apache Kafka, covering schema application and configuration.
Explores how the 'Age' HTTP header from CDNs like Netlify can interfere with link prefetching tools such as Instant.Page, impacting perceived performance gains.
A guide to implementing correct color management and gamma correction in three.js for physically accurate rendering.
A developer shares their experience leading a new web project using F# and recommends key books for software development and team management.
An overview of key exploration strategies in Deep Reinforcement Learning, including classic methods and modern approaches for tackling hard-exploration problems.
Argues for a global web accessibility law to enforce standards, citing poor compliance and lack of developer incentives.
Explains the purpose and usage of PowerShell's OutBuffer parameter for controlling pipeline object batching.
Analysis of empirical data showing memory unsafety causes 65%+ of security vulnerabilities in large C/C++ codebases like Android, Chrome, and Linux.
A developer compares REPL Driven Design with TDD in Clojure, using a COVID-19 data project to highlight the trade-offs in speed and safety.
Highlights key new features in PHP 7.4, including arrow functions, typed properties, and preloading, using concise code examples.
A tutorial on adding a custom notification badge with a count to a UIBarButtonItem in iOS, using a UIButton and UILabel.
Explains how to check if .NET Core GC verbose events are enabled on a live Linux server without using a debugger, by reading process memory.
Tutorial on configuring a Django blog application to use PostgreSQL for production, including installation, setup, and fixture management.
A list of critical C# performance pitfalls and code patterns to avoid, drawn from real-world production issues at Criteo.
Analysis of the 2020 Facebook SDK crash that brought down many iOS apps, highlighting the risks of third-party SDK dependencies and data privacy.
SQL Server 2019 introduces a new feature in Configuration Manager to simplify certificate import and management for TLS encryption.