Rapid Mac Setup for Frontend Development
A developer shares his optimized process for quickly setting up a new Mac for frontend development, covering OS tweaks, dotfiles, SSH, and essential apps.
A developer shares his optimized process for quickly setting up a new Mac for frontend development, covering OS tweaks, dotfiles, SSH, and essential apps.
A critique of MATLAB's flaws and a nostalgic look at its unique productivity features for scientific computing, with suggestions for improvement.
A tutorial on programmatically connecting to Wi-Fi networks in iOS using Swift's NEHotspotConfiguration framework.
Explains three methods to render and preview SwiftUI views within an Xcode playground for rapid UI prototyping and experimentation.
A developer explains how 'Yak Shaving'—the process of tackling tangential tasks—can be a positive motivation for starting and improving open source projects.
An interview with iOS developer Marius Constantinescu about his journey into programming, from early exposure in Romania to specializing in iOS development.
A technical guide on creating a custom Windows Server 2022 image using Hyper-V and uploading it to Azure for use with Windows Virtual Desktop.
A guide to creating script management for Deno projects, similar to npm scripts in Node.js, using a custom TypeScript runner.
A developer explains how fixing the Content-Type header from application/atom+xml to text/xml enabled XSLT styling for RSS/Atom feeds.
A guide to writing effective release notes for software, focusing on clarity, structure, and best practices for open-source projects.
Explains why JavaScript's Math.max() returns -Infinity when called with no arguments, relating it to mathematical identity and empty sets.
A guide to the best developer-focused sessions at Microsoft Build 2021, filtered for Australian time zones and covering various programming languages and cloud technologies.
A 26-hour live coding marathon featuring multiple Java developers streaming technical deep dives, interviews, and interactive coding sessions.
A reminder for developers to share their frontend knowledge, even basic tips, as no one can know every detail in the field.
A guide to building a comprehensive cloud security program, covering strategy, maturity levels, and controls based on the NIST framework.
Explores useful GitHub Actions features like manual triggers and sparse matrices for CI/CD workflows, based on migrating from Travis CI.
A talk on creating web maps using Django's GeoDjango module, from simple SQLite to complex PostGIS implementations.
Overview of Kafka's new KRaft mode, which removes the ZooKeeper dependency for metadata management and controller election.
An overview of Kafka's new KRaft mode, which removes the ZooKeeper dependency for metadata management and controller election.
A tutorial on creating a React table component using the React Table Library, covering basic setup and structure.