Rogério Chaves
Rogério Chaves
I've added cycle.js since it is another library that is getting a lot of traction and has a cool different architecture from the others by having everything as streams. Since...
The previous version of this benchmark had om, now om is evolving to be 1.0.0 (they are calling om next) and got some improvements, like using react v15 underneath now....
Hello, I believe the react example was not being very fair for a few reasons: 1 - The TodoMVC React example is very old, it does not take advantages from...
This way I don't need to smash degiro api for getting info about each product in my portfolio
Twitter search API has the include_entities param that I need to use, but it is not yet available con egg_mode https://developer.twitter.com/en/docs/tweets/search/api-reference/get-search-tweets.html
Because collection has no id, the log was showing `undefined` when making a fetch for the collection, it's better to show that it is a collection
I'm starting to work on an app that should fully work offline, allowing the user to sync it online even after several days being offline, there is nothing decided for...
Does kickstart have a recommendation or helpers for dealing with sensitive data? If not, should it? I suggest to use gpg, like this: ``` gpg --symmetric --cipher-algo aes256 id_rsa ```...
Hello! I've tried to use `customCommand`, but it doesn't work, I noticed that an elm list end up being passed to the called function, i'm getting an error like this:...
Here are some tech debts/possible refactors to do on the project, you can ask me for more context on any topic - [x] rename class to className to avoid shadowing...