Skip to content

Commit

Permalink
add dr.dk experience
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod committed Dec 3, 2024
1 parent 46708ca commit d7cd511
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 116 deletions.
120 changes: 11 additions & 109 deletions content/2007-dr.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,116 +17,18 @@ description = "Worked with a team to build a social media platform for young peo

+++

# Summary

NOQ - Taste of Summer, Hobart Dec 21
=
My first permanent full-time role after finishing my studies. As my final project for my degree
was done in collaboration with the team at Danish Broadcating Corporation I was hired to continue
my work with them.

Rust microservice architecture for notifying visitors waiting on entry to venues
Built out a system for online chat using the XMPP protocol with ejabberd on the back-end and Ajax (XMLHTTPRequest) on the front-end.

Summary
==
Took over from another employee that was leaving in a 2-week handover. Managed to
get in and do meaningful work to get the product ready for public use within 4 weeks.
In my role as Web Developer I built an n-gram text classifier in C#.
I worked on wordpress plugins for automating publishing pipelines and caching for articles
heading to the youth portal of dr.dk.
Worked collaboratively with a team of 4 other developers to build a prototype social media platform.

Technology
==

Rust, TypeScript

BDC - Live Sync Jan 22 - May 22
=

Audio visual synchronisation technology for use at the Bob Dylan Museum.

Investigated previous prototypes and re-implemented the solution from scratch in
a week at the beginning of january. Worked with external partners to write
integrations for various interactive touchpoints in a variety of technologies.

Technology
==
Rust, WebSocket, BrightScript, TypeScript, C#, NTP

Decoded - NMA January - February 22
=

Temporary exhibition for Australian Signals Directorates anniversary.

Helped with deployment of bespoke Unity game assets for on-site installation.

Technology
==
CI/CD (circleci), AWS S3, powershell

From the Sails: Light Years - Sydney Opera House 50th anniversary October 2022
=

Implementation of BDC live sync technology for outdoor events.

Managed the architecture and implementation of the live sync technology for
internet connected visitor devices.

Technology
==
Rust, C#, TypeScript

Spatial Audio - R&D August 2022 - May 2023
=

Research and development side-project investigating outdoor spatial audio solutions

Using special spatialisation algorithms to create dynamic soundscapes in
outdoor exhibitions.

Technology
==
Rust, Max/MSP

Mona Library Phase 1 - Lead Engineer on R&D - April 2023 - July 2023
=

Led investigations into the initial stages of Mona Library project. Using various
technology for locating books to enable the further development.
A wide variety of technologies were investigated and evaluated to find the best solution.

Technology
==
NFC, AI/ML, Vision Systems

Off-device Locator - R&D August 2023 - October 2023
=

Led research into alternative location tracking options for personalised exhibition
tours and audio guides. Used embedded programming with Bluetooth range finding algorithms
to replicate the functionality currently used on in-house iPos Touch devices at museums.

Technology
=
Nordic nrf52, C++, Wifi, Bluetooth, WebSockets

Event Sync - Productisation of Live Sync, March 2024 - October 2024
=

Lead Engineer for the productisation of Pladia Event Sync.

Managed and took part in the productisation of the live sync solution into a
SaaS product able to be sold and self-managed by customers with minimal to no engineering
support needed. Streamlined deployment processes and devised a multi-tenant PWA solution.
Cutting the sales-implementation turn-around for a new customer down from 2 weeks to 2 days.

Implemented new A/V integrations for live sync to ease setup for customers on-site.
Integrations include UDP messages, SMPTE LTC (Timecode), and manual triggering.

Technology
=
Rust, AWS, TypeScript, React, SMPTE LTC

Digital Object Labels Pipeline Optimisation - May 2024
=

Support contract for optimising a running project saw me completely reverse engineer
a running solution identifying steps for optimisation and then implementing these
optimisations without disruption to the customer.

Technology
==
Python
# Technology
C#, ASP.NET, .net, Javascript, VBScript, PHP, Wordpress, Erlang, XMPP, ejabberd
14 changes: 7 additions & 7 deletions themes/ando_cv/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
<div class="sidebar-about">
{% block sidebar_about %}
{% set image = resize_image(path="assets/headshot.jpg", width=500, height=500, op="fit_width") %}
<div class="headshot">
<img src="{{ image.url }}" alt="Content Warning: Eye contact. Selfie of Anders Rasmussen.">
</div>
<h1>{{ config.title }}</h1></a>
{% if config.description %}
<p class="lead">{{config.description}}</p>
{% endif %}
<a href="{{ config.base_url }}">
<div class="headshot">
<img src="{{ image.url }}" alt="Content Warning: Eye contact. Selfie of Anders Rasmussen.">
</div>
<h1>{{ config.title }}</h1>
</a>
{% if config.description %}<p class="lead">{{config.description}}</p>{% endif %}
{% endblock sidebar_about %}

<div class="languages">
Expand Down

0 comments on commit d7cd511

Please sign in to comment.