droidnero.blogg.se

Gitx brotherbard
Gitx brotherbard






gitx brotherbard
  1. Gitx brotherbard how to#
  2. Gitx brotherbard install#

I mean, really now.įirst thing to do is install mac homebrew. (This was a quick write up for a coworker, but others might find it useful)

Gitx brotherbard how to#

How to setup a pretty good dev environment on the mac Nice to know I’m not relying on abandoned software. There have been a bunch of forks, notably brotherbard‘s fork.īut this is the first time I’ve seen active development with actual releases. It’s good to see that someone has taken up the GitX mantle, since the original hasn’t been updated since September, 2009. Unfortunately, we’re talking about web developers who don’t seem to understand basic principals like avoiding namespace pollution. This means no more namespace pollution (if you use it properly). Require.js is an implementation of the AMD draft specification which adds simple module support for javascript in the browser. Now that require.js has reached 1.0, it’s probably time to start shouting its praises from every rooftop so that javascript library authors include support for it. So far, I haven’t actually had that much HTML to include, but hopefully that will change as my project takes shape and grows. This script does that and compiles them into easily verifiable javascript files, packaged up to be included with my existing require.js AMD build. I had been looking around at various templates, but none of them seemed to support compiling before delivery to the client. I’ve been having very good luck with requirehaml. They’ll just be how software engineers do things. I think in the future for most teams, Scrum and similar processes won’t be controversial. I was wondering around my office, which is housed in a co-working location, when I saw on a whiteboard in another company’s office, “Agile: Hyperproductive!” As an engineer type, I had to restrain myself from going in and telling them they were wrong, but I do have some thoughts on the subject. For this purpose, I added the feature of named tasks, so that if you add a task with the same name, you receive a response. This is great stuff, but it doesn’t solve the problem of which node should schedule the task. Then I found leader_cron, which uses gen_leader to elect a single node in the cluster to run the tasks. I’ve been using erlcron to run scheduled tasks, but since each node in an erlang cluster would have its own copy, it didn’t help with having the tasks run in only one location per-cluster. And each Node can have multiple parents and multiple children. Here is how I implemented a DAG using a many-to-many join in Ecto anyways Like ActiveRecord, it has has_many and belongs_to, but it doesn’t have has_many :through yet. It has a style similar to ActiveRecord, but since there aren’t objects, you can’t really call it an ORM. Ecto is an DSL for writing queries and interacting with databases in Elixir.








Gitx brotherbard