Created by: Michael Montanaro
View Demo
Β·
Report Bug
Β·
Request Feature
Table of Contents
"My Sandbox on the Web" is a personal portfolio that brings together my work as a software developer and academic. It serves as a central hub for showcasing my projects, research, and other contributions throughout my career.
This repository includes highlights of my software development journey, from personal projects to larger initiatives, as well as academic papers and research that have informed my approach to problem-solving and technology.
The goal is simple: to document and share my progress while providing a snapshot of my skills and experiences in one place. Whether you're here to explore my software projects or academic work, I hope you find something of interest.
Let me know if you'd like any further tweaks!
For interacting with the demo: Check out the website!
For interacting with the code:
- Clone and navigate into the repo with:
git clone https://github.com/montymi/blog.git
cd blog
- Install dependencies
npm install
- Run development server for testing
npm run dev
- Build app for production server
npm run build
"My Sandbox on the Web" is divided into three main sections: Discography, Library, and Activity, each offering a unique way to explore my journey as a developer and academic.
The Discography takes you on an audio-driven walkthrough of my projects, styled like a musical catalog. Each entry is crafted to give you deeper insights into the story behind the work:
- Singles: Bite-sized projects or experiments that showcase quick ideas or concepts.
- Episodes: Medium-scale projects, often part of a series, reflecting a deeper dive into specific topics.
- Albums: Comprehensive, larger-scale projects that represent significant milestones in my career.
The Library serves as a repository of my academic work and technical writing, including:
- Research papers and publications, complete with summaries and external links.
- Documentation and guides related to tools, frameworks, or methodologies Iβve explored.
- Notes and reflections that capture the thinking behind my work.
- Itβs the ideal place for a more in-depth look at my technical expertise and academic contributions.
The Activity section is a live feed of what Iβm currently working on, experimenting with, or learning about. Here, youβll find:
- Updates on ongoing projects and experiments.
- Prototypes and beta versions of ideas in progress.
- Personal insights and reflections about my process and challenges.
- This section keeps things fresh and offers a behind-the-scenes look at my development as a creator and researcher.
- Listen: Start with the Discography for an engaging overview of my work, guided by audio storytelling.
- Explore: Dive into the Library for a detailed understanding of my academic and technical background.
- Follow: Check the Activity feed for the latest updates and ideas Iβm exploring.
src
βββ components
β βββ Loading
β βββ Meta
βββ config
β βββ index.ts
β βββ it-jokes.ts
β βββ types.ts
βββ error-handling
β βββ fallbacks
β βββ index.tsx
βββ hooks
β βββ useOrientation.ts
β βββ useServiceWorkerNotifications.tsx
βββ pages
β βββ Activity
β βββ Discography
β βββ Library
β βββ NotFound
β βββ Welcome
βββ routes
β βββ Pages
β βββ index.ts
β βββ types.ts
βββ sections
β βββ Blog
β βββ Header
β βββ HotKeys
β βββ Notifications
β βββ Sidebar
β βββ SW
βββ store
β βββ hotkeys
β βββ notifications
β βββ sidebar
β βββ theme
βββ theme
β βββ Provider.tsx
β βββ themes.ts
β βββ types.ts
βββ utils
β βββ insertIf
β βββ loader
β βββ is-mobile.ts
β βββ reset-app.ts
β βββ sleep.ts
β βββ welcome.ts
βββ App.tsx
βββ main.tsx
βββ Root.tsx
- Add a FastAPI for sending new blog posts
- Continue adding projects to the Discography
- Continue various paper and presentation transfer to the Library
- Allow scrolling in the Welcome Page
- Design and upload the Activity Page
- Optimize PDF view on phone (using isMobile to show PDF as full-screen perhaps)
- Create a more interactive 3D environment for the Vinyl object
- Add audio files for all Published projects in the Discography
See the open issues for a full list of issues and proposed features.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.