Posts

Showing posts from March, 2023

AWS - Amazon Customer Outreach Ecommerce diagram with notes

Image
  Note: I would appreciate your support of this blog by going to the link below to "Buy me a pizza" so that I may continue to provide educational scripts, resources and general tech stuff. 🍕 Thank you. https://www.buymeacoffee.com/infosec_coder =====================================================  The following is a replica of the diagram from the link below with additional notes for certain steps to understand the diagram. Amazon Personalize customer outreach on your ecommerce platform | AWS Architecture Blog The screenshot below will not zoom in clearly, therefore I went ahead and took screenshots of each section. Screenshot I Screenshot II Screenshot III Screenshot IV Screenshot V Screenshot VI For the screenshot below, you may try right clicking on the image > Open image in new tab > and then CTRL + scroll up on mouse to zoom in if needed. Screenshot VII Screenshot VIII

2023 PYTHON - script - URL shortener

Image
  Note: I would appreciate your support of this blog by going to the link below to "Buy me a pizza" so that I may continue to provide educational scripts, resources and general tech stuff. 🍕 Thank you. https://www.buymeacoffee.com/infosec_coder ===================================================== This was made in Visual Studio Code within a virtual environment. The most important commands in working with your virtual environment are: 1. Create your virtual environment > py -m venv env 2. Activate your virtual environment > env\Scripts\activate ** It's also a good idea to update pip using the following command: > py -m pip install --upgrade pip 3. Go to View > select Command Palette > Select Python Interpreter > (env:venv) 4. Run your application > py main.py ===================================================== Screenshot I =====================================================  S O U R C E     C O D E  NOTE:  (Desktop users): To view the sections be