Depending on the application, I might agree. However, if there were a Ruby-with-types language (like TypeScript) I would prefer that over the other two options.
Write in a language that compiles to another language that itself compiles to markup...
The web frontend world is crazy to a backend engineer. We have hard problems to solve too, but ours usually arise from well-understood problems, such as CAP theorem.
It's somewhat jarring when people use "we" as if they're in a faction and they're the spokesperson of that faction. It's almost as bad as using "you guys" when faced with a single commenter.
Anyways, you can't think of a single analogue for the emblem->handlebars example?
It's crazy, sometimes web frontend is an echo chamber and you will get burned to the stake if you suggest doing anything simpler like just writing markup instead of a template language that translates to markup or a language that translates to that language that translates to markup. But it keeps people employed.
Some days, I can handle the front-end world. Other days, I just want to go back to writing old-school desktop clients in VB6 or WinForms. Mostly, this state has to do with whether the Goldbergian accretion of tooling on the front-end side is working today, or if somebody has deprecated a package and brought the whole Jenga tower down.
Except in Python where indentation changes are meaningful.
def coalesce(*args):
while args:
next = args.pop()
if next is not None:
return next
return None
def coalesce(*args):
while args:
next = args.pop()
if next is not None:
return next
return None
Crowdmark is an education technology company in Toronto building tools that help students learn and teachers teach. We're located in the MaRS building, convenient to the TTC.
We seek talented developers with expertise in Ruby on Rails or Javascript frameworks like Ember.js. If you're interested in transforming the global education system please send me an email at [email protected].
Crowdmark is a web startup that will change the way teachers grade. We ran a pilot test in the winter with great results, and now we're looking to ramp up the pace of development.
We're looking to hire a "full-time" junior or senior UI designer to start as soon as possible. We offer competitive salaries with flexible hours. Experience with some parts of the Adobe toolchain is necessary. Experience with HAML/SASS is a plus, but if you're a CSS master it won't take long for us to get you up to speed. Preference will be given to applicants in Toronto.
If you're interested or have any questions please email me at [email protected].
Is anyone working on collaborative Claude Code-ing with coworkers in Slack/Discord?