A finger client
A technical article about implementing a finger protocol client in a custom language, exploring its networking stack and design.
A technical article about implementing a finger protocol client in a custom language, exploring its networking stack and design.
A curated list of innovative, engineering-focused tech companies based in New York City, highlighting their products and technical challenges.
A technical exploration of how .NET, NuGet, and other tools can be exploited to create a software supply chain attack, using a demo package as an example.
A developer explains why they switched their site hosting back to GitHub Pages from Netlify due to DNS issues, certificate problems, and build time limits.
A technical guide on using AWS Route53 wildcard subdomains with the AWS CDK to route multiple subdomains to a single frontend deployment.
Explains what a CNAME record is in DNS, describing it as an alias that maps one domain name to another canonical domain.
Final guide in a Django deployment series covering domain setup, DNS configuration with Cloudflare, and SSL for a production web app.
How to use Cloudflare's free services to simplify DNS, SSL, and CDN setup for web developers.
A beginner's guide to DNS, explaining how to set up domain names, A records, and CNAMEs for your website.
A developer shares their experience migrating personal projects to Netlify, focusing on domain management and a simpler, server-side analytics alternative to Google Analytics.
Andy shares a technical tip about improving DNS resolution by pushing domain nameservers to Netlify, along with an introduction to his work.
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.
Guide to configuring Docker containers to resolve private AWS Route53 DNS names by setting the VPC DNS server for the Docker daemon.
A technical guide on setting up and using Cloudflare's DNS over HTTPS service, including command-line examples and local server configuration.
Explains how to use Consul service tags for traffic routing, version management, and service discovery in distributed systems.
Learn how to use AWS CloudFormation custom resources to create Amazon Route 53 DNS records across different AWS accounts in a multi-account setup.
Explains how to use Open DNS as a resilient DNS resolver during major DNS outages, with configuration instructions.
A guide on migrating DNS management to Microsoft Azure DNS, covering setup, benefits, and technical details for improved reliability and performance.
A PowerShell script tutorial for resolving hostnames from a CSV file to track DNS record updates.
A guide on setting up wildcard subdomains in Laravel Forge to serve multiple subdomains from a single Laravel application.