admin-announcements

Announcements from the Clojurians Admin Team (@U11BV7MTK @U077BEWNQ @U050TNB9F @U0ETXRFEW @U04V70XH6 @U8MJBRSR5 and others)
2015-10-02T18:47:56.000762Z

What's the general route people take to go from not knowing clojure to having a job working with it?

chet 2015-10-02T18:53:40.000763Z

@freyert: a lot of people I’ve talked to (myself included) just start using at their current job. You kinda pick it up as you’re forced to use it in a project.

ghosss 2015-10-02T18:55:34.000764Z

@freyert: yes on the sneak it into your current job. I did that. But now I work at a place where we train people on Clojure when they start, so new hires can go from "not knowing clojure" to "having a job working with it" instantaneously.

2015-10-02T18:56:14.000765Z

vcool ghosss

2015-10-02T18:56:16.000766Z

Where is that?

ghosss 2015-10-02T18:56:56.000767Z

Democracy Works: http://democracy.works/ (not currently hiring :/)

shaun-mahood 2015-10-02T18:57:36.000769Z

@freyert: I'm the only developer at my company, so I found a couple projects that people wanted where I thought it would be a significant improvement over our current tools. At that point, I built and delivered one of the projects in ClojureScript and used it to convince people of the benefits.

2015-10-02T18:58:25.000770Z

@ghosss: Haha definitely one of the first places I scoped out when I was investigating.

2015-10-02T18:58:48.000771Z

I'm a NodeJS person, but really prefer doing everything with ramda, which makes it just a dirty jump to clojure script.

2015-10-02T18:58:53.000772Z

I just want to get over there.

2015-10-02T18:58:59.000773Z

Well clojure in genral.

shaun-mahood 2015-10-02T18:58:59.000774Z

The other thing I've been doing is building reports using excel-templates and using the speed of development and ease of use for our business people to get some real buy in.

2015-10-02T19:00:34.000775Z

@shaun-mahood: Is that basically just project start, project end?

shaun-mahood 2015-10-02T19:00:36.000776Z

@freyert: I learned using clojurescript with figwheel, it is a great avenue for learning

shaun-mahood 2015-10-02T19:01:02.000777Z

@freyert: Not sure what you're asking, sorry

2015-10-02T19:01:12.000778Z

Those excel sheets

2015-10-02T19:01:24.000779Z

Are they just logging the duration of specific projects?

shaun-mahood 2015-10-02T19:02:30.000780Z

No, I'm using them to replace our existing Crystal Reports based reports. It's a fantastic library. https://github.com/tomfaulhaber/excel-templates

shaun-mahood 2015-10-02T19:04:02.000782Z

Can deliver things really quick from SQL data, just sending the raw data to people, then let them manipulate and format. Once they've got what they want, you just have to put their formatting into the excel template file and you've got your fancy report all done.

shaun-mahood 2015-10-02T19:04:40.000783Z

Just from explaining what we could do with it I was able to get pretty significant buy in

shaun-mahood 2015-10-02T19:08:27.000784Z

And then they've been impressed with how much faster it has been to develop reports than it used to be.

👍 1
jstew 2015-10-02T20:52:22.000785Z

That's really neat. I wish I would have had something like that a few years ago.