Code Monkey home page Code Monkey logo

gollum's Introduction

Hello! I'm Ravern.

I'm a software engineer based in Singapore.

I'm interested in programming languages, databases and distributed systems. I believe that the Internet today leaves much to be desired, so I strive to direct my interests towards building a better one for tomorrow.

I'm currently a student at the National University of Singapore majoring in Computer Science. I'm also helping to organise events at NUS Hackers as a coreteam member.

This summer, I'm doing an internship at Optiver. Last summer, I did an internship at Open Government Products in Singapore, where I helped build a better way for the Singapore government to collect payments.

gollum's People

Contributors

ravern avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gollum's Issues

Compile-time warning in Elixir 1.9

Compiling Gollum with Elixir 1.9 shows the following warning:

warning: function init/1 required by behaviour GenServer is not implemented (in module Gollum.Cache).

We will inject a default implementation for now:

    def init(init_arg) do
      {:ok, init_arg}
    end

You can copy the implementation above or define your own that converts the arguments given to GenServer.start_link/3 to the server state.

  lib/gollum/cache.ex:1: Gollum.Cache (module)

Generated gollum app

Update HTTPoison

Gollum requires an old (0.x) version of HTTPoison. Since the latest version is somewhere around 1.5, this can cause dependency conflicts.

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.