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: src/_data/projects.toml
-6
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,19 @@
1
1
[[project]]
2
2
name = "eReKon"
3
-
role = "Developer, Open-Source Contributor"
4
-
duration = "2021 — Present"
5
3
url = "https://github.com/rukh-debug/erekon"
6
4
description = """
7
5
eReKon is a web recon tool that helps search and scan information related to a website or domain. It mines domain info, gathers subdomains, scrapes and indexes public information, finds website technologies, and retrieves DNS and WHOIS information. In a nutshell, it is a single solution to quickly identify public information, find hidden targets, and monitor changes.
8
6
"""
9
7
10
8
[[project]]
11
9
name = "talking-pdf"
12
-
role = "React Dev, Open-Source Contributor"
13
-
duration = "2023 — Present"
14
10
url = "https://rubenk.dev/talking-pdf"
15
11
description = """
16
12
A simple web app that takes PDF as input and lets you interact with it through a chat interface. It is built using React, Next.js, and SCSS. Powered by OpenAI's GPT-3 API.
17
13
"""
18
14
19
15
[[project]]
20
16
name = "vstatus"
21
-
role = "Developer"
22
-
duration = "2023 — Present"
23
17
url = "https://github.com/rukh-debug/vstatus"
24
18
description = """
25
19
vstatus is a Visual Studio Code extension that tracks your workspace and file durations, generates insightful activity visualizations, and provides a live status image via an HTTP server. Initially intended to be used for a GitHub readme page.
0 commit comments