# PoS

Published articles for PoS.

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

## Mobile App Security in the Age of SoftPOS | Guardsquare

DevFeed: [Mobile App Security in the Age of SoftPOS | Guardsquare](<https://devfeed.tech/articles/mobile-app-security-in-the-age-of-softpos-guardsquare-26314.md>)

Original publisher: [Read original article](<https://www.guardsquare.com/blog/softpos-mobile-app-security>)

Author: Guardsquare

Published: 2026-07-07T11:42:02Z

Content type: article

Language: en

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

Topics: [Mobile](<https://devfeed.tech/topics/mobile.md>), [Mobile Security](<https://devfeed.tech/topics/mobile-security.md>), [Security](<https://devfeed.tech/topics/security.md>), [App](<https://devfeed.tech/topics/app.md>), [API](<https://devfeed.tech/topics/api.md>), [Exploit](<https://devfeed.tech/topics/exploit.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Malware](<https://devfeed.tech/topics/malware.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [credentials](<https://devfeed.tech/tags/credentials.md>), [devices](<https://devfeed.tech/tags/devices.md>), [exploit](<https://devfeed.tech/tags/exploit.md>), [financial-services](<https://devfeed.tech/tags/financial-services.md>), [integrity](<https://devfeed.tech/tags/integrity.md>), [ios](<https://devfeed.tech/tags/ios.md>), [malware](<https://devfeed.tech/tags/malware.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [payment](<https://devfeed.tech/tags/payment.md>), [payments](<https://devfeed.tech/tags/payments.md>), [pos](<https://devfeed.tech/tags/pos.md>), [protection](<https://devfeed.tech/tags/protection.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [security](<https://devfeed.tech/tags/security.md>), [smartphone](<https://devfeed.tech/tags/smartphone.md>), [thought-leadership](<https://devfeed.tech/tags/thought-leadership.md>)

### AI overview

This article examines the security implications of SoftPOS, which turns smartphones into card-present payment terminals. It explains that moving payment functions to mobile devices shifts responsibility to the device, operating system, application integrity, APIs, and runtime environment, and discusses threats including app tampering, reverse engineering, API abuse, credential theft, malware, and bypassed environment checks.

### Source excerpt

As retailers look for faster, more flexible ways to accept payments, SoftPOS is becoming a cornerstone of modern payment strategies. It's expected that by 2027, more than 34.5 million merchants will accept payments through SoftPOS technology. The ability to turn any smartphone into a card-present terminal reduces hardware costs, simplifies onboarding, and supports new use cases like curbside, pop-up stores, and in-aisle checkout.

## Ultimate Go: Advanced Engineering Episode 7

DevFeed: [Ultimate Go: Advanced Engineering Episode 7](<https://devfeed.tech/articles/ultimate-go-advanced-engineering-episode-7-22193.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2022/12/ultimate-go-advanced-engineering-episode-7.html>)

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

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Data structures](<https://devfeed.tech/topics/data-structures.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>)

Tags: [2](<https://devfeed.tech/tags/2.md>), [audits](<https://devfeed.tech/tags/audits.md>), [batch](<https://devfeed.tech/tags/batch.md>), [batch-insert](<https://devfeed.tech/tags/batch-insert.md>), [bulk-upload](<https://devfeed.tech/tags/bulk-upload.md>), [caching](<https://devfeed.tech/tags/caching.md>), [consensus](<https://devfeed.tech/tags/consensus.md>), [consensus-algorithm](<https://devfeed.tech/tags/consensus-algorithm.md>), [data-structures](<https://devfeed.tech/tags/data-structures.md>), [databases](<https://devfeed.tech/tags/databases.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [go-blockchain](<https://devfeed.tech/tags/go-blockchain.md>), [memory-pool](<https://devfeed.tech/tags/memory-pool.md>), [poa](<https://devfeed.tech/tags/poa.md>), [pos](<https://devfeed.tech/tags/pos.md>), [pow](<https://devfeed.tech/tags/pow.md>), [proof-of-authority](<https://devfeed.tech/tags/proof-of-authority.md>)

### AI overview

This video walkthrough explains how a proof-of-authority consensus mechanism affects a dependency manager's database throughput. It introduces a synchronized memory pool for queued records, reduces duplicate insertion work across nodes, and explains how batches of records become blockchain blocks and can be audited.

### Source excerpt

Introduction In episode 6, Bill gives an overview of what consensus algorithms are and how these algorithms ensure distributed databases are in sync. Moving forward Bill will adopt the proof of authority (PoA) algorithm as a means to determine which node has the ability to write the next record. To jog your memory, PoA is a consensus mechanism where identity is used as a stake. By implementing this algorithm, Bill will add transparency to his dependency manager as he is no longer the only user with the ability to add new records. The dependency manager now meets the teams' requirements for transparency, however, it will have low throughput since only one record can be shared and inserted at a time.

## Ultimate Go Episode 6: Blockchain Consensus Algorithms

DevFeed: [Ultimate Go Episode 6: Blockchain Consensus Algorithms](<https://devfeed.tech/articles/ultimate-go-advanced-engineering-episode-6-22192.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2022/12/ultimate-go-advanced-engineering-episode-6.html>)

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

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Security](<https://devfeed.tech/topics/security.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [algorithms](<https://devfeed.tech/tags/algorithms.md>), [blockchain](<https://devfeed.tech/tags/blockchain.md>), [consensus](<https://devfeed.tech/tags/consensus.md>), [consensus-algorithm](<https://devfeed.tech/tags/consensus-algorithm.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [go-blockchain](<https://devfeed.tech/tags/go-blockchain.md>), [golang-blockchain](<https://devfeed.tech/tags/golang-blockchain.md>), [poa](<https://devfeed.tech/tags/poa.md>), [pos](<https://devfeed.tech/tags/pos.md>), [pow](<https://devfeed.tech/tags/pow.md>), [proof-of-authority](<https://devfeed.tech/tags/proof-of-authority.md>), [proof-of-work](<https://devfeed.tech/tags/proof-of-work.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

This video explains why proof of work can be inefficient as a blockchain grows, focusing on duplicated computation and energy consumption. It introduces proof of stake and proof of authority as alternative consensus algorithms and discusses their role in maintaining valid data in a distributed database.

### Source excerpt

Introduction In the last video, Bill left off talking about proof of work (PoW) algorithms. In a distributed and decentralized environment, PoW used to be the gold standard for a node to participate equitably in a Blockchain. However, with PoW as the number of nodes on the Blockchain increases, the amount of energy waste increases. This is because each node is performing the same computationally heavy calculation and only one node's energy usage is leveraged to write the next block.

## Ultimate Go: Advanced Engineering Episode 5

DevFeed: [Ultimate Go: Advanced Engineering Episode 5](<https://devfeed.tech/articles/ultimate-go-advanced-engineering-episode-5-22191.md>)

Original publisher: [Read original article](<https://www.ardanlabs.com/blog/2022/12/ultimate-go-advanced-engineering-episode-5.html>)

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

Content type: tutorial

Language: en

Sources: [William Kennedy](<https://devfeed.tech/sources/william-kennedy.md>)

Topics: [Blockchain](<https://devfeed.tech/topics/blockchain.md>), [Databases](<https://devfeed.tech/topics/databases.md>), [Replication](<https://devfeed.tech/topics/replication.md>)

Tags: [atomic](<https://devfeed.tech/tags/atomic.md>), [consensus](<https://devfeed.tech/tags/consensus.md>), [consensus-algorithm](<https://devfeed.tech/tags/consensus-algorithm.md>), [cryptographically-auditable](<https://devfeed.tech/tags/cryptographically-auditable.md>), [database](<https://devfeed.tech/tags/database.md>), [distributed](<https://devfeed.tech/tags/distributed.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [go-blockchain](<https://devfeed.tech/tags/go-blockchain.md>), [golang-blockchain](<https://devfeed.tech/tags/golang-blockchain.md>), [poa](<https://devfeed.tech/tags/poa.md>), [pos](<https://devfeed.tech/tags/pos.md>), [pow](<https://devfeed.tech/tags/pow.md>), [proof-of-authority](<https://devfeed.tech/tags/proof-of-authority.md>), [proof-of-work](<https://devfeed.tech/tags/proof-of-work.md>)

### AI overview

This video explains how to use blockchain concepts to design a distributed, auditable, synchronized, and scalable database for a dependency manager. It focuses on atomic writes, consensus, and a proof-of-work algorithm, while also discussing the inefficiency of proof of work and the emergence of proof of stake and proof of authority.

### Source excerpt

Introduction In case you missed episode 4, Bill attempted to integrate current database sharing solutions to solve the "database ownership" problem his dependency manager faces. He tried providing copies of the database, implementing a load balancer and replication. While performing these experiments, Bill identified the qualities his dependency manager's database needs to have for users to trust it. He closed episode 4 by stating that his dependency manager needs a database that is distributed, cryptographically auditable, synchronized and scalable. By implementing this Bill hoped to provide greater transparency for his dependency manager.

## Amphora Workshop Advances Ethereum's Transition to Proof of Stake

DevFeed: [Amphora Workshop Advances Ethereum's Transition to Proof of Stake](<https://devfeed.tech/articles/amphora-a-major-merge-milestone-16982.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2021/10/15/amphora-merge-milestone>)

Author: Tim Beiko

Published: 2021-10-15T00:00:00Z

Content type: article

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Hackathon](<https://devfeed.tech/topics/hackathon.md>), [Development](<https://devfeed.tech/topics/development.md>), [Testing](<https://devfeed.tech/topics/testing.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [hackathon](<https://devfeed.tech/tags/hackathon.md>), [pos](<https://devfeed.tech/tags/pos.md>), [pow](<https://devfeed.tech/tags/pow.md>), [research-development](<https://devfeed.tech/tags/research-development.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

The Amphora workshop brought Ethereum execution- and consensus-layer client teams together to resolve specification issues and reach milestones toward The Merge. The milestones progressed from implementing the merge specification to increasingly complex devnets and PoW-to-PoS transition testing.

### Source excerpt

Earlier this year, the Rayonism hackathon kicked off to protoype the architecture for Ethereum's transition to proof of stake. The transition, often refered to as The Merge, will keep the existing beacon chain (eth2) and execution layer (eth1) clients, and "merge" both chains by making the beacon chain drive the...

## Finalized No. 25: Rayonism, blst Security Advisory, and Beacon Chain Security RfP

DevFeed: [Finalized No. 25: Rayonism, blst Security Advisory, and Beacon Chain Security RfP](<https://devfeed.tech/articles/finalized-no-25-16957.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2021/04/02/finalized-no-25>)

Author: Danny Ryan

Published: 2021-04-02T00:00:00Z

Content type: news

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Security](<https://devfeed.tech/topics/security.md>), [Development](<https://devfeed.tech/topics/development.md>), [Fuzzing/Fuzz testing](<https://devfeed.tech/topics/fuzzing.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Formal verification](<https://devfeed.tech/topics/formal-verification.md>)

Tags: [discord](<https://devfeed.tech/tags/discord.md>), [formal-verification](<https://devfeed.tech/tags/formal-verification.md>), [fuzzing](<https://devfeed.tech/tags/fuzzing.md>), [migration](<https://devfeed.tech/tags/migration.md>), [pos](<https://devfeed.tech/tags/pos.md>), [pow](<https://devfeed.tech/tags/pow.md>), [research-development](<https://devfeed.tech/tags/research-development.md>), [security](<https://devfeed.tech/tags/security.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This Ethereum Foundation update covers Rayonism Merge devnets, a patched security issue in the blst BLS library, and a request for proposals on Beacon Chain security and testing.

### Source excerpt

tl;dr Rayonism☀, hacking the Merge together blst security advisory Reminder! Beacon Chain security+testing RfP...

## The Corner Round-up June 2020

DevFeed: [The Corner Round-up June 2020](<https://devfeed.tech/articles/the-corner-round-up-june-2020-27019.md>)

Original publisher: [Read original article](<https://medium.com/square-corner-blog/the-corner-round-up-june-2020-5f0eaa1d341e?source=rss----3650599ae4e2---4>)

Author: Richard Moot

Published: 2020-06-30T22:59:20Z

Content type: article

Language: en

Sources: [Square Corner Blog - Medium](<https://devfeed.tech/sources/square-corner-blog-medium.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Dependency injection](<https://devfeed.tech/topics/dependency-injection.md>), [Compiler](<https://devfeed.tech/topics/compiler.md>), [Dagger](<https://devfeed.tech/topics/dagger.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compiler](<https://devfeed.tech/tags/compiler.md>), [dagger](<https://devfeed.tech/tags/dagger.md>), [dagger-2](<https://devfeed.tech/tags/dagger-2.md>), [dependency-injection](<https://devfeed.tech/tags/dependency-injection.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [payments](<https://devfeed.tech/tags/payments.md>), [pos](<https://devfeed.tech/tags/pos.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

The Corner Round-up June 2020 recaps selected publications from Square's developer blog. It covers the Square Team API, the Hephaestus open source compiler plugin for Dagger 2, API Explorer's move from beta to general availability, Kubernetes pod security guidance, Loyalty and Customers APIs, and the Square Terminal API beta.

### Source excerpt

In order to keep some of the followers still here on Medium, we wanted to provide a quick recap on some of the things that have been published over at The Corner Blog's new home https://developer.squareup.com/blog (in case you didn't know that already). We'll just be doing a quick summary of each new thing, but you can check out each topic in detail over at our new home. Manage Team Data from Any Platform with Square Team API We released a new Team API to allow managing Team data from any platform. You can track and edit large volumes of team member data automatically and synchronize data with any third-party platform in real time! Introducing Hephaestus In order to make dependency injection with Dagger 2 easier, we had created Hephaestus. It is an open source compiler plugin that automatically merges Dagger modules and component interfaces to make development more enjoyable. API Explorer Moves to General Availability The Square Developer team also transitioned the API Explorer from Beta to GA, bringing with it a lot of improvements to make testing Square APIs much more enjoyable and easy. Kubernetes - Pod Security Policies The cloud team at Square also did a write-up that provides some useful guidance and examples for handling Pod Security in Kubernetes. Reward Customers Wherever They Shop with Loyalty API and Customers API Additionally, Square Loyalty now has an API to make providing rewards to customers on other platforms. Using the Customers API and Loyalty API in combination can allow any developer to create a great rewards system, no matter where their customers are. Announcing Square Terminal API Beta Finally, we also released Terminal API, which lets you programmatically take payments using Square Terminal. This API allows developers to connect Square Terminal, an all-in-one card payments device, to their custom-built POS systems, no matter which platforms or operating systems they're developed on. Now that isn't everything that we've published since you've

## Announcing Square Terminal API Beta

DevFeed: [Announcing Square Terminal API Beta](<https://devfeed.tech/articles/announcing-square-terminal-api-beta-15515.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/announcing-square-terminal-api-beta>)

Author: Leher Pathak

Published: 2020-04-22T19:00:00Z

Content type: release

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [Web](<https://devfeed.tech/topics/web.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [apple](<https://devfeed.tech/tags/apple.md>), [australia](<https://devfeed.tech/tags/australia.md>), [availability](<https://devfeed.tech/tags/availability.md>), [canada](<https://devfeed.tech/tags/canada.md>), [connectivity](<https://devfeed.tech/tags/connectivity.md>), [desktop](<https://devfeed.tech/tags/desktop.md>), [developer-community](<https://devfeed.tech/tags/developer-community.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [ios](<https://devfeed.tech/tags/ios.md>), [payments](<https://devfeed.tech/tags/payments.md>), [pos](<https://devfeed.tech/tags/pos.md>), [uk](<https://devfeed.tech/tags/uk.md>), [us](<https://devfeed.tech/tags/us.md>), [web](<https://devfeed.tech/tags/web.md>), [webhooks](<https://devfeed.tech/tags/webhooks.md>)

### AI overview

Square is releasing its Terminal API in beta, allowing developers to connect Square Terminal payment devices to custom point-of-sale systems across iOS, Android, web, and desktop platforms. The beta supports contactless payments and is available to developers in the US, Canada, UK, and Australia.

### Source excerpt

Enable contactless payments and limit person-to-person contact with Square Terminal, connected to any POS

## Eth2 Consensus Mechanisms: GHOST and LMD-GHOST Fork Choice

DevFeed: [Eth2 Consensus Mechanisms: GHOST and LMD-GHOST Fork Choice](<https://devfeed.tech/articles/validated-staking-on-eth2-2-two-ghosts-in-a-trench-coat-16888.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2020/02/12/validated-staking-on-eth2-2-two-ghosts-in-a-trench-coat>)

Author: Carl Beekhuizen

Published: 2020-02-12T00:00:00Z

Content type: tutorial

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Algorithm](<https://devfeed.tech/topics/algorithm.md>), [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Network](<https://devfeed.tech/topics/network.md>), [Latency](<https://devfeed.tech/topics/latency.md>)

Tags: [algorithm](<https://devfeed.tech/tags/algorithm.md>), [consensus](<https://devfeed.tech/tags/consensus.md>), [distributed-system](<https://devfeed.tech/tags/distributed-system.md>), [latency](<https://devfeed.tech/tags/latency.md>), [network](<https://devfeed.tech/tags/network.md>), [pos](<https://devfeed.tech/tags/pos.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [research-development](<https://devfeed.tech/tags/research-development.md>)

### AI overview

This article explains the consensus mechanisms behind eth2, focusing on GHOST and its proof-of-stake variant, Latest Message Driven GHOST (LMD-GHOST). It describes how LMD-GHOST uses each validator's latest vote to select the chain head and how GHOST can reduce attack effectiveness and chain reorganization depth under high network latency.

### Source excerpt

Special thanks to Sacha Yves Saint-Leger & Danny Ryan for review. In this installment, we'll discuss the consensus mechanisms behind eth2. Eth2 has a novel approach to deciding which block is the head of the chain, along with which blocks are and are not a part of the chain....

## Validated: Staking on eth2 #0 -- Beacon Chain, Sharding, and Validator Roles

DevFeed: [Validated: Staking on eth2 #0 -- Beacon Chain, Sharding, and Validator Roles](<https://devfeed.tech/articles/validated-staking-on-eth2-0-16873.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2019/11/27/validated-staking-on-eth2-no-0>)

Author: Carl Beekhuizen

Published: 2019-11-27T00:00:00Z

Content type: article

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Security](<https://devfeed.tech/topics/security.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [platform](<https://devfeed.tech/tags/platform.md>), [pos](<https://devfeed.tech/tags/pos.md>), [research-development](<https://devfeed.tech/tags/research-development.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>), [sharding](<https://devfeed.tech/tags/sharding.md>)

### AI overview

This article introduces eth2 and explains the validator-focused role of its beacon chain. It describes the phased design: Phase 0 manages validators and shard coordination, Phase 1 adds shard data, and Phase 2 adds execution to create a decentralized computing platform.

### Source excerpt

Thanks to Danny and Joe for review. As the launch of the beacon chain grows nearer and eth2 becomes ever more final, the time has come to fast-sync the community with the latest on the inner workings of eth2 and on the concrete requirements, incentives and experience of being...

## Creating a personalized, professional ticketing experience for any business, powered by Square APIs

DevFeed: [Creating a personalized, professional ticketing experience for any business, powered by Square APIs](<https://devfeed.tech/articles/creating-a-personalized-professional-ticketing-experience-for-any-business-powered-by-square-apis-15590.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/creating-a-personalized-professional-ticketing-experience-for-any-business-powered-by-square-apis>)

Author: Marisa Almeida

Published: 2017-11-27T19:48:32Z

Content type: article

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [OAuth](<https://devfeed.tech/topics/oauth.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [e-commerce](<https://devfeed.tech/tags/e-commerce.md>), [integration](<https://devfeed.tech/tags/integration.md>), [oauth](<https://devfeed.tech/tags/oauth.md>), [onboarding](<https://devfeed.tech/tags/onboarding.md>), [payments](<https://devfeed.tech/tags/payments.md>), [platform](<https://devfeed.tech/tags/platform.md>), [pos](<https://devfeed.tech/tags/pos.md>)

### AI overview

The article profiles SimpleTix, a personalized event-ticketing platform that integrates Square's E-commerce API. It describes the platform's branded event pages, custom seating charts, OAuth onboarding, online and in-person ticket sales, and use of Square's multi-party settlement feature.

### Source excerpt

SimpleTix is growing their platform through a differentiated experience and leveraging the new multi-party settlement feature through Square's E-commerce API.

## An Open Source Mining Pool Bounty and DEVgrant

DevFeed: [An Open Source Mining Pool Bounty and DEVgrant](<https://devfeed.tech/articles/an-open-source-mining-pool-bounty-and-devgrant-16752.md>)

Original publisher: [Read original article](<https://blog.ethereum.org/en/2016/03/29/an-open-source-mining-pool-bounty>)

Author: Wendell Davis

Published: 2016-03-29T09:05:02Z

Content type: article

Language: en

Sources: [Ethereum Foundation Blog](<https://devfeed.tech/sources/ethereum-foundation-blog.md>)

Topics: [Ethereum](<https://devfeed.tech/topics/ethereum.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [Software](<https://devfeed.tech/topics/software.md>)

Tags: [bounty](<https://devfeed.tech/tags/bounty.md>), [ethereum](<https://devfeed.tech/tags/ethereum.md>), [network](<https://devfeed.tech/tags/network.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [pos](<https://devfeed.tech/tags/pos.md>), [pow](<https://devfeed.tech/tags/pow.md>), [research-development](<https://devfeed.tech/tags/research-development.md>)

### AI overview

The Ethereum Foundation proposes a bounty for open-source Ethereum mining pool software to improve mining decentralization and reduce the efficiency gap with proprietary alternatives. The bounty offers up to 100 ETH per percentage point of adopted hashpower, subject to stated caps, plus a $10,000 DEVgrants contribution once development begins.

### Source excerpt

Ethereum's present reliance on Proof of Work (PoW) mining is not ideal, and while we continue to work with gusto towards a Proof of Stake solution (PoS), we have to live with PoW as gracefully as possible (at least until the eventual switch!). Meanwhile, in the interest of overall network...

## Integrating Node.js with a C# dll

DevFeed: [Integrating Node.js with a C# dll](<https://devfeed.tech/articles/integrating-node-js-with-a-c-dll-21215.md>)

Original publisher: [Read original article](<https://juri.dev/blog/2014/03/integrating-node-with-csharp/>)

Published: 2014-03-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Juri Strumpflohner](<https://devfeed.tech/sources/juri-strumpflohner.md>)

Topics: [C#](<https://devfeed.tech/topics/csharp.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Process](<https://devfeed.tech/topics/process.md>), [API](<https://devfeed.tech/topics/api.md>), [JSON](<https://devfeed.tech/topics/json.md>)

Tags: [c-sharp](<https://devfeed.tech/tags/c-sharp.md>), [console](<https://devfeed.tech/tags/console.md>), [json](<https://devfeed.tech/tags/json.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [payments](<https://devfeed.tech/tags/payments.md>), [pos](<https://devfeed.tech/tags/pos.md>), [process](<https://devfeed.tech/tags/process.md>), [rest-api](<https://devfeed.tech/tags/rest-api.md>), [server](<https://devfeed.tech/tags/server.md>), [web-app](<https://devfeed.tech/tags/web-app.md>)

### AI overview

This article describes integrating a Node.js server application with a C# DLL used to control a POS payment terminal. It presents Edge.js as one option and process invocation through Node.js as another, including communication through process arguments and STDOUT/STDIN, with JSON suggested for structured responses.

### Source excerpt

Lorem ipsum dolor sit amet

## Use cases for ReactOS

DevFeed: [Use cases for ReactOS](<https://devfeed.tech/articles/use-cases-for-reactos-33048.md>)

Original publisher: [Read original article](<https://reactos.org/blogs/use-cases-for-reactos/>)

Published: 2013-05-26T00:00:00Z

Content type: opinion

Language: en

Sources: [Front Page on ReactOS Website](<https://devfeed.tech/sources/front-page-on-reactos-website.md>)

Topics: [ReactOS](<https://devfeed.tech/topics/reactos.md>), [Windows](<https://devfeed.tech/topics/windows.md>), [win32](<https://devfeed.tech/topics/win32.md>), [networking](<https://devfeed.tech/topics/networking.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [free](<https://devfeed.tech/tags/free.md>), [networking](<https://devfeed.tech/tags/networking.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [os](<https://devfeed.tech/tags/os.md>), [pos](<https://devfeed.tech/tags/pos.md>), [react](<https://devfeed.tech/tags/react.md>), [reactos](<https://devfeed.tech/tags/reactos.md>), [remote](<https://devfeed.tech/tags/remote.md>), [thin-client](<https://devfeed.tech/tags/thin-client.md>), [win32](<https://devfeed.tech/tags/win32.md>), [winapi](<https://devfeed.tech/tags/winapi.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

This article examines business-oriented use cases for ReactOS, including remote desktop thin clients, point-of-sale and industrial systems, and remotely hosted applications. It argues that these narrower scenarios may be more attainable than replacing Windows XP or serving as a general-purpose Windows successor.

### Source excerpt

Many people see ReactOS as a Windows XP successor, a way for them to avoid the changes Microsoft brought about in Windows 8. This is a somewhat idealized goal, as ReactOS would need to be much more complete before it could attempt to fill in that role. There are however other use cases for which ReactOS is much closer to being ready for. Many of these however are more business use cases than consumer use cases.