MaTSlab
A critique of MATLAB's flaws and a nostalgic look at its unique productivity features for scientific computing, with suggestions for improvement.
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 guide to writing effective release notes for software, focusing on clarity, structure, and best practices for open-source projects.
A developer explains how fixing the Content-Type header from application/atom+xml to text/xml enabled XSLT styling for RSS/Atom feeds.
Explains why JavaScript's Math.max() returns -Infinity when called with no arguments, relating it to mathematical identity and empty sets.
A reminder for developers to share their frontend knowledge, even basic tips, as no one can know every detail in the field.
A 26-hour live coding marathon featuring multiple Java developers streaming technical deep dives, interviews, and interactive coding sessions.
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 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.
An overview of Kafka's new KRaft mode, which removes the ZooKeeper dependency for metadata management and controller election.
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.
A tutorial on building a custom, synchronized image gallery in React Native using react-native-snap-carousel and FlatList with React Hooks.