Skip to content

Instantly share code, notes, and snippets.

View abdulmateen59's full-sized avatar
🏠
Working from home

Abdul Mateen abdulmateen59

🏠
Working from home
View GitHub Profile
@mattbennett
mattbennett / client.py
Last active July 7, 2022 19:38
Greenthread worker
import eventlet
eventlet.monkey_patch()
from eventlet.greenpool import GreenPile
from kombu.pools import producers
from kombu import Exchange, Queue
exchange = Exchange('exchange', type='direct')
queue = Queue('queue', exchange, routing_key='queue')
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active October 15, 2024 05:13
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\