From 748955cb84f03cad89bbe9d2630fb3086a376cbe Mon Sep 17 00:00:00 2001 From: Soumyaraj321 Date: Sun, 15 Oct 2023 18:33:30 +0530 Subject: [PATCH] portfolio changes --- index.html | 63 ++++++++++++++++++++++++++++++++++++++---------------- style.css | 14 +++++++++--- 2 files changed, 56 insertions(+), 21 deletions(-) diff --git a/index.html b/index.html index dca7f86..115ed59 100644 --- a/index.html +++ b/index.html @@ -84,25 +84,23 @@

- I am currently a final year student pursuing my Bachelors in the field of Computer Science and - Engineering from VIT Vellore. I belong to Kanpur, Uttar Pradesh. My attitude towards life is very - optimistic which encourages me to remain positive even in the worst of situations. - + I am associate software engineer at Ivanti, I apply my skills to create innovative solutions for IT and security management. + I joined Ivanti in July 2023, after completing a six-month internship at the same company, where I gained valuable experience + in developing, testing, and deploying software applications.


- Coming to my skillsets, I have previously done projects based on Machine Learning, Deep Learning and - Natural Language Processing. My passion for coding and development is the very reason why I am currently - working on FrontEnd Projects (ReactJS). I love participating in competitive coding competitions, C++ - being the language I am most fluent in. - + Before that, I interned at Walmart Global Tech India and Protal, where I worked on various analytical and frontend projects + using tools like Tableau, Google Secret Manager, Spark, and Kafka. I have also worked as a React Developer in 2 startups. + I also contributed to the GirlScript Winter of Contributing program as a contributor, and was a senior core member of the + Student Technical Community at VIT Vellore, where I organized and participated in various technical events and workshops.


- In the forthcoming days I plan to learn Backend, NodeJS being the primary environment and probably - basics of Linux and DevOps as well. My immediate goal include becoming a full-stack developer by the - end of my final year. - + I have completed my B.Tech in Computer Science from Vellore Institute of Technology, where I have completed + multiple courses and certifications in machine learning, Python, and Microsoft technologies. + I am passionate about learning new technologies and applying them to real-world problems, + and I aspire to become a leader and a mentor in the field of Software Engineering.


@@ -177,28 +175,36 @@

Languages
+
  • C++
  • Python
  • C
  • Java
  • Javascript
  • +
  • SQL
  • +
  • SCALA
+
-
Frontend
+
Frontend & Backend
+
  • HTML/CSS/JS
  • -
  • Bootstrap
  • -
  • Tailwind
  • ReactJS
  • +
  • TailwindCSS
  • +
  • NodeJS
  • +
  • ExpressJS
  • NextJS
+
-
Data Related
+
Data Related

+
  • Machine Learning
  • Data Engineering
  • @@ -206,17 +212,25 @@

  • Tableau
  • SQL
+
Other Skills
+
    +
  • JIRA
  • Linux
  • +
  • Tableau
  • +
  • Spark
  • GIT
  • AWS
  • Firebase
  • NLP
  • +
  • Spring
  • +
  • Docker
+
@@ -225,7 +239,7 @@

@@ -323,6 +337,19 @@

+
+ +
January 2023 - Present
+ +
+ Worked as a Software Engineering Intern from Jan to June then joined as full time. + Migrated the build environment of the product from VisualStudio-2019 to VisualStudio-2022 using latest build + tools such as Win11 SDK and latest WDK.Working on various feature improvements and bugs fixing. +
+
+
Summer Intern at Walmart diff --git a/style.css b/style.css index 9a72dbb..2573a76 100644 --- a/style.css +++ b/style.css @@ -333,9 +333,10 @@ h3.first-b { } .skills-text { - display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 0.5rem; + display: flex; + flex-wrap: wrap; } .skill-card { @@ -345,9 +346,16 @@ h3.first-b { color: #fae1e1; min-height: 250px; width: 300px; - border-radius: 15px; box-sizing: border-box; - padding: 1rem; + flex: 1; + margin: 10px; + padding: 10px; + border: 1px solid #ccc; + border-radius: 5px; +} +.skill-list { + padding-bottom: 0.5rem; + padding-top: 0.5rem; } .skill-card:hover {