WebRTC chat with React.js
A tutorial on building a peer-to-peer WebRTC chat application using React.js, covering the architecture and implementation.
A tutorial on building a peer-to-peer WebRTC chat application using React.js, covering the architecture and implementation.
Explains what Semalt is, why its crawlers appear as fake referrals in Google Analytics, and how to block them.
Argues that HTTPS requires certificate verification for security, discussing Python's debate on backporting this fix to version 2.7.
A response to a critique of the author's introductory series on Frequentist vs. Bayesian statistics, focusing on audience and the role of decision theory.
A speaker's personal reflections on attending and presenting at the Laracon EU conference in Amsterdam, covering their talk and community observations.
Explains how preemptive multitasking and process scheduling work in KnightOS, an open-source OS for TI calculators.
Announcing the Kindle release of 'Microsoft .NET: Architecting Applications for the Enterprise' (NAA4E), covering DDD, CQRS, and enterprise architecture.
RSiteCatalyst v1.4 is released with breaking changes, new Pathing/Fallout reports, OAuth support, and a cleaner codebase.
A guide to managing Git hooks, covering client-side hooks, setup, and centralized management via git templates.
Analyzes Stack Overflow's performance-first engineering culture, including trade-offs like skipping unit tests for speed and building custom servers over cloud hosting.
A developer details the step-by-step refactoring of a complex single-page JavaScript canvas application, exploring MVC patterns to reduce complexity.
A technical guide on how to automatically parse and embed YouTube videos in a static site built with the Hakyll framework using custom filters and regex.
A tutorial on using the VennEuler.jl Julia package to recreate a data analytics language popularity diagram from survey data.
A developer explains why avoiding major code changes on Fridays prevents weekend production bugs and burnout, advocating for refactoring and R&D instead.
A recap of a Laracon EU talk about using Laravel's components (Illuminate) in projects not built with the Laravel framework.
A guide on using the robots.txt file to control search engine access to specific parts or the entirety of a website.
The author announces splitting their blog into two: one for English technical content and another for German business/investment topics.
Explains why specialized sinpi() functions exist for accurate computation of trigonometric functions at half-integer multiples, avoiding floating-point errors.
A software engineer announces his departure from Chef Software after facing severe online harassment and death threats within the Chef community.
A developer shares techniques for writing cleaner, more readable code by reducing duplication and using assertions and macros effectively.