| Website | https://domenic.sh |
| Website | https://domenic.sh |
I just launched a personal website/blog with Jekyll and it could not have been easier. I'm still working out the kinks but for something produced in a few hours I'm happy with it: https://domenic.sh
Let me know what you think!
Alright, here is my first question. I am creating a client library for a JSON API and am having trouble with structuring the code the right way or the “#Ruby way”. I have looked at quite a few other projects and there does not seem to be a general pattern (other than being undocumented 🙃 ). So far, the most attractive pattern to me is mapping an entity as a model (see: https://github.com/localhots/musicbrainz), however, I only understand about 50% of what's going on there.
(1/ 2)