React 18 Alpha is out! Now what?
React 18 Alpha release details: New Root API, Suspense features, and upgrade guide for developers.
React 18 Alpha release details: New Root API, Suspense features, and upgrade guide for developers.
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 talk on creating web maps using Django's GeoDjango module, from simple SQLite to complex PostGIS implementations.
A live coding session where developers debugged an image upload spinner issue in the Forem editor using browser tools.
A tutorial on using the R magick package and OCR to extract tabular data from images, specifically screenshots of data tables shared online.
Explores the State design pattern using the real-world example of ngrev, an open-source tool for reverse engineering Angular applications.
Explains how to use the Cast Single Message Transform in Kafka Connect to change data types of fields in Kafka messages.
A professor outlines plans for a new undergraduate data management course covering data models, reproducible workflows, and tools like R, SAS, and Python.
Announcing godocs.io, a community-maintained replacement for the sunsetting godoc.org Go documentation service.
A tutorial on using Dapr with .NET 5 to read secrets from local files and environment variables for development.
A technical guide on securing a Synology NAS with HTTPS using Let's Encrypt's DNS-01 challenge and AWS Route 53 for DNS management.
A defense of the SOLID principles in modern software development, arguing they remain essential for writing simple, maintainable code.
A developer shares lessons from Hacktoberfest 2020, including contributions to Azure Arc, K8Spin, and Dapr, and discusses the event's challenges.
Final part of a series on building a Swift HTTP framework, discussing abstraction layers and integrating generics like Codable.
A technical guide on setting up ksqlDB with embedded Kafka Connect to ingest CDC events from MS SQL Server using the Debezium connector via Docker Compose.
A technical guide on using Asciidoc's include directive within Hugo to embed external code snippets from sources like GitHub.
A software developer shares the start of a passion project to build a text-adventure game as a web app using F# and React/TypeScript.
A retrospective on the first virtual Serverless Days ANZ 2020 conference, covering event planning, speaker submissions, and key highlights.
A talk on implementing full-text search using only Django and PostgreSQL, presented at DjangoCon Europe 2020.
Explores the nuanced behavior of 'undef' values in LLVM IR, detailing permissible and non-permissible compiler transformations.