Harmonizing and emojifying our GitHub issue trackers
Explains how to standardize and add emojis to GitHub issue labels across multiple repositories using GitHub's API and the R 'gh' package.
Explains how to standardize and add emojis to GitHub issue labels across multiple repositories using GitHub's API and the R 'gh' package.
Explores the challenges of applying open source software freedoms to web services and introduces the Fair Web Services project.
Explains the naming and purpose of the R package 'reticulate', which provides a Python interface for R.
A comprehensive tutorial on using Grand Central Dispatch (GCD) for multi-threading and concurrency in Swift programming.
A project to map and analyze the governance models of various open source projects, creating a machine-readable resource for comparison and learning.
Part 18 of a series on building an app with Angular and ASP.NET Core, focusing on reactive forms and data submission.
Explains the Terraform distinct() function, which removes duplicate values from a list, with examples and use cases.
A guide to securely storing and accessing script credentials using the Windows Credential Manager and a PowerShell module.
A guide to implementing the when-let and if-let macros in Common Lisp, inspired by Clojure, with code examples and explanations.
IdentityManager2 is an updated version of the ASP.NET user management tool for ASP.NET Core, now stewarded by Rock Solid Knowledge.
A software engineering article arguing that simplicity is the most critical quality for achieving correctness and performance in software development.
Explores advanced uses of NgRx Effects beyond basic HTTP calls, detailing how to isolate side effects and leverage the Actions Observable in Angular applications.
Explains why custom HTML templates in Webpack React apps are unnecessary and introduces using HTML Webpack Partials Plugin for better maintainability.
Explains the Terraform dirname() function for extracting directory paths from file paths, with examples for Windows and Linux.
A tutorial on implementing reactive form validation in an Angular application using ASP.NET Core 2.1, covering validation triggers and custom logic.
A guide outlining the responsibilities and expectations for a Project Lead role in a software development team, including planning, execution, and launch phases.
A guide to configuring Entity Framework Core for performance and reliability, covering retries, warnings, logging, and query tracking.
Introduces HtmlWebpackPartialsPlugin for managing HTML partials in Webpack applications, simplifying snippet injection for analytics and A/B testing.
A developer shares their journey of learning React Native, the challenges of balancing work, and their renewed commitment to mastering cross-platform mobile development.
A guide on fetching data in React using Class Components, covering lifecycle methods, error handling, and testing.