DMP in 3: RxJS Debounce
A short video tutorial explaining how to use the RxJS debounce operator to improve performance when filtering large datasets in Angular.
A short video tutorial explaining how to use the RxJS debounce operator to improve performance when filtering large datasets in Angular.
Discusses the challenges of using PHP arrays as data structures and advocates for using typed classes/objects for better code clarity and IDE support.
A software engineer shares personal reflections and lessons learned from years of working remotely, including the hiring process and daily challenges.
A blog post reviewing a video presentation by Rob Pike on the history and development of the Unix operating system at Bell Labs.
Explores why skilled developers write poor unit tests by misapplying production code principles, arguing test code should prioritize clarity over abstraction.
Explains the differences between hard links and symbolic links on Linux, covering inodes, link counts, and practical examples.
A tutorial on replacing JHipster's default combo-box with an optimized PrimeNG auto-complete component in an Angular application.
A guide on securely storing sensitive configuration data in .NET Core applications, covering sources like User Secrets and Environment Variables.
A deep dive into Java 10's `var` keyword, exploring type inference, use cases, and advanced techniques like intersection types.
A technical guide on manually generating and installing a Let's Encrypt SSL certificate for an IIS server using certbot with GoDaddy DNS validation.
A VMworld 2018 talk encouraging IT Ops and sysadmins to start coding with PowerShell/PowerCLI, explaining core concepts for beginners.
A post-conference FAQ about an Angular Connect talk on automating UI development by generating Sketch symbols from Angular components.
A developer builds a Django model to handle multiple Stripe subscription plans for a SaaS application and updates the landing page.
Author discusses increasing false positives in Gmail's spam filter, causing legitimate emails like security alerts to be missed, and expresses frustration with Google.
Explores the technical challenges of implementing drag-and-drop for PDF editing on iOS, focusing on UICollectionView and multi-page document complexities.
Overview of new features, changes, and fixes in PHP-ML 0.7.0, a machine learning library for PHP developers.
A guide on using the ELK Stack (Elasticsearch, Logstash, Kibana) to analyze and triage large-scale Nmap scan results for penetration testing and offensive security.
A web developer shares their personal journey and process for switching from QWERTY to the Dvorak keyboard layout to improve typing comfort and efficiency.
Explores Java 11's single-source-file execution feature, allowing Java files to be run directly and even turned into executable scripts with shebangs.
A guide to removing code duplication in Swift unit tests by creating reusable helper functions, improving test suite maintainability.