We all use excel sheets for some or the other purpose and many times we also want to protet them to restrict unauthorized access. Here are the simple steps to protect excel sheets (latest excel version): Open the excel sheet. From top menu, click on "File". Then select "Passwords..." Enter "Password to open". Enter "Password to modify". Next, you will be asked to "Reenter password to proceed". Same as Step 4. Next, you will be asked to "Reenter password to modify". Same as Step 5. Save and close the file. That's it. Next time when you open the file, you will be prompted to enter the password. P.S. Click here to access my other posts.
Have you ever thought about setting automated API monitoring? If yes, then it is good idea to setup an open source status page as well for your APIs. This way, you can establish trust and provide a view to your clients to check how your APIs are behaving over past few days. There could be several other ways to implement this, but this is what I am going to propose. Basically, we can interconnect few systems together and automatated API monitoring and status page. The workflow will be something like this: Build API monitoring script using Postman tool Export Postman collection Install following softwares on AWS EC2 instance: Jenkins (Installation steps in serarate article) Cachet (Installation steps in serarate article) MariaDB (Installation steps in serarate article) Newman (Command Line Postman Utility) (Installation steps in serarate article) Setup Jenkins job and configure postman collection using Newman Configure Jenkins job to run periodically Next, when