Skip to content

Instantly share code, notes, and snippets.

View mrcmatuszak's full-sized avatar

37e433697f0fe31d286a39a76cc0abf9ba78c227d3fa4c7ed4f4bbc724317de8 mrcmatuszak

View GitHub Profile
@mrcmatuszak
mrcmatuszak / aws-certification.md
Last active October 20, 2017 11:51 — forked from miglen/aws-certification.md
AWS Certification guide and notes on how to prepare for the aws associate certification architect, sysops and developer exams


AWS Certification notes

Those are my personal notes on AWS Solution Architect certification preparation. Hope you find them usefull.

To pass AWS certification, you should have:

  • Sound knowledge about most of the AWS services ( EC2, VPC, RDS, Cloudfront, S3, Route53 etc,)
  • Hands on experience with AWS services.
@mrcmatuszak
mrcmatuszak / README.md
Created September 12, 2017 07:33 — 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


Advanced Functional Programming with Scala - Notes

Copyright © 2017 Fantasyland Institute of Learning. All rights reserved.

1. Mastering Functions

A function is a mapping from one set, called a domain, to another set, called the codomain. A function associates every element in the domain with exactly one element in the codomain. In Scala, both domain and codomain are types.

val square : Int => Int = x => x * x
@mrcmatuszak
mrcmatuszak / springer-free-maths-books.md
Created January 6, 2016 11:51 — forked from bishboria/springer-free-maths-books.md
Springer made a bunch of books available for free, these were the direct links
package core.dao
import scala.concurrent.Future
import play.api.Logger
import reactivemongo.core.commands.LastError
import reactivemongo.core.errors.DatabaseException
import core.db.MongoHelper