Skip to content

Commit eed67be

Browse files
committed
chrore: Update index and about for Jan
1 parent 6bf1120 commit eed67be

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Aadhish Sriram
3+
Copyright (c) 2023 Aadhish Sriram
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

src/content/about/about.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ I recently graduated with an Undergraduate Engineering degree in Computer Scienc
44
I love working on hobby projects and learn things to do more hobby projects.
55

66
I'm an aspiring open-source enthusiast and my projects are often open-sourced.
7-
I watch anime or English TV shows and read manga when I'm not programming or studying.
7+
I watch anime or TV shows or read manga when I'm not programming or studying.
88

99
This site is meant as way both to showcase my work and a blog where can I share
1010
about my experience and journey into programming, so the name "A Programmer's
@@ -15,8 +15,9 @@ Journey".
1515
Rust is my go-to choice of programming language now and at-times I
1616
like to use Haskell, Elixir and Typescript.
1717

18-
I currently learning Phoenix on my free time after work and try to use the same for
19-
creating a pastebin like text-storage site.
18+
I'm currently building a pastebin clone using actix-web in Rust for the backend
19+
and planning to use React + Next.js for the frontend. It's hostend in github as
20+
[protin](https://github.com/dfireBird/protin).
2021

2122
I also have some experience in Javascript, Racket, C++, Python, C and Java
2223
as well as HTML and CSS.

src/pages/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export default () => (
2020
<a href="https://www.ibm.com/consulting">IBM</a>. I graduated with an
2121
Engineering with a major in Computer Science at SASTRA University. I am
2222
constantly learning something new and sharing my experiences here. I'm
23-
learning Phoenix currenly on my free time after work and try to use that
24-
for building a pastebin like text-storage site.
23+
building a pastebin like text-storage site using actix-web in Rust and
24+
planning to use React + Next.js for the frontend of the site.
2525
</p>
2626

2727
<p>

0 commit comments

Comments
 (0)