Hello & Welcome

I am Alexandra Demski

To me, Computer Science represents a union between creative expression and logical reflexion, it allows me to challenge my knowledge and stimulate my mind in order to find innovative solutions. I aspire to become a chief project and possibly forward my carrieer with a position of high responsibility afterwards.



Download my resume

About me

As an assiduous person, I believe that with hard work, organisation and, most importantly, determination, we can accomplish great things, that is why I tend to be ambitious in my life choices. I aim for an Engineering Degree in Computer Science to further learn and improve my skills in this fascinating domain. While Computer Science is one of my greatest interests, in my spare time, I also pursue creative hobbies and learn new foreign languages. I like to keep myself busy while also learning and improving myself through my interests.

Experience

2021 - 2024
Security Engineer – apprenticeship EDF, Maxéville

  • Improve detection and investigation capabilities of the EDR tool.
  • Write deliverables necessary for the SOC team and related services (SIEM)
  • Carry out a technology intelligence about Endpoint Security
  • Conduct a comparative study between On-premise and Cloud-based EDR solutions
2020 - 2021
Software Developer – apprenticeship RGA Systemes, Champs-sur-Marne

  • Programmed a strategic role play app with a georeferenced map.
  • Assisted the team during test phases for additional projects
  • Ensured the efficiency of the company's software and hardware.

Education & Degrees

2021 - 2024
TELECOM Nancy
Engineering Degree - Computer Science
2019 - 2021
IUT Sénart Fontainebleau
Technical University Degree - Computer Science
2016 - 2019
Highschool Gay Lussac - Chauny
Scientific Baccalaureat IT Specialization

Skills & Expertise

Communication


English (advanced)
French (mother tongue)
Polish (mother tongue)
German (novice)
Russian (novice)

Programming


Object Oriented (Java)
Imperative (Python)
Low-Level (C)
Scripts (Bash, Shell)
Administration (Windows, Linux)
Project Management
Problem Solving

Web Development


Front-End (HTML, CSS, JavaScript)
Back-End (PHP, Python)
Frameworks (CodeIgniter, Laravel, Bootstrap, Flask)

Data Base


Data Architecture and Optimization
Data Definition, Manipulation and Control Language (SQL)
Structured Query Language (PL/SQL)

Certifications

April 2021 - IBM Cybersecurity Fundamentals
Cybersecurity Basics
March 2021 - Curtin University Internet of Things (IoT)
Introduction to the Internet of Things
November 2020 - IBM Essential Technologies for Business
AI for Everyone : Master the Basics

My Work

23.05.2021


Sudoku


Application - Java - Individual

In order to complete a sudoku grid, the player needs to fill each cell with a number between 1 and 9 with no duplicate in each row, column and square of the grid. The goal of this project was to programm this popular logic-based puzzle game and include it in a user-friendly environment with some automatic features such as the resolution and creation of a grid.



Read the Report See the Code

16.11.2020


Malloc Library


Library - C - Individual

In order to correctly understand how memory allocation works and to improve my programming skills, I developed a malloc library using the c language's system calls. My personnal library implements the functions malloc, free, calloc and realloc but I also added some improvements to enhance the efficiency.



Read the Report See the Code