Scarious’ Portfolio
This is purely for use with job applications, I am not for hire.
Info
Github
https://github.com/nottirb
Discord
Scar#5000
Email (forwards to my primary email)
nottirbcontact@gmail.com
Experience
Contracted Software Engineer
May 2022 - Present
ForAllSecure, Inc.
- Enhanced the security of mission-critical open source software maintained by companies like Mozilla and Google through the implementation of Fuzz Testing in C, C++, Python, Go, and Rust
- Optimized the performance of automated testing systems by profiling and improving fuzz harnesses
- Found and reported 17 defects that could potentially lead to new zero-day exploits
- Wrote code that processes large volumes of input data to identify errors in software
- Awarded $20,000 for my help in securing under-tested and mission-critical open source software
Lead Developer
May 2021 - December 2021
DouTap Ltd
- Leveraged Github Actions and existing Roblox Cloud Infrastructure to build and deploy software to more than 1,000,000 monthly active users
- Implemented LiveOps to significantly increase KPIs and achieve nearly 100% growth in revenue and monthly active users over a 3-month period
- Wrote complex game systems using Lua, Rojo, and Github, successfully scaling a game to over 200,000,000 total play sessions
Education
Bachelor of Computer Science
May 2020 - Present
Arizona State University: Barrett
GPA: 3.83, Dean’s list 4 semesters.
Bachelor of Mathematics
August 2020 - Present
Arizona State University: Barrett
GPA: 3.83, Dean’s list 4 semesters.
Projects/Demos/Contributions
Geometry Dash
This was created in 36 hours for a competition
Roblox User Inventory API
Allows you to get a compiled list containing created clothing/gamepasses that are currently on sale by a user, along with information on their username and whether you can see their inventory or not. Built using Node.js, Express.js, and Docker.
Example response:
{
"Username": "Scarious",
"CanViewInventory": true,
"Clothing": [
{
"ID": 1087041986,
"Price": 200
},
{
"ID": 2210096025,
"Price": 5
}
],
"Gamepasses": [
{
"ID": 33215803,
"Price": 1
}
]
}
Volcano Game
Gameplay:
Fusion (Declarative UI framework)**
- Github Repo
- My contributions:
-
Actively reviewing pull requests
-
Reworked how table mutations occur, breaking it into 3 separate methods.
-
Revamped parts of the existing CI pipeline to provide more detailed error reporting
-
Increased unit testing coverage
-
Catalog UI demo (using Fusion, and some custom libraries):
Settings UI demo (using Fusion, Hoarcekat, and some custom libraries):
Painting Game
Basic gameplay:
Stress test:
CSGO Movement System
Iron Seas*
- Game link
- My contributions:
-
Built and deployed a component-based UI system, allowing developers to quickly create and deploy various UI elements with a focus on reusability.
-
Proved the capability of this system by building and animating the initial UI state of Iron Seas, the UI that I originally built has since been slightly modified to fit the evolving needs of the Iron Seas team after my departure.
-
Battlefront
FPS demo*
- My contributions:
- Everything you see (coding wise) with the exception of the bullet projectiles
Flight demo
Disclaimers:
* - This was a collaborative work. See “Experience” for more information.
** - This is an open source project that I have contributed to.