User does not exist. I would like to invite him to a group. It the the problem I met on creating application to improve the cooperation between trainers, players and sport enthusiasts. Allow me to walk you through the problems and their solution.Understand the process Before we go deeper with the technical problems and solution I will describe the process of invitation. There are 3 options of configure join policy:Open - Anyone can joinOpenForRequest - Anyone can send join request. The someone from the ...
Strona głównaUżytkownik
tazos333 | użytkownik
Architektura wtorek, 30 lipca 2024 04:41:00 GMT 6 spam? źrodło rozwiń
Next part of my preparing to pass AZ-900 exam is understanding how Azure is build, because that knowledge is crucial to create high available and scalable solutions. We will go from the lowest structure to the highest ones. Let’s come with me on this journey to the Azure infrastructure. Everything runs on servers, but to be honest it’s only an implementation details and can be ignored from our perspective. We can start thinking from a groups of server, called datacenters. Datacenters can, but don’t have...
When I have created my 1st or 2nd semantic plugin for SemanticKernel I have got an exception: SKException with messageFunction not available GLOBALFUNCTIONS.input. After a bit of investigation I have discovered the issue. Here you can read how to reproduce that bug and how to fix it.How to reproduce the issue? The most important thing to fix any issue is to find a way to reproduce it. So let’s start with it. [Fact]publicasync Task throwSKExceptionFunctionnotavailableGLOBALFUNCTIONSinput() ...
When I have started my adventure with AI I explored the OpenAI API . It worked, but during my trip, deeper and deeper I discovered there were more and more concepts. All of them are important and we need to understand and implement like history, context, prompt sequential, external API requests. Everything can be done with API and you code, but there is something like SemanticKernel that can help you with it.What is SemanticKernel? It is an open-source library, created by Microsoft. You can understand i...
Czy wiesz, jak używać sztucznej inteligencji w swojej aplikacji? 💬 ChatGPT staje się coraz bardziej popularny. Ma znacznie więcej mocy 🔥🔥🔥, gdy używasz API, a nie tylko interfejsu użytkownika 🖥️. Sprawdź listę 6 rzeczy, które musisz wiedzieć, zanim zaczniesz używać OpenAI ChatGPT
Czym jest AI i jakie są jej rodzaje ?
Just delved into MartenDB for my latest project – a versatile database solution that seamlessly handles structure creation and excels in event support, all built on PostgreSQL. I've shared my initial insights and migration plans in my latest blog post. Dive in for a deeper look!
I usually develop in .net and I use SqlServer database, but sometimes it is time to change the environment a bit and try something new. I decided to use PostgreSQL. It is a new tool for me, so I had some troubles, because I wan’t able to establish a connection by Adminer and pgAdmin, at the beginning with running it with docker compose.
Architektura poniedziałek, 25 września 2023 08:32:05 GMT 4 spam? źrodło rozwiń
🛠️ Jak skonfigurować CI/CD dla Hugo z wykorzystaniem Azure DevOps Pipelines? 💡 W moim najnowszym wpisie na blogu opisuję, jak to zrobić. Dzięki temu za każdym razem, gdy wprowadzasz zmiany do swojego projektu Hugo, proces budowania i wdrażania będzie działać automatycznie. To oszczędza czas i zapewnia niezawodność.
Nowy post na blogu: Jak uruchomić Blazor WebAssembly w kontenerze Docker!
W poprzednim wpisie wyjaśniłem, 'dlaczego' i 'jak' powinniśmy go generować. Teraz nadszedł czas, aby dowiedzieć się 'jak go używać' w rzeczywistym projekcie.
When you implement auth in you application you can be addicted to a provider, like facebook, ofice365 or google. It always better to be independent of external contract. How to handle it? How to configure Auth to be independent of provider?
Architektura 908 dni, 5 godzin, 10 minut temu 83 źrodło rozwiń
CodePruner.comPostsPOSTS ADR is an Architecture Decision Record, but if we leave it like that, it won’t tell you anything. So let’s deconstruct the name into smaller pieces.Architecture Decision I like to describe it as: “Every decision in the development team that has an impact on the state of the application and the way of working in a particular time”. Ok… we have it, but here are some examples:Use TypeScript and React on the frontendCreate backend in .NETCreate the application for a cloud. Tr...
Architektura 1125 dni, 4 godziny, 19 minut temu 52 źrodło rozwiń
CodePruner.comPostsPOSTS I don’t understand why developers doesn’t automate their job. They can save a huge amount of time with very low effort. How? For example, by generating models from backend to frontend. We will talk about it today. The main idea is to keep backend and frontend models synchronized automatically. In most cases frontend asks backend about data, so the main source of truth should be the backend site. I see it in that way. When model is changed on backend then frontend models should ...
Sztuka programowania 1207 dni, 5 godzin, 30 minut temu 71 źrodło rozwiń
Znasz różnicę pomiędzy throw, a throw ex ? Jeżeli nie to zapraszam
Sztuka programowania 1248 dni, 5 godzin, 45 minut temu 121 źrodło rozwiń
Sztuka programowania 1542 dni, 6 godzin, 18 minut temu 174 źrodło rozwiń
YAML, czy GUI? I dlaczego Pipeline as Code? Do konfiguracji CI/CD możesz podejść na wiele sposobów. Klasycznie, używając UI lub nowocześnie, z poziomu kodu. Jestem zdecydowanym fanem PaC, a dlaczego to przeczytasz o tym w najnowszym poście: https://bit.ly/2QOdr76 Sprawdź! 7 Powodów Dlaczego Warto Używać Pipeline as Code Do Konfiguracji CI/CD
Ostatnio zajęliśmy się podstawową konfiguracją Cache Task w Azure Pipelines. Jeżeli zastosowałeś tamte wskazówki, przyspieszyłeś swój pipeline. Chcesz jeszcze większego przyspieszenia? Czas na Zaawansowany Tuning Cache Task W Azure Pipelines.
Ile razy zdarzyło Ci się rzucać mięsem, bo build działa za wolno! Dlaczego te pakiety npm instalują się tak długo? Przecież pobierałeś je 3 minuty temu w poprzednim commicie. Jak to przyspieszyć? Najlepszym i najprostszym rozwiązaniem jest cache. A jak skonfigurować Cache w Azure Pipelines?
Dowiesz się czym jest Azure Devops oraz jego składowe: Azure Boards, Azure Pipelines, Azure Repos, Azure Artifacts, Azure Test Plans