Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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!
`
}
```