Note dal metodo
Blog

ElasticSearch: how and when to use it
Textual search engines are a feature that plays an important role in the construction of applications. The user experience is…
![Prompt engineering: prompting techniques [part 2]](https://cdn.shortpixel.ai/spio/ret_img,q_cdnize,to_webp,s_webp/flowygo.com/wp-content/uploads/2023/10/Prompt_Engineering.webp)
Prompt engineering: prompting techniques [part 2]
The techniques proposed by prompt engineering allow even very complex tasks to be performed. Some of them, such as zero-shoot,…
![Prompt engineering: prompting techniques [part 1]](https://cdn.shortpixel.ai/spio/ret_img,q_cdnize,to_webp,s_webp/flowygo.com/wp-content/uploads/2023/10/Prompt_Engineering.webp)
Prompt engineering: prompting techniques [part 1]
Prompt engineering makes it possible to optimize the results obtained by acting only on what is provided to the LLMs.…

LLM: Prompt Examples
Creating prompts for LLM models, such as ChatGPT, can be considered a new art. From structuring prompts to using context,…

Prompt engineering
The advent of ChatGPT and LLM (Large Language Models) has revolutionized the world. Almost every industry has undergone a revolution…

SQL: triggers in Oracle
Databases can play an active role in validating and implementing business rules. Through triggers it is possible, in fact. to…

SQL: Recursive CTE
In some scenarios, there is a need to store hierarchies within the database, such as the corporate organizational chart or…

SQL: correlation
In the SQL language, it is possible to condition the execution of a query on the values of the tuples…

SQL: Common Table Expression
Expressing complex queries in SQL language can be really difficult. Dividing the problem into mini-queries is the best strategy to…