Skip to content

Commit d611944

Browse files
committed
chore: update index and about
1 parent 1965923 commit d611944

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/content/about/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +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'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).
18+
I'm currently learning and building emulators to get more knowledge on assembly and how CPUs work.
19+
I started with [Chip-8](https://github.com/dfireBird/chip-8/) and intend to build NES or GBA
20+
emulators next.
2121

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

src/pages/index.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ 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-
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.
23+
currently learnnig and building various emulators,{" "}
24+
<a href="https://github.com/dfireBird/chip-8/">Chip-8</a> for starters,
25+
may build a NES or GBA emulator next.
2526
</p>
2627

2728
<p>

0 commit comments

Comments
 (0)