Webclerks Conference
A personal reflection on organizing the first Webclerks Conference in Vienna, covering the challenges, successes, and key lessons learned.
A personal reflection on organizing the first Webclerks Conference in Vienna, covering the challenges, successes, and key lessons learned.
An advanced Git cheat sheet covering navigation, rollbacks, squashing, stashing, and cleanup commands for experienced developers.
A technical guide for upgrading to PHP 7.4 on macOS using Homebrew, including steps for Laravel Valet and managing extensions.
A guide on preventing accidental global Python package installations by disabling pip outside of virtual environments.
A guide to replacing long chains of PowerShell 'like' operators with more efficient and scalable regular expressions (RegEx) for string matching.
Explains the importance of orthogonal component design in React to create predictable, maintainable, and easy-to-change software systems.
A guide to configuring a Spring Boot application to route read-only database transactions to a replica instance for performance optimization.
Announcement for a full-day workshop on SQL Server Columnstore Indexes at SQLSaturday Vienna 2020, covering practical techniques across multiple versions.
Explores why Perforce is the dominant source control system in AAA and large-scale game development, comparing it to Git.
A tutorial on implementing search functionality for a GatsbyJS blog using GraphQL and React hooks to filter posts by title, description, and tags.
Tomasz Łakomy shares his personal journey learning to code from childhood BASIC to becoming a professional JavaScript developer.
Overview of new features in PHP 7.4, including arrow functions, typed properties, preloading, and the null coalescing assignment operator.
I've recently been going down a rabbit hole of making improvements to my CanIUse embed. To give a bit of a background, it is an interactive embed I cr
Analyzes how major software changes like Python 3 and asyncio can be 'traumatic' for developer communities, causing wasted effort and code rot.
Explains how Jenkins Docker Workflow plugin's inside() function works, including handling ENTRYPOINT issues and practical solutions.
Explains the concepts of mutability and immutability in JavaScript, covering primitive vs. reference types and how to create immutable objects.
A technical walkthrough of building a creative magazine layout using modern CSS techniques like Grid, Flexbox, and percentage-based margins.
A look at six emerging web performance technologies for 2020, focusing on practical improvements beyond hype around 5G and HTTP/3.
Tips for using PowerShell's Get-Command cmdlet with parameters like -Module, -Verb, and -Noun to efficiently find specific commands.
Argues that raw data is overvalued without proper context and conversion into meaningful information and knowledge.