Skip to content

A personal collection of utility scripts, reusable code snippets, and handy implementations developed over time. This repository serves as a go-to toolkit for solving common coding problems and streamlining development tasks.

Notifications You must be signed in to change notification settings

akhil2308/my-code-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Code Utils

A collection of useful scripts, configurations, and resources to assist with development, performance testing, database operations, and more. This repository is organized into categories for easy navigation.


Contents

.
├── Docker
│   ├── kafka-docker
│   │   └── docker-compose.yml
│   └── milvus-docker
│       └── milvus-standalone-docker-compose.yml
├── Git
│   ├── git rebase.md
│   └── git-cheat-sheet-education.pdf
├── Locust
│   ├── locust_api_scripts
│   │   └── sample_perf.py
│   ├── locust_grpc_scripts
│   │   ├── grpc_proto
│   │   ├── grpc_user
│   │   └── dhwani_model_perf.py
│   ├── README.md
│   └── requirements.txt
├── Nginx
│   └── nginx_commands.txt
├── Python
│   ├── async
│   │   └── async_batch_requests.py
│   ├── celery
│   │   ├── app.py
│   │   └── sqlalchemy_scheduler.py
│   ├── fastapi
│   │   └── apscheduler_cron.py
│   ├── kafka
│   │   ├── kafka-consumer.py
│   │   └── kafka_producer.py
│   ├── s3
│   │   └── s3_client.py
│   ├── send_email
│   │   └── send_email.py
│   ├── sockets
│   │   ├── client_side.py
│   │   └── server_side.py
│   └── sqlalchemy
│       ├── database.py
│       └── standalone_database.py
├── SQL
│   └── SQL-cheat-sheet.pdf
├── README.md
└── tree.txt

21 directories, 24 files

About

A personal collection of utility scripts, reusable code snippets, and handy implementations developed over time. This repository serves as a go-to toolkit for solving common coding problems and streamlining development tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages