diff options
Diffstat (limited to 'src/md')
| -rw-r--r-- | src/md/games_intro.md | 1 | ||||
| -rw-r--r-- | src/md/home_aboutme.md | 5 | ||||
| -rw-r--r-- | src/md/home_projects.md | 22 | ||||
| -rw-r--r-- | src/md/home_workexperience.md | 15 |
4 files changed, 25 insertions, 18 deletions
diff --git a/src/md/games_intro.md b/src/md/games_intro.md new file mode 100644 index 0000000..2d74b25 --- /dev/null +++ b/src/md/games_intro.md @@ -0,0 +1 @@ +Here are a collection of games I have either made myself or in collaboration with others. These games have all been made for a variety of platforms(Web, Desktop, N64) using a variety of technologies(Raylib, BGFX, a Self-Made Engine, Unity, Godot) using a variety of languages(C, Ruby, C#, GDScript) but they all share one thing in common: they are **fun to play** and **they all run right in your web browser!** Try them out! diff --git a/src/md/home_aboutme.md b/src/md/home_aboutme.md new file mode 100644 index 0000000..eefdb75 --- /dev/null +++ b/src/md/home_aboutme.md @@ -0,0 +1,5 @@ +# This is My Corner of the Web + +I am both a professional and hobbyist developer. In a professional setting I am able to adapt and utilize any tech stack required of me and I have successfully done so. Meanwhile in a hobbyist setting I tend to stick to Ruby and C as well as a bit of the common web stack technologies like JavaScript and HTML/CSS. However I do also enjoy venturing into new forays, exploring and learning new areas of technology. + +I hope you enjoy your stay here and don't forget to check out my playable games I have created! diff --git a/src/md/home_projects.md b/src/md/home_projects.md index 5bae8be..8fa62ca 100644 --- a/src/md/home_projects.md +++ b/src/md/home_projects.md @@ -1,18 +1,18 @@ -# Projects +# [Projects](https://github.com/realtradam) -## Game Holster - Ruby on Rails + React -**Web App for Uploading and Hosting Web Games - 2024**-**Present** +## [Game Holster - Ruby on Rails + React](https://malcz.com/games) +**Web App for Uploading and Hosting Web Games** — 2024 - Present -- Still a WIP -- Frontend is temporarily this page for now -- its gonna have its own thing eventually +- Developed a full-stack application for uploading and serving web games made with Unity, Godot, and other engines. +- Assembled a Continuous Integration pipeline with a self-managed VPS by utilizing Github, Docker, Caprover, and Cloudflare. Merging into the Main branch automatically triggers a build which deploys the app to production. +- Implemented authentication and authorization flow from scratch(no additional gems or libraries) with Github OAuth. -## Some other project -**its a thing** +## [FelECS Pure Ruby Engine Agnostic ECS Framework](https://github.com/realtradam/FelECS) +**Pure Ruby Engine Agnostic ECS Framework** — May 2021 - Feb 2022 -- yap -- yap -- yap +- Developed a complete engine agnostic game development framework in pure Ruby allowing it to be used with any Ruby based game engine(Ruby2D, Gosu, DragonRuby). +- Achieved complete test coverage, ensuring that the code will work as expected and desired. +- Created comprehensive and detailed documentation explaining how to use every single feature in a well organized and easy to read document. ## Some third project **its a thing** diff --git a/src/md/home_workexperience.md b/src/md/home_workexperience.md index d8b5508..8e9ffe2 100644 --- a/src/md/home_workexperience.md +++ b/src/md/home_workexperience.md @@ -1,10 +1,11 @@ # Work Experience -## IFSE - Developer/IT +## IFSE — Developer/IT -**June 12, 2023 - Present** -- Validated website migration project -- Assisted with meeting compliance for Cyber Security Canada Certification - - Patched and modified main WordPress website in order to reach security compliance(according to ZAP scanner) - - Administrated computers and servers company wide to ensure compliance -- add waaaaaay more yap +**June 2023 - Present** +- Achieved Canada Cybersecurity Certification compliance by addressing several hundred issues raised by Zed Attack Proxy +scanner as well as assisting with ensuring cyber security documentation is up to date. +- Sole administrator of the IFSE WordPress site, adding new functionality and updating styling and content. +- Assisted in migrating website to a new version and theme by identifying and addressing over 400 issues in the new site. +- Administrated over 50 windows PCs and several Printers, ensuring they are running smoothly and fixing any issues as they arise thus ensuring a smooth experience for coworkers. +- Created documentation for a complex and undocumented MSSQL database allowing for easier and faster debugging of issues that arise. |
