Category: adces

[ADCES]Polly & Infrastructure as Code in Azure

Presentation 1 : Introduction in Polly
Description: Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, Rate-limiting and Fallback in a fluent and thread-safe manner.
Presented by : Andrei Ignat, http://msprogrammer.serviciipeweb.ro/

Presentation 2: Infrastructure as Code in Azure: ARM vs Terraform vs bicep
Description : Când vine vorba de a crea infrastructura în cloud într-un mod automat, limbajele de Infra-as-Code devin normalitatea. Iar in Azure, cele mai folosite metode sunt ARM templates, Terraform sau Bicep. Dar care sunt diferentele între aceste metode? Cum decidem pe care și când le folosim? În această sesiune vom analiza plusurile și minusurile fiecărei metode, demonstrându-le caracteristicile live, prin crearea unor resurse în Azure.
Presented by : Catalin Popa , https://www.linkedin.com/in/catalinpopa247/

Va astept aici: https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/296213412/

[ADCES] WebAPI Caching & Future Proof Development

Details

Presentation 1: Caching in WebAPI

Description: We will show examples with MemoryCache / DistributedCache for answering fast to the requests.

We will not show how to invalidate cache because

There are only two hard things in Computer Science: cache invalidation and naming things.

— Phil Karlton

Presenter : Andrei Ignat, http://msprogrammer.serviciipeweb.ro/

Presentation 2: Future-Proof Development with GitHub Codespaces, Copilot, and GPT-4 (Oh My!)

Description : In this talk, we will delve into the world of cutting-edge software development tools and explore how GitHub Codespaces, GitHub Copilot, and GPT-4 (via Azure OpenAI) can work together to reshape the way developers create, test, and maintain code, optimizing their efficiency and streamlining collaboration.

We’ll start by exploring GitHub Codespaces, which lets developers quickly create tailored, cloud-based development environments, eliminating the need for extensive local setup, and ensuring a consistent workspace across teams. We’ll then take a closer look at GitHub Copilot, an AI-powered programming assistant that uses OpenAI’s GPT-3 to suggest contextually relevant code suggestions, significantly reducing the time spent on writing boilerplate code and debugging.

Finally, we’ll dive into the possibilities and potential impact of GPT-4, the latest iteration of OpenAI’s language model. Here, we will discuss advancements such as the ability to use twice as much contextual information, but also its improved reasoning and code generation capabilities.

Throughout the talk, we will explore real-world examples and provide insight into the integration of these tools, ensuring that you leave equipped with valuable knowledge on how to future-proof your development practices and stay ahead of the curve.

https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/295591697/

[ADCES]Database To Rest & TSQL SQLServer 2022, Curs

Presentation 1: Cum obtii un REST API de la o BD
Prezentator: Andrei Ignat, http://msprogrammer.serviciipeweb.ro/
Descriere:
Voi arata doua modalitati prin care puteti obtine rapid de la o BD un REST API
Mai intii, scriem cod
Apoi folosim OData.
Apoi folosim https://github.com/Azure/data-api-builder
Si , in cele din urma, generam cod: https://marketplace.visualstudio.com/items?itemName=ignatandrei.databasetocode

A doua este de la Microsoft, https://github.com/Azure/data-api-builder

Presentation 2: TSQL SQLServer 2022, Curs
Prezentator : Bogdan Sahlean , https://www.linkedin.com/in/sahlean-gheorghe-bogdan-79a81648/
Descriere :
Descriere a functionalitatilor noi aduse de limbajul de programare

GENERATE_SERIES: Generam serii de date cu data start si data stop

SELECT WINDOW: Gruparea uneia sau a mai multor clauze SUM/MAX/COUNT/etc. OVER
LEAST, GREATEST: Cea mai mica si cea mai mare valoare
DATE_BUCKET, DATETRUNC, DATEADD
IS NOT DISTINCT FROM Verificare existentei duplicatelor si NULL
STRING_SPLIT
ISJSON
STATISTICS , UPDATE STATISTICS ca sa fie sterse statisticile care blocheaza schimbarile structurale
JSON_PATH_EXISTS
JSON_OBJECT
JSON_ARRAY
FIRST_VALUE si tratamentul NULL

Cerinte :
Instalati SSMS 18.3.1 minim

[ADCES]- ASP.NET Endpoints & Dapr, Microservices and Azure all-up

Details

Presentation 1: ASP.NET Core usefull endpoints
Descriere : O sa prezint citeva endpoint-uri utile pentru fiecare aplicatie ASP.NET Core – health check, swagger, date time . error si cum le puteti obtine usor.
Prezentator: Andrei Ignat , http://msprogrammer.serviciipeweb.ro/

Presentation 2 : Chit-chat about Dapr, Azure Container Instances, Microservices and Azure all-up
Descriere:
Urmarind traseul Sfantului Graal al dezvoltarii software bazate pe sablonul architectural al microserviciilor ajungem inevitabil la probabil cel mai promitator proiect din ultimul deceniu care are potentialul de a simplifica dezvoltarea si mentenanta microserviciilor in productie. In aceasta sesiune vom avea ocazia sa interactionam cu Dapr (Distributed Application Runtime), sa-i aflam beneficiile si sa-l vedem la lucru in aplicatii pregatite pentru productie.
Prezentator: Alex Mang ,

Link meetup: https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/291577904/

[ADCES] Building a Design System: First steps & Stable Diffusion in Azure

Presentation 1: Building a Design System: First steps
Description: Răzvan va detalia cum să începeți un Design System cu ajutorul căruia să construiți UI-uri omogene pe platforme multiple. Prezentarea este o continuare a articolului: https://uxdesign.cc/design-systems-4baa50172c5d
Speaker: Răzvan Roșu is a passionate Frontend Developer working in his field for over a decade. His mission is seeking the perfect user interface, while sharing his knowledge on the way.

Presentation 2: Stable Diffusion in Azure
Description: We’ll be talking about Stable Diffusion, a recently released open-source generative model able to generate high-fidelity images based on text descriptions, and how we can run and extend it with ease using Azure GPU Compute Instances
Speaker: Vlad Iliescu, https://vladiliescu.net/

Va astept la https://meet.google.com/sht-jeqt-sgs la 19:30 !

[ADCES]React – first steps(again) and SRE and .NET

Presentation 1: React( first steps) – again
Presenter: Andrei Ignat, http://msprogrammer.serviciipeweb.ro/
Descriere : O sa fie atinse urmatoarele concepte prin exemple practice:

1. React ca librarie, nu ca framework
2. Create-react-app – cu typescript si modificarile care trebuie aduse
3. Componente si Utilizarea de Hooks
4. Comunicarea intre componente de React – de la parinte la copil si intre copii diferiti cu RxJS
4. Utilizarea de librarii: React Router, MUI

Presentation 2: What a SRE wants and how .NET provides
Descriere: We will answer to https://oschvr.com/posts/what-id-like-as-sre/ with examples and tests 😉

Va astept la https://www.meetup.com/bucharest-a-d-c-e-s-meetup/events/291291505/

Andrei Ignat weekly software news(mostly .NET)

* indicates required

Please select all the ways you would like to hear from me:

You can unsubscribe at any time by clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices here.