NodeConf Argentina 2016
NodeConf Argentina is among the first international Node.js conferences taking place in Latin American territory, and a not-for-profit community effort to push Node.js forward in Argentina and Latin America as a whole. This year’s conference will be a two–day event in sunny Buenos Aires, Argentina, held during November 17th, 18th & 19th. Both action-packed days will be comprised of internationally acclaimed, regional, and local speakers. We are expecting Noders, JavaScripters, front-enders, and other programmers from all over the world. Our topmost concern is to guarantee the most enjoyable experience to our attendees, while providing a safe and welcoming environment for everyone.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.
-
🎤 JavaScript and Interactive Installations
- 📹 1 video
- 👤 Hugh Kennedy
JavaScript has come a long way in the 21 years since its first inception, with tools available for a huge range of applications: 3D printing, projection mapping, generative audio, computer vision, hardware hacks and more. With the help of platforms such as Node.js or Electron, JavaScript has become an increasingly appealing choice for building public install… -
🎤 RegExp.prototype.unicode
- 📹 1 video
- 👤 Mathias Bynens
User input and string manipulation are central to development, but many engineers and even popular libraries struggle with Unicode. And ECMAScript 5 doesn’t help, with many built-in string manipulation functions offering puzzling results. Security and the need for internationalization both throw these issues into stark relief. This talk highlights the many p… -
🎤 The code is data and vice versa
- 📹 1 video
- 👤 Hernan Rajchert
-
🎤 Ethereum for node.js devs
- 📹 1 video
- 👤 Raul Pino
Introduction to the protocol itself, what is a blockchain and a smart contract. Live coding on how to develop a decentralised application (dApp) using node.js. As a conclusion I'll try to "handle the truth" about Ethereum's expectations on the world of distributed communications, and why node.js devs should care. -
🎤 Nodejs microservices. From Zero to Hero.
- 📹 1 video
- 👤 Erich Oliveira
Are you afraid of people calling you a zero on microservices? Do you already tried it, but is just to complicate to understand what it means and how to distribute? Don't be afraid everyone can be a hero with the right guidance. I will guide you through the motivation, passing by implementation and finally help you to distribute/clusterize and also give you a… -
🎤 The dirty secrets of building large, highly available, scalable HTTP APIs
- 📹 1 video
- 👤 Damian Schenkelman
When you first start building an API for a new product you mostly focus on getting an MVP ready, with the goal of shipping as soon as possible so you can get feedback from customers. If you are lucky enough, your product will be successful and you will have to start worrying about things like authentication, authorization, documentation, validation, rate lim… -
🎤 Empathetic communication: why vulnerability is the key to collaboration
- 📹 1 video
- 👤 Sharon Steed
Collaboration at it’s core is an act of great empathy, yet most leaders don’t know how to foster a truly collaborative environment. So how do you get teams to connect? By encouraging sharing and being openly human. Why? Because vulnerability forges an unbreakable bond on teams big and small. -
🎤 Memory Profiling for Mere Mortals
- 📹 1 video
- 👤 Thorsten Lorenz
Memory leaks are rare, but when they occur we need to be equipped to track them down. However not many resources exist that explain how to memory profile a Node.js application. In this talk I will explain how data is stored in the v8 heap and how to examine it using tools that are readily available on a developer's machine and are relatively easy to learn. A… -
🎤 Presence, Personality & Pulse - Enlivening Experiences With Ambient Data
- 📹 1 video
- 👤 Anton McConville
We generate a goldmine of data just by moving, speaking, touching or making decisions. This 'ambient data' ... our coordinates, sleep patterns, the route we walk, our choice of words is unique information that identifies us. This session combines Node JS, Cloud Foundry, IoT, iBeacons and iOS to demonstrate how we can develop personal experiences around this … -
🎤 Now and Next.js - Deploying JavaScript unicorns
- 👤 Guillermo Rauch
-
🎤 On Writing Friendly and Welcoming Documentation
- 📹 1 video
- 👤 Tracy Osborn
It’s hard to write documentation that anyone can get excited about. This is true for projects aimed at beginners, but it goes double for projects and writing aimed at intermediate/expert programmers. Find out how to write documentation that *everyone* would want to read and can understand. -
🎤 Node on the Desktop: Building Apps with Electron v1
- 📹 1 video
- 👤 Felix Rieseberg
You're probably already using desktop apps written with Node: Apps like Atom, Slack, Visual Studio Code, or Ghost. Built using Electron, those apps combine the power of the Desktop with Chromium and Node, liberating JavaScript developers from the constraints of traditional web apps. Learn how to build native-feeling desktop apps for Mac OS X, Windows, and Li… -
🎤 Kill all humans – Automate npm releases and dependency updates
- 📹 1 video
- 👤 Stephan Bönnemann
Small modules are the success story of npm: there are 300,000+ packages today. It’s like lego, all the bricks are there, we just need to assemble them, barely do we need to create new ones. In this talk, I’ll show 1. how to automize the entire release process for your npm modules with [semantic-release], and 2. how to make make sure that all your dependencie… -
🎤 Internet of Peers
- 📹 1 video
- 👤 Mathias Buss
A talk about how you can take a bunch of different computers, all connected to the internet, and make direct connections between them even with firewalls guarding their access to the network. I'll introduce the basics of network hole punching, show how you can use technology like the BitTorrent DHT and DNS to easily discovery peers on the internet in a massi… -
🎤 Continuous Security
- 📹 1 video
- 👤 Adam Baldwin
This talk will discuss concepts behind building more secure software, how to shift culture to give application security the attention that it needs, and how to adopt a continuous security process for your team, one that isn't obstructive and annoying but enabling so you can write better, more secure software. -
🎤 Real world Electron: Building Cross-platform desktop apps with JavaScript
- 📹 1 video
- 👤 Feross Aboukhadijeh
In this talk, you will learn how to use your JavaScript and web development skills to build native desktop apps that are indistinguishable from real native apps. With Electron, you can build native apps using JavaScript and web technologies. Electron apps feel completely native and support automatic updates, native menus, notifications, crash reporting, a pr… -
🎤 Micro(hapi)ness
- 📹 1 video
- 👤 Diego Paez
Have you heard about microservices? Are you looking forward to bring down that monolithic app that terrifies you in your dreams? Would you like to change one huge code base for **multiple and maintainable** services? If some of these questions are in your mind, well this talk is for you. Here we will see a real-life strategy for starting off on the right foo… -
🎤 Hacking your Nintendo with JavaScript.
- 📹 1 video
- 👤 Michael Matuzak
Have you ever wanted to make your old Nintendo sitting in the garage do amazing things? Now you can! This talk will go over creating sound and music, splicing out sprite sheets, writing text, and assembling Nintendo programs, all with JavaScript tools. -
🎤 Fun with webgl
- 📹 1 video
- 👤 James Halliday
Let's build some visualizations with webgl using regl, glslify, and tiny modules. I will cover how to build geometry, how to write shaders, and some simple tricks you can use to build impressive and fun graphics projects.