From b47a7c9b4cc350e99b43ccab220522fc3929c03d Mon Sep 17 00:00:00 2001 From: "Juan M. Uys" Date: Mon, 13 Jun 2016 20:51:25 +0100 Subject: [PATCH] new rendition --- 404.html | 14 + about.html | 14 + archive/index.html | 14 + ...g-a-secure-iframe-on-an-insecure-page.html | 14 + ...mbed-a-secure-iframe-on-a-secure-site.html | 14 + blog/2015/09/17/n-business-days-until.html | 14 + ...ndelbrot-fractal-with-pixie-on-ubuntu.html | 14 + .../2015/10/17/spacemacs-layer-for-pixie.html | 14 + .../02/29/ajax-when-was-your-first-time.html | 14 + blog/2016/03/10/docker-this-docker-that.html | 14 + ...ng-clojure-with-unity3d-inside-docker.html | 14 + clients.html | 14 + contact.html | 14 + cv.html | 358 ++++++++++++++++++ feed.xml | 4 +- games.html | 14 + index.html | 14 + ...e-to-self-hp-photosmart-on-arch-linux.html | 14 + projects.html | 40 ++ tag/ajax/index.html | 14 + tag/android/index.html | 14 + tag/arch/index.html | 14 + tag/clojure/index.html | 14 + tag/dashboards/index.html | 14 + tag/dinosaur/index.html | 14 + tag/docker/index.html | 14 + tag/emacs/index.html | 14 + tag/github/index.html | 14 + tag/note/index.html | 14 + tag/pixie/index.html | 14 + tag/security/index.html | 14 + tag/spacemacs/index.html | 14 + tag/unity3d/index.html | 14 + tag/web/index.html | 14 + 34 files changed, 834 insertions(+), 2 deletions(-) create mode 100644 cv.html diff --git a/404.html b/404.html index a1d4b4b..964adf2 100644 --- a/404.html +++ b/404.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/about.html b/about.html index 05214c9..b99455a 100644 --- a/about.html +++ b/about.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/archive/index.html b/archive/index.html index 5e16d0b..953a895 100644 --- a/archive/index.html +++ b/archive/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/blog/2015/09/10/security-considerations-of-using-a-secure-iframe-on-an-insecure-page.html b/blog/2015/09/10/security-considerations-of-using-a-secure-iframe-on-an-insecure-page.html index eb9c855..7bf7e1b 100644 --- a/blog/2015/09/10/security-considerations-of-using-a-secure-iframe-on-an-insecure-page.html +++ b/blog/2015/09/10/security-considerations-of-using-a-secure-iframe-on-an-insecure-page.html @@ -62,6 +62,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/blog/2015/09/15/can-you-embed-a-secure-iframe-on-a-secure-site.html b/blog/2015/09/15/can-you-embed-a-secure-iframe-on-a-secure-site.html index 93d58d8..8d01da5 100644 --- a/blog/2015/09/15/can-you-embed-a-secure-iframe-on-a-secure-site.html +++ b/blog/2015/09/15/can-you-embed-a-secure-iframe-on-a-secure-site.html @@ -62,6 +62,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/blog/2015/09/17/n-business-days-until.html b/blog/2015/09/17/n-business-days-until.html index 80393d1..7549812 100644 --- a/blog/2015/09/17/n-business-days-until.html +++ b/blog/2015/09/17/n-business-days-until.html @@ -62,6 +62,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/blog/2015/10/11/mandelbrot-fractal-with-pixie-on-ubuntu.html b/blog/2015/10/11/mandelbrot-fractal-with-pixie-on-ubuntu.html index 61ad8d2..db8fc20 100644 --- a/blog/2015/10/11/mandelbrot-fractal-with-pixie-on-ubuntu.html +++ b/blog/2015/10/11/mandelbrot-fractal-with-pixie-on-ubuntu.html @@ -62,6 +62,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/blog/2015/10/17/spacemacs-layer-for-pixie.html b/blog/2015/10/17/spacemacs-layer-for-pixie.html index a46e6ff..c7aaf4d 100644 --- a/blog/2015/10/17/spacemacs-layer-for-pixie.html +++ b/blog/2015/10/17/spacemacs-layer-for-pixie.html @@ -62,6 +62,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/blog/2016/02/29/ajax-when-was-your-first-time.html b/blog/2016/02/29/ajax-when-was-your-first-time.html index bc5070b..179f12a 100644 --- a/blog/2016/02/29/ajax-when-was-your-first-time.html +++ b/blog/2016/02/29/ajax-when-was-your-first-time.html @@ -62,6 +62,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/blog/2016/03/10/docker-this-docker-that.html b/blog/2016/03/10/docker-this-docker-that.html index 880234e..47edbc6 100644 --- a/blog/2016/03/10/docker-this-docker-that.html +++ b/blog/2016/03/10/docker-this-docker-that.html @@ -62,6 +62,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/blog/2016/03/29/using-clojure-with-unity3d-inside-docker.html b/blog/2016/03/29/using-clojure-with-unity3d-inside-docker.html index 58e5075..fee52f9 100644 --- a/blog/2016/03/29/using-clojure-with-unity3d-inside-docker.html +++ b/blog/2016/03/29/using-clojure-with-unity3d-inside-docker.html @@ -62,6 +62,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/clients.html b/clients.html index 1bd6368..56a97b7 100644 --- a/clients.html +++ b/clients.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/contact.html b/contact.html index 5c24301..7bce6c3 100644 --- a/contact.html +++ b/contact.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/cv.html b/cv.html new file mode 100644 index 0000000..293f9b0 --- /dev/null +++ b/cv.html @@ -0,0 +1,358 @@ + + + + + + + + + + CV + + + + + + + + + + + + + + +
    +
    +
    + +
    +

    CV

    +
    + +
    +

    Juan M. Uys

    + +

    I’m a web developer with specialisation in scalability and quick starts (i.e. getting startups off the ground). Looking for exciting work in the London area, or remote.

    + +

    Education

    + +
      +
    • How to be a dad (Home, 2013 - current)
    • +
    • Certificate in Computational Investing (Georgia Institute of Technology, 2013)
    • +
    • Data Analysis (Coursera, 2013)
    • +
    • Web Intelligence and Big Data (Coursera, 2013)
    • +
    • Functional Programming Principles in Scala (Coursera, 2012)
    • +
    • Introduction to Artificial Intelligence (Udacity, 2011)
    • +
    • Certificate Sun Certified Java Programmer (Sun Microsystems, 2007)
    • +
    • Diploma in Neural Networks (International School for Scientific Computing, 2001)
    • +
    • Qualified advanced scuba diver (NAUI, 1995)
    • +
    + +

    Roles

    + +

    Unleash Your Server

    + +
    +

    Director & freelance in London, June 2013 to current

    +
    + +

    See the clients section on my website for more.

    + +
      +
    • team lead for Conde Nast’s Platform Team, helping them deliver style.com
    • +
    • contract work for GOV.UK including Land Registry revamp using Python, policy management for Home Office using Scala
    • +
    • credit scoring and historical finance data parsing for a company in California
    • +
    • a service marketplace modelled on an order book for a Bank Of America veteran
    • +
    • solving the age-old British problem of the queue for a startup in Shoreditch
    • +
    + +

    pollarize.me

    + +
    +

    Co-founder in London, March 2012 to March 2013 (evenings and weekends)

    +
    + +
      +
    • startup that spun out of us winning Startup Weekend 2012
    • +
    • A/B polling in the same vein as polarb, state.it, thumb.it, etc
    • +
    • fully distributed architecture making ample use of 3rd party APIs
    • +
    + +

    Net-A-Porter.com Group

    + +
    +

    Java Developer in London, Jan 2007 to Aug 2013

    +
    + +
      +
    • introduced Scala to the company in 2009
    • +
    • hackday champion 2011, showcasing a mobile app for the budding fashion scout
    • +
    • CMS and workflow using Alfresco and Activiti
    • +
    • translation service integrating with 3rd party translators and CMS system
    • +
    • search and sitemap automation using Spring Batch, Apache Nutch and Solr, later ElasticSearch
    • +
    • gluing together parts of our CI system using Lift (Scala)
    • +
    • PCI-compliant payment system and credit card database
    • +
    + +

    BeatThatQuote.com

    + +
    +

    Java & Ruby developer, employee #5 in London, 2005 to 2006

    +
    + +
      +
    • acquired by Google
    • +
    • UK’s fastest growing startup in 2005 and HSBC award for best start-up in London
    • +
    • aggregating and selling finance leads using custom backend system
    • +
    • implemented direct-2-broker system using Ruby on Rails, cutting out underwriters
    • +
    + +

    Etc

    + +
    +

    Developer in London and Johannesburg, 2002 to 2005

    +
    + +
      +
    • marketing database systems for the private healthcare group Cambian (.NET)
    • +
    • re-jigging the website for the UCEA (.NET)
    • +
    • cloud management platform VITAL (.NET)
    • +
    • IT consultation for TAIB securities (private bank)
    • +
    • CMS and document management for Investec
    • +
    • lease management software for a large fleet
    • +
    • full-stack dev for an Internet advertising company
    • +
    + +

    Contact

    + +

    juan@uys.io
    ++44 7702 783 956
    +Github

    + + +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + + + + + diff --git a/feed.xml b/feed.xml index 63cf736..3ca547e 100644 --- a/feed.xml +++ b/feed.xml @@ -6,8 +6,8 @@ http://www.uys.io/ - Wed, 11 May 2016 11:44:12 +0000 - Wed, 11 May 2016 11:44:12 +0000 + Mon, 13 Jun 2016 19:50:17 +0000 + Mon, 13 Jun 2016 19:50:17 +0000 Jekyll v2.5.3 diff --git a/games.html b/games.html index 60a0a31..876b770 100644 --- a/games.html +++ b/games.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/index.html b/index.html index d86c8a1..34198b0 100644 --- a/index.html +++ b/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/notes/2016/04/12/note-to-self-hp-photosmart-on-arch-linux.html b/notes/2016/04/12/note-to-self-hp-photosmart-on-arch-linux.html index 813935a..ef3b245 100644 --- a/notes/2016/04/12/note-to-self-hp-photosmart-on-arch-linux.html +++ b/notes/2016/04/12/note-to-self-hp-photosmart-on-arch-linux.html @@ -62,6 +62,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/projects.html b/projects.html index be0b80a..8579835 100644 --- a/projects.html +++ b/projects.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • @@ -214,8 +228,12 @@

    Projects

    +

    Table of Contents

    +
    @@ -230,6 +248,28 @@

    pdfcrun.ch

    If you’re a computer vision expert, please contact me at this address as my algorithms can always do with betterment.

    +

    +1 News

    + +
    +

    code here, here, here

    +
    + +
      +
    • natural language parsing, and news generation by way of Markov chains
    • +
    • aggregation and downstream publishing
    • +
    + +

    Taxi meter built to TFL spec

    + +
    +

    code here

    +
    + +
      +
    • accurate rate calculation over discontinuous time
    • +
    • successfully used in traffic simulations
    • +
    +
    diff --git a/tag/ajax/index.html b/tag/ajax/index.html index c163233..7f3d0bc 100644 --- a/tag/ajax/index.html +++ b/tag/ajax/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/android/index.html b/tag/android/index.html index 3660386..6c71bc1 100644 --- a/tag/android/index.html +++ b/tag/android/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/arch/index.html b/tag/arch/index.html index 11a2696..ff04d29 100644 --- a/tag/arch/index.html +++ b/tag/arch/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/clojure/index.html b/tag/clojure/index.html index 87a1dc4..231c42d 100644 --- a/tag/clojure/index.html +++ b/tag/clojure/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/dashboards/index.html b/tag/dashboards/index.html index 9479ba8..1a0f755 100644 --- a/tag/dashboards/index.html +++ b/tag/dashboards/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/dinosaur/index.html b/tag/dinosaur/index.html index 5c216b3..74582f6 100644 --- a/tag/dinosaur/index.html +++ b/tag/dinosaur/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/docker/index.html b/tag/docker/index.html index fb17d22..93a8258 100644 --- a/tag/docker/index.html +++ b/tag/docker/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/emacs/index.html b/tag/emacs/index.html index d934fd0..f2f80b5 100644 --- a/tag/emacs/index.html +++ b/tag/emacs/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/github/index.html b/tag/github/index.html index b07283c..e658830 100644 --- a/tag/github/index.html +++ b/tag/github/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/note/index.html b/tag/note/index.html index afe1e81..26fb6cd 100644 --- a/tag/note/index.html +++ b/tag/note/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/pixie/index.html b/tag/pixie/index.html index 0170954..40be030 100644 --- a/tag/pixie/index.html +++ b/tag/pixie/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/security/index.html b/tag/security/index.html index fc338b5..6c6f66f 100644 --- a/tag/security/index.html +++ b/tag/security/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/spacemacs/index.html b/tag/spacemacs/index.html index ec7e4fa..b6e8c16 100644 --- a/tag/spacemacs/index.html +++ b/tag/spacemacs/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/unity3d/index.html b/tag/unity3d/index.html index eb831f2..3422c40 100644 --- a/tag/unity3d/index.html +++ b/tag/unity3d/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +
  • diff --git a/tag/web/index.html b/tag/web/index.html index f0e319a..7cc379e 100644 --- a/tag/web/index.html +++ b/tag/web/index.html @@ -63,6 +63,20 @@ +
  • + + + + CV + + + +
  • + + + + +