Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgjules/mgjules
Old version of my website using Astro, UnoCSS & EdgeDB!
https://github.com/mgjules/mgjules
astro deprecated edgedb github-readme-profile unocss
Last synced: about 1 month ago
JSON representation
Old version of my website using Astro, UnoCSS & EdgeDB!
- Host: GitHub
- URL: https://github.com/mgjules/mgjules
- Owner: mgjules
- Created: 2022-04-11T08:12:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T06:32:12.000Z (over 1 year ago)
- Last Synced: 2024-10-28T14:50:30.004Z (3 months ago)
- Topics: astro, deprecated, edgedb, github-readme-profile, unocss
- Language: Astro
- Homepage:
- Size: 3.16 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Github Banner](https://newrelic.com/sites/default/files/2021-04/golang-gopher.jpg)
```golang
package mike// Intro returns a brief introduction.
func Intro() string {
return `
Hello world!Since 2005, when I wrote my first line of code in DarkBASIC, I've been hooked on programming!
Throughout school and college, I jumped on projects to learn and grow as a developer. From there,
I specialized in Go, becoming a proud Gopher at heart.
I've worked on various projects, big and small, from monoliths to microservices.Excited about Go and emerging tech? Let's chat!
`
}
```