Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gauravgahlot/gauravgahlot


https://github.com/gauravgahlot/gauravgahlot

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Hi there, I'm [Gaurav!](https://gauravgahlot.in) šŸ‘‹ ![](https://komarev.com/ghpvc/?username=gauravgahlot)

A Software Engineer from India.

I share about my work, and learning on my blog [gauravgahlot.in](https://gauravgahlot.in/).
I also share my experience about different technologies, meetups, and conferences on my [YouTube channel](https://www.youtube.com/c/GauravGahlotYT/).
All my talks can be found [here](https://gauravgahlot.in/talks/).

When I'm not coding, I like to go out for a ride :bicyclist: or play badminton.
I also like to stay home and play :guitar: singing along my favorite songs.

- šŸ”­ Iā€™m currently working on Rust, Go, Kubernetes, and AWS.
- šŸŒ± Iā€™m currently learning about and working with Kubernetes Operators & Controllers, and KaaS (Kubernetes as a Service).
- šŸ’¬ Ask me about anything [here](https://github.com/gauravgahlot/gauravgahlot/issues).
- šŸ˜„ Pronouns: He/Him

## OSS Contributions

### 2024

| Project | Issue | Pull Request | Language |
| ---------------------------- | --------------------------------------------- | --------------- | -------- |
| [kcp-dev/kcp][kcp] | Fixed typos across the repository | [PR][kcp-pr] | Go |
| [fission/environments][fenv] | Remove deprecated package in Go environment | [PR][fenv-pr] | Go |
| [fission/environments][fenv] | [Deprecate old Go environments][fenv-1-issue] | [PR][fenv-1-pr] | Go |

[kcp]: https://github.com/kcp-dev/kcp
[kcp-pr]: https://github.com/kcp-dev/kcp/pull/3151
[fenv]: https://github.com/fission/environments
[fenv-pr]: https://github.com/fission/environments/pull/345
[fenv-1-issue]: https://github.com/fission/environments/issues/347
[fenv-1-pr]: https://github.com/fission/environments/pull/348

### 2023

| Project | Issue | Pull Request | Language |
| ------------ | -------------------------------------------------------------------------- | ------------- | -------- |
| [Akri][akri] | [Container best practice is to use ENTRYPOINT rather than CMD][akri-issue] | [PR][akri-pr] | |

[akri]: https://docs.akri.sh/
[akri-issue]: https://github.com/project-akri/akri/issues/239
[akri-pr]: https://github.com/project-akri/akri/pull/631

### 2022

| Project | Issue | Pull Request | Language |
| ----------------------- | ----------------------------------------------------------------------------------- | ------------- | -------- |
| [testcontainers-go][tg] | [Log docker server info][tg-1-issue] | [PR][tg-1-pr] | Go |
| [testcontainers-go][tg] | [Create system requirements parent docs page for podman and colima][tg-2-issue] | [PR][tg-2-pr] | Go |
| [testcontainers-go][tg] | [Support returning all IP addresses of a container instead of just one][tg-3-issue] | [PR][tg-3-pr] | Go |
| [gidari][g] | [Dockerize gofumpt][g-1-issue] | [PR][g-1-pr] | |
| [gidari][g] | [Move dockerfiles to a docker/ directory][g-2-issue] | [PR][g-2-pr] | |
| [gidari][g] | [Make gidari binary installable][g-3-issue] | [PR][g-3-pr] | Go |
| [falcosidekick][f] | [Support AWS Kinesis as an output][f-issue] | [PR][f-pr] | Go |

[tg]: https://golang.testcontainers.org/
[tg-1-issue]: https://github.com/testcontainers/testcontainers-go/issues/546
[tg-1-pr]: https://github.com/testcontainers/testcontainers-go/pull/548
[tg-2-issue]: https://github.com/testcontainers/testcontainers-go/issues/554
[tg-2-pr]: https://github.com/testcontainers/testcontainers-go/pull/562
[tg-3-issue]: https://github.com/testcontainers/testcontainers-go/issues/513
[tg-3-pr]: https://github.com/testcontainers/testcontainers-go/pull/553
[g]: https://github.com/alpstable/gidari
[g-1-issue]: https://github.com/alpstable/gidari/issues/224
[g-1-pr]: https://github.com/alpstable/gidari/pull/236
[g-2-issue]: https://github.com/alpstable/gidari/issues/241
[g-2-pr]: https://github.com/alpstable/gidari/pull/243
[g-3-issue]: https://github.com/alpstable/gidari/issues/216
[g-3-pr]: https://github.com/alpstable/gidari/pull/245
[f]: https://github.com/falcosecurity/falcosidekick
[f-issue]: https://github.com/falcosecurity/falcosidekick/issues/221
[f-pr]: https://github.com/falcosecurity/falcosidekick/pull/277

### 2021

| Project | Issue | Pull Request | Language |
| ------------------------------- | --------------------------------------------------------------------- | ------------- | -------- |
| [falcosidekick][f] | Add fission output type | [PR][f-1-pr] | Go |
| [falcosecurity/test-infra][fti] | Add prebuilt drivers configs for Ubuntu Generic Kernel 5.12.3-arch | [PR][fti-pr] | |
| [grpc-go][gg] | [Avoid using context.Background in tests][gg-1-issue] | [PR][gg-1-pr] | Go |
| [grpc-go][gg] | [Standardize "experimental" warnings across all packages][gg-2-issue] | [PR][gg-2-pr] | Go |
| [grpc-go][gg] | [Misleading documentation on status.FromError][gg-3-issue] | [PR][gg-3-pr] | |

[f-1-pr]: https://github.com/falcosecurity/falcosidekick/pull/255
[gg]: https://github.com/grpc/grpc-go
[gg-1-issue]: https://github.com/grpc/grpc-go/issues/1878
[gg-1-pr]: https://github.com/grpc/grpc-go/pull/3949
[gg-2-issue]: https://github.com/grpc/grpc-go/issues/3605
[gg-2-pr]: https://github.com/grpc/grpc-go/pull/3917
[gg-3-issue]: https://github.com/grpc/grpc-go/issues/4066
[gg-3-pr]: https://github.com/grpc/grpc-go/pull/4196
[fti]: https://github.com/falcosecurity/test-infra
[fti-pr]: https://github.com/falcosecurity/test-infra/pull/466

## Projects Maintained

A non exhautive list of projects I actively help maintain, or have formerly helped maintaining:

### Former Contributions

- [Tinkerbell](https://github.com/tinkerbell)

- [tinkerbell/tink](https://github.com/tinkerbell/tink/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Amerged+author%3Agauravgahlot)
- [tinkerbell/tinkerbell.org](https://github.com/tinkerbell/tinkerbell.org/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Amerged+author%3Agauravgahlot)
- [tinkerbell/hegel](https://github.com/tinkerbell/hegel/pulls?q=is%3Apr+sort%3Aupdated-desc+author%3Agauravgahlot+is%3Amerged)
- [tinkerbell/playground](https://github.com/tinkerbell/playground/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Amerged+author%3Agauravgahlot)

- [Fission](https://fission.io)
- [fission/fission](https://github.com/fission/fission/pulls?q=is%3Apr+sort%3Aupdated-desc+is%3Amerged+author%3Agauravgahlot)
- [fission/examples](https://github.com/fission/examples/pulls?q=is%3Apr+sort%3Aupdated-desc+author%3Agauravgahlot+is%3Aclosed)
- [fission/docs.fission.io](https://github.com/fission/docs.fission.io/pulls?q=is%3Apr+sort%3Aupdated-desc+author%3Agauravgahlot+is%3Aclosed)
- [fission/blog.fission.io](https://github.com/fission/blog.fission.io/pulls?q=is%3Apr+sort%3Aupdated-desc+author%3Agauravgahlot+is%3Aclosed)

---




gauravgahlot