# loyalty account

Published articles for loyalty account.

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

## Loyalty points fraud is funding hacker holidays (Lock and Code S07E18)

DevFeed: [Loyalty points fraud is funding hacker holidays (Lock and Code S07E18)](<https://devfeed.tech/articles/loyalty-points-fraud-is-funding-hacker-holidays-lock-and-code-s07e18-8443.md>)

Original publisher: [Read original article](<https://www.malwarebytes.com/blog/podcast/2026/09/loyalty-points-fraud-is-funding-hacker-holidays-lock-and-code-s07e18>)

Author: Malwarebytes Labs

Published: 2026-09-07T18:23:18Z

Content type: article

Language: en

Sources: [Malwarebytes](<https://devfeed.tech/sources/malwarebytes.md>)

Topics: [Cybercrime](<https://devfeed.tech/topics/cybercrime.md>), [passwords](<https://devfeed.tech/topics/passwords.md>)

Tags: [account-takeover](<https://devfeed.tech/tags/account-takeover.md>), [airline](<https://devfeed.tech/tags/airline.md>), [airline-miles](<https://devfeed.tech/tags/airline-miles.md>), [credit-card-points](<https://devfeed.tech/tags/credit-card-points.md>), [cybercrime](<https://devfeed.tech/tags/cybercrime.md>), [fraud](<https://devfeed.tech/tags/fraud.md>), [hotel-rewards](<https://devfeed.tech/tags/hotel-rewards.md>), [loyalty-account](<https://devfeed.tech/tags/loyalty-account.md>), [loyalty-points](<https://devfeed.tech/tags/loyalty-points.md>), [loyalty-points-fraud](<https://devfeed.tech/tags/loyalty-points-fraud.md>), [podcast](<https://devfeed.tech/tags/podcast.md>), [points](<https://devfeed.tech/tags/points.md>), [rewards-account](<https://devfeed.tech/tags/rewards-account.md>), [rewards-points](<https://devfeed.tech/tags/rewards-points.md>)

### AI overview

A Lock and Code podcast episode examines loyalty-points theft, why criminals target points balances, and ways companies and consumers can protect against fraud.

### Source excerpt

This week on the Lock and Code podcast, we speak with Kim Sutherland about loyalty points fraud and how everyday people can stay safe.

## Customer Workflows: Building a loyalty program with Temporal

DevFeed: [Customer Workflows: Building a loyalty program with Temporal](<https://devfeed.tech/articles/customer-workflows-building-a-loyalty-program-with-temporal-35702.md>)

Original publisher: [Read original article](<https://temporal.io/blog/actors-and-workflows-part-2>)

Author: Fitz

Published: 2023-08-03T17:00:00Z

Content type: tutorial

Language: en

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

Topics: [Actor](<https://devfeed.tech/topics/actor.md>), [fly](<https://devfeed.tech/topics/fly.md>), [Code](<https://devfeed.tech/topics/code.md>), [Framework](<https://devfeed.tech/topics/framework.md>), [GitHub](<https://devfeed.tech/topics/github.md>), [Go](<https://devfeed.tech/topics/go.md>), [Java](<https://devfeed.tech/topics/java.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [actor](<https://devfeed.tech/tags/actor.md>), [customers](<https://devfeed.tech/tags/customers.md>), [github](<https://devfeed.tech/tags/github.md>), [go](<https://devfeed.tech/tags/go.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [java](<https://devfeed.tech/tags/java.md>), [loyalty-account](<https://devfeed.tech/tags/loyalty-account.md>), [python](<https://devfeed.tech/tags/python.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This tutorial explains how Temporal Workflows can represent Actors through a customer loyalty account example. It reviews the Actor Model's requirements--message handling, creating Actors, and maintaining state--and describes how a loyalty account tracks points and rewards. The article includes Go, Java, and Python implementations.

### Source excerpt

Discover how Temporal optimizes customer workflows in loyalty programs, managing actors and tasks efficiently to enhance customer engagement and retention.