Events Driven Architecture in iOS with MERLin
Explains Events Driven Architecture for iOS using MERLin, focusing on decoupling components, producers, listeners, and benefits like testability.
Explains Events Driven Architecture for iOS using MERLin, focusing on decoupling components, producers, listeners, and benefits like testability.
A reflective article exploring the philosophical and practical challenges of preventing software bugs, questioning what 'prevention' truly means.
Explores how multiple dispatch in Julia enables mathematically correct code, using complex number division as a key example.
A professor reflects on teaching new Machine Learning and Deep Learning courses at UW-Madison and showcases impressive student projects.
A professor reflects on teaching new Machine Learning and Deep Learning courses at UW-Madison and showcases student projects from those classes.
A guide to securely externalizing secrets like passwords in Kafka Connect configuration using KIP-297 and the FileConfigProvider.
A tutorial on using Azure Logic Apps to automate posting new Meetup event announcements into Microsoft Teams via Adaptive Cards.
Explores how GitHub redefined the concept of a 'fork' in git, contrasting it with traditional distributed version control workflows.
Analyzing tweet sentiment towards public figures using R, word embeddings, and logistic regression models to measure online negativity.
A technical guide on using the Twython library to upload videos longer than 30 seconds to Twitter via the chunked/async API.
An overview and comparison of six different open-source systems for running Python code directly within a web browser.
Explains how to delete a Kafka Connect connector by directly modifying its configuration topic when the REST API is unavailable.
Explores applying Domain Driven Design principles to identify and structure micro-frontends within complex web applications.
A developer details their migration from Jekyll to the Hugo static site generator, citing simpler setup and maintenance as key reasons.
Explains different methods to programmatically determine a file's MIME type in Java, including using the JDK's FileNameMap.
Introduces the WABS (Widget-Async-Bloc-Service) architectural pattern for scalable and testable state management in Flutter applications.
Author announces the release of a self-published, 240-page guide on Java Persistence API (JPA), covering fundamentals to advanced integration.
A tutorial on using SwiftGen to generate type-safe classes for accessing localized strings and assets in iOS/macOS projects.
A developer details his personal backup strategy using an external SSD and Backblaze cloud storage to automate backups and free up laptop space.
A tutorial on deploying a Node.js GraphQL API with a Postgres database to Google Cloud Run, Google's serverless platform.