Skip to content
View brendandagys's full-sized avatar
⌨️
Currently building something in Rust or C
⌨️
Currently building something in Rust or C

Block or report brendandagys

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
brendandagys/README.md

Hi, I'm Brendan 👋

  • 🔭 I’m currently learning about compilers and sharpening my C skills
  • 👯 I’m open to collaborating on cool projects
  • 💬 Ask me about why I like Rust so much
  • 🤔 I’m still looking for help with exiting Vim
  • 📫 How to reach me: brendandagys@gmail.com, or on my Website: brendandagys.com

Pinned Loading

  1. Text-Editor-Rust Text-Editor-Rust Public

    A text editor inspired by Rust, with search, syntax highlighting, and some Vim keybindings.

    Rust

  2. C-compiler C-compiler Public

    A C compiler, written in C. Lexes program tokens, parses them into an Abstract Syntax Tree using Pratt parsing, and generates x64-64 assembly code. Reference: https://github.com/DoctorWkt/acwj/tree…

    C

  3. Systems-Programming-on-Linux-with-C Systems-Programming-on-Linux-with-C Public

    Exploring various system programming concepts related to Linux and the C programming language. Includes I/O and more.

    C

  4. AWS-Architecture-for-React-TypeScript-Deployment-with-S3-Fargate AWS-Architecture-for-React-TypeScript-Deployment-with-S3-Fargate Public

    Contains three CloudFormation templates that you can use to deploy your TypeScript React application on AWS with, Fargate, S3, CloudFront, and many other services.

  5. Rust-A-20-Minute-Introduction-Presentation Rust-A-20-Minute-Introduction-Presentation Public

    A presentation I gave at a DevTricks August 2022 meetup organized by Rentsync. Spoke about the Rust programming language: what it is, what it's used for, its benefits, and key concepts. Live-coded …

  6. CPP-Drills CPP-Drills Public

    Following my study of the book Programming: Principles and Practice Using C++, by the creator of the language, Bjarne Stroustrup. Most chapters have a challenging drill at the end that does a great…

    C++