https://github.com/bitesinbyte/bites-in-byte-blog
repository for https://blogs.bitesinbyte.com code example and discussions
https://github.com/bitesinbyte/bites-in-byte-blog
Last synced: 11 months ago
JSON representation
repository for https://blogs.bitesinbyte.com code example and discussions
- Host: GitHub
- URL: https://github.com/bitesinbyte/bites-in-byte-blog
- Owner: bitesinbyte
- License: mit
- Created: 2023-03-24T19:06:16.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-12T14:15:40.000Z (over 2 years ago)
- Last Synced: 2025-04-22T22:22:17.504Z (about 1 year ago)
- Language: C#
- Size: 1.65 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bite in Byte Blog
Hey There!!!
This repository contains example code for the [Bites in Byte blog website](https://blogs.bitesinbyte.com/).
Each subdirectory contains code related to a specific blog post.
### Code Examples
- [GCP Authentication Without JSON file](https://github.com/manishtiwari25/bites-in-byte-blog/tree/main/src/GcpWithoutJson)
- [OData Benchmark](https://github.com/manishtiwari25/bites-in-byte-blog/tree/main/src/ODataBenchmark)
### Getting Started
To use this code, clone this repository to your local machine using the following command:
`
git clone https://github.com/manishtiwari25/bites-in-byte-blog.git
`
### License
This code is licensed under the [MIT License](https://github.com/manishtiwari25/bites-in-byte-blog/blob/main/LICENSE).
### Contact
If you have any questions or comments, please feel free to create a new [Discussion](https://github.com/manishtiwari25/bites-in-byte-blog/discussions).