Pinned Repositories
autocomplete
Naive autocomplete implementations using diverse data structures
blog
My tech blog
blog_comments
cache-simulator
React app that simulates cache access with hit - misses and different configurations.
efcore-leader-replicas
Demonstrates a dotnet + efCore app consuming a postgresql cluster with leader + replicas nodes
Graphs.net
Graphs (Discrete Mathematics) library for NET 5.0
mazegame
Simple multiplayer maze game based on MERN stack.
NetCoreConf2023.TestContainers
ratelimiter-leakybucket
Dotnet implementation of a simple rate limiter based in leaky bucket algorithm
ratelimiter-tokenbucket
A naive approach to token bucket-based rate limiter.
jorgeolive's Repositories
jorgeolive/blog
My tech blog
jorgeolive/autocomplete
Naive autocomplete implementations using diverse data structures
jorgeolive/blog_comments
jorgeolive/cache-simulator
React app that simulates cache access with hit - misses and different configurations.
jorgeolive/efcore-leader-replicas
Demonstrates a dotnet + efCore app consuming a postgresql cluster with leader + replicas nodes
jorgeolive/Graphs.net
Graphs (Discrete Mathematics) library for NET 5.0
jorgeolive/mazegame
Simple multiplayer maze game based on MERN stack.
jorgeolive/NetCoreConf2023.TestContainers
jorgeolive/ratelimiter-leakybucket
Dotnet implementation of a simple rate limiter based in leaky bucket algorithm
jorgeolive/ratelimiter-tokenbucket
A naive approach to token bucket-based rate limiter.
jorgeolive/js-minesweeper
Vanilla JS implementation of Win 3.1 classic game. Based on Ania Kurnow's Youtube tutorial
jorgeolive/onlinemedian
Three approaches to calculate a median of integers in C#
jorgeolive/RequestReplyPEAPattern
Implementation with MassTransit of the Request Reply pattern
jorgeolive/SplitQueryTests
jorgeolive/tictactoe_vue
TicTacToe with Vue.js