SlideShare a Scribd company logo
1 of 63
Download to read offline
Improving the UX of our
Xamarin Forms apps
Charlin Agramonte
&

Rendy Del Rosario
Rendy Del Rosario
charlin@crossgeeks.com
@chard003
xamgirl.com
rendy@crossgeeks.com
@rdelrosario
xamboy.com
Charlin Agramonte
“User experience (UX) design is the process design teams use to create products that
provide meaningful and relevant experiences to users”.
Splash/
Onboarding
Login/Register/
Forms
Profile/
Contact
Loading
General
Internet
Connection
Splash/Onboarding
C#
Having a Splash Screen is important
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-
interface/splashscreen
Docs Microsoft
C#
Having a Splash Screen is important
https://mallibone.com/post/lets-improve-that-
xamarin-forms-startup-experience
Mark Allibone
C#
Provide an OnBoarding Screen
https://www.thewissen.io/
simple-good-looking-app-
tutorial/
http://makanda.io/how-to-create-an-
onboarding-ui-with-xamarin-forms/
https://github.com/
felipebaltazar/Xam-
ConcentricOnboarding
Patrick Tshibanda Steven Thewissen Felipe Baltazar
Login / Register
 

/ Forms
C#
Use InlineValidations with real-time feedback
https://xamgirl.com/validation-snippets-in-xamarin-forms/
C#
UseVisual Constraints
https://docs.microsoft.com/en-us/xamarin/community-toolkit/behaviors/emailvalidationbehavior
C#
Provide context to the Fields
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/visual/material-visual
C#
Avoid overlapping the keyboard In the Entries
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/layouts/scrollview
C#
Provide the right Keyboard
https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/text/entry
C#
Provide the right numeric keyboard
https://www.thewissen.io/how-to-provide-negative-numeric-input-on-xamarin-forms-ios/
Steven Thewissen
C#
Require the correct information in the DatePicker
s

https://benetskyybogdan.medium.com/xamarin-forms-month-and-year-picker-105550772222
Bohdan Benetskyy
C#
https://xamgirl.com/step-bar-in-
xamarin-forms/
https://help.syncfusion.com/
xamarin/stepprogressbar/
Divide fields into semantic group
s
C#
Provide more information when is necessary
https://www.xamboy.com/2019/03/01/showing-tooltips-in-xamarin-forms/
C#
Use AutoFocus
https://iwritecodesometimes.net/2018/06/25/building-a-next-
entry-effect-for-ios-and-android-in-xamarin-forms/
Joe Meyer
C#
Hide/Show password
https://xamgirl.com/show-hide-password-using-eventtrigger-in-xamarin-forms/
C#
Don’t use Picker for everything
https://docs.microsoft.com/en-us/xamarin/
xamarin-forms/user-interface/pop-ups
https://docs.microsoft.com/en-us/xamarin/
xamarin-forms/user-interface/radiobutton
https://www.sharpnado.com/
sharpnado-tabs-2-0/
Jean Marie
C#
OTP Auto-Fill
https://blog.verslu.is/xamarin/xamarin-forms-xamarin/otp-auto-fill-entry-for-ios-with-xamarin-forms/
GeraldVersluis
C#
Auto-Login
https://docs.microsoft.com/en-us/xamarin/essentials/secure-storage
Profile / Contact
Screens
C#
Shortcuts
https://docs.microsoft.com/en-us/xamarin/essentials/
C#
Share contact
https://xamgirl.com/contact-sharing-in-xamarin-forms/
Loading
C#
Native Activity Indicator
C#
Syncfusion SfBusyIndicator
https://help.syncfusion.com/xamarin/busy-indicator/overview
C#
Lottie
https://xamgirl.com/lottie-animations-step-by-step-in-xamarin-forms/
C#
Acr. UserDialogs
https://github.com/aritchie/userdialogs
Allan Ritchie
C#
Rg.Plugins.PopUp
https://www.damirscorner.com/blog/posts/20201106-BusyOverlayInXamarinForms.html
Damir Arh
C#
StateLayout
https://docs.microsoft.com/en-us/xamarin/community-toolkit/views/statelayout
C#
Upload on background
Internet connection
C#
Handling Internet Connection
https://docs.microsoft.com/en-us/xamarin/essentials/connectivity
C#
Internet connection UI
https://xamgirl.com/handling-connection-changes-in-xamarin-forms/
C#
Data Cache
https://xamgirl.com/improving-the-ux-of-a-xamarin-forms-application-by-caching-data/
C#
Images Cache
https://montemagno.com/xamarinforms-image-caching-in-xaml/
https://github.com/luberda-
molinet/FFImageLoading
https://github.com/
beraybentesen/glide-xamarin-
android
Beray Bentesen
Daniel Luberna
James Montemagno
General
C#
Alerts
https://askxammy.com/how-to-work-with-advanced-pop-ups-in-xamarin-forms/
Leomaris Reyes
42
C#
Empty States
Samples: https://emptystat.es
C#
Handling permissions
More info: https://xamgirl.com/improving-ux-when-requesting-runtime-permissions/
C#
Protect sensitive data
https://xamvalentine.com/2020/05/14/blocking-the-multitasking-view-in-xamarin-forms/
Lorenzo Araujo
C#
RelativeTime
https://www.xamboy.com/2018/02/15/relative-time-formatting-in-xamarin-forms/
C#
UseTouchID/FaceID
C#
App Actions
https://docs.microsoft.com/en-us/xamarin/essentials/app-actions
C#
Link Preview
https://xamvalentine.com/2020/05/07/links-preview-control-for-xamarin-forms/
Lorenzo Araujo
C#
Action feedback
https://xamgirl.com/plug-and-play-animations-in-xamarin-forms/
C#
Action feedback ++
https://docs.microsoft.com/en-us/xamarin/essentials/vibrate
C#
App links
https://www.xamboy.com/2019/01/08/applinks-in-xamarin-forms/
C#
Animations
PageTransitions
 

Javier Suarez
Plug and play animations
 

XamGirl
SharedTransitions
 

Giampolo Gabba Xamarin CommunityToolkit
C#
Handle Multi-language
https://xamgirl.com/handle-multilingual-in-xamarin-forms-without-any-plugin/
C#
Dark mode
https://www.thewissen.io/going-dark-easily-implementing-dark-mode-in-your-xamarin-forms-app/
Steven Thewissen
C#
App Review
https://montemagno.com/asking-for-app-reviews-really-works/
James Montemagno
C#
Adaptive UI
https://devblogs.microsoft.com/xamarin/styling-for-multiple-device-resolutions/
Where can I learn more
about UX?
C#
Xamarin Forms Good Looking UI
https://github.com/jsuarezruiz/xamarin-forms-goodlooking-UI
C#
Twitch: Kym Phillpotts
https://kymphillpotts.com/uichallenges
C#
Websites to learn
C#
Explore UI Kits
https://xamgirl.com/exploring-the-syncfusion-essential-ui-kit/
C#
Download Apps
charlin@crossgeeks.com
@chard003
xamgirl.com
rendy@crossgeeks.com
@rdelrosario
xamboy.com
Thanks
!

Gracias
!

Merci
!

Danke
!

Bedank!
 

… :)

More Related Content

What's hot (20)

Bootstrap 5 basic
Bootstrap 5 basicBootstrap 5 basic
Bootstrap 5 basic
 
Bootstrap PPT by Mukesh
Bootstrap PPT by MukeshBootstrap PPT by Mukesh
Bootstrap PPT by Mukesh
 
Css
CssCss
Css
 
Singleton design pattern
Singleton design patternSingleton design pattern
Singleton design pattern
 
Id and class selector
Id and class selectorId and class selector
Id and class selector
 
Awt controls ppt
Awt controls pptAwt controls ppt
Awt controls ppt
 
Introdução ao Android
Introdução ao AndroidIntrodução ao Android
Introdução ao Android
 
Introduction to Bootstrap
Introduction to BootstrapIntroduction to Bootstrap
Introduction to Bootstrap
 
How to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular FrameworkHow to Implement Micro Frontend Architecture using Angular Framework
How to Implement Micro Frontend Architecture using Angular Framework
 
Fragment
Fragment Fragment
Fragment
 
Java layoutmanager
Java layoutmanagerJava layoutmanager
Java layoutmanager
 
Functions in javascript
Functions in javascriptFunctions in javascript
Functions in javascript
 
Bootstrap Part - 1
Bootstrap Part - 1Bootstrap Part - 1
Bootstrap Part - 1
 
Estrategia evolutiva
Estrategia evolutivaEstrategia evolutiva
Estrategia evolutiva
 
Class and Objects in PHP
Class and Objects in PHPClass and Objects in PHP
Class and Objects in PHP
 
Wpf Introduction
Wpf IntroductionWpf Introduction
Wpf Introduction
 
CSS
CSSCSS
CSS
 
Angular Data Binding
Angular Data BindingAngular Data Binding
Angular Data Binding
 
Applet Architecture - Introducing Java Applets
Applet Architecture - Introducing Java AppletsApplet Architecture - Introducing Java Applets
Applet Architecture - Introducing Java Applets
 
VB Script
VB ScriptVB Script
VB Script
 

Similar to Improving the ux of our xamarin forms apps

Mejorando el UX de nuestras aplicaciones móviles en Xamarin Forms
Mejorando el UX de nuestras aplicaciones móviles en Xamarin FormsMejorando el UX de nuestras aplicaciones móviles en Xamarin Forms
Mejorando el UX de nuestras aplicaciones móviles en Xamarin FormsCharlin Agramonte
 
Visual studio 2017 mobile dev
Visual studio 2017 mobile devVisual studio 2017 mobile dev
Visual studio 2017 mobile devTom Walker
 
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...UX Riga
 
Balsamiq mockups tutorial
Balsamiq mockups tutorialBalsamiq mockups tutorial
Balsamiq mockups tutorialHarikaReddy115
 
resume_2016_low_rez
resume_2016_low_rezresume_2016_low_rez
resume_2016_low_rezJames Gray
 
20140207 xamarin-red fabriq-microsoft-techdays-nativemobileappdevelopmentwith...
20140207 xamarin-red fabriq-microsoft-techdays-nativemobileappdevelopmentwith...20140207 xamarin-red fabriq-microsoft-techdays-nativemobileappdevelopmentwith...
20140207 xamarin-red fabriq-microsoft-techdays-nativemobileappdevelopmentwith...RedFabriQ
 
Getting started with Xamarin Forms
Getting started with Xamarin FormsGetting started with Xamarin Forms
Getting started with Xamarin FormsLeomaris Reyes
 
Going web native - Feb 2018
Going web native - Feb 2018Going web native - Feb 2018
Going web native - Feb 2018Marcus Hellberg
 
Mobile First: Responsive Design for eCommerce | Imagine 2013 Technology | B…
Mobile First: Responsive Design for eCommerce | Imagine 2013 Technology | B…Mobile First: Responsive Design for eCommerce | Imagine 2013 Technology | B…
Mobile First: Responsive Design for eCommerce | Imagine 2013 Technology | B…Atwix
 
SMART DESIGN - icon fonts, svg, and the mobile influence
SMART DESIGN - icon fonts, svg, and the mobile influenceSMART DESIGN - icon fonts, svg, and the mobile influence
SMART DESIGN - icon fonts, svg, and the mobile influenceSara Cannon
 
Chris Odom 2016 Resume
Chris Odom 2016 ResumeChris Odom 2016 Resume
Chris Odom 2016 ResumeChris Odom
 
DESIGN IT! Talk #001 (UX) Yukio Andoh
DESIGN IT! Talk #001 (UX) Yukio AndohDESIGN IT! Talk #001 (UX) Yukio Andoh
DESIGN IT! Talk #001 (UX) Yukio AndohYukio Andoh
 
FluidUI UX Design Portfolio
FluidUI UX Design PortfolioFluidUI UX Design Portfolio
FluidUI UX Design PortfolioFluidUI
 
ShahulShaik_UI Developer
ShahulShaik_UI DeveloperShahulShaik_UI Developer
ShahulShaik_UI DeveloperShahul Shaik
 

Similar to Improving the ux of our xamarin forms apps (20)

Mejorando el UX de nuestras aplicaciones móviles en Xamarin Forms
Mejorando el UX de nuestras aplicaciones móviles en Xamarin FormsMejorando el UX de nuestras aplicaciones móviles en Xamarin Forms
Mejorando el UX de nuestras aplicaciones móviles en Xamarin Forms
 
Visual studio 2017 mobile dev
Visual studio 2017 mobile devVisual studio 2017 mobile dev
Visual studio 2017 mobile dev
 
Smart Design
Smart Design Smart Design
Smart Design
 
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
Persuasive cities for sustainable wellbeing: Urban Behaviour change design - ...
 
Balsamiq mockups tutorial
Balsamiq mockups tutorialBalsamiq mockups tutorial
Balsamiq mockups tutorial
 
resume_2016_low_rez
resume_2016_low_rezresume_2016_low_rez
resume_2016_low_rez
 
UX Workshop
UX WorkshopUX Workshop
UX Workshop
 
UX Work Shop
UX Work ShopUX Work Shop
UX Work Shop
 
20140207 xamarin-red fabriq-microsoft-techdays-nativemobileappdevelopmentwith...
20140207 xamarin-red fabriq-microsoft-techdays-nativemobileappdevelopmentwith...20140207 xamarin-red fabriq-microsoft-techdays-nativemobileappdevelopmentwith...
20140207 xamarin-red fabriq-microsoft-techdays-nativemobileappdevelopmentwith...
 
Getting started with Xamarin Forms
Getting started with Xamarin FormsGetting started with Xamarin Forms
Getting started with Xamarin Forms
 
Going web native - Feb 2018
Going web native - Feb 2018Going web native - Feb 2018
Going web native - Feb 2018
 
Moroney jason cv
Moroney jason cvMoroney jason cv
Moroney jason cv
 
Mobile First: Responsive Design for eCommerce | Imagine 2013 Technology | B…
Mobile First: Responsive Design for eCommerce | Imagine 2013 Technology | B…Mobile First: Responsive Design for eCommerce | Imagine 2013 Technology | B…
Mobile First: Responsive Design for eCommerce | Imagine 2013 Technology | B…
 
SMART DESIGN - icon fonts, svg, and the mobile influence
SMART DESIGN - icon fonts, svg, and the mobile influenceSMART DESIGN - icon fonts, svg, and the mobile influence
SMART DESIGN - icon fonts, svg, and the mobile influence
 
Chris Odom 2016 Resume
Chris Odom 2016 ResumeChris Odom 2016 Resume
Chris Odom 2016 Resume
 
DESIGN IT! Talk #001 (UX) Yukio Andoh
DESIGN IT! Talk #001 (UX) Yukio AndohDESIGN IT! Talk #001 (UX) Yukio Andoh
DESIGN IT! Talk #001 (UX) Yukio Andoh
 
Going web native
Going web nativeGoing web native
Going web native
 
FluidUI UX Design Portfolio
FluidUI UX Design PortfolioFluidUI UX Design Portfolio
FluidUI UX Design Portfolio
 
Sachin's_Resume.doc
Sachin's_Resume.docSachin's_Resume.doc
Sachin's_Resume.doc
 
ShahulShaik_UI Developer
ShahulShaik_UI DeveloperShahulShaik_UI Developer
ShahulShaik_UI Developer
 

More from Charlin Agramonte

Trabajando con máquinas de estados en.NET
Trabajando con máquinas de estados en.NETTrabajando con máquinas de estados en.NET
Trabajando con máquinas de estados en.NETCharlin Agramonte
 
Integrando un rest api con refit
Integrando un rest api con refitIntegrando un rest api con refit
Integrando un rest api con refitCharlin Agramonte
 
Desenvolvendo Aplicações SOLID
Desenvolvendo Aplicações SOLIDDesenvolvendo Aplicações SOLID
Desenvolvendo Aplicações SOLIDCharlin Agramonte
 
Mastering XAML in Xamarin Forms
Mastering XAML in Xamarin Forms Mastering XAML in Xamarin Forms
Mastering XAML in Xamarin Forms Charlin Agramonte
 
Como prepararse y conseguir trabajo como Mobile Developer
Como prepararse y conseguir trabajo como Mobile DeveloperComo prepararse y conseguir trabajo como Mobile Developer
Como prepararse y conseguir trabajo como Mobile DeveloperCharlin Agramonte
 
Desarrollando apps multi plataformas con xamarin forms
Desarrollando apps multi plataformas con xamarin formsDesarrollando apps multi plataformas con xamarin forms
Desarrollando apps multi plataformas con xamarin formsCharlin Agramonte
 
C#good practices in 10 minutes
C#good practices in 10 minutesC#good practices in 10 minutes
C#good practices in 10 minutesCharlin Agramonte
 
Xamarin Forms Best Practices
Xamarin Forms Best PracticesXamarin Forms Best Practices
Xamarin Forms Best PracticesCharlin Agramonte
 
Why xamarin forms is awesome
Why xamarin forms is awesomeWhy xamarin forms is awesome
Why xamarin forms is awesomeCharlin Agramonte
 
Prism in xamarin forms from zero to hero
Prism in xamarin forms from zero to hero Prism in xamarin forms from zero to hero
Prism in xamarin forms from zero to hero Charlin Agramonte
 
Xamarin forms from zero to hero
Xamarin forms from zero to heroXamarin forms from zero to hero
Xamarin forms from zero to heroCharlin Agramonte
 
Getting started with xamarin forms
Getting started with xamarin formsGetting started with xamarin forms
Getting started with xamarin formsCharlin Agramonte
 

More from Charlin Agramonte (20)

State machine in .NET
State machine in .NETState machine in .NET
State machine in .NET
 
Trabajando con máquinas de estados en.NET
Trabajando con máquinas de estados en.NETTrabajando con máquinas de estados en.NET
Trabajando con máquinas de estados en.NET
 
Integrando un rest api con refit
Integrando un rest api con refitIntegrando un rest api con refit
Integrando un rest api con refit
 
Desenvolvendo Aplicações SOLID
Desenvolvendo Aplicações SOLIDDesenvolvendo Aplicações SOLID
Desenvolvendo Aplicações SOLID
 
Mastering XAML in Xamarin Forms
Mastering XAML in Xamarin Forms Mastering XAML in Xamarin Forms
Mastering XAML in Xamarin Forms
 
C# Good practices
C# Good practicesC# Good practices
C# Good practices
 
Starting my blog
Starting my blogStarting my blog
Starting my blog
 
C# Best Practices
C# Best PracticesC# Best Practices
C# Best Practices
 
Como prepararse y conseguir trabajo como Mobile Developer
Como prepararse y conseguir trabajo como Mobile DeveloperComo prepararse y conseguir trabajo como Mobile Developer
Como prepararse y conseguir trabajo como Mobile Developer
 
Desarrollando apps multi plataformas con xamarin forms
Desarrollando apps multi plataformas con xamarin formsDesarrollando apps multi plataformas con xamarin forms
Desarrollando apps multi plataformas con xamarin forms
 
C#good practices in 10 minutes
C#good practices in 10 minutesC#good practices in 10 minutes
C#good practices in 10 minutes
 
Xamarin Forms Best Practices
Xamarin Forms Best PracticesXamarin Forms Best Practices
Xamarin Forms Best Practices
 
Xamarin Forms Evolution
Xamarin Forms EvolutionXamarin Forms Evolution
Xamarin Forms Evolution
 
Why xamarin forms is awesome
Why xamarin forms is awesomeWhy xamarin forms is awesome
Why xamarin forms is awesome
 
Visual studio 2019 launch
Visual studio 2019 launch Visual studio 2019 launch
Visual studio 2019 launch
 
Prism in xamarin forms from zero to hero
Prism in xamarin forms from zero to hero Prism in xamarin forms from zero to hero
Prism in xamarin forms from zero to hero
 
Xamarin forms - overcloud
Xamarin forms - overcloudXamarin forms - overcloud
Xamarin forms - overcloud
 
Xamarin forms from zero to hero
Xamarin forms from zero to heroXamarin forms from zero to hero
Xamarin forms from zero to hero
 
Xaml tips and tricks
Xaml tips and tricksXaml tips and tricks
Xaml tips and tricks
 
Getting started with xamarin forms
Getting started with xamarin formsGetting started with xamarin forms
Getting started with xamarin forms
 

Recently uploaded

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

Improving the ux of our xamarin forms apps