Pinned Repositories
algorithms
Algorithms-1
A collection of algorithms and data structures
aspnetcore-event-sourcing
ASP.NET Core ile Event Sourcing
awesome-ddd
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
awesome-gradient-boosting-papers
A curated list of gradient boosting research papers with implementations.
awesome-scalability
The Patterns of Scalable, Reliable, and Performant Large-Scale Systems
BTree
In-memory B-Tree implementation for C#
btree-go
B-tree implementation for Go
leet_code_problems
pavankoppineni's Repositories
pavankoppineni/Algorithms-1
A collection of algorithms and data structures
pavankoppineni/aspnetcore-event-sourcing
ASP.NET Core ile Event Sourcing
pavankoppineni/awesome-ddd
A curated list of Domain-Driven Design (DDD), Command Query Responsibility Segregation (CQRS), Event Sourcing, and Event Storming resources
pavankoppineni/awesome-dotnet
A collection of awesome .NET libraries, tools, frameworks and software
pavankoppineni/BTree
In-memory B-Tree implementation for C#
pavankoppineni/confluent-kafka-dotnet
Confluent's Apache Kafka .NET client
pavankoppineni/coreclr
CoreCLR is the runtime for .NET Core. It includes the garbage collector, JIT compiler, primitive data types and low-level classes.
pavankoppineni/design-patterns
pavankoppineni/distributed-consensus-reading-list
A list of papers about distributed consensus.
pavankoppineni/domain-driven-design
pavankoppineni/eShopOnWeb
Sample ASP.NET Core 6.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
pavankoppineni/EventFlow
Async/await first CQRS+ES and DDD framework for .NET
pavankoppineni/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
pavankoppineni/firecracker
Secure and fast microVMs for serverless computing.
pavankoppineni/garbage_collector_learnings
pavankoppineni/immutability-helper
mutate a copy of data without changing the original source
pavankoppineni/immutable-js
Immutable persistent data collections for Javascript which increase efficiency and simplicity.
pavankoppineni/indepth-theming-material-components
In this series, I will write about creating and applying Custom Theme to different Angular Material Components.
pavankoppineni/json-server
Get a full fake REST API with zero coding in less than 30 seconds (seriously)
pavankoppineni/leetcode-curation-topical
Tech interview prep list
pavankoppineni/pavankoppineni
Config files for my GitHub profile.
pavankoppineni/pinot
Apache Pinot - A realtime distributed OLAP datastore
pavankoppineni/pluralsight-ddd-fundamentals
Sample code for the Pluralsight DDD Fundamentals course by Julie Lerman and Steve "ardalis" Smith
pavankoppineni/reactive
The Reactive Extensions for .NET
pavankoppineni/referencesource
Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
pavankoppineni/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
pavankoppineni/Specification
Base class with tests for adding specifications to a DDD model
pavankoppineni/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
pavankoppineni/testcontainers-dotnet
🐋 A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
pavankoppineni/zipkin4net
A .NET client library for Zipkin