Skip to content

Commit

Permalink
added stackoverflow, section adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
satya319 committed Jun 2, 2024
1 parent e3f7279 commit acb94aa
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
1 change: 1 addition & 0 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const currentYear = new Date().getFullYear();
<p class="socials">
<a href="https://www.linkedin.com/in/satyajit-behera-39563a102/"> Linkedin</a>
<a href="https://satya319.github.io"> GitHub</a>
<a href="https://stackoverflow.com/users/9300659/satyajit-behera"> stackoverflow</a>

</p>
</footer>
Expand Down
25 changes: 13 additions & 12 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,25 @@ import Hero from '../components/Hero.astro';
<h2 class="section-title">Background</h2>
<div class="content">
<p>
I have always been interested in technology, and I started coding at a young age. I pursued a degree in civil engineering from the Gandhi Institute of Engineering and Technology, Gunupur. After graduating, I joined a construction company as a QA engineer. </p>
I have always been interested in technology, and I started coding at a young age. I pursued a degree in civil engineering from the Gandhi Institute of Engineering and Technology, Gunupur. After graduating, I joined a construction company as a QA engineer.
</p>
<p>
I quickly realized that I was more interested in the testing side of software development. I wanted to make sure that the software that was being developed was of high quality and met the needs of the users. I decided to switch to a career in software testing, and I got my first job as a SDET engineer at a leading tech company.
I quickly realized that I was more interested in the testing side of software development. I wanted to ensure that the software being developed was of high quality and met the needs of users. This realization led me to switch to a career in software testing, and I landed my first job as a Software Development Engineer in Test (SDET) at a leading tech company.
</p>
<p>
In my previous role, I worked on a mobile application. I developed and executed test plans, worked closely with developers to fix bugs, and helped to implement a continuous integration and continuous delivery (CI/CD) pipeline.
In my previous role, I worked on a mobile application where I developed and executed test plans, collaborated closely with developers to fix bugs, and helped implement a continuous integration and continuous delivery (CI/CD) pipeline.
</p>
<p>
I am passionate about quality assurance and testing. I believe that testing is essential for ensuring the success of any software project. I am always looking for new ways to improve the testing process and make sure that the software that is being developed is of the highest quality.
I am passionate about quality assurance and testing. I believe that testing is essential for the success of any software project. I am always looking for new ways to improve the testing process to ensure the highest quality of software development. To further enhance my expertise, I have also become an ISTQB Certified Test Engineer.
</p>
<p>
Outside of work, I enjoy spending time with my family and friends. I am also interested in reading, swimming, and playing badminton. I am always looking for new challenges and opportunities to learn and grow.
Outside of work, I enjoy spending time with my family and friends. I am interested in reading, swimming, and playing badminton. I am always seeking new challenges and opportunities to learn and grow.
</p>
<p>
I am excited about the future and I am eager to contribute to the development of innovative and high-quality software. I am confident that I have the skills and experience necessary to be a valuable asset to any team.
I am excited about the future and eager to contribute to the development of innovative and high-quality software. I am confident that my skills and experience make me a valuable asset to any team.
</p>
</div>
</section>
<section>
<h2 class="section-title">Education</h2>
<div class="content">
<p>Civil Engineering degree from the Gandhi Institute of Engineering and Technology, Gunupur</p>
</div>
</section>
<section>
<h2 class="section-title">Skills</h2>
<div class="content">
Expand Down Expand Up @@ -85,6 +80,12 @@ import Hero from '../components/Hero.astro';
</p>
</div>
</section>
<section>
<h2 class="section-title">Education</h2>
<div class="content">
<p>Civil Engineering degree from the Gandhi Institute of Engineering and Technology, Gunupur</p>
</div>
</section>
</main>

<ContactCTA />
Expand Down

0 comments on commit acb94aa

Please # to comment.