How to count the number of lines of code in a PHP project
A guide to counting lines of code in a PHP project, recommending the PHPLOC tool and explaining its output.
A guide to counting lines of code in a PHP project, recommending the PHPLOC tool and explaining its output.
A guide to using Django's check framework and Python's ast module to automate custom code quality and style enforcement, like ensuring model fields have verbose names.
A guide to creating dynamic regular expressions in JavaScript using tagged template literals and Proxies to simplify string escaping.
Explains how to simplify NgRx reducers using Immer for immutable state management in Angular applications.
A tutorial explaining the abstract factory design pattern in Swift, including code examples for creating families of related objects.
A video introduction to 14 of the most famous and favorite Python libraries and frameworks, including requests, Django, and NumPy.
Explains the importance of semantic HTML in JSX, advocating for choosing elements based on meaning over appearance for better web development.
Analyzes the significant traffic boost a PowerShell blog receives from being featured on the Planet PowerShell community aggregator site.
Announcing the second edition of a comprehensive course on Ruby on Rails performance, covering updates, new lessons, and community insights.
A developer shares practical strategies for effectively using CSS custom properties, covering variable types, scoping, and fallback values.
A maintainer shares principles for managing volunteer-driven Free and Open Source Software (FOSS) projects, focusing on volunteer well-being and empowering contributors.
A data scientist shares tips on automating a monthly book giveaway using R, including package organization and image manipulation with the magick package.
An introduction to using Tidyverse data manipulation concepts in Python, focusing on the Dplython package as an alternative to pandas.
A developer's perspective on embracing confusion as a natural part of learning programming and technology, with practical tips to overcome it.
A technical guide on loading multiple geospatial shapefiles into a Postgres/PostGIS database using shell commands and data preparation techniques.
A guide to using ES6 default parameters in JavaScript functions to simplify code and handle required arguments.
An article exploring the causes of FOMO (Fear Of Missing Out), its paralyzing effects, and practical strategies for managing it.
A guide comparing the Control Props and State Reducers patterns in React, explaining their use cases and differences.
A guide to writing custom Babel macros for zero-config code transformation, using a fun example to get started.
An introduction to the Node.js Security Working Group, its role in securing Node.js core and modules, and how to get involved.