How to change the primary key or table name in DynamoDB?

Paweł Woroniecki Mar 26, 2023 7 min read

AWS DynamoDB is a key-value and document database (read more…

Generics (Java)

Paweł Woroniecki Nov 12, 2022 21 min read

Generic types are commonly used in most modern programming languages.…

Databases (SQL and NoSQL) – overview, comparison, examples

Paweł Woroniecki Jun 29, 2022 24 min read

Choosing the right database may be obvious for you if…

Event Sourcing

Paweł Woroniecki Jun 16, 2022 14 min read

Do you need a full history of changes in your…

Unique username validator (Angular)

Paweł Woroniecki May 12, 2022 9 min read

Form validation in Angular is a well-known mechanism to perform…