Skip to content

Instantly share code, notes, and snippets.

View pedpess's full-sized avatar
🦄
unicorn, yay!

Pedro Pessoa pedpess

🦄
unicorn, yay!
View GitHub Profile
@pedpess
pedpess / remotedata.md
Created March 6, 2019 08:32
RemoteData example from Elm to use in TS
import ApiError from './ApiError';

interface NotFetched {
  kind: 'NotFetched'
}
interface IsFetching {
  kind: 'IsFetching'
}
interface Fetched {
@pedpess
pedpess / rnstudy.md
Last active May 2, 2022 04:31
React Native Study Notes

React Native Study Notes

(by @pedpess)


These are my own paper version notes meeting the digital world. They are related to my learnings from 2017-18, or just stuff I thought would be nice to keep a record during the time I was grasping React Native to use in several projects of mine.

I also did a study notes about Javascript. Check it out! ;)

@pedpess
pedpess / jstudy.md
Last active May 31, 2022 09:48
Javascript Study Notes

Javascript Study Notes

(by @pedpess)


These are my own paper version notes meeting the digital world. They are related to my learnings from 2017-18, or just stuff I thought would be nice to keep a record during the time I was grasping some Javascript topics.

PS: Don't expect all the material here to be 100% accurate or up-to-date. If you find some part that's wrong, or missing or old, please send me a comment to fix! :)