HTTP in Swift, Part 18: Wrapping Up
Final part of a series on building a Swift HTTP framework, discussing abstraction layers and integrating generics like Codable.
Final part of a series on building a Swift HTTP framework, discussing abstraction layers and integrating generics like Codable.
Explains what a CNAME record is in DNS, describing it as an alias that maps one domain name to another canonical domain.
Explains how Kubernetes uses iptables to route service traffic to pods, with a hands-on Linux networking tutorial.
Explains why pre-flight network checks are flawed in iOS and recommends using Apple's Adaptable Connectivity APIs for better reliability.
Explains how Docker uses iptables to forward ports from the host to containers, detailing network namespace configuration.
A guide to fixing browser issues when connecting to public WiFi, using a terminal command to find the router login page.
Explains how Docker and Kubernetes use Linux network namespaces and virtual interfaces to create unique IP addresses for containers and pods.
A tech professional compares virtual and in-person tech conferences, arguing that the social and networking aspects of physical events are irreplaceable.
Announcing the charity book 'Swift for Good', featuring chapters from 20 authors on Swift programming, with proceeds supporting Black Girls Code.
Explains how domain names work, the role of DNS, and the step-by-step process a browser uses to translate a domain into an IP address to load a website.
A guide to 'Game Networking', an interactive method for meeting people at tech conferences, with a focus on machine learning events.
A preview of Lucidlink and ExtraHop's cloud-focused products ahead of their Cloud Field Day 6 presentations.
A tutorial on using Apple's Combine framework with URLSession to make HTTP requests and parse JSON responses in Swift.
A beginner-friendly, visual guide to understanding Linux iptables, focusing on packet flow and core concepts before diving into commands.
The Day Two Cloud podcast moves to its own dedicated channel, focusing on operating cloud infrastructure beyond initial deployment.
A technical guide on building a basic HTTP web server from scratch using Node.js, covering sockets, request parsing, and response handling.
Practical advice for first-time tech conference attendees on networking, engaging with speakers, and making the most of the event agenda.
The author's IT blog wins 'Best Analysis' in the IT Blog Awards, thanking voters and highlighting other category winners.
Fixing Docker build network issues by using iptables to manage ephemeral source port ranges for containerized builds.
A developer recounts a frustrating two-day debugging journey caused by a Docker configuration issue, highlighting the importance of sane defaults in software tools.