Codemotion Italian Edition 2022
A talk on creating interactive web maps using Django and its GeoDjango module, covering geospatial data storage and queries.
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.
An introduction to generics in PHP, explaining what they are, why PHP lacks them, and their potential future in the language.
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%.
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.
A technical guide explaining the Trie data structure, its implementation in C#, and its advantages for autocomplete and search operations.
Explores the difference between high-level intent and low-level requirements in software engineering and how to effectively navigate between them.
A technical guide on simulating spot node eviction in Azure Kubernetes Service (AKS) to test application resiliency, using Terraform for deployment.
Explains two methods to access a cookie's expiration value on the server, which browsers normally don't send.
Go 1.18 introduces major features like generics, the strings.Cut method, and workspaces for multi-module development.