Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am irmela on github.
* I am irmela (https://keybase.io/irmela) on keybase.
* I have a public key ASABGmzwssrfgaO_pND02Vrc75BwzImxTTV9uZa4yxqbgQo
To claim this, I am signing this object:
@irmela
irmela / fsf16_talks.md
Created September 22, 2016 07:33
FullStackFest 2016: My favourite talks

My favorite talks from FullStackFest 2016:

The State Of Serverless:

https://www.youtube.com/watch?v=9IrFIobZUEA&index=13&list=PLe9psSNJBf76DOOKMkDpyo_A5PfZk7JWc

The "serverless architecture" has become massively popular this year, and for the right reasons. It’s zero-administration nature and pay-per-execution pricing model have removed the major limitations preventing developers from provisioning infinite amounts of logic. Here we chat about the state of the serverless architecture, the vastly intricate, event-driven architectures it will enable in the future, and how empowering it will be for companies and individual developers alike.

Shopify in Multiple Datacenters:

https://www.youtube.com/watch?v=7UyDK2bDjc4&index=3&list=PLe9psSNJBf76DOOKMkDpyo_A5PfZk7JWc

How do you take the biggest commerce platform in the world, with hundreds of thousands of shops and make it run out of multiple locations? We'll go through how Shopify went from one datacenter, to a passive disaster recovery site all t

@irmela
irmela / index.html
Last active October 29, 2015 15:43 — forked from mpetherb/index.html
Fixed the image loading.
<html>
<head>
<script type="text/javascript" src="http://canvg.googlecode.com/svn/trunk/rgbcolor.js"></script>
<script type="text/javascript" src="http://canvg.googlecode.com/svn/trunk/canvg.js"></script>
<script>
function getImgData(chartContainer) {
var chartArea = chartContainer.getElementsByTagName('svg')[0].parentNode;
var svg = '<svg>' + chartContainer.getElementsByTagName('svg')[0].innerHTML + '</svg>'
var doc = chartContainer.ownerDocument;
var canvas = doc.createElement('canvas');
@irmela
irmela / index.html
Last active August 29, 2015 14:20 — forked from anonymous/index.html
<div class="container">
<div class="child"></div>
</div>

Keybase proof

I hereby claim:

  • I am irmela on github.
  • I am irmela (https://keybase.io/irmela) on keybase.
  • I have a public key whose fingerprint is 87BA E6E3 635B 0055 C9DE DC5F 1F7F ED19 69CA 6B9E

To claim this, I am signing this object:

@irmela
irmela / Preferences.sublime-settings
Created January 12, 2015 17:12
Sublime Text 3 config
{
"color_scheme": "Packages/Theme - Cyanide/Monocyanide.tmTheme",
"command": "goto_drupalapi",
"contrasted_light_quick_panel": true,
"contrasted_light_sidebar": true,
"contrasted_light_tabs": true,
"default_line_ending": "unix",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"icon_file_type_enable": true,