Skip to content

Instantly share code, notes, and snippets.

@snwalkunde
snwalkunde / README.md
Created July 3, 2017 11:05 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed


@snwalkunde
snwalkunde / snwalkundeDotEmacs.el
Created October 20, 2012 13:02
My dotEmacs File
;;-----------------------------------------------------------------
;; Defaults
;; This only can save
;;-----------------------------------------------------------------
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq c-basic-offset 4)
(setq indent-line-function 'insert-tab)
;;-----------------------------------------------------------------