https://github.com/georgeosddev/resume
https://github.com/georgeosddev/resume
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/georgeosddev/resume
- Owner: georgeOsdDev
- License: 0bsd
- Created: 2021-05-06T07:48:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T11:37:04.000Z (5 months ago)
- Last Synced: 2025-01-07T13:03:10.190Z (5 months ago)
- Language: TypeScript
- Homepage: https://blog.toshida.org/
- Size: 6.34 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Minimal Blog @ Azure Static Web AppsThis repository is [Gatsby](https://www.gatsbyjs.com/) project using [@lekoarts/gatsby-theme-minimal-blog](https://github.com/LekoArts/gatsby-themes/tree/master/themes/gatsby-theme-minimal-blog) theme.
Generated files will be hosted on [Azure Static Web Apps](https://azure.microsoft.com/en-us/services/app-service/static/)

### ⚡ Architecture
- [Azure Static Web Apps](https://azure.microsoft.com/en-us/services/app-service/static/) for static file hosting.
- [Azure Functions](https://docs.microsoft.com/en-us/azure/static-web-apps/add-api) for access counter api.
- [Azure Application Insights](https://docs.microsoft.com/en-us/azure/azure-functions/functions-monitoring) for monitor function.
- [Custom Domain](https://docs.microsoft.com/en-us/azure/static-web-apps/custom-domain) using [App Service Domains](https://docs.microsoft.com/en-us/azure/app-service/manage-custom-dns-buy-domain) and [Azure DNS](https://azure.microsoft.com/en-us/services/dns/).
- [Azure SQL Database](https://azure.microsoft.com/en-us/products/azure-sql/database/) with [Sequence Numbers](https://docs.microsoft.com/en-us/sql/relational-databases/sequence-numbers/sequence-numbers?view=sql-server-ver15) for data storage.### 🚀 Development
- VS Code and [Azure Static Web Apps (Preview) extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurestaticwebapps) as editor.
- [GitHub Actions](https://github.com/georgeOsdDev/resume/actions) for CI/CD.
- [Gatsby](https://www.gatsbyjs.com/) and [@lekoarts/gatsby-theme-minimal-blog](https://github.com/LekoArts/gatsby-themes/tree/master/themes/gatsby-theme-minimal-blog) theme for site template.
- [Jest](https://jestjs.io/) for testing.
- [Pretitter](https://prettier.io/) for linting.
- [MDX](https://mdxjs.com/) for writing content.