Enforcing Best Practices with Static Code Analysis of Angular 2 Projects
Explores using static code analysis to enforce Angular 2 best practices from a community-driven style guide, covering patterns and benefits.
Explores using static code analysis to enforce Angular 2 best practices from a community-driven style guide, covering patterns and benefits.
GitHub's internal use of its own platform for non-code collaboration highlights four key traits of modern, open-source-inspired collaboration tools.
Explains the statistical concept of 'double robust' estimation, where using two models for outcome and exposure improves reliability.
Analyzes the three major challenges hindering government IT: change aversion, lack of technocratic leadership, and non-scalable processes.
Inqlude now lists 184 third-party Qt libraries, providing a comprehensive archive and tools for Qt developers to discover and integrate extensions.
An in-depth look at implementing the Store and handling network communication in the Flux architecture, using Observables and design patterns.
Weekly roundup of browser development news, covering new features, debugging tools, and cross-browser testing resources.
Explains the distinct missions and approaches of two U.S. government tech modernization groups: 18F and the U.S. Digital Service (USDS).
A technical guide on configuring Amazon S3 to publish event notifications to SNS topics or SQS queues using IAM policies.
A monthly review sharing useful Python articles, news about Google Code shutting down, a book recommendation, and a handy shell tip.
A step-by-step guide to implementing internationalization (i18n) in Python applications using the gettext module.
A blueprint for product management focusing on building trust, establishing velocity, and strategically killing scope to align product and engineering teams.
Explores the cultural divide between technical developers (geeks) and non-technical managers (suits) in government IT and how startups invert this hierarchy.
Chef 12 ends support for Ruby 1.8 and older 1.9 versions, requiring Ruby 1.9.3+. This allows cookbook developers to use modern Ruby features.
A developer shares an early preview of a custom Microsoft Azure cloud plugin for TeamCity, enabling on-demand virtual build agents.
Analyzes the impact of the .NET Garbage Collector on application latency, explores GC pause detection, and discusses mitigation strategies.
Explains the Python Buffer Protocol (PEP 3118), showing how objects like arrays and NumPy ndarrays share data efficiently without copying.
Exploring JavaScript inheritance patterns for AngularJS components like controllers, services, and directives to enable code reuse.
Explains how to use PostgreSQL's CTEs (WITH clauses) to write more readable, composable, and maintainable SQL queries.
A tutorial on learning Docker by setting it up on an Ubuntu virtual machine in Windows Azure, covering installation and basic container usage.