champion | 3 months ago | on: Show HN: TypeDeck – Markdown, Mermaid, etc. to presentation slides
champion's comments
champion | 8 years ago | on: How Our Startup Navigated the Depths of Nearly Failing to Profitability
champion | 8 years ago | on: Show HN: NanaGram – Text your photos and we'll mail 4x6 prints to your Nana
champion | 9 years ago | on: The True Size of Countries
champion | 9 years ago | on: How Tech Workers Can Maximize Giving with Stocks and Donor Advised Funds [US]
champion | 10 years ago | on: Why we choose Java instead of a polyglot stack
That said, not sure I'd pick it for simple side-projects. Part of the benefit here is how it works for a large dev team, with a large codebase, etc.
champion | 10 years ago | on: Why we choose Java instead of a polyglot stack
champion | 10 years ago | on: Why we choose Java instead of a polyglot stack
champion | 10 years ago | on: Why we choose Java instead of a polyglot stack
The Java ecosystem truly saved itself from its own enterprise madness. Libraries and frameworks today look nothing like they did in the past. I think that is somewhat due to language features (annotations, lambdas, etc) but also due to a cultural shift in what is valued.
One of the things I've appreciated more than I would have expected is by having a single back-end language we have very strong community of developers. There is no split among different factions. (I hear rumors of sharp divides between python and node camps at Uber, for example.) Even though technically we have a platform capable of running languages in many languages, the value of the community focused on a single back-end language toolchain is extremely valuable.
champion | 10 years ago | on: Ask HN: Who is hiring? (November 2015)
Looking for front-end (React/Flux, Backbone, ES6/CoffeeScript) and back-end (Java8, HBase, Kafka, Hadoop/Spark, ElasticSearch) developers who enjoy working in small teams that own significant parts of our products. Developer autonomy and responsibility are what fuels our product culture. Our products are helping transform how small businesses do marketing & sales so they grow while delighting their customers.
The products we build help small businesses grow. More on our product team and roles on our site: http://product.hubspot.com/ and our company culture: http://culturecode.com
Or ping me (champion at hubspot) with any questions.
champion | 10 years ago | on: Ask HN: Who is hiring? (October 2015)
Looking for front-end (React/Flux, Backbone, ES6/CoffeeScript) and back-end (Java8, HBase, Kafka, Hadoop/Spark, ElasticSearch) developers who enjoy working in small teams that own significant parts of our products. Developer autonomy and responsibility are what fuels our product culture. Our products are helping transform how small businesses do marketing & sales so they grow while delighting their customers.
The products we build help small businesses grow. More on our product team and roles on our site: http://product.hubspot.com/ and our company culture: http://culturecode.com Or ping me (champion at hubspot) with any questions.
champion | 10 years ago | on: Ask HN: Who is hiring? (September 2015)
Looking for front-end (React/Flux, Backbone, ES6/CoffeeScript) and back-end (Java8, HBase, Kafka, Hadoop/Spark, ElasticSearch) developers who enjoy working in small teams that own significant parts of our products. Developer autonomy and responsibility are what fuels our product culture. Our products are helping transform how small businesses do marketing & sales so they grow while delighting their customers.
The products we build help small businesses grow. More on our product team and roles on our site: http://product.hubspot.com/ and our company culture: http://culturecode.com
Or ping me (champion at hubspot) with any questions.
champion | 10 years ago | on: Ask HN: Who is hiring? (August 2015)
Looking for front-end (React/Flux, Backbone, ES6/CoffeeScript) and back-end (java, hbase, kafka, hadoop) developers who enjoy working in small teams that own significant parts of our products. Developer autonomy and responsibility are what fuels our product culture. Our marketing & sales platform help small businesses grow.
More on our team, culture and roles: http://product.hubspot.com/
Or ping me (champion at hubspot) with any questions.
champion | 10 years ago | on: Ask HN: Who is hiring? (July 2015)
Looking for front-end (React/Flux, Backbone, ES6/CoffeeScript) and back-end (java, hbase, kafka, hadoop) developers who enjoy working in small teams that own significant parts of our products.
Developer autonomy and responsibility are what fuels our product culture. Our marketing & sales platform help small businesses grow.
More on our team, culture and roles: http://product.hubspot.com/
champion | 10 years ago | on: Ask HN: Who is hiring? (June 2015)
Looking for front-end developers (React, ES6, Backbone, CoffeeScript) or back-end developers (Java, Dropwizard, Kafka, Elastic Search). Position is onsite in our beautiful office.
We're building platforms for sales & marketing software. Each team owns a core vertical of the product, and are given real responsibility and ownership of their components.
champion | 11 years ago | on: Ask HN: Who is hiring? (May 2015)
Looking for front-end (React, Backbone, ES6/CoffeeScript) and back-end (java, hbase, kafka, hadoop) developers who enjoy working in small teams that own significant parts of our products. Developer autonomy and responsibility are what fuels our product culture. Our marketing & sales platform help small businesses grow.
More on our team, culture and roles: http://product.hubspot.com/
champion | 11 years ago | on: How We Built Our Stack for Shipping at Scale
champion | 11 years ago | on: How We Built Our Stack for Shipping at Scale
We've invested in a mix of both automated testing, of course, and a lot of monitoring/alerting/tracing to detect problems quickly. That can act as a safety net for deploying frequently that problems will be caught early and can be corrected (rollback or fix & roll-forward).
I'm a fan of saying we've chosen to optimize for MTTR instead of MTBF.
champion | 11 years ago | on: How We Built Our Stack for Shipping at Scale
champion | 11 years ago | on: How We Built Our Stack for Shipping at Scale
Personally I think after 5 (and definitely 10) engineers working on a single app I would look at whether you can break it down into independent services.