Skip to content

Commit

Permalink
Updated main page and fix small typo in cv
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnknownSoul committed Nov 9, 2024
1 parent e79089a commit 13723a6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 5 deletions.
54 changes: 50 additions & 4 deletions src/components/AboutMeSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,57 @@ export default function AboutMeSection() {

<div className="">
<p>
Hi,
Hi, my name is Andrii and I'm glad to see you on my page.
<br/>
I'm a specialist in information security and ethical hacking. My mission is to help
organizations and individuals protect their data, systems, and personal information from
increasingly sophisticated threats.

<br/>
In a world where cyber threats are becoming the norm, and data protection is a necessity, it's
not enough to just find vulnerabilities — you need to prevent attacks before they can do any
harm. I use advanced ethical hacking techniques and tools to test systems for vulnerabilities,
identify weak points, and provide actionable recommendations for fixing them.

<br/>
My work goes beyond just the technical side. I also train and consult teams, helping to improve
the security culture within organizations. From securing server infrastructures to conducting
employee security awareness training — my goal is to make your digital environment more secure.

<br/>
How I Can Help:
<li>
Security Audits: I conduct thorough assessments of your systems, identify vulnerabilities,
and
provide solutions for remediation.
</li>
<li>Penetration Testing: I test how well your data is protected by simulating attacks to uncover
weaknesses.
</li>
<li>Building Secure Infrastructures: I design solutions to safeguard your data, whether it's in
the cloud, on servers.
</li>
<li>Security code review and secure development: I provide and share my own experience as
developer
how to write code securely, improve processes of development and mitigation for programming
language vulnerabilities
</li>
<li>Development: Basic stack described in CV section but main technologies are Java (Spring),
Javascript/Typescript (Angular, React) and Python. </li>

<br/>
In some cases, for demonstration purpose, I can develop proof of concept exploit for disclosure
vulnerabilities.
<br/>
<br/>

My experience includes successful projects across various industries, including finance,
e-commerce where I've helped organizations ensure security at every level —
from infrastructure to security policies.

If you want to know how secure your systems are, or if you need expert guidance on data
protection, you're in the right place. Let’s make your digital life safer!

my name is Andrii and I'm glad to see you on my CV page. Here you can find some information
about me,
my work experience, passions and history about my life.
</p>
</div>
</Paper>
Expand Down
2 changes: 1 addition & 1 deletion src/components/CVSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default function CVSection() {
Software
Engineer | Penetration Tester | Cyber Security Engineer</h2>
<h2 className="text-balance font-semibold leading-8 text-white-900">03.2022 -
September 2024</h2>
09.2024</h2>
<ul className=" list-disc justify-between py-4 pl-4 pr-8 text-base leading-6 cv-text">
<li>Securing project lifecycle development</li>
<li>Performing web application and network penetration tests</li>
Expand Down

0 comments on commit 13723a6

Please sign in to comment.