An open API service indexing awesome lists of open source software.

https://github.com/innovatorved/innovatorved

Config files for my GitHub profile.
https://github.com/innovatorved/innovatorved

config github-config

Last synced: 12 months ago
JSON representation

Config files for my GitHub profile.

Awesome Lists containing this project

README

          



Typing SVG


I'm @innovatorved, and I'm a Full Stack Developer with a strong passion for learning new things. I believe that the world of technology is constantly evolving, and I'm always striving to expand my knowledge and skills.

In addition to being a Full Stack Developer, I'm also exploring a variety of other topics to broaden my horizons. My interests include web development, artificial intelligence and more!

Feel free to reach out to me at vedgupta@protonmail.com if you'd like to connect or collaborate.

```python
#!/usr/bin/env python3

__author__ = "Ved Prakash Gupta"
__copyright__ = f"Copyright (c) 2002 {__author__}"
__license__ = "Private Domain"
__version__ = "21.0.0"

import subprocess
res = subprocess.run(["python3" , "-c" , "print('Feel the Code not Write it')"],
capture_output=True, text=True
)

print("stdout:", res.stdout) # Output
if res.stderr != "" : print("stderr:", res.stderr) # Error

```

Check out my [status page](https://status.vedgupta.in/) for updates on my projects and availability.

:zap: Ved Gupta GitHub Stats & Language used


innovatorved GitHub Stats