An Ode to AngularJS
A nostalgic farewell to AngularJS, reflecting on its impact on web development and the developer's personal journey with the framework.
A nostalgic farewell to AngularJS, reflecting on its impact on web development and the developer's personal journey with the framework.
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.
Fixing a TypeScript error in AngularJS when initializing a RegExp object incorrectly, with two valid solutions.
Explains how to add HTML line breaks and elements to Angular Bootstrap UI tooltips using uib-tooltip-html and $sce.
An introduction to the Ionic Framework for building cross-platform mobile apps using web technologies like HTML, CSS, and JavaScript.
A guide encouraging developers to contribute to open-source projects like AngularJS by improving documentation, not just code.
A technical guide on using Karma and jasmine-jquery to load JSON files for mocking HTTP responses in AngularJS unit tests.
A guide to AngularJS best practices and style conventions, referencing John Papa's popular style guide and related tools.
Exploring the use of TypeScript with AngularJS 1.x, including benefits for Java developers and tools for integration.
Explains how to execute code after AngularJS's ng-repeat directive finishes rendering a list using the $last property.
An open source maintainer shares his strategy for encouraging first-time contributors by creating easy, guided opportunities to submit code.
A developer shares their experience implementing Firebase security rules for an AngularJS app, explaining rule types, structure, and cascading behavior.
A developer shares insights from contributing to Angular Material, covering managing high-volume GitHub issues, community communication, and release cycles.
A tutorial on building a Designer News clone using AngularJS and Firebase, covering data structure, user creation, and real-time features.
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.