GithubHelp home page GithubHelp logo

short-ruby-url's Introduction

Run the app

bundle install rails serve Make sure selenium is running to avoid sanitize error

a) How you would generate a unique ID for each URL For each url I used a formula rand(36*8).to_s(36) to generate a unique key to associate with the long url

b) How you would generate unique IDs at scale (8K+ requests per second) The current implimentation uses microservices
c) How your service would handle redirects redirects are handled directly in the code

d) How you would support custom short URLs Currently not implemented but this would require me to use the custom address(https://t.co) and use a DNS lookup to pass the id(Efg5464D)

e) How you would delete expired URLs The system would require the a default expiry timer this can also be specified by the user, this would allow for the system to run a cron job and clean up the server

f) How you would track click stats store the number of times the url is referenced
g) Draw flowcharts diagrams and architecture diagram for this service.

short-ruby-url's People

Contributors

ekivutha avatar

Watchers

 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.