Coder Social home page Coder Social logo

amit3200 / se-designs-understanding Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 0.0 855 KB

Contains various design strategies with the implementation of them on a small level with an example. This repo helps us to understand how and why one should implement various designs while creating applications.

License: GNU General Public License v3.0

C++ 11.35% Java 18.97% Python 64.40% CSS 0.30% HTML 3.95% Ruby 1.03%
system design-patterns design-system programming oop-principles trie distributed-systems se-designs strategies factory-pattern

se-designs-understanding's Introduction

SE-Designs-Understanding

maintained by [amit3200](https://github.com/Amit3200)

Contains various design strategies with the implementation of them on a small level with an example. This repo helps us to understand how and why one should implement various designs while creating applications.

Projects

urlShortner

  • Mimics the case of an url shortner. Uses 2 queues where the shortened url are generated and kept as some request comes it is consumed and is allocated to the allocated queue which says that shortened url is used.

rateLimiter

  • This allows to rate limit a particular api request.

logger

  • Logger is used to log the application uses the sequencing accordingly. Uses heap to map the requests.

case_study

  • rabbit_mq application upload asynchronously and notify user about upload using rabbit mq

Distributed Trie v1 (Shard by Region)

  • This was just a try and mimic program for the simulation in run time memory.
  • How the things work. What are the assumptions?
  • So we aim to build the trie which is distributed. Now the distribution can be done on the basis of multiple things.For the ease of things we willl keep it simple and will distribute the trie as per the region. So this means every region will have different trie node. The data between them are mutually exclusive to each other.
  • Code for Distributed Trie v1 at Link to Distributed Trie v1
  • Refer to diagram below Alt text

Feel free to reach me out and give suggestions on the same.

Connect at amit3200

se-designs-understanding's People

Contributors

amit3200 avatar asansoya3200 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.