/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ankane.org
| | swethatanamala.github.io
2.8 parsecs away

Travel
| | In this blog, I would like to eloborate the difference of various terms using ruby programming language
| | mfbmina.dev
2.5 parsecs away

Travel
| | Hey guys, editing the post to say that after talking to some people, I noticed that I whole misunderstood how Go dependencies work, and I was expecting some feature that already kind of exists, since just what is used from the code is at the final binary! A special thanks to Laurent Demailly, from Gophers Slack, and to some Reddit users! After many years working with Ruby, I migrate to Go without much experience with the language. My first friction was with dependency management because I always find it bad, with fuzzy commands and, the worst, without distinction between development and production dependencies, since both of them are included in the binary. Let's take a look at a go.mod from a PoC:
| | bpohoriletz.github.io
2.3 parsecs away

Travel
| | Time: 20-30 min Level: Intermediate/Advanced Code: GitHub Reference: The Modular Monolith: Rails Architecture - Dan Manges
| | ankane.org
18.9 parsecs away

Travel
| Some Ruby features like scrypt and hkdf require OpenSSL 1.1. Here's how to make it work on Mac: Install rbenv and OpenSSL 1.1 Install Ruby Open an...