Explore >> Select a destination


You are here

msfjarvis.dev
| | ncorti.com
1.9 parsecs away

Travel
| | How to use AndroidX migrated libraries on not yet migrated Android projects
| | zserge.com
1.2 parsecs away

Travel
| | from mavenCentral to jcenter to jitpack.io
| | tech.scribd.com
1.7 parsecs away

Travel
| | Armadillo is the fully featured audio player library Scribd uses to play and download all of its audiobooks and podcasts, which is now open source. It specializes in playing HLS or MP3 content that is broken down into chapters or tracks. It leverages Google's Exoplayer library for its audio engine. Exoplayer wraps a variety of low level audio and video apis but has few opinions of its own for actually using audio in an Android app.
| | janikvonrotz.ch
30.4 parsecs away

Travel
| For my last project I had to build a web application to administrate a MongoDB database. Due to using Meteor quite a lot I heard about Graphql and the Apollostack. Graphql, which is a specification done by Facebook engineers, promises to be the better REST API (which I hope it is). I became curious and decided the build the server API with Apollo. First I tried to evade using the Meteor as build system as I don't want to get too accustomed to this full-stack ecosystem. However, building a live-reload server and client build system in ES6 with Node.js, Babel and Webpack was simply too much work compared to building this simple web app. So in result this was my stack: