Skip to content

Instantly share code, notes, and snippets.

View thabemmz's full-sized avatar
👋

Christiaan van Bemmel thabemmz

👋
View GitHub Profile
@thabemmz
thabemmz / keybase.md
Created January 2, 2018 09:18
Keybase

Keybase proof

I hereby claim:

  • I am thabemmz on github.
  • I am thabemmz (https://keybase.io/thabemmz) on keybase.
  • I have a public key ASBpRFV2ScIkYtYeY6PJLINll3x7HaC_ejeG3RzdJvEjVQo

To claim this, I am signing this object:

@thabemmz
thabemmz / buffer-error.txt
Created May 19, 2016 06:28
Blog about handling big files with streams in Node
buffer.js:388
throw new Error('toString failed');
^
@thabemmz
thabemmz / matchminds-assessment.md
Created March 12, 2015 14:45
Enrise - Matchminds assessment

#Javascript assessment

In this assessment we try to get an impression of your level of Javascript at the moment. We don't consider this as some final test, but as a tool for use to scale your JS knowledge.

##How to work on this assessment? This assessment can be found at this JSFiddle. The assessment is included at JSFiddle, which is an online tool for sharing code.

In JSFiddle you see a header containing some buttons, a sidebar called "Frameworks and Extensions"

@thabemmz
thabemmz / Gruntfile.js
Created February 12, 2014 23:16
Gruntfile Statamic
watch: {
js: {
files: ['js/src/{,*/}*.js'],
tasks: ['jshint'],
options: {
livereload: true
}
},
gruntfile: {
files: ['Gruntfile.js']