Hacker Newsnew | past | comments | ask | show | jobs | submit | bodokaiser's commentslogin

In case you see any strange console output when using node packages or CLI, in particular, if you see "LIBERY LIBERY LIBERTY". It is probably due to a bad reload of the colors package. Can be fixed by pinning the dependency to 1.4.0 by adding "resolutions": { "colors": "1.4.0" } to package.json


Hey Gophers,

In this story on Ent’s blog, today, I present a tutorial on setting up a Serverless GraphQL API using AWS and Ent.

Personally, I found using Ent an extremely convenient and pleasurable experience. In particular, I found the concept of a type-safe ORM using code generation to fit very well with Go. In addition, Go is a perfect fit for serverless deployments as it offers fast startup times, high performance, reproducible builds, and packaging. With this post, I hope to share with you a bit of the timeless beauty of combining AWS and Ent.

If you’ve been wanting to contribute to open-source, I hope this post motivates you to go ahead and do it! And if you’re looking for an awesome OSS community to be part of, we would love to have you join the Ent team!

Cheers


Thanks for the blog-post Bodo! It's really pleasant to read.


I done something similar some months ago. Maybe this helps someone though it should have same content: http://nbviewer.ipython.org/github/bodokaiser/data-science/b...


Why not use libuv right away?


See https://github.com/orthecreedence/wookie, a fast app server that uses libuv (very much in the same vein as Woo).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: