You are here |
thomascountz.com | ||
| | | |
railsnotes.xyz
|
|
| | | | Here are the basics of installing Redis and Sidekiq, and then adding Redis and Sidekiq to your Ruby on Rails app. This is everything you need to get set up no fluff, just a couple of commands. Let's go! | |
| | | |
www.jrebel.com
|
|
| | | | Learn everything from Docker Compose environment variables to deployment in this step-by-step guide on how to prepare a Docker Compose environment. | |
| | | |
mfbmina.dev
|
|
| | | | 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: | |
| | | |
notes.volution.ro
|
|
| | About the many types of hash functions, their use-cases, dos and don'ts, with suggestions for currently accepted algorithms. |