Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 777 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 777 Bytes

Lab

Repository to conduct experiments.

Experiments

In alphabetical order:

  1. Crypto: experiments with cryptocurrencies:
    1. usdc-ethereum: get information from Ethereum contracts and wallets.
  2. Django: understand different concepts in Django:
    1. i18n: how i18n and i10n work in Django.
    2. pwa: how to implement a PWA in Django.
  3. Java Concurrency: use and explain different thread pools in Java.
  4. Kafka: how to produce and consume messages using Kafka?
  5. Sharding: how to perform database sharding?
  6. Single Writer: demonstrate the single writer principle using Go, Redis and SQLite.
  7. sql: Various SQL queries.