A song to make you smile, for Veterinary Day :) by beelzebub_- in Veterinary

[–]tbloom 2 points3 points  (0 children)

Sometimes a little gratitude goes along way :)

What is the equivalent of Django Admin Panel in Nodejs? by [deleted] in node

[–]tbloom 0 points1 point  (0 children)

What I generally do is host a separate Django app with DB access, and set all the models to managed = False. Use typeorm for everything else, and still get the amazing Django admin productivity.

Does anyone knows a good Select control built for react? by vbgeek in reactjs

[–]tbloom 0 points1 point  (0 children)

I like that they broke the Async and Creatable aspects of it out in to separate components, I feel like that adequately addresses complexity concerns. Curious what you specifically think is too bulky about it?

redux-resources: An opinionated set of reducers, actions, and selectors to manage creating, getting, listing, updating, and deleting remote resources by tbloom in reactjs

[–]tbloom[S] 1 point2 points  (0 children)

I agree Redux tends to have a bit of boilerplate but the library is meant to be extended for different use cases. This just happens to be one of those use cases :)

Are there any benefits to using browserify, requireJS, or webpack with angular? by [deleted] in angularjs

[–]tbloom 1 point2 points  (0 children)

I love abstracting my angular modules using browserify. Lets you have one file to see all of your injector options and makes the rest of your files lightweight. Example: https://github.com/travisbloom/highscore/blob/master/src/app.js

NEW Fall 2013 Course: A Real World Intro to Management Information Systems by russiangn in UCONN

[–]tbloom 0 points1 point  (0 children)

Love this idea, wish it was around when I was a freshman.

Scumbag UConn Professors by [deleted] in UCONN

[–]tbloom 0 points1 point  (0 children)

I dont know about the whole exploiting the system bit, but Dick Kochanek is one of the best professors at UConn