I been using node.js for a while now, and I do like it. I think I am still to make up my mind as to I consider this a solid production environment or it’s just a great tool for scripting and getting prototype off the ground — but even so, I definitely see its place in […]
Posts Tagged: Netflix
Netflix Party — 18/Oct/2016
The party:
Netflix Party — Get Down
Netflix spoiled us again with another party in the campus today woohoo
A Case to be Made for Managing Advertising Inventory Better
I just saw this the other day on LinkedIn — a set of 2 job openings targeted at me. Nothing unusual, LinkedIn does a good job at targeting jobs at their users (it is in fact due to LinkedIn I ended up at Netflix, via a very similar targeted job ad). However, there is something […]
Netflix Party — 06/May/2016
Never a dull moment in Netflix:
Netflix Nebula Gradle Plugin and project.version
If you use the Netflix OSS Nebula plugin in gradle and you use it for automatic versioning, incrementals etc then you will come across this at some point. (And in the case that some of you have already encountered this, I have to ask why did you not write the blog post I needed when […]
Managing Project Dependencies with Gradle
This is a set of slides that I’ve put together to showcase how we use Gradle in Netflix Ads Engineering to help with dependency management. It goes through multi-module project vs separate Gradle project per module, using properties file with Gradle to specify dependency versions and also how to use the Nebula gradle-dependency-lock to lock […]
JaCoCo / Gradle — Excluding Source Files and Classes
I have switched recently from Cobertura to JaCoCo so I started becoming more familiar with this tool. (And since you asked, one of the main reasons for the switch is that Cobertura is absolutely terrible when it comes to Java lambdas and pollutes the output with a lot of warning and messages about malformed Java […]
Automating Twitter OAuth Tasks with node.js
At Netflix, we made a name for ourselves for being a Java shop. A quick look at our Netflix OSS page on Github reveals a whole suite of projects all Java-based. However, apart from the Java projects that are going on in Netflix – and the JVM-based projects (we DO Groovy and Scala too!) – […]
Jenkins CI Trick to Prevent Task from Triggering Itself on SCM Commit
I’ve come across this recently working on a project in Netflix and thought worth sharing. The project I was dealing with packages some JavaScript code which, before deployment, needed to be minified. We have set up our Jenkins task such that it polls Git for changes in the master branch and when the changes are […]