Projects with this topic
-
API LS is a secure and efficient API for delivering resources, such as images or videos. It uses a user-based encryption and token model to protect the privacy of your data. Each token is a key to unlock a file, but this key changes its key every 5 uses. This guarantees that only the authorized user can access the resources.
API LS is built on a microservices architecture that makes it fault-tolerant. In case of failure, the service sends an email or Telegram message to the administrator.
API LS is also prepared to optimize response times. It uses AI to predict peak traffic times and prepare the service accordingly.
Updated -
A simple ALU implemented in python3. Implemented are: OR, NOT, AND, XOR, and NAND logic gates, as well as a multiplexor and demultiplexor. It uses these logic gates to create a half adder, a full adder and a simple ALU using these and a multiplexor.
Updated