Add work experience post

This commit is contained in:
Night Kaly 2024-09-10 01:53:42 +01:00
parent df4ddbdcff
commit 562381171f
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -0,0 +1,12 @@
---
title: "Work Experience Reflection"
date: 2024-09-10T01:45:00+00:00
---
During my work experience at this summer, working with Devtank Ltd, I have been in touch with low level development. Upon knowing their product (OSM) structure, I learnt about how different repositories are used together for OSM to work, with a web interface connecting to a firmware and using Ansible to setup the virtual machines.
Moreover, I used virtual machiens to perform testing on firmware blobs whilst using QEMU to boot up virtual machines. I also used SSH to remote control multiple computers to run different programs and debug them.
As the company is about open source hardware and software, I also contributed to the documenation by adding missing points to the manuals to make the process of building and contribution easier for the public.
In terms of my personal skills, I was introduced a lot of programming books on the way. Furthermore, learning about git submodules and "static" keyword in C language.