The official repository for poschuler.com, the personal platform and professional portfolio of Paul Osorio Schuler, Software Engineer & MBA.
This site is built to be a client-centric solution, showcasing robust Software Architecture patterns and practical applications of cloud technologies (with an emphasis on Azure integration).
This repository serves two primary purposes:
- Codebase: The source files for the Cloudflare Worker application, front-end assets, and deployment configuration.
- Content: The original articles, blog posts, and the professional resume.
- Platform: Cloudflare Workers (High-performance global deployment)
- Database: Cloudflare D1
- Storage: Cloudflare KV
| Component | Technology | Purpose |
|---|---|---|
| Platform | Cloudflare Workers | High-performance, globally distributed deployment (Edge Computing). |
| Front-end | React | Component-based UI library for creating dynamic and maintainable user interfaces. |
| Routing | React Router v7 (Framework Mode) | Efficient, framework-style routing for managing application state and navigation. |
| Styling | Tailwind CSS | Utility-first CSS framework for rapid, consistent, and maintainable styling. |
| Data Storage | Cloudflare D1 | Serverless SQL database for persistent, structured data (e.g., blog metadata). |
| Key-Value Store | Cloudflare KV | Key-Value store for fast, globally consistent storage (e.g., caching or simple content). |
Due to the nature of this repository containing both code and original creative content, Dual Licensing is applied to ensure proper attribution and reuse terms for all assets.
The underlying software (all configuration files, build scripts, templates, and Worker JavaScript/TypeScript) is licensed under the MIT License.
You are free to use, modify, and distribute the code, provided you include the original copyright and license notice.
- See the full license text in the LICENSE file.
All original textual content, including articles, blog posts, and explanations, is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.
This means you are free to share and adapt the content, provided you:
-
Attribute the work to Paul Osorio Schuler.
-
Use it for Non-Commercial purposes.
-
View the full legal terms here: CC BY-NC 4.0