Blogs
Computer Networking: A Top-Down Approach
Ken Fowler
-
Fri Nov 01 2024
I'm learning more about computer networking. It's an interesting topic and understanding networking concepts comes in handy when hosting web applications.
The sitemap.xml file
Ken Fowler
-
Tue Oct 08 2024
A sitemap.xml file is a structured XML document that helps search engines efficiently index a website's URLs. It’s particularly useful for large sites, new sites, frequently updated content, and sites with poor internal linking or multimedia content.
The robots.txt file
Ken Fowler
-
Mon Oct 07 2024
The robots.txt file is a tool for web administrators to control how web crawlers interact with their site. Learn about potential use cases for the file and methods for verifying its working.
Supabase limts access to SMTP service
Ken Fowler
-
Mon Sep 30 2024
Learn how to configure a custom SMTP service with AWS SES and Supabase to maintain email authentication after Supabase's changes to their default email provider. This guide provides an overview of domain setup, SMTP configuration, and integrating it with Supabase.
What is a File?
Ken Fowler
-
Thu May 30 2024
Part 1 of a deep dive into how files are sent across a network by a web application. Let's start with understanding files.
NextJS Loading UI and Streaming
Ken Fowler
-
Fri Oct 13 2023
Enhance your user experience and performance by using streaming and a loading UI in NextJS.