eniqen's Stars
codecrafters-io/build-your-own-x
Master programming by recreating your favorite technologies from scratch.
yangshun/tech-interview-handbook
💯 Curated coding interview preparation materials for busy software engineers
DopplerHQ/awesome-interview-questions
:octocat: A curated awesome list of lists of interview questions. Feel free to contribute! :mortar_board:
poteto/hiring-without-whiteboards
⭐️ Companies that don't have a broken hiring process
cockroachdb/cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
donnemartin/interactive-coding-challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
viraptor/reverse-interview
Questions to ask the company during your interview
timescale/timescaledb
An open-source time-series SQL database optimized for fast ingest and complex queries. Packaged as a PostgreSQL extension.
twitter/twemproxy
A fast, light-weight proxy for memcached and redis
yahoo/CMAK
CMAK is a tool for managing Apache Kafka clusters
apache/iceberg
Apache Iceberg
twitter/scalding
A Scala API for Cascading
microservices-patterns/ftgo-application
Example code for the book Microservice patterns
thombergs/code-examples
A collection of code examples from blog posts etc.
spotify/scio
A Scala API for Apache Beam and Google Cloud Dataflow.
smallnest/C1000K-Servers
:zap: High performance websocket servers implemented by Spray-can, Netty, undertow, jetty, Vert.x, Grizzly, node.js and Go. It supports 1,200,000 active websocket connections
berndruecker/flowing-retail
Sample application demonstrating an order fulfillment system decomposed into multiple independant components (e.g. microservices). Showing concrete implementation alternatives using e.g. Java, Spring Boot, Apache Kafka, Camunda, Zeebe, ...
GoogleCloudPlatform/DataflowTemplates
Cloud Dataflow Google-provided templates for solving in-Cloud data tasks
eugene-khyst/postgresql-event-sourcing
A reference implementation of an event-sourced system that uses PostgreSQL as an event store built with Spring Boot. Fork the repository and use it as a template for your projects. Or clone the repository and run end-to-end tests to see how everything works together.
eventuate-tram/eventuate-tram-core
Transactional messaging for microservices
ruippeixotog/scala-scraper
A Scala library for scraping content from HTML pages
eventuate-tram/eventuate-tram-examples-customers-and-orders
An example of Choreography-based sagas in Spring Boot/JPA microservices
eventuate-tram/eventuate-tram-sagas-examples-customers-and-orders
Spring Boot/JPA microservices that use an orchestration-based saga to maintain data consistency
darhonbek/resume_templates
Result oriented achievement templates for engineers
alexandrnikitin/bloom-filter-scala
Bloom filter for Scala, the fastest for JVM
divolte/divolte-collector
Divolte Collector
kbastani/order-delivery-microservice-example
This repository contains a functional example of an order delivery service similar to UberEats, DoorDash, and Instacart.
duanehutchins/leetcode-questions-by-company
A list of LeetCode questions with the corresponding companies
laserdisc-io/fs2-aws
fs2 utilities to interact with AWS
eugene-khyst/ksqldb-event-souring
Kafka is not for event sourcing, isn't it? Kafka alone is not an event store, but Kafka and ksqlDB together allow building full-featured event stores. This repository provides a sample of event sourced system that uses Kafka and ksqlDB as event store.