PyCon Italia 2024
A talk from PyCon Italia 2024 exploring the various ways developers can contribute to the Python community and its ecosystem.
A talk from PyCon Italia 2024 exploring the various ways developers can contribute to the Python community and its ecosystem.
Explores GPT-4o, OpenAI's new multimodal AI model that processes text, images, and audio, now available in preview on Azure AI.
A recap of the Nutanix .NEXT 2024 conference, covering key announcements like NXRail, Nutanix Central GA, and Project Beacon, along with technical breakout sessions.
A developer recounts their month-long project to create Bunnix, a Unix-like operating system for x86_64, detailing its features and components.
Explains why certain exception instances like OutOfMemoryException are pre-allocated in .NET memory dumps, even in simple applications.
Summary of Microsoft Build 2024 keynote on AI transformation, from information access to actionable expertise, featuring Microsoft Copilot.
A data professional shares their curated list of data tech blogs and explains their return to using RSS feeds to stay current in the field.
A developer shares their experience speaking at the AWS Summit Singapore 2024, covering topics like Amazon EKS and AWS Network Firewall.
Explores experimental cross-validation methods for complex survey data using replicate-weight decompositions to respect sampling structure.
A developer recounts how a forgotten DNS record allowed someone to hijack a subdomain via an abandoned S3 bucket, discovered only through Google Analytics alerts.
A podcast discussion on the drawbacks of cross-platform mobile development and arguments for prioritizing native app development for better performance.
Pulumi now integrates with Azure Deployment Environments, allowing enterprise developers to define and deploy cloud infrastructure using Pulumi IaC.
A technical guide on manually deploying Azure Stack HCI, covering prerequisites, hardware requirements, and initial setup steps.
Explores a potential bug in Xcode where SwiftUI preview code and assets may not be properly excluded from App Store builds, recommending #if DEBUG checks.
Explains the differences between .NET's MemoryCache, DistributedCache, and the new HybridCache, including their use cases and code examples.
An article exploring science-based games and interactive 'explorable explanations' as engaging alternatives to traditional teaching methods.
A step-by-step guide to upgrading PostgreSQL from version 15 to 16 on Ubuntu 24.04, covering cluster management and commands.
A talk from PyCon US 2024 exploring the many ways to contribute to the Python community, from coding to community involvement.
Exploring CSS Relative Colors to generate accessible text colors, comparing it to the upcoming contrast-color() function and discussing tradeoffs.
A guide on using the httpgenerator tool to automatically create HTTP request files from a Swagger/OpenAPI definition for easier API testing.