Giter VIP home page Giter VIP logo

code-game-lang-stats's Introduction

I like learning new programming languages.

Favorites
Julia Crystal Ruby Python Svelte

Currently learning
Haskell Rust Lua RISC-V D-lang Zig

I would like to learn
Clojure Elixir Fortran Fsharp Kotlin Nim Racket

I also know


You can find me on various coding problem sites:

CodinGame | CodeWars | Exercism | Leetcode | code.golf

code-game-lang-stats's People

Contributors

andriamanitra avatar daxida avatar

Watchers

 avatar  avatar

Forkers

daxida

code-game-lang-stats's Issues

improve errors

Currently the api always just returns status=404 with the same message no matter what (the user might have provided a profile link to an unsupported site, or the user might not exist, or there could have been some temporary network error). It would be nice to provide a little bit more context with the error so the (eventual) frontend can give the user a bit more information.

To implement this we need to get rid of nils in the provider code and replace them with either

a) exception handling, or
b) structured error types (something like Either (Success stats) (Error message)).

add leetcode provider

Leetcode has some weird graphql API that requires authentication and is not really documented so scraping the necessary data from the profile page might work better

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.