You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/_index.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,22 @@
1
1
+++
2
2
title = "About Me"
3
3
description = "this is the homepage"
4
-
template = "index.html"
4
+
template = "home.html"
5
5
+++
6
6
7
-
## Tech
7
+
## About
8
8
9
9
Welcome to my website, my name is Dhruv and I’m a self-taught software engineer mostly interested in backend with a pinch of frontend engineering. I started programming in May of 2021 and started working professionally in July 2022. The first language that I learnt and the one that I work in primarily is Python, though I spent several months just nerding over Rust sometime back, proof of which can found in my blogs and projects. I am also exploring and practicing frontend technologies.
10
10
11
-
I am currently primarily hacking on [backend_burger](https://github.com/dhruv-ahuja/backend_burger)and learning about scalable backend concepts plus some computer science concepts as well.
11
+
I work as a software engineer at [DwellFi](https://dwell.fi), an US-based startup automating venture fund management processes and reducing manual workloads. In my free time, I am also contributing to Pydantic's [Logfire observability platform](https://github.com/pydantic/logfire).
12
12
13
13
## Interests
14
14
15
-
I was learning Spanish and French before pivoting to tech, it has been two plus years now but I still listen to Spanish songs on a regular basis. Reading is a big passion of mine and I delve into long reading sessions frequently. I have sometime back finished the Witcher and Mistborn (1st generation) series.
15
+
I was learning Spanish and French before pivoting to tech, it has been two plus years now but I still listen to Spanish songs on a regular basis. Reading is a big passion of mine and I delve into long reading sessions frequently. I have caught up to `A Song of Ice and Fire` series sometime back -- call me when `The Winds of Winter` arrives, and have just started Sanderson's `A Way of Kings` novel, having fully read the Mistborn series earlier.
16
+
I am also playing `Hollow Knight: Silksong` on and off, indulging in the beauty and atmopshere of the game, and raging at the difficulty and challenge at all other occassions.
16
17
17
-
I’m also into audio-gear – [Creative Pebble V3](https://en.creative.com/p/speakers/creative-pebble-v3) for the desk and the [Truthear X Crinacle Zero](https://shenzhenaudio.com/products/truthear-zero-earphone-dual-dynamic-drivers-pu-lcp-composite-diaphragm-in-ear-headphone), EQd to Project Red V3, for mostly all other occasions. Both of these options are great value products and I’m super happy with them, for the time being :P
18
-
I have also recently upgraded to the RK84 V2 keyboard with Gateron brown switches, a bliss to type on and has helluva battery life.
18
+
I’m also into audio-gear – I have `Creative Pebble V3`speakers for my desk setup as they're flexible and connect with bluetooth, and a pair of `Kefine Klean` IEMs for late night music listening and evening walk sessions. Both of these options are great value products and I’m super happy with them, for the time being :P
19
+
I currently own an `M1 Macbook Air (16 GB + 256 GB)` that I connect to my Benq 24 inch monitor and write on with the `RK84 V2 keyboard (Brown Switches)`. This is all great but I am tempted to upgrade each of these components eventually in some time (which I won't cause it doesn't make sense -- but I want to!)
description = "Contributed to the open-source 2D graphics editor with 21K+ stars on GitHub. Implemented core node graph functionality including automatic link reconnection when deleting nodes, and added new creative tools like the Color Overlay node."
Contributed to the open-source 2D graphics editor with 21K+ stars on GitHub. Implemented core node graph functionality including automatic link reconnection when deleting nodes, and added new creative tools like the Color Overlay node.
13
+
My work enhanced the user experience by fixing some commonly encountered bugs and adding adding to the available toolbox.
description = "Contributed to Pydantic's Logfire observability platform. Thus far, I have worked on the core APIs and the SDK layer, and capturing documentation behaviour to improve the experience for SDK users."
Contributed to Pydantic's Logfire observability platform. Thus far, I have worked on the core APIs and the SDK layer, and capturing documentation behaviour to improve the experience for SDK users.
13
+
My work thus far has seen me improve core model representation in the dashboard UI, improve the SDK API's accessbility, among other things.
Copy file name to clipboardExpand all lines: content/posts/ai_translation_workflow.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,9 @@
2
2
title = "Creating an AI-Powered Document Translation Workflow"
3
3
description = "Outlining the translation workflow of my app, which crawls web content, translates it and prepares it for consumption through a web-based Markdown Viewer."
0 commit comments