Ben Chuanlong Du's Blog

It is never too late to learn.

US Treasury Yield Curve

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

yield curve https://www.gurufocus.com/yield_curve.php

Understanding the Yield Curve

https://www.schwab.com/learn/story/understanding-yield-curve

What is a yield curve?

https://www.fidelity.com/learning-center/investment-products/fixed-income-bonds …

Tips on Microsoft Graph APIs

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://developer.microsoft.com/graph/graph-explorer

https://learn.microsoft.com/en-us/graph/use-the-api

List Mail Folders

https://graph.microsoft.com/beta/me/mailFolders?%24skip=40

from msgraph import GraphServiceClient
from msgraph …

Producer Consumer Pattern in Java

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://www.youtube.com/watch?v=tEwNXnAmc9c Producer Consumer Pattern - With Java Example