Skip to content

Commit

Permalink
add resume, update logs
Browse files Browse the repository at this point in the history
Signed-off-by: SNG Viraj Reddy <vir200319@gmail.com>
  • Loading branch information
virajsazzala committed Mar 22, 2024
1 parent 4fd3be4 commit 2977b41
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 16 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ header_nav = [
{ url = "/", name_en = "home" },
{ url = "/about", name_en = "about" },
{ url = "/devlogs", name_en = "devlogs" },
{ url = "/entries", name_en = "entries" },
{ url = "/blog", name_en = "blog" },
{ url = "/viraj-resume.pdf", name_en = "resume" }
]
5 changes: 2 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@

I'm Viraj, a 20yr old who's into disassembling computers, and writing software. This is my little corner on the Internet, where I post about things I find fascinating.

> *a place where I can dump the chaos in my head*
> *a place where I dump all my thoughts*
Take a stroll and maybe you'll find something nice.

### Some things about me
- I stay up most nights.
- I'm obsessed with computers.
- I like to keep things simple.
- I agree with the [hacker](http://www.catb.org/esr/faqs/hacker-howto.html#attitude) ideology.
- I'm obsessed with computers, video games, and music.
- I mostly prefer planning over "going with the flow".


Expand Down
6 changes: 3 additions & 3 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ title = "About"
- I like watching sci-fi and horror content, in addition to documentaries and video games.

## Work Related
- I like contributing to Open Source Projects.
- I'm working on Machine Learning Projects and Studying DSA.
- I'm working on Computer Vision and NLP related Projects.
- My projects and other work are available on [Github](https://github.com/virajsazzala).
- You can contact me via [Linkedin](https://www.linkedin.com/in/sng-viraj-reddy) or [Gmail](mailto:vir200319@gmail.com).
- You can contact me via [Linkedin](https://www.linkedin.com/in/sng-viraj-reddy) or [Gmail](mailto:virajreddy.sazzala@gmail.com).

14 changes: 6 additions & 8 deletions content/devlogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ date = 2023-12-20
draft = false
+++

## 2024-01-06
Today, I decided to write to work a bit on the world. So, I divided my world into sections, and each section has it's own entities, and when the player enters a section, the camera move and shows that individual section. It feels much better than making the camera follow the player. Now, I'll add entities to the section, so time to make more sprites ig. Also, for now, I named the game "Trapped".
## 2024-03-23
I've started leetcoding a bit again, and it's been quite sometime. I've noticed that most problems are getting much more easier to understand and solve, might actually keep up the pace and make it a habit. I've also been studying deep learning a bit, found some good resources.

## 2024-01-05
I wrote some basic scripts, like one that generates mazes given a maze blueprint as a file input, a simple platformer game, etc.. But, I've been getting a bit bored, and I always had this idea to make my own game, something like [Faith: The unholy trinity](https://en.wikipedia.org/wiki/Faith:_The_Unholy_Trinity). I love the 8-bit style graphics and the eerie vibe. So, I decided to write my own. I setup the basic project structure, setup window, made the player sprite and loaded him into the game. Also, I added the letter feature, where the player can interact with a letter entity and it'll display some text on scree, its for telling the story, kinda. I still have to polish this part a lot and since I'm writing from scratch with no game engine and I'm new to C++ and SFML, it's taking some time to get through stuff.
## 2024-01-06
Today, I decided to write to work a bit on the world (I'm making a small game). So, I divided my world into sections, and each section has it's own entities, and when the player enters a section, the camera move and shows that individual section. It feels much better than making the camera follow the player. Now, I'll add entities to the section, so time to make more sprites ig. Also, for now, I named the game "Trapped".

## 2024-01-04
I been learning to use SFML, but here is a problem I found. The way people usually setup game dev projects, is using Visual Studio on windows. I move a lot between OSes cause I use two different devices, one with windows and one with linux. Also, I don't like the way Visual studio works or the way projects are setup and structured on it. So, I decided to write a template for structuring cpp projects and I did it. Now, I can easily move b/w OSes and work the way I'm used to working.

## 2024-01-03
I wanted to learn C++ properly and get good at it. So, I decided to work on some projects. But, I was confused about what kind of projects I wanna work on and finally, I decided to write games. I looked into it, and started looking into [SFML](https://www.sfml-dev.org/). Also, since I never did anything related to Graphics much, It seemed kinda daunting. But, I kinda got the hang of it, after following some tutorials and docs.


## 2024-01-01
I've decided to make a page to throw random thoughts whenever I feel like it. Some updates on what I'm working on, new things I've explored, etc..
2 changes: 1 addition & 1 deletion content/entries.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
title = "Personal journal"
date = 2023-12-20
draft = false
draft = true
+++

## 2023-12-20
Expand Down
Binary file added static/viraj-resume.pdf
Binary file not shown.

0 comments on commit 2977b41

Please sign in to comment.