Skip to content

Commit

Permalink
feat: updates on cv, avatar and layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushacharya committed Jul 18, 2024
1 parent 54b4019 commit 65250c4
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const Footer = _ => {
className="text-xs tracking-wider self-center md:self-end"
aria-label="Copyright"
>
© 2023 Aayush Acharya • Forked from <a href="https://github.com/jeffjadulco/jeffjadulco.com" target='__blank'>Jeff Jadulco</a>
© 2024 Aayush Acharya • Forked from <a href="https://github.com/jeffjadulco/jeffjadulco.com" target='__blank'>Jeff Jadulco</a>
</span>
<div className="flex flex-row items-center space-x-4 justify-center md:justify-end">
<span>
Expand Down
12 changes: 6 additions & 6 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ const About = () => {
<article className="prose">
<h2>About Me</h2>
<p>
I'm Aayush Acharya, a Software Developer working at{" "} <ExtLink link="https://raralabs.com">RARA Labs</ExtLink> and a Computer Engineer alumni of{" "}
I am Aayush Acharya, an MS CS student at{" "} <ExtLink link="https://temple.edu">Temple University</ExtLink> and a Computer Engineer alumni of{" "}
<ExtLink link="http://pcampus.edu.np/">IOE, Pulchowk Campus</ExtLink>. My goal is to
provide a meaningful contribution through research to the software engineering community.
provide a meaningful contribution through research.
</p>
<p>
Currently, I am working in RARA Labs, carrying out projects in GraphQL and REST API using Go.
Here, I have designed independent execution threads using goroutines, worked with asynchronous messaging using RabbitMQ, constructed ISO20022 financial standard
I worked in RARA Labs, carrying out projects in software engineering with a focus on backend development along with machine learning. I built ML pipelines for identifying medical harms based on EMR data.
In addition, I designed independent execution threads using goroutines, worked with asynchronous messaging using RabbitMQ, constructed ISO20022 financial standard
digitally signed messages and devised CI/CD pipelines. I also undertook the role of a Research Intern in <ExtLink link="https://www.naamii.org.np/">NAAMII</ExtLink>.
There I worked on building a Nepali automatic speech recognition using Wav2Vec 2.0, for learning the speech representations in a low resource setting and MURIL, a BERT model pretrained on indic languages, as a classification model in my final year project thesis supervised by Bishesh Khanal, Ph.D. as a research intern at NAAMII.
Furthermore, I also built ML pipelines for identifying medical harms based on EMR data in RARA Labs.
Expand All @@ -32,7 +32,7 @@ const About = () => {
</p>
</article>
</div>
<Heading>Skills</Heading>
{/* <Heading>Skills</Heading>
<p className="text-tertiary">Currently, these are the skills I have acquired over the years. Download the full CV <ExtLink link="/docs/CV.pdf">here</ExtLink>.</p>
<div className="flex flex-col space-y-0">
{skills.map(data => {
Expand All @@ -45,7 +45,7 @@ const About = () => {
/>
)
})}
</div>
</div> */}

<Contact />
</Layout>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const IndexPage = () => (
<div className="mt-12 flex flex-col-reverse lg:flex-row items-center lg:justify-between lg:space-x-6">
<h1 className="mt-12 lg:mt-0 max-w-3xl text-3xl sm:text-4xl text-primary font-semibold sm:text-left md:text-center lg:text-left">
Hi, I’m Aayush.
<br className="mb-6 lg:hidden" /> I’m a Software Engineer with an
<br className="mb-6 lg:hidden" /> I am an MS CS student with an
avid interest in AI and DBMS.
</h1>
<div className="relative">
Expand Down
Binary file modified static/docs/CV.pdf
Binary file not shown.
Binary file added static/images/manang-pp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/the-avatar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/the-avatar.webp
Binary file not shown.

0 comments on commit 65250c4

Please sign in to comment.