Skip to content

Instantly share code, notes, and snippets.

View gabrielpedepera's full-sized avatar

Gabriel Pereira gabrielpedepera

View GitHub Profile
@gabrielpedepera
gabrielpedepera / things-i-believe.md
Created September 9, 2021 21:57 — forked from stettix/things-i-believe.md
Things I believe

Things I believe

This is a collection of the things I believe about software development. I have worked for years building backend and data processing systems, so read the below within that context.

Agree? Disagree? Feel free to let me know at @JanStette. See also my blog at www.janvsmachine.net.

Fundamentals

Keep it simple, stupid. You ain't gonna need it.

@gabrielpedepera
gabrielpedepera / recursividade_hash_01.xml
Created March 14, 2017 11:48 — forked from prodis/recursividade_hash_01.xml
Ruby Fundamental - Usando recursividade para alterar valores de hash
<transaction>
<id>456</id>
<status>Aprovada</status>
<order_number>F2457</order_number>
<price>33.21</price>
<date_transaction>2012-12-13T12:35:30</date_transaction>
<date_release></date_release>
<payment>
<payment_method>Mastercard</payment_method>
<date_approval>2012-12-13T12:35:31</date_approval>