Projects
Here is my main projects and a short description of them. Link to heading
-
DevOPS projects:
- Hosting my own services (email server, the Website, a SearXNG Instance and an AudioBookShelf Instance) but planning much more. Currently they reside to a [cheap RackNerd VPS][https://my.racknerd.com/index.php?rp=/store/black-friday-2023] and planning to split them into a main VPS offsite and some server in my home.
- Working with Kubernetes and Docker in small projects trying to simulate the hosting experience I mentioned earlier in a containerized enviroment.
- I tried to automate stuff when installing my servers using Ansible but still working on that.
- Things learned:
- Linux
- Nginx
- Web Dev
- Testing
- Automation
- Containerisation
-
Embedded C:
- I worked on a microcontroller in my 2nd year of college where I learned how the basic stuff on a SoC works.
- I made a project in my 3rd year where I tried on an ARM microprocessor to record audio when clapping and calculate in dB (decibells) the sound level.
- Things I learned:
- Working with C as a Programming Language
-
Networking & Electronics:
- Worked with 5G Equipment to implement stuff on it and I implemented smart home automations and IoT over 5G.
- Simulated Networks in related programs to test if ipotetical computer networks on Cisco works.
- PCB Design and Simulation for several projects such this one for UPT Racing Team.
- Things learned:
- Electrical Circuits
- Electronics Circuits Fundamentals
- Digital Integrated Circuits
- Analog Integrated Circuits
- Network & Internet Architecture
- Computer Protocols
-
Python & Bash Automation and Data Analysis:
- I worked on some simple automations written in Python and Bash such as this utilities written to determine some things about some networks.
- I am familiar with scrapping data using Python and Bash such as this Wikipedia scrapper written in Python or this Markdown to PDF converter written in bash.
- Things learned:
- How to automate stuff and logical thinking around that.
- Data Analysis.
- Simple automation who got me into simple electronic/electric automation.