You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "I first learned Java at university and have since used it in multiple projects throughout my career. One example is the Box Packing Optimization project.",
69
+
description: "I first learned Java at university. Since that I have used it in multiple projects throughout my career."+
70
+
"I feel very confident with the language. One example of a Java project is the Box Packing Optimization, where I developed a Java Spring Boot backend API system.",
description: "All my experience with CSS was gained while creating this website. You can compare it with the original template to see how much progress I have made.",
77
+
description: "All my experience with CSS was gained while creating this website. You can compare it with the original template to see how much progress I have made! The link to the template is on the github README",
description: "I learned both C and C++ at university, focusing on programming fundamentals and program exploitation. I often apply this knowledge in binary exploitation Capture The Flag competitions.",
91
+
description: "I learned both C and C++ at university, focusing on programming fundamentals and program exploitation. I often apply this knowledge for binary exploitation in Capture The Flag competitions.",
description: "I learned Haskell as part of a functional programming course at university. Although I have not used it since, the functional programming principles have strongly influenced the way I code.",
98
+
description: "I learned Haskell as part of a functional programming course at university. Although I have not used it since, the functional programming principles have influenced the way I code.",
description: "I experimented with Assembly during a Processors course at university. My current knowledge mainly originates from working on binary exploitation challenges."
105
+
description: "I experimented with Assembly during the Processors course at university. I keep using this knowledge when conducting binary anlaysis."
105
106
},
106
107
{
107
108
skillName: "JavaScript",
108
109
fontAwesomeClassname: "fab fa-js",
109
110
category: "Programming Languages",
110
-
description: "My main experience with JavaScript comes from developing this website, which allowed me to deepen my understanding of web development.",
111
+
description: "My main experience with JavaScript comes from developing this website, which allowed me to deepen my understanding of web development. I still feel like a beginner but I can understand JS code.",
description: "Since discovering Git at university, I have used it in all my projects. I consider myself proficient in version control and collaborative development workflows.",
125
+
description: "Since discovering Git at university, I have used it in all my projects. It has saved me many hours and costed me many other hours too. Nowadays, I consider myself proficient in version control and can manage collaborative development systems.",
description: "I have used Docker in several projects. Although I am not an expert, I am capable of configuring it and ensuring it functions efficiently.",
132
+
description: "I have used Docker in some projects. Yet, I still have a lot of things to learn and would like to get the chance to do so.",
132
133
image: require("./assets/images/docker.png")
133
134
},
134
135
{
135
136
skillName: "LaTeX",
136
137
fontAwesomeClassname: "fas fa-file-alt",
137
138
category: "Tools",
138
-
description: "I use LaTeX regularly for document creation, including reports and presentations, and I am very comfortable working with it.",
139
+
description: "I use LaTeX regularly for document creation, including reports and presentations. I am very comfortable working with it.",
description: "I implemented a Continuous Integration and Continuous Deployment pipeline from scratch using GitHub Actions, which provided me with practical experience in the process.",
153
+
description: "I implemented a Continuous Integration and Continuous Deployment pipeline from scratch using GitHub Actions. It conducted automatic tests and status reports on the project.",
description: "My main experience with React comes from building this website and developing the frontend for the Box Packing Optimization project.",
167
+
description: "My main experience with React comes from building this website and developing the frontend for the Box Packing Optimization project. I still have lots of things to learn about it.",
"As part of my bachelor's degree, I collaborated with seven other developers to create a web-based application for warehouse "+
288
-
"object optimization. \n\n Given a specific number of boxes, the program calculates and displays the most efficient solution."+
289
+
"object optimization. We followed the SCRUM framework and deliveried a software product in span of five months. \n\nProject: Given a specific number of boxes, the program calculates and displays the most efficient solution."+
289
290
"Key features include file import/export, box locking, and step-by-step reconstruction of the solution. \n\n"+
290
-
"The application was developed using Spring Boot (Java) and React."+
291
+
"The application was developed using Spring Boot (Java) and React."+
'In my thesis, "PhishGPT: Automating HTML Phishing Emails Using ChatGPT" I investigated the potential of Large Language Models (LLMs)'+
306
-
", particularly ChatGPT, to automate the creation of high-quality phishing emails. \n\n"+
307
-
"The findings show that LLM-generated emails are as good as. This research highlights the feasibility of mass spear-phishing"+
308
-
" campaigns and underscores the need for more advanced defensive measurements.",
306
+
'In my thesis, "PhishGPT: Automating HTML Phishing Emails Using ChatGPT" I investigated the potential of Large Language Models'+
307
+
", particularly ChatGPT, to automate the creation of high-quality spearphishing emails. \n\n"+
308
+
"The findings show that LLM-generated emails did not raise more suspicion than legitimate emails. This research highlights the feasibility of mass spearphishing"+
309
+
" campaigns and underscores the relevance of defensive measurements.",
0 commit comments