UNO Platform - Build a Todo App - Part 4
Part 4 of a tutorial series on building a Todo app with the UNO Platform, focusing on adding created items to a view model collection.
Part 4 of a tutorial series on building a Todo app with the UNO Platform, focusing on adding created items to a view model collection.
A tutorial on setting up and running Laravel 9 within a Docker environment, covering Artisan, Redis, and controllers.
A technical guide on configuring BGP filters on Juniper SRX devices to control route advertisements, specifically for an AnyCast DNS setup.
An in-depth look at generics in PHP, covering their use beyond collections and how static analyzers implement them via docblocks.
Explains the Web Storage API, focusing on synchronous key/value storage using localStorage and sessionStorage for browser-based data.
A talk on creating interactive web maps using Django and its GeoDjango module, covering geospatial data storage and queries.
Explores two methods for estimating JSON serialization size in .NET: a 100% accurate LengthOnlyStream and a faster, approximate JsonEstimator.
Explains using an LDAP Proxy with AD LDS to authenticate legacy applications during Active Directory migrations without rewriting them.
Explains how Core Web Vitals apply to Single-Page Applications (SPAs), highlighting measurement gaps and optimization strategies like SSR.
A developer shares his favorite productivity apps for 2022, including Obsidian, Centered, Cron, and todometer.
A technical guide on using AWS Spot Instances with Hugging Face Transformers on Amazon SageMaker to reduce machine learning training costs by up to 90%.
An introduction to generics in PHP, explaining what they are, why PHP lacks them, and their potential future in the language.
A talk from Python Web Conference 2022 on how to maximize Django's potential by engaging with and contributing to its open-source community.
Analyzes the downsides of exhaustive testing in The Composable Architecture (TCA), arguing it leads to fragile tests and violates TDD principles.
Explores using sparse linear algebra to speed up Bayesian inference for linear mixed models and generalizations, with a focus on Python/JAX prototyping.
A developer's first experience trying OData, describing it as 'REST on steroids' and comparing it to standard REST APIs and GraphQL.
A technical guide on how to make a Go application block and wait for a Ctrl+C interrupt signal using the os/signal package.
A guide to using an Azure DevOps pipeline to populate an Azure File Share with scripts/templates, including workarounds for PowerShell cmdlet limitations.
A guide to debugging and inspecting files in iOS apps using the Files app and Xcode's container download feature.
A technical guide on building a secure code execution sandbox using Azure Durable Functions and Container Instances to run user-submitted C# code.