Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattmajestic/majesticcoding.com
Majestic Coding YT Channel in Go 🐹
https://github.com/mattmajestic/majesticcoding.com
golang htmx javascript socials youtube
Last synced: 29 days ago
JSON representation
Majestic Coding YT Channel in Go 🐹
- Host: GitHub
- URL: https://github.com/mattmajestic/majesticcoding.com
- Owner: mattmajestic
- Created: 2023-09-25T21:39:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-18T00:30:28.000Z (8 months ago)
- Last Synced: 2024-05-18T01:28:14.787Z (8 months ago)
- Topics: golang, htmx, javascript, socials, youtube
- Language: Go
- Homepage: https://majesticcoding.com/
- Size: 202 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# majesticcoding.com
Welcome to majesticcoding.com! This Go site uses templates with a Database Connection to Neon along with Clerk Authentication.
![Image of Gopher Interviwing](https://github.com/smithlabs/github-assets/blob/main/web/dancing-gopher-hello-world.gif?raw=true)
## Socials
🎥 **YouTube**: Watch my coding tutorials, projects, and more on my [YouTube channel](https://www.youtube.com/@majesticcoding/videos).
📚 **LinkedIn**: Connect with me on [LinkedIn](https://www.linkedin.com/in/matthew-majestic) to stay updated on my professional journey.
💻 **GitHub**: Explore my code and open-source projects on [GitHub](https://github.com/mattmajestic).
📝 **Consultations**: Book a consultation for any Full Stack work via [My Calendar](https://calendly.com/majesticcoding/30min?back=1&month=2024-05).
## Run with Kubernetes 📦
```
kubectl apply -f k8s-go.yaml
```## Run with Docker 🐳
```
docker compose up
```## Run with Terraform 🌍
```
go run terraform.go
minikube service majesticcoding-service
```
## Run with Go 🐹
```
go run main.go
```