Skip to content

Instantly share code, notes, and snippets.

@artisr
artisr / README.md
Created July 31, 2016 18:28 — 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.


Index:

@artisr
artisr / silver.md
Created January 22, 2017 18:09 — forked from sean2121/silver.md

Ruby Association Certified Ruby Examination Silver Sample Questions

Q1. Which of the following have true values in Ruby? (Choose two.)

  • (a) ""
  • (b) 0
  • (c) false
  • (d) nil

@artisr
artisr / Gold.md
Created January 22, 2017 18:09 — forked from sean2121/Gold.md

Ruby Association Certified Ruby Examination Gold Sample Questions

Q1. Assume that the following code must have the stated execution result.

__(1)__
x.each_line { |line| puts line }

[Execution Result]
apple

Effective Engineer - Notes

What's an Effective Engineer?

  • They are the people who get things done. Effective Engineers produce results.

Adopt the Right Mindsets

@artisr
artisr / introrx.md
Created February 2, 2018 08:39 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@artisr
artisr / sidekiq_delete_jobs.md
Created June 14, 2018 20:27 — forked from eparreno/sidekiq_delete_jobs.md
How to delete Sidekiq jobs in a Rails app using ActiveJobs

How to delete Sidekiq jobs in a Rails app using ActiveJobs

Sidekiq jobs can be enqueued or scheduled. Enqueued means that they are gonna be picked up as soon as possible, scheduled jobs will be enqueued at some specific time.

job_id and jid

When using ActiveJobs, Rails will return a job_id after sending the job to ActiveJobs

job = UserMailer.send_invite(params).deliver_later
@artisr
artisr / tutorial.md
Created July 17, 2018 11:25 — forked from swalkinshaw/tutorial.md
Designing a GraphQL API

Tutorial: Designing a GraphQL API

This tutorial was created by Shopify for internal purposes. We've created a public version of it since we think it's useful to anyone creating a GraphQL API.

It's based on lessons learned from creating and evolving production schemas at Shopify over almost 3 years. The tutorial has evolved and will continue to change in the future so nothing is set in stone.

@artisr
artisr / ssl_puma.sh
Created August 8, 2018 14:39 — forked from tadast/ssl_puma.sh
localhost SSL with puma
# 1) Create your private key (any password will do, we remove it below)
$ cd ~/.ssh
$ openssl genrsa -des3 -out server.orig.key 2048
# 2) Remove the password
$ openssl rsa -in server.orig.key -out server.key
@artisr
artisr / lv.test.yaml
Last active September 17, 2018 11:56
# comments start with '#' anywhere on a line
# first define which tables will be used for your tests
table: [unicode.dis, Lv-Lv-g1.utb]
# then optionally define flags such as testmode. If no flags are
# defined forward translation is assumed
# now define the tests
tests:
# character tests
tests:
-
- '^'
- d46
-
- '#'
- d3456
-
- '_'
- d6