Makes you a Rockstar C++ Programmer in 2 minutes
Role in this project:
Full-stack Developer Contributions:70 commits, 68 PRs, 63 pushes in 5 years 10 months
Contributions summary:Avinash primarily contributed to the development of the `rockstar` project, a tool to generate "rockstar" programmer profiles by generating a large number of commits. Initial contributions included setting up the basic structure, defining the core functionality within `RockStar/__init__.py`, and creating a `setup.py` file. Further commits added features like custom file names, the ability to incorporate different programming language examples and random commit messages. The user also updated the examples and overall project structure, including a migration to a command line interface.
cppc-plus-plusrockstarminutes
(educational) build your own disk based KV store
Role in this project:
Back-end Developer Contributions:2 reviews, 30 commits, 26 PRs in 10 months
Contributions summary:Avinash focused on developing the core functionality of a disk-based key-value store. They implemented features for storing and retrieving data from disk, including data serialization, index management, and file handling. The user also added tests, improved the documentation and added the dictionary API. The user also addressed deletion.
disk-baseddiskkv-storebuild-your-own