Business and Engineering alignment
A developer's guide to convincing business stakeholders to approve technical investments like framework migrations and tech debt.
A developer's guide to convincing business stakeholders to approve technical investments like framework migrations and tech debt.
A guide to building custom DevTools for your web app to improve developer productivity, with a demo React app example.
A software engineer reflects on his startup journey and open-source work before joining Google to focus on developer productivity tools.
A developer's journey building GreenPiThumb, an open-source Raspberry Pi bot that automates houseplant watering using JavaScript and AngularJS.
An open source maintainer shares his strategy for encouraging first-time contributors by creating easy, guided opportunities to submit code.
Explores advanced immutable data structures in AngularJS for optimizing the $digest loop and improving change detection performance.
Part 2 of optimizing AngularJS performance with immutable data, using Benchpress for detailed profiling of execution and garbage collection times.
Learn AngularJS core concepts by building a simplified, 200-line educational implementation. Understand directives, controllers, and services.
Explains how to use immutable data structures from Immutable.js to improve AngularJS application performance by optimizing change detection.
A tutorial on creating interactive Small Multiples line charts with D3.js and Angular.js, including brushing for synchronized views.
A technical tutorial on building a multi-user video conference application using WebRTC, AngularJS, and Yeoman with detailed WebRTC explanations.
Explores how design patterns like Composite and Interpreter are implemented in AngularJS directives and the $parse service.
Explores design patterns in AngularJS services, focusing on the Singleton pattern and dependency injection implementation.
A theoretical overview of AngularJS, exploring how Object-Oriented Design Patterns apply to its core components like controllers and partials.
A review of the kod.io developer conference in Linz, covering talks on support, CSS, command-line tools, and AngularJS.
Tutorial on building a VNC remote desktop client using AngularJS, Yeoman, and Node.js with a proxy server for RFB protocol communication.
Explains AngularJS's $resource service, comparing it to the Active Record pattern for client-side data management and API interaction.
Exploring JavaScript inheritance patterns for AngularJS components like controllers, services, and directives to enable code reuse.
AngularAOP v0.1.0 introduces a new declarative way to annotate services, eliminating coupling with the framework for better reusability.
A community-driven AngularJS style guide and best practices repository for developers.