great tutorial
https://www.youtube.com/watch?v=QV85eYOb7gk
Software Developer / Architect - Blog
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Friday, March 14, 2025
Friday, October 18, 2024
Open ai - azure services
Great video series
Open ai links
Use AI to chat with a SQL Database 2.0
https://www.youtube.com/watch?v=hw6oTjw9_Ro https://www.youtube.com/watch?v=REw3y_Jv3Ig
Learn Azure OpenAI - Getting Started
https://www.youtube.com/watch?v=c66y0W5KFVY
Stable Diffusion AI - a simple intro. Set up and create AI images locally
https://www.youtube.com/watch?v=_K2E0kJfb8A
Local AI models! Code with Ollama and Phi3.
https://www.youtube.com/watch?v=177qX6mpyMg
Use Semantic Kernel to build AI Apps and Agents - a simple intro!
Add power (extension) to openai - e.g. get from rss live content
https://www.youtube.com/watch?v=kCGZPhnTGHM
Host your own AI Model in 10 minutes...for free!
Docker - for ollama - all in azure
https://www.youtube.com/watch?v=WKj8lo-ZbY4
Run Any Hugging Face Model with Ollama in Just Minutes!
Private Chat with your Documents with Ollama and PrivateGPT | Use Case | Easy Set up
https://www.youtube.com/watch?v=fFgyOucIFuk
https://www.youtube.com/watch?v=ztBJqzBU5kc
private GPT
https://github.com/zylon-ai/private-gpt
FULLY LOCAL Chat With Docs
https://www.youtube.com/watch?v=XFiof0V3nhA
Run Your Own Local ChatGPT: Ollama WebUI
Great sample
Part 2: How to Build an AI Voice Agent using OpenAI Realtime API: RAG + Function Calling
azure real time api
Local Agentic RAG - good sample
https://www.youtube.com/watch?v=u5Vcrwpzoz8
Build Anything with Llama 3 Agents, Here’s How
https://www.youtube.com/watch?v=i-txsBoTJtI
Tuesday, April 2, 2024
Cpu cycles counter for linux in C++
#include <stdio.h>
Tuesday, January 9, 2024
Tuesday, December 26, 2023
C++ improve your memory allocation
Arena allocation is a C++-only feature that helps you optimize your memory usage and improve performance when working with protocol buffers.