Professionals I follow
When I come across/work with professionals who have their own blogs/blogs/github etc that I want to refer to in the future I add their details here so I don't forget.
Wordpress notes
My notes on wordpress sites and API:
Docker API I use:
https://hub.docker.com/_/wordpress/
RestAPI notes
Trading links
Graphs
Platforms I researched
webull - very good technical charts
One off $100 payment
0% commision
BUT NOT IN UK
Topics to investigate
Stop Loss Order
Take PRofit Order
Google Juice
Stock Ticker Trade
Building and Testing Caching Object Store
This is a follow from My blog post about DynamoDB caching.
As you can see from the metrics implementing application-level caching gave some really good results with my python middleware service:
Adding Caching to my DynamoDB based saas app
Today I updated my saas webapp with it's new webcrawl functionality. Testing it on a small site worked perfectly, and then testing it on a much larger site caused a failure as I went over my DynamoDB provisioned read capacity. I checked out the DynamoDB metrics and this is what I saw for the table.
Azure API Access in Python
Use python library adal
Documentation for authorizing: https://github.com/AzureAD/azure-activedirectory-library-for-python/wik…
Authenticate an application
In Azure ad a client App
Relates to Cosmos DB See - https://code.metcarob.com/node/270
Onlne services
Website hosting
Squarespace
https://www.hostinger.co.uk/web-hosting
Creative
https://logomaker.thehoth.com/#
Online APIs
https://www.programmableweb.com/
Events
Online app finder
How the URL frees your data from documents!
One of the key features I built into LinkTheThings.com was the ability to embed links to external data, as well as provide links to the Graphs. As data was stored in Graphs this was not enough, I gave every individual node and view its own URL. I extended this idea further by exposing other functionality via the URL. As myself and others started using LinkTheThings.com I found that this simple feature radically increased the number of use cases for the tool