From 86c712143381d7b5cc12e744cdf5c4ab538f180f Mon Sep 17 00:00:00 2001 From: Ethan Ferguson Date: Wed, 17 Jul 2024 15:55:09 -0400 Subject: [PATCH] Link to website --- README.md | 39 ++-------------------------------- src/lib/markdown/experience.md | 9 ++++---- 2 files changed, 7 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 5ce67661..f46bb3c2 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,3 @@ -# create-svelte +# eferg.us -Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/main/packages/create-svelte). - -## Creating a project - -If you're seeing this, you've probably already done this step. Congrats! - -```bash -# create a new project in the current directory -npm create svelte@latest - -# create a new project in my-app -npm create svelte@latest my-app -``` - -## Developing - -Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server: - -```bash -npm run dev - -# or start the server and open the app in a new browser tab -npm run dev -- --open -``` - -## Building - -To create a production version of your app: - -```bash -npm run build -``` - -You can preview the production build with `npm run preview`. - -> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment. +[This is my personal website](https://eferg.us) diff --git a/src/lib/markdown/experience.md b/src/lib/markdown/experience.md index 8ed8d4e6..53f2e885 100644 --- a/src/lib/markdown/experience.md +++ b/src/lib/markdown/experience.md @@ -6,12 +6,12 @@ *June 2023 - Present* -- Led penetration testing initiatives on various cloud applications, identifying - and mitigating critical OWASP vulnerabilities including stored XSS, unsecured - endpoints, logic flaws, and misconfigurations. - Engineered secure cloud applications using SQL, NodeJS, AWS, and Google Cloud, implementing robust security measures and ensuring compliance with industry standards. +- Led penetration testing initiatives on various cloud applications, identifying + and mitigating critical OWASP vulnerabilities including stored XSS, unsecured + endpoints, logic flaws, and misconfigurations. - Collaborated with cross-functional teams to design, develop, and deploy full-stack solutions, enhancing application performance and security. @@ -46,7 +46,8 @@ ### WebGPU-SPY -- First author of groundbreaking research discovering a novel GPU cache side channel using WebGPU and JavaScript. +- First author of groundbreaking research discovering a novel GPU cache side + channel using WebGPU and JavaScript. - Achieved 90% (state-of-the-art) accuracy in performing website fingerprinting through the identified side channel, demonstrating the potential for significant security implications.