RxSwift @ NSMeetup
A beginner's talk on reactive programming with RxSwift, explaining core concepts and sharing demo resources.
A beginner's talk on reactive programming with RxSwift, explaining core concepts and sharing demo resources.
Developer introduces iss-observer.com, a web app for ISS sighting notifications with weather filtering and performance insights.
Announcing a public lecture series honoring statistician Ross Ihaka, featuring talks on statistical computing, data visualization, and data journalism.
Gnocchi 3.1 release notes highlight major new features including modularized REST API auth, performance improvements, and new storage architecture.
A guide to implementing Content Security Policy (CSP) headers in ASP.NET Core applications to control resource loading and enhance security.
A guide to creating a custom Visual Studio Code extension for extracting and managing JavaScript annotations, covering setup and command integration.
Explores statistical scenarios where the bootstrap resampling method fails to provide accurate variance estimates or confidence intervals.
Argues that Shadow IT, often seen as a risk, can be a valuable incubator for digital transformation and agile practices within organizations.
A developer shares 10 reasons for switching from Angular to React, focusing on React's benefits as a view library.
Explains how to use Azure Application Insights telemetry processors to filter, sample, and enrich server-side telemetry data before it's sent to the backend.
Explains the CSS3 calc() function, its advantages over pre-processors, and practical usage examples for dynamic CSS values.
Argues against adding an Elvis operator (?.) to Java for null safety, claiming it harms correctness without a non-nullable type system.
A guide to creating a custom Ember service for managing a current user's data using JWT authentication with Ember Simple Auth.
Explores how the Zig language uses 'comptime' to blend compile-time and run-time execution, enabling powerful generics and type-safe metaprogramming.
A tech leader shares his core management philosophy: be a multiplier for your team and reduce friction to help engineers succeed.
An experiment implementing Angular's dependency injection mechanism in React, exploring how DI concepts work across frameworks.
A developer explains why C remains their favorite language, highlighting its simplicity, stability, and close mapping to hardware.
An open source maintainer discusses the meaning and impact of the phrase 'patches welcome,' contrasting dismissive uses with constructive contributor engagement.
Explains how to define Laravel Artisan console commands using closures in the routes/console.php file, a new feature in Laravel 5.3.
A tutorial on using .NET Core and Roslyn for basic code generation, demonstrating namespace replacement in C#.