-
About Me · Avi Zurel
step of it’s development, through the deployment, the infrastructure, the
monitoring, the performance tweaking, the support of users, the back and
forth with product, with marketing. I just love eve...
-
Read Gzip file content with golang · Avi Zurel
Read Gzip file content with golang
16 Sep 2015
With one of my recent tasks, I had to read Gzipped JSON files from a directory.
This proved to be pretty easy (as a lot of things with Go are), but ...
-
Using webpack to proxy to your local web server to avoid Cross Site errors · Avi Zurel
Using webpack to proxy to your local web server to avoid Cross Site errors
19 Jul 2016
You know the pain of this error message I assume…
No 'Access-Control-Allow-Origin' header is present on the ...
-
Running ELK stack on docker - full solution · Avi Zurel
Running ELK stack on docker - full solution
06 Jun 2016
If you’ve read my Measure, Monitor, Observe and supervise post, you know I am quite the freak of monitoring and logging everything in the s...
-
Measure, Monitor, Observe and supervise · Avi Zurel
The story
Around 3 months ago (probably more, but I can’t recall the exact date), Gogobot set out to do a complete revamp to the underlying infrastructure that runs the site.
We decided to go for it f...
-
Using browser-sync with Jekyll for fun and profit · Avi Zurel
I use Jekyll a lot. From this blog to documentation, internal wikis and more.
It’s really a great tool to generate static websites and it’s a joy to use.
I use Vim for everything too. This means that ...