Technologies Used This Year (Captured as I work and updated daily)

Technologies Used (Hourly updates)

Loading

Loading

Loading

Loading

Loading

Backend

Frontend

Infra

Tooling

Most used OS

%

Most used editor

%

Repos worked on

0

Record day

0

  • ~ on via ⬢ v14.15.5
1

Introduction

2

Hi, my name is Victor Conner. I'm a freelancing software engineer living in Stockholm, Sweden.

3

4

The data displayed in this dashboard is being captured as I work. I've written a small go server that operates as a

5

daemon. It handles remote procedure calls from neovim pertaining to events such as the opening of buffers, windows

6

gaining focus, the initiation of new neovim instances, etc.

7

8

All of it is open source, and you can find links to it further down the page.

normalintroduction.md
||12:14

Editor Time Last 14 Days (Hours)

Editor Time (Hours)

12840

10

Wed

11

Thu

12

Fri

13

Sat

14

Sun

15

Mon

16

Tue

17

Wed

18

Thu

19

Fri

20

Sat

21

Sun

22

Mon

23

Tue

Experience & Open Source

Experience & Open Source

Mojang / Microsoft

  • Mojang / Microsoft
  • Klarna
  • Viaplay
  • Motius
  • Tele2
  • Comviq

Software Engineer - Mojang / Microsoft(Contract)

Nov 2021 - Current

  • My team at Mojang is called Bedrock UI, and we're working on the Minecraft Bedrock Edition.
  • We are building an accessible, and highly performant user interface for Minecraft.
  • The screens and menus we are developing must work on all devices, accommodating various input methods, and include support for narration.

Pulse

Recent Open Source Project

Like a fitness tracker for your coding sessions. It includes a RPC server/client and a nvim plugin that maps autocommands to remote procedure calls.

  • go
  • nvim
  • rpc
  • productivity

sturdyc

Recent Open Source Project

sturdyc is a highly concurrent sharded in-memory cache. Reads are non-blocking, and evictions are performed at O(N) time complexity.

  • go
  • robustness
  • caching
  • performance