diff --git a/assets/thumbnails/ramble.png b/assets/thumbnails/ramble.png new file mode 100644 index 0000000..3a9c2c1 Binary files /dev/null and b/assets/thumbnails/ramble.png differ diff --git a/content/projects/hello-world.md b/content/projects/hello-world.md deleted file mode 100644 index 66d1737..0000000 --- a/content/projects/hello-world.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: "Hello World!" -date: 2023-10-15 20:25:14.038 +0100 -thumbnail: /img/fof.png ---- - -# Hello World! -Eyy *Finger Guns* diff --git a/content/projects/hello-world2.md b/content/projects/hello-world2.md deleted file mode 100644 index 12ff884..0000000 --- a/content/projects/hello-world2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Hello World!" -date: 2023-10-15 20:25:14.038 +0100 ---- - -# Hello World! -Eyy *Finger Guns* diff --git a/content/projects/monq.md b/content/projects/monq.md index fd9674a..b197868 100644 --- a/content/projects/monq.md +++ b/content/projects/monq.md @@ -2,7 +2,7 @@ title: "Monq" date: 2023-10-25T14:44:18+01:00 thumbnail: /img/fof.png -tags: ["unreal","c++"] +tags: ["unreal","c++","games"] --- Monq is my most complete game project. I made it in my second year of university with some friends, and we were going to use it to form a successful diff --git a/content/projects/ramble.md b/content/projects/ramble.md new file mode 100644 index 0000000..d5c3795 --- /dev/null +++ b/content/projects/ramble.md @@ -0,0 +1,16 @@ +--- +title: "Ramble" +date: 2023-11-07T14:46:17Z +thumbnail: /thumbnails/ramble.png +tags: ["javascript","react","nodejs","docker","dynamodb","janus","web-development"] +--- + +Ramble was a web project I created during my master's degree to create a startup. In this project, I was the CTO and built a website that allowed users to stream their podcasts live and accept call-ins in a similar vein to talk shows! I learnt the entire JavaScript web development stack from React to audio streaming to DevOps in order to make it a reality. + +It also had chatroom functionality with the ability to re-stream to audiences much like other apps that came out in the time since, such as Clubhouse. + +During the project's lifespan of just under two years, I mostly worked on creating the streaming functionality of the project and managing how the project was designed to function behind the hood when it was deployed. I learned a ton about how web deployment works during this time allowing me to work on web development modules in the Games Academy at Falmouth University today. + +Here's a demo of the project I took before we moved on. + +{{< video "/projects/ramble/ramble.mp4" >}} diff --git a/content/projects/university-graphics-project.md b/content/projects/university-graphics-project.md index 2140924..e5f9922 100644 --- a/content/projects/university-graphics-project.md +++ b/content/projects/university-graphics-project.md @@ -2,7 +2,7 @@ title: "University Graphics Project" date: 2023-10-25T11:56:20+01:00 thumbnail: /thumbnails/uni-graphics.png -tags: ["c++", "opengl", "glsl","cmake", "3d maths"] +tags: ["c++", "opengl", "glsl","cmake", "3d maths","games"] --- {{< video "/projects/videos/uni-graphics.mp4" >}} diff --git a/static/projects/ramble/ramble.mp4 b/static/projects/ramble/ramble.mp4 new file mode 100644 index 0000000..adf0298 Binary files /dev/null and b/static/projects/ramble/ramble.mp4 differ