Skip to content
View cassandraoconnell's full-sized avatar
🀘
🀘

Block or report cassandraoconnell

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
cassandraoconnell/README.md

I'm a software engineer focused on building reliable and engaging web applications.

I love taking on new technical challenges and thrive on solving unique software problems. I architect applications to be built on a solid foundation, ensuring they run smoothly at scale while allowing for quick iteration. My expertise lies in front-end software architecture and performance optimization, but I have experience writing code across the stack.⚑

I love Rust, Typescript, React, and WebAssembly. I especially love putting all those things together!

Pinned Loading

  1. cassandra-oconnell-com cassandra-oconnell-com Public

    Personal site.

    TypeScript 1

  2. rustdown rustdown Public

    A CommonMark-compliant Markdown parser, written in Rust.

    Rust

  3. rust2wasm2web-basic rust2wasm2web-basic Public

    HTML

  4. rustml rustml Public

    An ongoing exploration into machine learning, all written in Rust.

    Rust 1

  5. Memory Safety in Rust Memory Safety in Rust
    1
    # Memory Safety in Rust
    2
    
                  
    3
    ## Prelude
    4
    
                  
    5
    ### Stack Data vs. Heap Data
  6. Object-Oriented Rust Object-Oriented Rust
    1
    # Object-Oriented Rust
    2
    
                  
    3
    1. [Objects](#objects)
    4
    2. [Constructors](#constructors)
    5
    3. [Encapsulation](#encapsulation)