diff options
Diffstat (limited to 'public/cv/index.html')
| -rw-r--r-- | public/cv/index.html | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/public/cv/index.html b/public/cv/index.html new file mode 100644 index 0000000..a571a63 --- /dev/null +++ b/public/cv/index.html @@ -0,0 +1,143 @@ +<!DOCTYPE html> +<html lang=en-us> + <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png"> + <link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png"> + <link rel="manifest" href="/images/site.webmanifest"> + <link rel="stylesheet" href="/css/style.css" /> + <link rel="stylesheet" href="/css/fonts.css" /> + </head> + <body> + <header> + <div class="container"> + <div class="avatar"> + <img width="120px" height="120px" src="images/pyro.jpg" alt="my logo"> + </div> + <div> + <h1>mjkw</h1> + <ul id="bar"> + <li> + <a href="mailto:mati.rewa@gmail.com">mati.rewa@gmail.com</a> + </li> + <li>|</li> + <li> + <a href="https://git.denounce.ai/">git.denounce.ai</a> + </li> + <li> + | + </li> + <li> + <a href="https://ohmyghost.nl">ohmyghost.nl</a> + </li> + <li> + | + </li> + <li> + <a href="https://atlarge-research.com/mkwiatkowski/">research</a> + </li> + <li> + | + </li> + <li> + book blog + </li> + </ul> + </div> + </div> + </header> + + +<div class="container"> + <p>Posts</p> +<div class="content-wrapper"> + + <h1 id="mateusz-kwiatkowski">Mateusz Kwiatkowski</h1> +<p><strong>Computer Science student</strong> | +Amsterdam, the Netherlands | <a href="mailto:m.j.kwiatkowski@student.vu.nl">m.j.kwiatkowski@student.vu.nl</a> | <a href="https://nl.linkedin.com/in/m-j-kwiatkowski">LinkedIn</a></p> +<hr> +<h2 id="education">Education</h2> +<p><strong>B.Sc. in Computer Science</strong> +Vrije Universiteit Amsterdam | 2023 – Current</p> +<ul> +<li>Current GPA 9.2 out of 10.</li> +<li>Honors student, admitted to the extracurricular honors program for exceptional students.</li> +<li>Ranked top 1% among more than 350 students in Computer Organization and Computer Networks courses,</li> +<li>Ranked top 6.2% among all students in B.Sc. degrees in Faculty of Science, in academic year 2023/2024.</li> +<li>Member of the STORM, SIB and A.S.A.V. Aquila student associations.</li> +<li>International student ambassador.</li> +</ul> +<h2 id="experience">Experience</h2> +<p><strong>University Teaching Assistant</strong> +Amsterdam, the Netherlands | April 2024 – Current | 1 year 4 months</p> +<ul> +<li> +<p>Computer Programming:</p> +<ul> +<li>teaching first year students programming in C++</li> +<li>grading C++ assignments and giving constructive feedback</li> +<li>tutoring a group of 30 first year students during weekly labs</li> +</ul> +</li> +<li> +<p>Computer Organization:</p> +<ul> +<li>organizing task distribution among team members</li> +<li>coordinating team communication and weekly meetings</li> +<li>managing and improving course components, such as assmebly labs, tutorials and lectures</li> +</ul> +</li> +<li> +<p>Computer Networks:</p> +<ul> +<li>coordinating the communication between students and teaching team</li> +<li>managing the in-lecture activities and grading of quizzes</li> +<li>organizing and presenting interactive tutorial sessions for students</li> +</ul> +</li> +<li> +<p>Software Engineering Processes:</p> +<ul> +<li>grading testing and CI/CD assignments</li> +<li>providing constructive feedback to students</li> +<li>improving course components for future course editions</li> +</ul> +</li> +</ul> +<hr> +<h2 id="projects">Projects</h2> +<p><strong>Honors Research Project</strong></p> +<ul> +<li>Inspecting the impact of data centers on digital society and economy.</li> +<li>Investigating the potential use-cases of data center digital twins.</li> +<li>Designing a novel reference architecture for a data center digital twin.</li> +</ul> +<hr> +<h2 id="research-experience">Research Experience</h2> +<ul> +<li>Member of @Large-Research, leading computer systems research team in the Netherlands, with focus on cloud computing, data center technology and ICT digital twins.</li> +<li>Attending weekly group meetings to discuss current projects, present research findings and receive feedback.</li> +</ul> +<hr> + + + <ul id="content-list"> + + + + </ul> +</div> +</div> + +<footer> + <center> + + © Copyright 2024-2025 Mateusz J. Kwiatkowski. All Rights Reserved. + + </center> +</footer> +</body> +</html> + + |
