Arquitetura JavaScript Escalável da Netflix [Portuguese]
Vídeo e Slides da minha palestra no TDC 2016, compartilhando como a Netflix usa JavaScript Funcional e React para criar interfaces inteiras com componentes puros.
Vídeo e Slides da minha palestra no TDC 2016, compartilhando como a Netflix usa JavaScript Funcional e React para criar interfaces inteiras com componentes puros.
Ext JS 5 introduces MVVM, URL Routing new Responsive Layout and much more. Here’s some personal tips and first impressions on this new release.
This is an easy 10-line JSDoc plugin to automatically mark “_” prefixed members as @private. Some projects follow this convention, but even if yours doesn’t, check JSDoc out and how easy it is to create a plugin to extend its capabilities.
Debug your Sencha Application with App Inspector for Sencha, a Google Chrome™ Dev Tools Extension.
One of the most repetitive task in Sencha Touch Controllers (and Ext JS) is view rendering. You click a button, a view…
Have you ever used a single-page application where accidentally hitting the backspace key would “shoot you out” of there? Or when you…