# Trading

Published articles for Trading.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## A Node.js and TypeScript trading engine with shared backtest and live execution

DevFeed: [A Node.js and TypeScript trading engine with shared backtest and live execution](<https://devfeed.tech/articles/trading-engine-nodejs-41465.md>)

Original publisher: [Read original article](<https://habr.com/ru/news/1083560/>)

Author: tripolskypetr

Published: 2026-09-17T16:48:40Z

Content type: article

Language: ru

Sources: [Tagir Valeev](<https://devfeed.tech/sources/tagir-valeev.md>)

Topics: [Node.js](<https://devfeed.tech/topics/node-js.md>), [TypeScript](<https://devfeed.tech/topics/typescript.md>), [API](<https://devfeed.tech/topics/api.md>), [execution](<https://devfeed.tech/topics/execution.md>), [Persistence](<https://devfeed.tech/topics/persistence.md>), [Risk](<https://devfeed.tech/topics/risk.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [execution](<https://devfeed.tech/tags/execution.md>), [js](<https://devfeed.tech/tags/js.md>), [metatrader](<https://devfeed.tech/tags/metatrader.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [nodejs](<https://devfeed.tech/tags/nodejs.md>), [persistence](<https://devfeed.tech/tags/persistence.md>), [pinescript](<https://devfeed.tech/tags/pinescript.md>), [quant](<https://devfeed.tech/tags/quant.md>), [risk](<https://devfeed.tech/tags/risk.md>), [tag-6c418f2015ec](<https://devfeed.tech/tags/tag-6c418f2015ec.md>), [tag-6f3b8e7b0ba0](<https://devfeed.tech/tags/tag-6f3b8e7b0ba0.md>), [tag-74101175889a](<https://devfeed.tech/tags/tag-74101175889a.md>), [tag-bd01f5da93d2](<https://devfeed.tech/tags/tag-bd01f5da93d2.md>), [tag-be7ce795b781](<https://devfeed.tech/tags/tag-be7ce795b781.md>), [trading](<https://devfeed.tech/tags/trading.md>), [tradingview](<https://devfeed.tech/tags/tradingview.md>), [typescript](<https://devfeed.tech/tags/typescript.md>)

### AI overview

The article presents a Node.js and TypeScript framework for algorithmic trading. It uses the same execution flow for backtesting and live trading, while modeling trade lifecycles and providing API-level protections against look-ahead bias and crash-safe persistence for live and paper modes.

### Source excerpt

💻 В экосистеме Node.js пять лет ничего нового, нужно исправить Появился фреймворк, который позволяет писать quant trading на TypeScript без переписывания кода при запуске из backtest в paper или live. В комплекте встроенный пользовательский интерфейс, защита от look-ahead bias на уровне API, crash-safe persistence для live и paper, risk-менеджемент на уровне портфеля Читать далее

## How Jump Trading uses ClickHouse with Iceberg for analytics

DevFeed: [How Jump Trading uses ClickHouse with Iceberg for analytics](<https://devfeed.tech/articles/how-jump-trading-uses-clickhouse-with-iceberg-for-analytics-5363.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/jump-trading-uses-clickhouse-with-iceberg>)

Author: ClickHouse

Published: 2026-07-30T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Apache Iceberg](<https://devfeed.tech/topics/apache-iceberg.md>), [log management](<https://devfeed.tech/topics/log-management.md>), [data](<https://devfeed.tech/topics/data.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [apache](<https://devfeed.tech/tags/apache.md>), [apache-iceberg](<https://devfeed.tech/tags/apache-iceberg.md>), [business](<https://devfeed.tech/tags/business.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [industry](<https://devfeed.tech/tags/industry.md>), [latency](<https://devfeed.tech/tags/latency.md>), [logging](<https://devfeed.tech/tags/logging.md>), [logs](<https://devfeed.tech/tags/logs.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [observability](<https://devfeed.tech/tags/observability.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [scale](<https://devfeed.tech/tags/scale.md>), [technology](<https://devfeed.tech/tags/technology.md>), [trading](<https://devfeed.tech/tags/trading.md>)

### AI overview

Jump Trading uses a self-managed ClickHouse platform to capture and analyze petabyte-scale financial trading logs. The platform ingests hundreds of terabytes daily with a sub-20-second p99 and supports real-time analytics across hundreds of billions of events. To support large-scale batch reporting and research without affecting the real-time cluster, Jump added a parallel Apache Iceberg pipeline.

### Source excerpt

Jump Trading captures petabyte-scale financial trading logs on a self-managed ClickHouse platform, where zero data loss and low latency are critical requirements.

## How Bullet uses ClickHouse Cloud to give DeFi's fastest exchange real-time analytics

DevFeed: [How Bullet uses ClickHouse Cloud to give DeFi's fastest exchange real-time analytics](<https://devfeed.tech/articles/how-bullet-uses-clickhouse-cloud-to-give-defi-s-fastest-exchange-real-time-analytics-5017.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/bullet-real-time-analytics>)

Author: ClickHouse

Published: 2026-07-15T00:00:00Z

Content type: article

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [data](<https://devfeed.tech/topics/data.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Ethereum](<https://devfeed.tech/topics/ethereum.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cost](<https://devfeed.tech/tags/cost.md>), [crypto](<https://devfeed.tech/tags/crypto.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [finance](<https://devfeed.tech/tags/finance.md>), [latency](<https://devfeed.tech/tags/latency.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [platform](<https://devfeed.tech/tags/platform.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [speed](<https://devfeed.tech/tags/speed.md>), [trading](<https://devfeed.tech/tags/trading.md>)

### AI overview

Bullet uses ClickHouse Cloud to index, analyze, and monitor its real-time DeFi perpetuals exchange. The migration from Databricks reduced query latency from 10-15 seconds to milliseconds, improved data freshness to under five seconds, eliminated a separate serving layer, and supported 1,000 times more data at comparable cost.

### Source excerpt

Switching from Databricks to ClickHouse Cloud cut Bullet's query latency 10,000x and eliminated an entire serving layer, giving DeFi's fastest exchange real-time analytics at comparable cost.

## LABScon25 Replay | Breach Alpha: Trading on Cyber Fallout

DevFeed: [LABScon25 Replay | Breach Alpha: Trading on Cyber Fallout](<https://devfeed.tech/articles/labscon25-replay-breach-alpha-trading-on-cyber-fallout-8315.md>)

Original publisher: [Read original article](<https://www.sentinelone.com/labs/labscon25-replay-breach-alpha-trading-on-cyber-fallout/>)

Author: LABScon

Published: 2026-05-14T13:00:44Z

Content type: article

Language: en

Sources: [SentinelLabs - We are hunters, reversers, exploit developers, and tinkerers shedding light on the world of malware, exploits, APTs, and cybercrime across all platforms.](<https://devfeed.tech/sources/sentinellabs-we-are-hunters-reversers-exploit-developers-and-tinkerers-shedding-light-on-the-world-of-malware-exploits-apts-and-cybercrime-across-all-platforms.md>)

Topics: [Cybersecurity](<https://devfeed.tech/topics/cybersecurity.md>), [LABScon](<https://devfeed.tech/topics/labscon.md>), [incident](<https://devfeed.tech/topics/incident.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [dataset](<https://devfeed.tech/topics/dataset.md>), [ransomware](<https://devfeed.tech/topics/ransomware.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [breach](<https://devfeed.tech/tags/breach.md>), [cybersecurity](<https://devfeed.tech/tags/cybersecurity.md>), [data](<https://devfeed.tech/tags/data.md>), [labscon](<https://devfeed.tech/tags/labscon.md>), [labscon25](<https://devfeed.tech/tags/labscon25.md>), [model](<https://devfeed.tech/tags/model.md>), [ransomware](<https://devfeed.tech/tags/ransomware.md>), [time-series](<https://devfeed.tech/tags/time-series.md>), [trading](<https://devfeed.tech/tags/trading.md>)

### AI overview

Mick Baccio and Scott Roberts examine whether public breach signals can anticipate stock-market reactions before formal disclosure. Using AI-assisted data collection, a public-disclosure dataset, an intuition-led model, and Hidden Markov Model time-series analysis, they test a "15/30" cyber-event trading hypothesis and find highly mixed results.

### Source excerpt

Mick Baccio and Scott Roberts examine whether public breach signals and market timing models can turn cyber incidents into actionable trading opportunities.

## Putting the Tech in Fintech: How We Use FIX to Execute Trades at Scale

DevFeed: [Putting the Tech in Fintech: How We Use FIX to Execute Trades at Scale](<https://devfeed.tech/articles/putting-the-tech-in-fintech-how-we-use-fix-to-execute-trades-at-scale-20463.md>)

Original publisher: [Read original article](<https://eng.wealthfront.com/2026/04/21/putting-the-tech-in-fintech-how-we-use-fix-to-execute-trades-at-scale/>)

Author: Grace Sun

Published: 2026-04-22T00:27:03Z

Content type: article

Language: en

Sources: [Wealthfront](<https://devfeed.tech/sources/wealthfront.md>)

Topics: [distributed-systems](<https://devfeed.tech/topics/distributed-systems.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [IP routing](<https://devfeed.tech/topics/ip-routing.md>), [TCP/IP](<https://devfeed.tech/topics/tcp-ip.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [backend](<https://devfeed.tech/tags/backend.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [financial](<https://devfeed.tech/tags/financial.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [networking](<https://devfeed.tech/tags/networking.md>), [route](<https://devfeed.tech/tags/route.md>), [scale](<https://devfeed.tech/tags/scale.md>), [systems](<https://devfeed.tech/tags/systems.md>), [tcp-ip](<https://devfeed.tech/tags/tcp-ip.md>), [tech](<https://devfeed.tech/tags/tech.md>), [technology](<https://devfeed.tech/tags/technology.md>), [trading](<https://devfeed.tech/tags/trading.md>), [transactions](<https://devfeed.tech/tags/transactions.md>), [wealthfront-engineering](<https://devfeed.tech/tags/wealthfront-engineering.md>)

### AI overview

Wealthfront explains the distributed-systems infrastructure it uses to route and execute large volumes of stock trades. The article describes broker networking, IP routing, the FIX protocol, and the application layers supporting automated, low-latency trade execution.

### Source excerpt

At Wealthfront, the "tech" in financial technology isn't just a buzzword--it's the foundation of everything we build. Beneath the intuitive frontend our clients interact with lies a complex ecosystem of distributed systems. One of the most critical pieces of that backend architecture is the engine that enables us to route massive volumes of trades efficiently. ... Read more

## Why FinTech Is Moving to Distributed SQL Databases

DevFeed: [Why FinTech Is Moving to Distributed SQL Databases](<https://devfeed.tech/articles/why-fintech-is-moving-to-distributed-sql-databases-23784.md>)

Original publisher: [Read original article](<https://cockroachlabs.com/blog/fintech-distributed-sql>)

Author: David Weiss

Published: 2025-12-12T00:00:00Z

Content type: article

Language: en

Sources: [Cockroach Labs](<https://devfeed.tech/sources/cockroach-labs.md>)

Topics: [Databases](<https://devfeed.tech/topics/databases.md>), [SQL](<https://devfeed.tech/topics/sql.md>), [systems](<https://devfeed.tech/topics/systems.md>), [Transactions](<https://devfeed.tech/topics/transactions.md>), [consistency](<https://devfeed.tech/topics/consistency.md>), [Resilience](<https://devfeed.tech/topics/resilience.md>), [Availability](<https://devfeed.tech/topics/availability.md>)

Tags: [acid](<https://devfeed.tech/tags/acid.md>), [availability](<https://devfeed.tech/tags/availability.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [consistency](<https://devfeed.tech/tags/consistency.md>), [databases](<https://devfeed.tech/tags/databases.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [fintech](<https://devfeed.tech/tags/fintech.md>), [global](<https://devfeed.tech/tags/global.md>), [legacy](<https://devfeed.tech/tags/legacy.md>), [nosql](<https://devfeed.tech/tags/nosql.md>), [payments](<https://devfeed.tech/tags/payments.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [sql](<https://devfeed.tech/tags/sql.md>), [trading](<https://devfeed.tech/tags/trading.md>), [transactions](<https://devfeed.tech/tags/transactions.md>)

### AI overview

This article explains why FinTech organizations are considering distributed SQL databases as they scale financial workloads across regions and clouds. It emphasizes correctness, consistent ACID transactions, resilience, availability, regulatory compliance, and the limitations of legacy relational and patchwork NoSQL systems.

### Source excerpt

FinTech teams are operating under more pressure than ever. As digital financial services become the default for consumers and enterprises alike, the margin for error has all but disappeared. Users expect every interaction to be instantaneous, accurate, and always available, with very little patience for anything less.

## Building StockHouse: Real-time market analytics with ClickHouse

DevFeed: [Building StockHouse: Real-time market analytics with ClickHouse](<https://devfeed.tech/articles/building-stockhouse-real-time-market-analytics-with-clickhouse-5014.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/building-stockhouse>)

Author: Lionel Palacin

Published: 2025-11-13T16:21:22Z

Content type: tutorial

Language: en

Sources: [ClickHouse Blog](<https://devfeed.tech/sources/clickhouse-blog.md>)

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>), [WebSocket](<https://devfeed.tech/topics/websocket.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Vue.js](<https://devfeed.tech/topics/vue.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Back end](<https://devfeed.tech/topics/backend.md>), [Front end](<https://devfeed.tech/topics/frontend.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [backend](<https://devfeed.tech/tags/backend.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [financial](<https://devfeed.tech/tags/financial.md>), [go](<https://devfeed.tech/tags/go.md>), [js](<https://devfeed.tech/tags/js.md>), [low-latency](<https://devfeed.tech/tags/low-latency.md>), [node](<https://devfeed.tech/tags/node.md>), [observability](<https://devfeed.tech/tags/observability.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [series](<https://devfeed.tech/tags/series.md>), [trading](<https://devfeed.tech/tags/trading.md>), [vue](<https://devfeed.tech/tags/vue.md>), [vue-js](<https://devfeed.tech/tags/vue-js.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

This article presents StockHouse, a complete demo for building a real-time market analytics application. It uses Massive WebSocket APIs for live stock and crypto data, ClickHouse for efficient storage and low-latency analysis, and Perspective for interactive visualization.

### Source excerpt

Learn more how we built StockHouse, a real-time financial analytics application with Massive, ClickHouse and Perspective that scales to thousands of events per second.

## How to automate earning and selling Steam Trading Cards

DevFeed: [How to automate earning and selling Steam Trading Cards](<https://devfeed.tech/articles/a-detailed-guide-to-automated-farming-selling-of-steam-trading-cards-38569.md>)

Original publisher: [Read original article](<https://blog.jakelee.co.uk/automating-steam-trading-cards/>)

Author: Jake Lee

Published: 2025-10-10T23:00:00Z

Content type: tutorial

Language: en

Sources: [Jake Lee's Programming Blog](<https://devfeed.tech/sources/jake-lee-s-programming-blog.md>)

Topics: [Automation](<https://devfeed.tech/topics/automation.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [automated](<https://devfeed.tech/tags/automated.md>), [automation](<https://devfeed.tech/tags/automation.md>), [guide](<https://devfeed.tech/tags/guide.md>), [steam](<https://devfeed.tech/tags/steam.md>), [trading](<https://devfeed.tech/tags/trading.md>)

### AI overview

A tutorial on using automation software, specifically Idle Master Extended, to earn Steam Trading Cards from eligible games and sell them on the Steam Market. It also discusses checking card eligibility and assessing software safety, though the supplied text ends mid-article.

### Source excerpt

Steam Trading Cards have been out for a long time, but you probably didn't realise you likely have tens of games with earning potential just sitting in your library! Here's how to earn and sell the cards quickly.

## A Higgs-bugson in the Linux Kernel

DevFeed: [A Higgs-bugson in the Linux Kernel](<https://devfeed.tech/articles/a-higgs-bugson-in-the-linux-kernel-20143.md>)

Original publisher: [Read original article](<https://blog.janestreet.com/a-higgs-bugson-in-the-linux-kernel/>)

Author: Nikhil Jha

Published: 2025-07-02T00:00:00Z

Content type: tutorial

Language: en

Sources: [Jane Street](<https://devfeed.tech/sources/jane-street.md>)

Topics: [bug](<https://devfeed.tech/topics/bug.md>), [Kernel](<https://devfeed.tech/topics/kernel.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [debug](<https://devfeed.tech/topics/debug.md>), [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [POSIX](<https://devfeed.tech/topics/posix.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [bug](<https://devfeed.tech/tags/bug.md>), [data](<https://devfeed.tech/tags/data.md>), [debug](<https://devfeed.tech/tags/debug.md>), [filesystem](<https://devfeed.tech/tags/filesystem.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [linux](<https://devfeed.tech/tags/linux.md>), [linux-kernel](<https://devfeed.tech/tags/linux-kernel.md>), [posix](<https://devfeed.tech/tags/posix.md>), [security](<https://devfeed.tech/tags/security.md>), [trading](<https://devfeed.tech/tags/trading.md>)

### AI overview

A Jane Street engineering post investigates a difficult-to-reproduce bug affecting large file copies in Gord, a system that stores and distributes trading activity data. It explains the role of NFS, Kerberos authentication, and Linux kernel credential handling during the debugging process.

### Source excerpt

We recently ran across a strange higgs-bugson that manifested itself in a critical system that stores and distributes the firm's trading activity data, called Gord. (A higgs-bugson is a bug that is reported in practice but difficult to reproduce, named for the Higgs boson, a particle which was theorized in the 1960s but only found in 2013.) In this post I'll walk you through the process I took to debug it. I tried to write down relevant details as they came up, so see if you can guess what the bug is while reading along.

## Best Loser Wins: A Review of Tom Hougaard's Trading Mindset and Discipline

DevFeed: [Best Loser Wins: A Review of Tom Hougaard's Trading Mindset and Discipline](<https://devfeed.tech/articles/best-loser-wins-27865.md>)

Original publisher: [Read original article](<https://gagor.pro/book/2025/best-loser-wins/>)

Author: Tom

Published: 2025-01-23T00:00:00Z

Content type: article

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Resilience](<https://devfeed.tech/topics/resilience.md>)

Tags: [advice](<https://devfeed.tech/tags/advice.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [finance](<https://devfeed.tech/tags/finance.md>), [financial](<https://devfeed.tech/tags/financial.md>), [investing](<https://devfeed.tech/tags/investing.md>), [journey](<https://devfeed.tech/tags/journey.md>), [psychology](<https://devfeed.tech/tags/psychology.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [trading](<https://devfeed.tech/tags/trading.md>)

### AI overview

A review of Tom Hougaard's Best Loser Wins, which focuses on trading psychology, discipline, cutting losses early, and accepting losses rather than offering technical analysis or a formula for success. The reviewer finds its lessons useful but notes that the writing can be repetitive and that some strategies are less applicable to long-term investors.

### Source excerpt

Best Loser Wins Why Normal Thinking Never Wins the Trading Game - Written by a High-Stake Day Trader Author: Tom Hougaard Tom Hougaard's "Best Loser Wins" offers a refreshingly honest look at the realities of trading. It's not a traditional "how-to" guide packed with technical analysis or a magic formula for success. Instead, it's an introspective journey of a trader, highlighting the mindset and discipline required to navigate the often unforgiving world of financial markets.

## Using Trino with Apache Airflow for (almost) all your data problems

DevFeed: [Using Trino with Apache Airflow for (almost) all your data problems](<https://devfeed.tech/articles/using-trino-with-apache-airflow-for-almost-all-your-data-problems-8706.md>)

Original publisher: [Read original article](<https://trino.io/blog/2022/12/21/trino-summit-2022-astronomer-recap.html>)

Author: Philippe Gagnon, Brian Olsen

Published: 2022-12-21T00:00:00Z

Content type: article

Language: en

Sources: [Trino Blog](<https://devfeed.tech/sources/trino-blog.md>)

Topics: [airflow](<https://devfeed.tech/topics/airflow.md>), [data](<https://devfeed.tech/topics/data.md>), [Data Infrastructure](<https://devfeed.tech/topics/data-infrastructure.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Availability](<https://devfeed.tech/topics/availability.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>)

Tags: [airflow](<https://devfeed.tech/tags/airflow.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [apache](<https://devfeed.tech/tags/apache.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [availability](<https://devfeed.tech/tags/availability.md>), [batch](<https://devfeed.tech/tags/batch.md>), [data](<https://devfeed.tech/tags/data.md>), [data-infrastructure](<https://devfeed.tech/tags/data-infrastructure.md>), [databases](<https://devfeed.tech/tags/databases.md>), [integration](<https://devfeed.tech/tags/integration.md>), [saas](<https://devfeed.tech/tags/saas.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [summit](<https://devfeed.tech/tags/summit.md>), [trading](<https://devfeed.tech/tags/trading.md>), [warehouse](<https://devfeed.tech/tags/warehouse.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The article recaps a Trino Summit 2022 talk about using Apache Airflow to orchestrate Trino batch queries. It explains Trino's fault-tolerant execution mode and discusses moving queries closer to federated data sources to improve data availability, performance, scalability, and collaboration.

### Source excerpt

As we close in on the final talks from Trino Summit 2022, this next talk dives into how to set up Trino for batch processing. Trino has historically been well-known for facilitating fast adhoc analytics queries as opposed to long-running, resource intensive batch/ETL queries. This is due to the fact that Trino kills queries that run out of resources in order to prioritize faster query execution. Earlier this year, Trino added features to better support batch queries with a new fault-tolerant execution mode. This mode backs up intermediate data during execution time, allowing Trino to restart individual query tasks on failure rather than a query stage or the query itself. Batch queries don't typically involve human intervention and run asynchronously. These tasks may depend on each other and have a complex workflow. This talk describes how to orchestrate this complexity using Airflow's new Trino integration to run Trino batch queries to solve (almost) all your data problems.

## No Risk No Reward

DevFeed: [No Risk No Reward](<https://devfeed.tech/articles/no-risk-no-reward-1803.md>)

Original publisher: [Read original article](<https://signal.org/blog/no-risk-no-reward/>)

Published: 2015-08-18T00:00:00Z

Content type: opinion

Language: en

Sources: [Signal Blog](<https://devfeed.tech/sources/signal-blog.md>)

Topics: [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [communication](<https://devfeed.tech/tags/communication.md>), [finance](<https://devfeed.tech/tags/finance.md>), [learning](<https://devfeed.tech/tags/learning.md>), [leaving](<https://devfeed.tech/tags/leaving.md>), [trading](<https://devfeed.tech/tags/trading.md>)

### AI overview

A finance professional reflects on leaving options market making and algorithmic trading to join the Open Whisper Systems team and support secure, private communication. The transition is challenging but rewarding, requiring continuous learning across technical subjects and user advocacy.

### Source excerpt

After immersing myself for years and years in the world of finance (specifically, options market making and algorithmic trading), there was no escaping this mantra of "no risk, no reward." Most of the time, my (trading) style was fairly risk-averse. I knew how to find the signals of opportunities among the daily noise to reap small rewards. Fortunately, I also learned how to think about the outliers and to take the occasional big but calculated risks. Read more...

## Bandits and Stocks

DevFeed: [Bandits and Stocks](<https://devfeed.tech/articles/bandits-and-stocks-40335.md>)

Original publisher: [Read original article](<https://www.jeremykun.com/2013/12/09/bandits-and-stocks/>)

Published: 2013-12-09T09:00:52Z

Content type: tutorial

Language: en

Sources: [Jeremy Kun](<https://devfeed.tech/sources/jeremy-kun.md>)

Topics: [Programming](<https://devfeed.tech/topics/programming.md>), [Machine Learning & Artificial Intelligence](<https://devfeed.tech/topics/machine-learning-artificial-intelligence.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [algorithms](<https://devfeed.tech/tags/algorithms.md>), [bandit-learning](<https://devfeed.tech/tags/bandit-learning.md>), [bandits](<https://devfeed.tech/tags/bandits.md>), [exp3](<https://devfeed.tech/tags/exp3.md>), [experimental](<https://devfeed.tech/tags/experimental.md>), [finance](<https://devfeed.tech/tags/finance.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [programming](<https://devfeed.tech/tags/programming.md>), [python](<https://devfeed.tech/tags/python.md>), [stocks](<https://devfeed.tech/tags/stocks.md>), [trading](<https://devfeed.tech/tags/trading.md>), [ucb1](<https://devfeed.tech/tags/ucb1.md>)

### AI overview

This article experiments with the UCB1 and Exp3 bandit-learning algorithms on stock-trading data to compare their performance under stochastic and adversarial assumptions. It emphasizes that the model is simplistic and does not solve stock trading.

### Source excerpt

So far in this series we've seen two nontrivial algorithms for bandit learning in two different settings. The first was the UCB1 algorithm, which operated under the assumption that the rewards for the trials were independent and stochastic. That is, each slot machine was essentially a biased coin flip, and the algorithm was trying to find the machine with the best odds. The second was the Exp3 algorithm, which held the belief that the payoffs were arbitrary.