Articles tagged with: Patterns & Practices

Book Review: The New Rules

Summary: A review of the book 'The New Rules - Developer's Guide to AI Era'.


Book Review: Rinsed: From Cartels to Crypto

Summary: A review of the book 'Rinsed: From Cartels to Crypto', by Geoff White.


Book Review: Learning Python Design Patterns

Summary: A review of the book 'Learning Python Design Patterns', by Gennadiy Zlobin


Book Review: The Creative Programmer

Summary: A review of the book 'The Creative Programmer', by Wouter Groeneveld


Word prediction using a trie data structure

Summary: Explores word prediction/autocomplete using a trie data structure. Includes a demo and the source code of the trie implementation.