Projects
A developer's portfolio of web development, SaaS, and security projects, including tools for email, domains, passwords, and recruiting.
A developer's portfolio of web development, SaaS, and security projects, including tools for email, domains, passwords, and recruiting.
Learn Rust by building a program that mimics the 'tee' command, following a project-based learning approach.
A developer's experience with Rust's modern tooling, highlighting the Cargo build system and its benefits for dependency management and deployment.
A developer's summary of their contributions to the Rust programming language during the IDA Summer of Code 2014, focusing on documentation and code fixes.
A developer's progress update on their ISOC (IDA Summer of Code) project, detailing work on code documentation, RFC proposals, and issue triage.
A Rust programming simulation of the classic Monty Hall probability problem, demonstrating the counter-intuitive odds.
A Rust developer shares an example of implementing Dijkstra's shortest path algorithm using the standard library's PriorityQueue.
A developer shares their experience and provides a step-by-step guide for making a first contribution to the Rust open-source project.
A developer plans their participation in the IDA Summer of Code, focusing on contributing to the Rust programming language.
A technical guide on how to properly call closures stored in a Rust Vec, addressing common borrowing and mutability errors.
A student's accepted application to the IDA Summer of Code program, where they will be paid to work on the Rust programming language.
Analyzes trends in modern programming languages, focusing on static typing and native compilation as key directions for scalable development.
A developer shares their experience implementing the 8-puzzle solver in Rust using A* and BFS algorithms, discussing language features and challenges.