Here's a website that essentially has an infinite number of pages: ipconfig.build5nines.com
Here's a website that essentially has an infinite number of pages: ipconfig.build5nines.com
Every fan added makes the PC faster
Added GitHub certification practice tests to the Build5Nines Membership
members.build5nines.com/tests/#github
Get my new book "Designing AI-Ready Infrastructure in Microsoft Azure: Build Scalable, Secure, and Future-Ready AI Systems with Azure" for FREE today only!
www.amazon.com/Designing-AI...
#azure #microsoft #aiready #aiinfrastructure #freebook #microsoftazure #azureopenai #openai
This has been a super interesting experience; maybe Iβll do a video or explain the process at some point. Iβm very proud of the result. The most challenging talk Iβve ever done. It should get chopped up on YouTube soon. #TEDxPDX (but it can be found rewinding in the livestream)
π€ Apparently I ask ChatGPT deep research way too complex tasks to research? I keep having it just stop in the middle of researching and never returning a result. π± Also, ChatGPT doens't have a "report this" button anywhere...
#chatgpt #openai #deepresearch #ui #usability #genai #ai #llm #gpt
#Sinners is a phenomenal movie!
Semantic Search PDF Files Locally using .NET / C# and Build5Nines.SharpVector build5nines.com/semantic-sea...
#semanticsearch #pdf #dotnet #generativeai #rag #ai
There are kids today where their first programming language is "natural language" because of AI Prompting and Vibe Coding
I found this article easy to follow on how to run a model locally using ONNX in .NET. I'm excited to now follow similar steps using a custom scikit-learn model.
build5nines.com/build-a-gene...
Deploy LiteLLM on Microsoft Azure with AZD, Azure Container Apps and PostgreSQL build5nines.com/deploy-litel... via @build5nines.bsky.social
I had a dev manager tell me the other day that a custom Copilot is just a chatbot and not really an AI solution. What do you think about this?
My Nuget packages have collectively have over 921,000 package downloads! Pretty cool π www.nuget.org/profiles/crp...
The use of GenAI has redefined what it means to be a 10X developer.
π Want a better Azure Developer CLI experience for searching available Templates? Here's a bash script I wrote to provide just that! π
github.com/Build5Nines/...
#azd #azure #microsoftazure #azurecli #azuredevelopercli #azdtemplates #bash #macos #linux #cli
Build5Nines.SharpVector is the lightweight, in-memory text vector database built for .NET applications. It enables fast and flexible vector-based similarity search for text data.
sharpvector.build5nines.com
#csharp #llm #rag #genai #semanticsearch
π€© I created a docs site for SharpVector; the lightweight, in-memory, vector database for .NET you can use to power local semantic search. β¨
π sharpvector.build5nines.com
#vectordatabase #semanticsearch #gentai #rag #ai #llm #agenticai #agents #embeddings
Hmm, do I replace my 2019 16β MacBook Pro w/ Intel i9 before tariffs shoot prices up? π€ It still works great for daily dev work.
Well, I just wrote an AI Agent that can take a Microsoft Certification Exam and generate a full set of practice exam questions to help me study. Do you think I should add this capability to my Build5Nines Membership at members.build5nines.com?
#microsoft #certification #azure #microsoftazure
AI is not the thing. It's the thing that enables the thing. You may be afraid it'll replace your job, but your job is about people and there will always be people.
How to Build and Deploy an MCP Server with TypeScript and Azure Developer CLI (azd) using Azure Container Apps and Docker build5nines.com/how-to-build... via @build5nines.bsky.social
#modelcontextprotocol #ai #llm #mcp #agenticai #aiagent #azure #typescript #azd
Why do I include my logo and site in my article featured images? Because I get a lot of sites infringing on my copyright, and it's easy to prove this for copyright takedowns by adding my logo and site domain on the image.
#blogging #copyright #infringement #business
Check out my latest article: Azure Bicep vs Terraform: Pros, Cons, and Choosing the Right Tool for Your Azure Infrastructure
www.linkedin.com/pulse/azure-...
via @linkedin.com
I'm working on this to expand out the capabilities of my original IPv4 CIDR Calculator page on Build5Nines here: build5nines.com/ipv4-address...
I started a small project this weekend: ipconfig.build5nines.com with "My IP", IPv4 CIDR Calculator and DNS Lookup features.
Well, Build5nines.com is almost 10 years old! Will be in June. How has it been that long already!!
Remember what itβs called when the government controls the means of production? Hint, itβs not democracy.
I'm excited and humbled to be included in this years HashiCorp Ambassador award! This is my 4th time being awarded. Thank you HashiCorp, I look forward to another amazing year of Terraform and IaC!
#HashiCorp #IaC #Terraform #HashiCorpAmbassador
Looking to build a custom Copilot with Azure Postgresql? Here's a Solution Accelerator I worked on authoring for the Microsoft Azure Database for PostgreSQL team! π
github.com/Azure-Sample...
AI research agents are really just an AI agent that loops and iterates on the response before returning the result in an intelligent way that asks more questions in an iterative way.
while(!aiagent.is_response_acceptable()) {
response = aiagent.refine_response(response);
}
return response;