https://github.com/miry/talks
My slides and content for presentations
https://github.com/miry/talks
Last synced: about 1 year ago
JSON representation
My slides and content for presentations
- Host: GitHub
- URL: https://github.com/miry/talks
- Owner: miry
- License: lgpl-3.0
- Created: 2020-04-01T10:34:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T22:24:53.000Z (over 5 years ago)
- Last Synced: 2025-02-16T14:25:32.197Z (over 1 year ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Talks
My slides and content for presentations
* [2020.04.02 Intigrate Sentry in GO](https://miry-talks.herokuapp.com/go-gin-sentry/go-gin-sentry.slide)
## Development
### Heroku
Install Heroku client before use
```shell
$ brew bundle
```
Create a new application
```shell
$ heroku create miry-talks
Creating ⬢ miry-talks... done
https://miry-talks.herokuapp.com/ | https://git.heroku.com/miry-talks.git
$ heroku stack:set container
```
Deploy a new release
```shell
$ git push heroku master
```