-
Supercomputing and Undergraduate Research at 18
Intro - During my second semester, I recieved an email regarding a search for qualified individuals to take on undergraduate research. The description of “Leveraging AI to determine the presence of ASD” immediately caught my eye. I’m incredibly passionate about helping those less fortunate to learn on a level equaling or surpassing their peer... 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