Blockchain Security Database

Development of Blockchain Database Applications The beauty of the blockchain is its distributed architecture. Once A Transaction is verified by the blockchain, A Permanent Digital Signature Will Propogate Throughout Eternity. DW84 Inc LLC Foundation Special Agent primary role is the security and storage of client digital assets.

Read more →

Blockchain Transactions

BLOCKCHAIN TRANSACTIONS Transactions make changes to storage and have fixed transaction costs. Transactions are executed on every node. Transactions can only return results by events. One Contract Transact On Another and get returned data. TRANSACTION FAILURE ALL CHANGES REVERSED, NO LOG PRODUCED Transactions can POST a Contract Another transaction can call that contract. DIGITAL SIGNATURES Hashing is the product of a small change in content which causes a huge change in results.

Read more →

Language and Locale Matching in Go

Marcel van Lohuizen Introduction Marcel van Lohuizen Consider an application, such as a web site, with support for multiple languages in its user interface. When a user arrives with a list of preferred languages, the application must decide which language it should use in its presentation to the user. This requires finding the best match between the languages the application supports and those the user prefers. This post explains why this is a difficult decision and how Go can help.

Read more →