Skip to content

Instantly share code, notes, and snippets.

View rdiaz82's full-sized avatar
🏡
Working from home

Roberto Diaz rdiaz82

🏡
Working from home
View GitHub Profile
@rdiaz82
rdiaz82 / keybase.md
Last active August 31, 2018 00:55
Keybase

Keybase proof

I hereby claim:

  • I am rdiaz82 on github.

  • I am rdiaz_theam (https://keybase.io/rdiaz_theam) on keybase.

  • I have a public key ASCFpQPkfHTBF3PnBcfc_zkOg038M_goXnK9C3byhJzFNgo

100 Days of Code (Rust + Spacemacs)

Day 1

Installed all the neccesary tools in order to develop with Rust using Spacemacs. I also have installed the Rust spacemacs layer and configured 🚀

Day 2

Started to read Rust Programming Language book and implemented my first rust app, with the classical "guessing the number". I have checked a little bit of magit in Spacemacs and also configured the github layer in order to edit gists files directly form Spacemacs 😀

@rdiaz82
rdiaz82 / cheatSheet.md
Last active September 2, 2018 00:24
Emac cheatsheet

Basic shortcuts

Command function
SPC-f f Open File
SPC-f s Save File
SPC-w / Split window vertical
SPC-w - Split window horizontal
SPC-w m Current buffer full screen
SPC-b b Replace window by other buffer from list
@rdiaz82
rdiaz82 / Chapter2.md
Last active March 28, 2018 08:46
Pivotal Certification

Spring Bean Lifecycle and Configuration

  • Spring uses Dependency injection in order to link components.
  • The software components that Srping uses to build applications are called beans and are nothing more than Plain Old Java Objects (POJOs), that are created, initialized, assembled and managed by the Spring Inversion of Control

Spring Configuration

  • The beans definitions that make up a Spring application are provided using:
    • Xml files
  • Annotations from Spring 2.5 - @Component, @Service, @Respository
@rdiaz82
rdiaz82 / autoincrement.md
Last active December 11, 2017 12:55
Gist with common Android tasks!
@rdiaz82
rdiaz82 / _Readme.md
Last active October 11, 2017 07:40
Erlang Exercises

This gist will cover my own exercise implementation for the erlang exercises extracted from the Erlang Site Course: http://erlang.org/course/exercises.html, some exercises from the "Programming Erlang, Software for a Concurrent World" by Joe Armstrong and some crazy ideas to train myself :P