grep -r "code" /news · homesearch
grep -rli "code" /news

code

Full-text search across 749 articles. Combine with topic and date filters; results sorted by relevance.

results 749 page 3/38
03:48
2026-05-24
dev.to
machine-learning

The 20% of ML theory that earns its keep in production

According to a recent discussion on r/learnmachinelearning, approximately 20% of machine learning theory is responsible for handling 80% of production work. The article identifies four key theoretical concepts—bias-varia…

03:25
2026-05-24
gist.github.com
developer-tools

This tool maps cell IDs to their corresponding headings and content. Standalone TOC Generator for Google Colab Copyright (c) 2026 1abcdefggs Licensed under the MIT License Source: https://github.com/1abcdefggs/cell-id-call GitHub: https://github.com/1abcdefggs

This article describes a standalone Python script called `standalone_toc.py` that generates a table of contents for Google Colab notebooks. The tool helps users map cell IDs to their corresponding headings and content, m…

02:54
2026-05-24
dev.to
open-source

Domain-Based C++ Logging With Nova

Nova is a new C++ logging library that uses compile-time types for logging domains instead of runtime string identifiers or global severity levels, enabling independent per-subsystem configuration and routing. The librar…

02:52
2026-05-24
dev.to
enterprise-software

MES integration with D365 Supply Chain: Azure middleware pattern

The article explains that integrating a Manufacturing Execution System (MES) with Dynamics 365 Supply Chain Management requires low-latency, high-throughput, and reliable data flow, which cannot be achieved by batch jobs…

02:52
2026-05-24
dev.to
developer-tools

Custom API vs Custom Action vs Azure Function: Dataverse decision

Here is a factual summary of the article: The article compares three methods for implementing business logic in Microsoft Dataverse—Custom Actions (legacy), Custom APIs (modern), and Azure Functions—focusing on their la…

02:52
2026-05-24
dev.to
artificial-intelligence

Cutting agent latency from 30s to 8s without model swap

The article describes how a team reduced their AI agent's p95 response latency from 31 seconds to 8 seconds and cut user abandonment by 70% without changing the underlying model. The improvements came from four structura…

02:51
2026-05-24
dev.to
developer-tools

Mobile stack decision: FlutterFlow vs React Native vs Flutter

This article explains that there is no single "best" mobile framework; instead, the choice between FlutterFlow, React Native (with Expo), and Flutter depends on a project's specific constraints like timeline, team, and d…

02:51
2026-05-24
dev.to
cloud-computing

Plugin + Azure Function + Service Bus: async integration at scale

This article describes an enterprise integration pattern where a Dataverse plugin publishes a small metadata message to an Azure Service Bus Topic, rather than directly calling multiple downstream systems. Five independe…

02:51
2026-05-24
dev.to
developer-tools

Custom connector with OAuth2: three auth pitfalls we debugged

Here is a factual summary of the article: The article describes three common pitfalls encountered when building a custom Power Automate connector using OAuth2 for a third-party API. The issues included a redirect URI mi…

← prev page 3 / 38 next →