by matt | May 15, 2026 | Blog
Most people first hear about Codex as a coding assistant. That makes sense. It can read a codebase, explain a bug, write a patch, run tests, and leave behind a clear summary of what changed. But that is only one slice of what makes tools like Codex useful. The more...
by matt | Aug 1, 2024 | Blog
Becoming a Google Workspace Reseller with Ingram Micro: A Comprehensive Guide Introduction As a long-time reseller of Google Workspace, navigating the recent changes implemented by Google has been a daunting task. The shift from direct sales via the Partner Sales...
by matt | Jul 13, 2024 | Blog
Outlook Online Archive, also known as In-Place Archive or Exchange Online Archive, is an online mailbox accessible only with an internet connection. This feature helps you store older emails in a separate mailbox, freeing up space in your primary mailbox and improving...
by matt | Sep 8, 2023 | Blog
File uploading in the context of a web server involves a series of steps, some of which are interconnected and some that work independently. Let’s delve into the process: Form Submission A user selects a file via the file input element on the form. Upon form...
by matt | May 6, 2023 | Blog
Sending emails from web applications is a common task, but when working on or testing systems with real email addresses, it’s important to prevent recipients from receiving unintended emails, especially if real data is being used. In this blog post, I’ll...
by matt | May 1, 2023 | Blog
Responsive web design is crucial in website development, enabling websites to adjust to various screen sizes and devices. This approach ensures that website content is easily accessible and readable, providing a better user experience, increasing mobile traffic, and...