GithubHelp home page GithubHelp logo

coderschool-assignment1-url-go's Introduction

CoderSchool Golang Course - Week 1.3 Assignment: URL

  1. Submitted by: Lam Tran
  2. Time spent: 8

Set of User Stories

Required

  • Manipulate YAML config file. Where the redirection list peristently stored.
  • Implement append to the list: urlshorten configure -a dogs -u www.dogs.com
  • Implement remove from the list: urlshorten -d dogs
  • List redirections: urlshorten -l
  • Run HTTP server on a given port: urlshorten run -p 8080
  • Prints usage info: urlshorten -h

Bonus

  • Track number of times each redirection is used. When the user uses urlshorten -l, the user should see redirections ranked by how many times they have been used.
  • Provide a default shortening, if no example is given. For example, if dogs is not given, generate a random alphanumeric string of length 8.
  • Build a Handler that doesn't read from a map but instead reads from a database. Whether you use BoltDB, SQL, or something else is entirely up to you.

coderschool-assignment1-url-go's People

Watchers

Lam avatar

coderschool-assignment1-url-go's Issues

Thanks!

Hi @lamtan92

I like the way you've organized the yaml file and the struct around.

Although,

  • The HTTP redirection is not complete yet.
  • Over complicated workarounds, eg.:
    • getConfigPath() - you can use relative path instead.
    • checkExistFileConfig() - you can simple check when you try to read the config file.
  • When you add to hosts you check for existence, but with remove not.

Please try to keep your code as simple as possible, but not simpler :)
Thanks,

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.