Are My Third Parties Green?
A tool for checking if third-party scripts on your website use green hosting and their environmental impact.
A tool for checking if third-party scripts on your website use green hosting and their environmental impact.
A tutorial on using Git's cherry-pick command to move a commit from an incorrect branch to the correct one, preventing duplicate work.
Explains how to detect malware attacks using behavioral TTPs and kill chain analysis with Microsoft Defender and Sentinel, beyond just IOCs.
Explains how to use C# 10's global usings feature to simplify namespace imports across .NET 6 projects, including ASP.NET Core applications.
Analyzes if NPM package popularity correlates with quality using data from npms.io, finding it can be an indicator but not a guarantee.
A developer shares their experience creating and publishing their first Rust crate, 'recoord', for handling and resolving geographic coordinates.
Explains SSH (Secure Shell), its purpose for secure remote computer connections, and how to generate and use SSH keys.
A developer advocates for using terminal file managers, specifically Vifm, to enhance command-line efficiency and automation in tech workflows.
The author details the process of adapting Python's ASGI standard for Lua, creating LASGI to connect a Lua web server and application.
A tutorial on how to implement and read app configuration from an appsettings.json file in a .NET MAUI application using Dependency Injection.
Announcing the new OpenIddict client library for .NET, designed to provide a unified OAuth 2.0/OpenID Connect experience across different application types.
Author announces a new machine learning book covering scikit-learn, deep learning with PyTorch, neural networks, and reinforcement learning.
Announcing a new book on machine learning, covering fundamentals with scikit-learn and deep learning with PyTorch, including neural networks from scratch.
Announcing darkman v1.0.0, a Linux session service that automatically switches your desktop between light and dark modes based on sunrise and sunset.
Explains why XCTNSPredicateExpectation is slow for async tests and recommends using Nimble's toEventually for faster, more reliable tests.
A tutorial on creating a gRPC server in Go, covering service definition with Protobuf, business logic, and server setup.
A guide to configuring IIS applications and virtual directories with PowerShell for containerized deployment on Azure Kubernetes Service (AKS).
A developer adds a user-requested task management feature and CSS styling to a PDF report for a SaaS application.
A deep dive into the internal workings of the Zig programming language's built-in build system, explaining its two-stage compilation process and declarative API.
A tutorial on building a C application by importing and using a Swift library, covering Swift/C interoperability and compiler flags.