Pinned Repositories
ChatRoom
As the name suggests, it is a chatting application, built using Python3. I have created this repository, so that I can learn Socket programming, GUI programming using tkinter, Code management etc. I am thinking of implementing web version of this too, so that I can learn Django as well. Any suggestions or fixes would be appreciated.
CodeRunner
CodeRunner is powered by Django. It is basically a online coding platform. Currently it supports Python only
contrib
Integrations, examples, and proof-of-concepts that are not part of OPA proper.
flask_boilerplate
Flask is a micro framework it does not enforce any particular directory structure, but sometimes it becomes difficult/time consuming to figure out how to properly maintain a Flask project or even multiple projects. As the name suggests, this is flask boilerplate, which can be used to kick start a project with zero or little modifications if the project demands. I have been using this structure in few projects and they are working well for me and my team at least. It is kind of a nano framework on its own :D. I made it public to see how it works for others.
groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
guardian
Guardian is an API gateway written in Go
kuma
🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
ml-cheatsheet
Machine learning cheatsheet
reactive-micro
`reactive micro` stands for reactive microservices. It demonstrates how cooperative microservices can be built using event bus with out being tightly coupled, how distributed transactions can be achieved using choreography saga pattern, enforcing ACL based authorization across services and many more...
Spider
This repo comprises multiple web scrappers written in Python.
AyushSenapati's Repositories
AyushSenapati/reactive-micro
`reactive micro` stands for reactive microservices. It demonstrates how cooperative microservices can be built using event bus with out being tightly coupled, how distributed transactions can be achieved using choreography saga pattern, enforcing ACL based authorization across services and many more...
AyushSenapati/CodeRunner
CodeRunner is powered by Django. It is basically a online coding platform. Currently it supports Python only
AyushSenapati/ChatRoom
As the name suggests, it is a chatting application, built using Python3. I have created this repository, so that I can learn Socket programming, GUI programming using tkinter, Code management etc. I am thinking of implementing web version of this too, so that I can learn Django as well. Any suggestions or fixes would be appreciated.
AyushSenapati/Spider
This repo comprises multiple web scrappers written in Python.
AyushSenapati/contrib
Integrations, examples, and proof-of-concepts that are not part of OPA proper.
AyushSenapati/flask_boilerplate
Flask is a micro framework it does not enforce any particular directory structure, but sometimes it becomes difficult/time consuming to figure out how to properly maintain a Flask project or even multiple projects. As the name suggests, this is flask boilerplate, which can be used to kick start a project with zero or little modifications if the project demands. I have been using this structure in few projects and they are working well for me and my team at least. It is kind of a nano framework on its own :D. I made it public to see how it works for others.
AyushSenapati/groupcache
groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
AyushSenapati/guardian
Guardian is an API gateway written in Go
AyushSenapati/kuma
🐻 The multi-zone service mesh for containers, Kubernetes and VMs. Built with Envoy. CNCF Sandbox Project.
AyushSenapati/ml-cheatsheet
Machine learning cheatsheet