Angular2: Creating custom search filter pipe for ngFor directive
A tutorial on creating a custom search filter pipe for the *ngFor directive in Angular 2 to replace Angular 1.x filters.
A tutorial on creating a custom search filter pipe for the *ngFor directive in Angular 2 to replace Angular 1.x filters.
Guide to creating consistent Windows Server backups using AWS EBS Snapshots, Microsoft VSS, and AWS Systems Manager for scheduling.
A reflection on career progression in IT, exploring options like staying technical, specializing, moving into management, or presales roles.
A developer's guide to setting up integration tests with Ava.js and Express, exploring alternatives to Supertest and using Gulp for server management.
A response to criticisms of Web Components, arguing they are maturing and can coexist with frameworks like React.
A university IT department's journey using application virtualization to streamline software delivery across labs and personal devices.
A quick PowerShell script to count the frequency of first letters in a list of surnames from a text file.
A reflection on teaching basic cryptography to children, highlighting the importance of usable security through historical ciphers like the rail fence and Caesar cipher.
A software tester argues for the value of documented test cases, especially for onboarding and regression testing, based on personal experience.
A developer uses dotPeek and Visual Studio to debug an IIS crash caused by a recursive method, analyzing a crash dump to find the root cause.
A guide to disciplined C programming, emphasizing maintainability, simplicity, and avoiding dangerous patterns for writing robust code.
An introduction to writing modular, maintainable CSS using the BEM methodology, focusing on architecture and best practices.
A developer's guide to creating Alix, a Chrome extension that uses CSS selectors to lint HTML for accessibility issues.
A review of 'The Pragmatic Programmer' book, assessing its timeless principles and relevance in modern software development.
A guide on how to remove Vue.js and other optional dependencies from a new Laravel project's frontend setup.
A developer details migrating their blog from WordPress to Jekyll and GitHub Pages after hosting issues, highlighting the benefits of static site generation.
Advocates replacing traditional for/while loops in JavaScript with functional programming methods like map() and filter() for cleaner, immutable code.
A guide on upgrading VMware vCenter Server Appliance (VCSA) from 6.0 to 6.5, highlighting a potential conflict with auto-power-on settings in a homelab.
A guide to using the JSONB data type in PostgreSQL, covering indexing, querying, and practical examples for storing and searching JSON data.
A guide to recovering lost Python source code from a running process using pyrasite and uncompyle6.