https://github.com/mxvsh/pocs
Proof of concept projects
https://github.com/mxvsh/pocs
Last synced: 2 months ago
JSON representation
Proof of concept projects
- Host: GitHub
- URL: https://github.com/mxvsh/pocs
- Owner: mxvsh
- Created: 2025-03-25T19:45:14.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T20:38:00.000Z (12 months ago)
- Last Synced: 2025-03-25T21:30:05.079Z (12 months ago)
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proof of Concepts
This repository contains a collection of proof of concepts that I've been working on.
Each proof of concept is stored in its own separate branch. You can switch between branches to see the different proof of concepts.
---
## S3 Streaming
[Check out the branch](https://github.com/mxvsh/pocs/tree/s3-streaming)
This is a simple proof of concept for streaming a file to S3 directly from a browser but through a Node.js backend.
---
## Emoji to Art
[Check out the branch](https://github.com/mxvsh/pocs/tree/emoji-to-art)
This is a simple proof of concept for converting an emoji to an ASCII art.
---