Now you can Instantly Chat with Abrar!
About Me
FifthTry: FifthTry is another GitHub for documentation, It is a VCS for documentation. We have build this project from scratch. We build feature like Change Request where people can collaboratively edit their documents....
Show MoreSkills
Portfolio Projects
Description
Prupose if this project is, every organisation is need this service at small to a very high scale. I am planning to build this service as an open source project and provide as a service also.
I have written a document for requirements and high level designof this service.
https://docs.google.com/document/d/1EQv1HMWsPmeZEQxAmO_g8veVtuYiayOGt__R1vqw0T8/edit?usp=sharing
Show More Show LessDescription
It will be command line tool, currently working on this project and purpose of this to ease developer and devOps life, who wants to work on cloud and local machine with same environment. This will basically automate the EC2 instance creation(Spot or On-Demand), project setup, sync local machine code and deploy it. So developer doesn't need to ask new machine, project setup, library dependencies, etc from devOps every time, If you have permission for this just go for it.
Show More Show LessDescription
This is simple library for Rust Structs(mainly for associated with diesel). Generally, most of the time we need to encrypt(for security purpose) database primary key, to send it outside the server environment like in api response which can be made from anywhere or do not want to expose PK.
This library generally help converting PK ID to encrypted key and decrypt that key into ID based on configurable SECRET_KEY.
For encryption, it uses cryptography AES algorithm.