Being available: The secret to great leadership
An engineering leadership article arguing that being available and building strong team connections is a crucial, often overlooked leadership skill.
An engineering leadership article arguing that being available and building strong team connections is a crucial, often overlooked leadership skill.
Explains the practical maximum TCP packet size, considering MTU limits, headers, and fragmentation, to be 1460 bytes.
A tutorial on using the SwiftHttp library to build async HTTP API clients in Swift, featuring async/await support and request handling.
Explains SSH (Secure Shell), its purpose for secure remote computer connections, and how to generate and use SSH keys.
A developer documents their journey of implementing a basic SMTP server in Go to receive emails from Gmail, covering DNS setup and firewall configuration.
A guide to building a custom YANG Browser for the Nokia SR Linux platform to navigate and search its complex data models.
Explores using Swift's async/await for lightweight dependency injection and easier unit testing of asynchronous networking code.
A technical deep dive into the Linux 'ip netns add' command, exploring how it creates and manages named network namespaces.
A step-by-step tutorial on building a simple HTTP web server in C, covering socket programming and the basics of the HTTP protocol.
Explains the TCP three-way handshake, its role in reliable network communication, and its technical details for developers.
A first look at Azure Virtual Network Manager (AVNM) in preview, covering its scope, deployment, and connectivity configuration options.
Guide on using public IPs from a public IP prefix for LoadBalancer services in Azure Kubernetes Service (AKS).
Overview of the updated Azure App Service networking features in the portal, including access restrictions, private endpoints, and dedicated IPs.
A guide to selecting the correct Pod IP address range size for a Google Kubernetes Engine (GKE) Autopilot cluster, including calculations and best practices.
Compares the closed federation model of IRC networks to the open federation of ActivityPub-based services like Mastodon.
A technical article about implementing a finger protocol client in a custom language, exploring its networking stack and design.
A developer's monthly update focusing on a private programming language project, seeking experienced contributors for cryptography, date/time, and networking tasks.
Explores the technical differences between network bridges and switches, based on insights from a data center tour and networking fundamentals.
A guide to unlocking hidden network and Wi-Fi capabilities on early Elegoo Mars resin 3D printers by modifying the firmware.
A technical guide on building a basic web server in Python using low-level socket programming and understanding network I/O.