-
Supercomputing and Undergraduate Research at 18
Intro - During my second semester at Northern Illinois University, I saw a post regarding a search for qualified individuals to take on undergraduate research. The description, “Leveraging AI (Artificial Intelligence) to determine the presence of ASD”, immediately caught my eye. I am incredibly passionate about helping those less fortunate to... Read More
-
Sending Emails Programmatically with Cloudflare
Intro - In today’s digital landscape, personalized communication is key to engaging with your audience effectively. Programmatic emails offer a dynamic solution to this, allowing you to tailor content based on user behavior and preferences. In this guide, we’ll delve into the process of setting up programmatic emails using popular tools and t... Read More
-
Decimal Factorials with the Gamma Function in Rust
Intro - This article guides you through the process of creating a lightweight, zero-dependency Rust crate dedicated to computing decimal factorials using the Gamma Function. With a focus on simplicity and performance, we’ll explore the inherent power of Rust and the versatility of the Gamma Function to develop a standalone solution for facto... Read More
-
Creating a Multipart File Upload Server with Rust and Axum
Intro - In the fast-paced world of web development, crafting an efficient multipart file upload server is a skill worth mastering. This guide explores the fusion of Rust’s performance and safety with the asynchronous prowess of Tokio, along with the ergonomic web framework, Axum. Whether you’re a seasoned Rust developer or a newcomer, this ar... Read More