Advanced Search
Search Results
145 total results found
Video - "Skills, Rules, Subagents: Explained!"
Key takeaways Two major areas of context: Static, based around text and prompts, and Dynamic, based around tool exposure Everything was originally prompt-driven, and AI companies rallied to create Rules to prevent agents from hallucinating as much MCP s...
Safe Haven Assets 101
https://www.chase.com/personal/investments/learning-and-insights/article/what-are-safe-haven-assets Some parts of this page will be directly ripped from this article, others I'll translate for my own knowledge, and there will be splicing of the two. What mak...
4 - (US Focused) The Federal Reserve and Interest Rates
https://www.chase.com/personal/investments/learning-and-insights/article/what-is-the-fed-and-what-does-it-do https://www.chase.com/personal/investments/learning-and-insights/article/fed-reserve-raise-lower-interest-rates https://www.chase.com/personal/investme...
Jimmy Beckett's Skill Explanation
https://github.com/j-r-beckett/SpeedReader/blob/main/.claude/skills/skill-creator/SKILL.md Don't rely on users saying magic words. Think about what situations call for this skill, including ones where Claude should decide to use it on its own, then write a ...
Investment Vehicles
https://www.chase.com/personal/investments/learning-and-insights/article/5-tax-efficient-investment-vehicles-and-how-to-use-them
Inheritance
https://www.chase.com/personal/investments/learning-and-insights/article/inheriting-wealth-managing-cash-securities-and-gifting-strategies
Assets
https://www.chase.com/personal/investments/learning-and-insights/article/stocks-vs-shares-differences https://www.chase.com/personal/investments/learning-and-insights/article/when-should-i-sell-stocks https://www.chase.com/personal/investments/learning-and-ins...
Links
https://www.chase.com/personal/investments/learning-and-insights/article/four-things-you-should-know-about-capital-gains-taxes https://www.chase.com/personal/investments/learning-and-insights/article/what-is-eps https://www.chase.com/personal/investments/learn...
Describe the core components of Azure
Azure itself is a set of cloud services. It's a one-stop shop for those services and managing them, backed by a major industry name. Get started with Azure accounts In order to use Azure services, you'll need an Azure account in order to buy credits and set ...
Describe Azure compute and networking services
Describe Azure virtual machines These are just virtual machines hosted remotely on Azure services. Azure provides preconfigured VM images so you can spin up a VM in minutes and hit the ground running. One of the draws of having VMs in Azure is that you can h...
Describe Azure storage services
Each time you want to spin up a type of storage in Azure, it's bundled under a storage account. Think of it like a namespace in C#. Storage accounts have different types and redundancy options. You can choose from: Blob storage (files & unstructured data) ...
Describe Azure identity, access, and security
Describe Azure directory services Entra ID is a directory service that enables users to sign in and access Azure cloud apps & services and maintain an on-premise Active Directory deployment. Entra compliments Active Directory. AD doesn't monitor sign-in atte...
Introduction to the Microsoft Cloud Adoption Framework
Microsoft offers a "movement guide" for both porting existing to and starting brand new systems in Azure. There are 8 methodologies in their guide. Each has its own section in the module. Strategy This is a weird methodology because you can just summarize it...
Introduction to the Microsoft Azure Well-Architected Framework
The WAF is a set of guidelines and recommendations from Microsoft for building a good cloud product from their services on Azure. This section is actually very short vs everything else while the documentation is pretty long in comparison: https://learn.microso...
Design governance
Governance: the general process of establishing rules and policies and subsequently enforcing them Individuals and startups can get away with having average or even poor governance, but as a business/service grows, it needs to be controlled. A good governance...
Design authentication and authorization solutions
Design for identity and access management (IAM)
File-Based Apps
https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/ https://learn.microsoft.com/en-us/dotnet/csharp/fundamentals/tutorials/file-based-programs It only took 10 years but Microsoft did what I had always wanted them to do and come up with a way to ...
Cleaning up merged git branches
https://spencer.wtf/2026/02/20/cleaning-up-merged-git-branches-a-one-liner-from-the-cias-leaked-dev-docs.html