From 448034c55d4b52ca42987a3aee573edee85e0226 Mon Sep 17 00:00:00 2001 From: Aeonoi Date: Thu, 31 Oct 2024 16:52:16 -0400 Subject: [PATCH] refactor(about): add more description to about section --- components/about.tsx | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/components/about.tsx b/components/about.tsx index 3b6a398..557bbf4 100644 --- a/components/about.tsx +++ b/components/about.tsx @@ -44,7 +44,12 @@ const About: React.FC = () => {
  • Backend:{" "} - Node.js, Express.js, MongoDB, Mongoose, PostgreSQL, Spring Boot + Node.js, Express.js, MongoDB, Mongoose ORM, PostgreSQL, Spring + Boot +
  • +
  • + Testing: JUnit + 5, GDB
  • Other: Material @@ -68,8 +73,10 @@ const About: React.FC = () => { React.js, and working on projects that blend intuitive UI with solid backend functionality. I'm also excited about diving deeper into areas - like database optimization and cloud deployment. In my free time, - I’m exploring the Rust programming language and its diverse + like database optimization and cloud deployment. Recently, I've + been focusing on implementing user authentication and OAuth to + enhance security in my applications. In my free time, I’m + exploring the Rust programming language and its diverse applications.