Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shramkoweb/portfolio
✨ My portfolio built with Next.js and more cool stuff
https://github.com/shramkoweb/portfolio
checkly cssmodules js markdown nextjs personal-website portfolio prisma react responsive retina sentry snyk swr tailwindcss typescript uptimerobot vercel
Last synced: about 1 month ago
JSON representation
✨ My portfolio built with Next.js and more cool stuff
- Host: GitHub
- URL: https://github.com/shramkoweb/portfolio
- Owner: Shramkoweb
- License: mit
- Created: 2018-11-20T16:52:41.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-29T00:04:00.000Z (about 2 months ago)
- Last Synced: 2024-10-01T03:06:35.595Z (about 2 months ago)
- Topics: checkly, cssmodules, js, markdown, nextjs, personal-website, portfolio, prisma, react, responsive, retina, sentry, snyk, swr, tailwindcss, typescript, uptimerobot, vercel
- Language: TypeScript
- Homepage: https://shramko.dev
- Size: 38.6 MB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Lint](https://github.com/Shramkoweb/Portfolio/actions/workflows/lint.yml/badge.svg)](https://github.com/Shramkoweb/Portfolio/actions/workflows/lint.yml)
![](https://api.checklyhq.com/v1/badges/checks/3a199b7e-6745-4ddd-b277-3d6df2f8146a?style=flat&theme=default&responseTime=true)
![](https://api.checklyhq.com/v1/badges/checks/3a199b7e-6745-4ddd-b277-3d6df2f8146a?style=flat&theme=default)
[![Maintainability](https://api.codeclimate.com/v1/badges/856e98b049fbf4dca86d/maintainability)](https://codeclimate.com/github/Shramkoweb/Portfolio/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/856e98b049fbf4dca86d/test_coverage)](https://codeclimate.com/github/Shramkoweb/Portfolio/test_coverage)# My personal portfolio and blog
This repo contains the source code for [shramko.dev](https://shramko.dev). - in progress
*Readme is also available in [Ukrainian](README.ua.md).* (in progress)
## Description
- [Next.js](https://nextjs.org/) - because it is evolving quickly, suits both developers and product needs and has an amazing support
- [markdown](https://www.markdownguide.org/) - because it is easy to use and widespread
- [markdown-to-jsx](https://probablyup.com/markdown-to-jsx/) - adds more flexibility to md allowing us to integrate complex custom React components in it
- [github actions](https://github.com/features/actions) - simple CI variant
- [Checkly](https://www.checklyhq.com/) - API & E2E monitoring platform for the modern stack making CI easier than ever before
- [Snyk](https://snyk.io/) - Find and automatically fix vulnerabilities in your code, open source dependencies, containers, and infrastructure as code.
- [SWR](https://swr.vercel.app/) - implementation strategy stale-while-revalidate
- [Prisma](https://www.prisma.io/) - simple and intuitive TypeScript ORM and Database Client.
- [Uptimerobot](https://uptimerobot.com/) - uptime monitoring service. Use it for Connection checks## Monitors
- [Status page](https://stats.uptimerobot.com/8lYYzuXNM9/792406216) - lifetime checker for my portfolio uptime ![Uptime Robot status Page](docs/uptime-robot.png)- [Dashboard]([https://portfolio-shramko.checklyhq.com/](https://portfolio-shramko.checkly-dashboards.com/?duration=30d)) this is where I run E2E tests and check build statuses ![Checkly monotor](docs/checkly.png)
## License
This app is an open-source project released under the [MIT License](https://github.com/Shramkoweb/Portfolio/blob/develop/LICENSE).