HN user

vk6flab

85 karma

Experienced polyglot IT professional, software developer, trouble shooter, researcher, public speaker, educator, writer and publisher, founder and small business owner, podcaster, and licensed radio amateur. Based in Perth, Western Australia,

Onno Benschop makes complicated technology simple.

# Capability Statement:

An accomplished polyglot IT professional with decades of experience, Onno brings unique insight into the technology arena. A software developer, trouble shooter, researcher, public speaker, educator, writer and publisher, Onno has the ability to see the big picture, inspire and bring people along for the journey.

A small business owner and founder of several organisations, two decades running an IT consultancy, Onno is familiar with the realities of bringing together a team, leading it, and making things work. Onno has participated in several hack-a-thons, winning various prizes.

A software developer and vocal advocate, Onno uses and contributes regularly to the Open Source software community.

From 6502, 8-bit CPU assembly through Node.js Docker containers deployed using AWS CloudFormation at the tap of a key, Onno has been at the bleeding edge of technology much of the time.

An accomplished troubleshooter, solving problems, learning new skills and uplifting those nearby, Onno is a dedicated professional with a clear understanding of this fluid and changing environment.

Licensed and active member of the amateur radio community for the past decade, Onno has written, produced and presented a weekly podcast; published across the globe “Foundations of Amateur Radio”, available across amateur radio broadcasts, publications, websites and social media.

Dedicated and tenacious, Onno believes that “Social Good” is an important attribute to cultivate.

Based in Perth, Western Australia (UTC+8), Onno works remotely for clients around the world.

https://www.itmaze.com.au/resume/

Posts2
Comments39
View on HN

Unfortunately that's not quite true, since the "app screen" on the media display during Android Auto use has an additional "Toyota" icon that AFAIK isn't coming from my phone.

What's more concerning is that it's entirely unclear exactly what information is shared over the Android Auto link, in my case, over Bluetooth.

The headers actually contain an unsubscribe email address that actually works.

The format is something like googlegroups-manage+{groupName}+unsubscribe@googlegroups.com

Just send an email there and they stop coming (for that list).

Source: I was getting spam like this, a fellow victim did some tests and confirmed that it stopped the onslaught of messages.

The aircraft was doing touch and go's, it was planning to land and immediately take off again, something you typically do to practise procedures.

Speculation is that the pilot forgot to lower the landing gear, but I suspect the NTSB will likely determine the specific circumstances.

The radio traffic is here on the VASAviation YouTube channel:

https://youtu.be/zCTicb6of2w

In Australia the ACS (Australian Computer Society), "the professional association and largest community for Australia's technology professionals" is telling the world that the median hourly rate of $57.08 is too high and that professionals should expect "rebalancing" after the pandemic.

For context, inflation adjusted, in 1998 (25 years ago!) when I was a generic IT help-desk operator at a local University I was earning that rate. So, apparently in ICT we're earning too much and we should be happy about it.

Source: https://ia.acs.org.au/article/2023/it-teams--salaries--rebal...

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many, many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  Email: onno@itmaze.com.au
I have been analysing data in one way or another pretty much my entire career. Much of the time that takes the form of writing custom code to extract data, then to clean it, then to store it, then to analyse it.

I am a polyglot ICT professional and my resume is formatted as a list of work experience. As an example, for a recent large project I was contracted to analyse a large obfuscated codebase in active development.

The brief: Analyse a JavaScript library which may be subject to legal action.

As the sole developer and data analyst under contract, I determined that the library consisted of about 300k lines of obfuscated code that was in wide use and under active development. After I attempted initial static analysis, I built a tool to capture the library and log its activity whilst it was running (ie. during run-time). The library under investigation actively monitored user activity and resisted simple screen-shot attempts. The capture and logging tool I developed simulated user interaction, scrolled pages, clicked on links and logged all activity including dynamic DOM changes made by the library. The tool also captured Chrome HAR files. I used the source-code for Chrome to discover and address several messaging and logging edge-cases.

The capture and logging tool I wrote in Node.js, used Chrome and puppeteer, and was implemented on AWS EC2 using Docker images I built from scratch, published to, and pulled from AWS ECR. Logs were stored on AWS S3. I deployed the tool across random AWS regions using AWS CloudFormation and bash.

For initial analysis, I generated Graphviz maps using Python with thousands of nodes and edges showing the URL calls being used and their relationships. I conducted in-depth analysis of over a TB of logging data with customised de-obfuscation tools that I built to use abstract syntax tree filters to generate names using four letter English words to enable the tracking of function and variable names. I mapped function calls, reverse engineered and mapped (mostly undocumented) Chrome HAR files. I also traced variable values across the codebase, dynamically inserting debugging statements during run-time.

Customised versions of the library were also injected at run-time to discover further interactions of the codebase with other "cooperating" libraries. I also mapped the evolution of the library codebase itself using git, by creating commits for each discovered and de-obfuscated version. I used PHP to download historic versions of the codebase from archive.org. I traced and documented small and large changes.

I documented the entire project, under the expectation of showing evidence in court.

Technologies: Node.js, Puppeteer, Chrome, Docker, bash, Ubuntu, AWS CloudFormation, AWS EC2, AWS ECR, AWS S3, Graphviz, Python, PHP, grep, sed, awk, git, json, yaml, abstract syntax trees

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many, many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  Email: onno@itmaze.com.au
I have been analysing data in one way or another pretty much my entire career. Much of the time that takes the form of writing custom code to extract data, then to clean it, then to store it, then to analyse it.

I am a polyglot ICT professional and my resume is formatted as a list of work experience. As an example, for a recent large project I was contracted to analyse a large obfuscated codebase in active development.

The brief: Analyse a JavaScript library which may be subject to legal action.

As the sole developer and data analyst under contract, I determined that the library consisted of about 300k lines of obfuscated code that was in wide use and under active development. After I attempted initial static analysis, I built a tool to capture the library and log its activity whilst it was running (ie. during run-time). The library under investigation actively monitored user activity and resisted simple screen-shot attempts. The capture and logging tool I developed simulated user interaction, scrolled pages, clicked on links and logged all activity including dynamic DOM changes made by the library. The tool also captured Chrome HAR files. I used the source-code for Chrome to discover and address several messaging and logging edge-cases.

The capture and logging tool I wrote in Node.js, used Chrome and puppeteer, and was implemented on AWS EC2 using Docker images I built from scratch, published to, and pulled from AWS ECR. Logs were stored on AWS S3. I deployed the tool across random AWS regions using AWS CloudFormation and bash.

For initial analysis, I generated Graphviz maps using Python with thousands of nodes and edges showing the URL calls being used and their relationships. I conducted in-depth analysis of over a TB of logging data with customised de-obfuscation tools that I built to use abstract syntax tree filters to generate names using four letter English words to enable the tracking of function and variable names. I mapped function calls, reverse engineered and mapped (mostly undocumented) Chrome HAR files. I also traced variable values across the codebase, dynamically inserting debugging statements during run-time.

Customised versions of the library were also injected at run-time to discover further interactions of the codebase with other "cooperating" libraries. I also mapped the evolution of the library codebase itself using git, by creating commits for each discovered and de-obfuscated version. I used PHP to download historic versions of the codebase from archive.org. I traced and documented small and large changes.

I documented the entire project, under the expectation of showing evidence in court.

Technologies: Node.js, Puppeteer, Chrome, Docker, bash, Ubuntu, AWS CloudFormation, AWS EC2, AWS ECR, AWS S3, Graphviz, Python, PHP, grep, sed, awk, git, json, yaml, abstract syntax trees

I looked at Brave a little while ago. It was actively attempting to install things and force me to comply to their world view, with too many options and buttons to make the user experience in any way palatable. In the end, even opening multiple tabs and navigating between them became too hard and I removed it after it started to demand that I install a VPN, even though I browse from within my own secure network.

SEEKING WORK | UTC+8 | Remote

Hi I'm Onno,

I'm an experienced polyglot IT professional, software developer, trouble shooter, researcher, public speaker, educator, writer and publisher, founder and small business owner, podcaster, and licensed radio amateur. I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you're into resolving odd and complex problems, need someone with dedication and tenacity, and believe that "Social Good" is an important attribute to cultivate, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | UTC+8 | Remote

Hi I'm Onno,

I'm an experienced polyglot IT professional, software developer, trouble shooter, researcher, public speaker, educator, writer and publisher, founder and small business owner, podcaster, and licensed radio amateur. I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you're into resolving odd and complex problems, need someone with dedication and tenacity, and believe that "Social Good" is an important attribute to cultivate, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

I'm surprised that Google Sheets hasn't been throttled on that url yet.

At one point I provided live tracking data to a popular event site using Google Sheets and advised their web team to create a local cache of the data and refresh it every 10 minutes. Instead they ignored that advice and included the document itself into the home-page. The document was hugged to death within about 30 minutes of going live on a four day event and it took days for Google to increase their throttle, at which point it didn't matter any more, since the event was over.

I realise that Google has infrastructure to handle this load, but an international event, with a (then) Google Apps account, was unable to make enough noise at Google to fix things in a timely manner.

I've been in the workforce for almost 40 years as an ICT professional. In my experience there's lots of other things going on in addition to the point you make.

People flat-out don't believe that the skills enumerated on my resume could be held by a single person, and are.

Apparently, I'm clearly "over the hill", having been at this for nearly 40 years. I should state that I have 20+ years experience instead, as-if having life experience doesn't actually make you better qualified to understand the contexts of any role in an organisation.

My skill-set is "threatening" to others, because, apparently, knowing things about a great many technologies means that I know more than the person hiring me, which somehow means that I'm a threat. As-if surrounding yourself by people who are smarter than you is suddenly undesirable.

I've been told to "dumb down" my resume because there's too much there, even if there's 99% chance that a computer will be the device actually reading it and selecting me. Apparently I'm supposed to "infiltrate" a company at a lower level and then "show" them that I can do more, despite 40 years experience showing that people only see the skills that they want to see.

According to some automated job technologies I have 104 years of experience. Not sure how that works.

Then there are those who want to know which of the experience is "professional" and which isn't. (I've been self-employed for the past 23+ years)

In the end, I liken it to this:

"How much experience do you have in eating food?"

"Do you mean, adding together each of the 15 minute meals, or how long have I been eating food for since I was born?"

"Okay, how much professional experience do you have eating food?"

"..."

SEEKING WORK | UTC+8 | Remote

Hi I'm Onno,

I'm an experienced polyglot IT professional, software developer, trouble shooter, researcher, public speaker, educator, writer and publisher, founder and small business owner, podcaster, and licensed radio amateur. I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you're into resolving odd and complex problems, need someone with dedication and tenacity, and believe that "Social Good" is an important attribute to cultivate, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au
Over the years I've filled a variety of roles. Here are some of them: Business Owner, Compliance Officer, Data Analyst, Director, Founder, Installer, Interviewer, Lecturer, Presenter, Producer, Researcher, Software Developer, Software Sales, System Developer, System Integrator, System Support, Team Lead, Team Member, Technical Writer, Voice Talent, Web Master

SEEKING WORK | UTC+8 | Remote

Hi I'm Onno,

I'm an experienced polyglot IT professional, software developer, trouble shooter, researcher, public speaker, educator, writer and publisher, founder and small business owner, podcaster, and licensed radio amateur. I work remotely from my home-office in Perth, Western Australia, UTC+8.

My experience with data started with the Dutch equivalent of Medicare when I was an intern, trusted with access to 20 million health records, a VAX/VMS cluster and a copy of SPSS. Since then I've built and used databases in many different contexts, from dBase (and Clipper) to MySQL (and MariaDB), from Oracle to MS-SQL, PostgreSQL and SQLite.

I've built standalone and web-based applications and lost count of how many once-off tools I've written to convert one data-set into another. I've built visualisations in R, Tableau, QuickSight, D3.js, gnuplot and Graphviz for clients around the globe. I've created mapping systems, won several Hackathons, and most recently, in a project lasting 44 months, investigated 300,000 lines of source-code, generating several terabytes of data. I'm familiar with AWS, Linux, and Open Source, am a public speaker, have produced a popular technical podcast about amateur radio for over 12 years and have conducted about 1,800 radio interviews, most of them live to air.

Whilst actively looking for the next opportunity, I'm analysing a five billion row data-set for HF Radio propagation, building a word-cloud based search engine to tag data, revising the eBooks I've published and I'm exploring how Morse code evolved to deal with the physical phenomenon of dispersion. For self-education I've been building some M/L models to classify data.

If you're into resolving odd and complex problems, need someone with dedication and tenacity, and believe that "Social Good" is an important attribute to cultivate, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many, many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | UTC+8 | Remote

Hi I'm Onno,

I'm an experienced polyglot IT professional, software developer, trouble shooter, researcher, public speaker, educator, writer and publisher, founder and small business owner, podcaster, and licensed radio amateur. I work remotely from my home-office in Perth, Western Australia, UTC+8.

My experience with data started with the Dutch equivalent of Medicare when I was an intern, trusted with access to 20 million health records, a VAX/VMS cluster and a copy of SPSS. Since then I've built and used databases in many different contexts, from dBase (and Clipper) to MySQL (and MariaDB), from Oracle to MS-SQL, PostgreSQL and SQLite.

I've built standalone and web-based applications and lost count of how many once-off tools I've written to convert one data-set into another. I've built visualisations in R, Tableau, QuickSight, D3.js, gnuplot and Graphviz for clients around the globe. I've created mapping systems, won several Hackathons, and most recently, in a project lasting 44 months, investigated 300,000 lines of source-code, generating several terabytes of data. I'm familiar with AWS, Linux, and Open Source, am a public speaker, have produced a popular technical podcast about amateur radio for over 12 years and have conducted about 1,800 radio interviews, most of them live to air.

Whilst actively looking for the next opportunity, I'm analysing a five billion row data-set for HF Radio propagation, building a word-cloud based search engine to tag data, revising the eBooks I've published and I'm exploring how Morse code evolved to deal with the physical phenomenon of dispersion. For self-education I've been building some M/L models to classify data.

If you're into resolving odd and complex problems, need someone with dedication and tenacity, and believe that "Social Good" is an important attribute to cultivate, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many, many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract | Part-Time | On-Demand | Remote | Trouble Shooter | Researcher | Developer

Hi I'm Onno,

I'm an experienced polyglot IT professional, software developer, trouble shooter, researcher, public speaker, educator, writer and publisher, founder and small business owner, podcaster, and licensed radio amateur with nearly 40 years experience. I work remotely from my home-office in Perth, Western Australia, UTC+8.

My experience with data started with the Dutch equivalent of Medicare when in the mid-1980's I was an intern, trusted with access to 20 million health records, a VAX/VMS cluster and a copy of SPSS. Since then I've built and used databases in many different contexts, from dBase (and Clipper) to MySQL (and MariaDB), from Oracle to MS-SQL, PostgreSQL and SQLite.

I've built standalone and web-based applications and lost count of how many once-off tools I've written to convert one data-set into another. I've built visualisations in R, Tableau, QuickSight, D3.js, gnuplot and Graphviz for clients around the globe. I've built mapping systems, won several GovHack events, and most recently, in a project lasting 44 months, investigated 300,000 lines of source-code, generating several terabytes of data. I'm familiar with AWS, Linux, and Open Source, am a public speaker, have produced a popular technical podcast about amateur radio for over 12 years and have conducted about 1,800 radio interviews, most of them live to air.

Whilst actively looking for the next opportunity, I'm analysing a five billion row data-set for HF Radio propagation, building a word-cloud based search engine to tag data, revising the eBooks I've published and I'm exploring how Morse code evolved to deal with the physical phenomenon of dispersion. For self-education I've been building some M/L models to classify data.

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract | Part-Time | On-Demand | Remote | Trouble Shooter | Researcher | Developer

Hi I'm Onno,

I'm an experienced polyglot IT professional, software developer, trouble shooter, researcher, public speaker, educator, writer and publisher, founder and small business owner, podcaster, and licensed radio amateur with nearly 40 years experience. I work remotely from my home-office in Perth, Western Australia, UTC+8.

My experience with data started with the Dutch equivalent of Medicare when in the mid-1980's I was an intern, trusted with access to 20 million health records, a VAX/VMS cluster and a copy of SPSS. Since then I've built and used databases in many different contexts, from dBase (and Clipper) to MySQL (and MariaDB), from Oracle to MS-SQL, PostgreSQL and SQLite.

I've built standalone and web-based applications and lost count of how many once-off tools I've written to convert one data-set into another. I've built visualisations in R, Tableau, QuickSight, D3.js, gnuplot and Graphviz for clients around the globe. I've built mapping systems, won several GovHack events, and most recently, in a project lasting 44 months, investigated 300,000 lines of source-code, generating several terabytes of data. I'm familiar with AWS, Linux, and Open Source, am a public speaker, have produced a popular technical podcast about amateur radio for over 12 years and have conducted about 1,800 radio interviews, most of them live to air.

Whilst actively looking for the next opportunity, I'm analysing a five billion row data-set for HF Radio propagation, building a word-cloud based search engine to tag data, revising the eBooks I've published and I'm exploring how Morse code evolved to deal with the physical phenomenon of dispersion. For self-education I've been building some M/L models to classify data.

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract | Part-Time | On-Demand | Remote | Trouble Shooter | Researcher | Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built high traffic websites, set-up satellite ground stations in outback Australia, built mapping tools and tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to distribute and scan thousands of ticket bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for over two decades.

I've been a team leader, won awards, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract | Part-Time | On-Demand | Remote | Trouble Shooter | Researcher | Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built high traffic websites, set-up satellite ground stations in outback Australia, built mapping tools and tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to distribute and scan thousands of ticket bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for over two decades.

I've been a team leader, won awards, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au

SEEKING WORK | Contract / Part-Time / On-Demand | Remote | Trouble Shooter / Researcher / Developer

Hi, I'm Onno,

As a polyglot ICT professional for nearly 40 years, I've analysed datasets with billions of rows, investigated code libraries with 300k lines of code, built event websites that handled 4 million hits in four days, set-up satellite ground stations in outback Australia, built mapping tools, tracked vehicles and bicycles via GPS, reverse engineered software and hardware, built solutions to scan thousands of bar-codes, tracked livestock, trained staff, written hundreds of technical articles and developed code in dozens of languages on as many platforms, interviewed hundreds of people, produced and presented hundreds of live radio programmes, presented on stage and I've run a consulting company for two decades.

I've been an award winning team leader, have travelled, speak English and Dutch and I'm always curious. I prefer Open Source, am an active radio amateur and podcaster and love to troubleshoot, solve problems and discover and document how things work.

I work remotely from my home-office in Perth, Western Australia, UTC+8.

If you have a complex problem to solve, get in touch!

  Location: Perth, Western Australia (UTC+8)
  Remote: Yes
  Willing to relocate: No
  Technologies: AWS Docker MySQL Linux JavaScript node.js HTML CSS GraphViz R Tableau PHP Python bash git VMware VNC and many more...
  Résumé/CV: https://www.itmaze.com.au/resume
  LinkedIn: https://www.linkedin.com/in/onnobenschop/
  Email: onno@itmaze.com.au