SlideShare a Scribd company logo
PARENTS + CHILDREN
THEMES THAT IS
WHAT’S THAT ALL ABOUT
WHO IS THE LEE DROZAK?
ABOUT ME
LEEDROZAK BIZ
DESIGNER, DEVELOPER + STRATEGIST
MY WP SUPERPOWER: REDESIGN
EMBRACER OF TINY (RV) LIVING
TWEETY @LEEDROZAK
THE TEMPLATE
HIERARCHY
MODULAR, REUSABLE FILES, USED TO GENERATE THE WEB PAGES
TEXT
EXIST WITHIN LOOP
index.php
search.php
404.php
front-page.php
archive.php
single.php
page.php
https://wphierarchy.com/
OUTSIDE THE LOOP
header.php
footer.php
sidebar.php
comments.php
REQUIRED
functions.php
style.css
THE THEME
COLLECTION OF FILES THE MODIFY THE WAY YOUR SITE IS DISPLAYED
WHAT ARE CHILD
THEMES
THE MODIFICATION OF THE PARENT OR MAIN THEME
WHY WOULD I
USE A CHILD THEME
THERE ARE MANY REASONS BUT MAINLY BECAUSE THE
NEXT DEVELOPER WILL THANK YOU
CREATING YOUR
CHILD(REN)
PLUGIN VS CODING DEVELOPMENT
TEXT
WP CHILD THEME GENERATOR
TEXT
THE SET-UP: wp-content
plugins
themes
index.php
parent
parent-child
style.css
functions.php
TEXT
STYLE.CSS /*
	 Theme Name: Client Biz Name
	 Theme URI: https://clientdomain.com/
	 Description: This is a styled customized theme for the Genesis Framework.
	 Author: Lee Drozak
	 Author URI: https://leedrozak.com/
	 Version: 1.0
	 Template: genesis
	 Template Version: 2.2.3
	 License: GPL-2.0+
	 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
FUNCTIONS.PHP
<?php
//* Code goes here
function my_theme_enqueue_styles() {
$parent_style = 'parent-style'; // This is the parent theme name you are using
wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style ),
wp_get_theme()->get('Version')
);
}
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
?>
LOAD ORDER
STYLE.CSS OVERWRITE WHILE FUNCTIONS.PHP
APPENDS
MORE THAN A
PRETTY FACE
CHILD THEMES ALLOW YOU TO EASILY ADD
FUNCTIONALITY
ACTIVATING YOUR
CHILD THEME
IF YOU CAN UPLOAD A THEME YOU CAN UPLOAD THE
PARENT YOU CAN UPLOAD THE CHILD
QUESTIONS
YOU CAN FIND ME IN THE HAPPINESS BAR NEXT

More Related Content

What's hot

Use WordPress to become a social proprietor
Use WordPress to become a social proprietorUse WordPress to become a social proprietor
Use WordPress to become a social proprietor
Terry Heenan
 
Top FREE Real Estate Tools 2009
Top FREE Real Estate Tools 2009Top FREE Real Estate Tools 2009
Top FREE Real Estate Tools 2009
Brad Andersohn
 
Realtools for Realtors
Realtools for RealtorsRealtools for Realtors
Realtools for Realtors
Brad Andersohn
 
Design 2 WordPress @ Barcamp Tampa 2010
Design 2 WordPress @ Barcamp Tampa 2010Design 2 WordPress @ Barcamp Tampa 2010
Design 2 WordPress @ Barcamp Tampa 2010
Alison Foxall
 
So You Want A Personal Website?
So You Want A Personal Website?So You Want A Personal Website?
So You Want A Personal Website?
Myles Braithwaite
 
Introduction to Social Networking Sites and websites
Introduction to Social Networking Sites and websitesIntroduction to Social Networking Sites and websites
Introduction to Social Networking Sites and websites
Shruti Arya
 
Find alternative way if your desired domain name is not available.
Find alternative way if your desired domain name is not available.Find alternative way if your desired domain name is not available.
Find alternative way if your desired domain name is not available.
hostindia.net
 
Debugging wordpress
Debugging wordpress Debugging wordpress
Debugging wordpress
Steve Collins
 
Harness the power of wordpress
Harness the power of wordpressHarness the power of wordpress
Harness the power of wordpress
Justin Ferrell
 
Scraping Handout
Scraping HandoutScraping Handout
Scraping Handout
Cindy Royal
 
WordPress Websites: Making and Marketing with Jupiter Jim
WordPress Websites: Making and Marketing with Jupiter Jim WordPress Websites: Making and Marketing with Jupiter Jim
WordPress Websites: Making and Marketing with Jupiter Jim
jupiterjim
 
Wordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersWordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and Freelancers
Cotton Rohrscheib
 
Jacob Hagberg - Real World SEO Examples Every Digital Marketer Can Learn From
Jacob Hagberg - Real World SEO Examples Every Digital Marketer Can Learn FromJacob Hagberg - Real World SEO Examples Every Digital Marketer Can Learn From
Jacob Hagberg - Real World SEO Examples Every Digital Marketer Can Learn From
Julia Grosman
 
Your Website Is Ugly - Americans for the Arts Webinar
Your Website Is Ugly - Americans for the Arts WebinarYour Website Is Ugly - Americans for the Arts Webinar
Your Website Is Ugly - Americans for the Arts Webinar
Ceci Dadisman
 
Lesson 19 upload your page
Lesson 19 upload your pageLesson 19 upload your page
Lesson 19 upload your page
RawadMahmoud
 
2011 wescoast - website2
2011 wescoast - website22011 wescoast - website2
2011 wescoast - website2
David Kinane
 
Longfellow Business Association Presentation
Longfellow Business Association PresentationLongfellow Business Association Presentation
Longfellow Business Association Presentation
Peter Fleck
 
Hosting Issues and SEO
Hosting Issues and SEOHosting Issues and SEO
Hosting Issues and SEO
Ralf Schwoebel
 
Websites On Speed
Websites On SpeedWebsites On Speed
Websites On Speed
PerconaPerformance
 
Approaches To WordPress Theme Development
Approaches To WordPress Theme DevelopmentApproaches To WordPress Theme Development
Approaches To WordPress Theme Development
Catch Themes
 

What's hot (20)

Use WordPress to become a social proprietor
Use WordPress to become a social proprietorUse WordPress to become a social proprietor
Use WordPress to become a social proprietor
 
Top FREE Real Estate Tools 2009
Top FREE Real Estate Tools 2009Top FREE Real Estate Tools 2009
Top FREE Real Estate Tools 2009
 
Realtools for Realtors
Realtools for RealtorsRealtools for Realtors
Realtools for Realtors
 
Design 2 WordPress @ Barcamp Tampa 2010
Design 2 WordPress @ Barcamp Tampa 2010Design 2 WordPress @ Barcamp Tampa 2010
Design 2 WordPress @ Barcamp Tampa 2010
 
So You Want A Personal Website?
So You Want A Personal Website?So You Want A Personal Website?
So You Want A Personal Website?
 
Introduction to Social Networking Sites and websites
Introduction to Social Networking Sites and websitesIntroduction to Social Networking Sites and websites
Introduction to Social Networking Sites and websites
 
Find alternative way if your desired domain name is not available.
Find alternative way if your desired domain name is not available.Find alternative way if your desired domain name is not available.
Find alternative way if your desired domain name is not available.
 
Debugging wordpress
Debugging wordpress Debugging wordpress
Debugging wordpress
 
Harness the power of wordpress
Harness the power of wordpressHarness the power of wordpress
Harness the power of wordpress
 
Scraping Handout
Scraping HandoutScraping Handout
Scraping Handout
 
WordPress Websites: Making and Marketing with Jupiter Jim
WordPress Websites: Making and Marketing with Jupiter Jim WordPress Websites: Making and Marketing with Jupiter Jim
WordPress Websites: Making and Marketing with Jupiter Jim
 
Wordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and FreelancersWordpress Profitability for Agencies, Firms, and Freelancers
Wordpress Profitability for Agencies, Firms, and Freelancers
 
Jacob Hagberg - Real World SEO Examples Every Digital Marketer Can Learn From
Jacob Hagberg - Real World SEO Examples Every Digital Marketer Can Learn FromJacob Hagberg - Real World SEO Examples Every Digital Marketer Can Learn From
Jacob Hagberg - Real World SEO Examples Every Digital Marketer Can Learn From
 
Your Website Is Ugly - Americans for the Arts Webinar
Your Website Is Ugly - Americans for the Arts WebinarYour Website Is Ugly - Americans for the Arts Webinar
Your Website Is Ugly - Americans for the Arts Webinar
 
Lesson 19 upload your page
Lesson 19 upload your pageLesson 19 upload your page
Lesson 19 upload your page
 
2011 wescoast - website2
2011 wescoast - website22011 wescoast - website2
2011 wescoast - website2
 
Longfellow Business Association Presentation
Longfellow Business Association PresentationLongfellow Business Association Presentation
Longfellow Business Association Presentation
 
Hosting Issues and SEO
Hosting Issues and SEOHosting Issues and SEO
Hosting Issues and SEO
 
Websites On Speed
Websites On SpeedWebsites On Speed
Websites On Speed
 
Approaches To WordPress Theme Development
Approaches To WordPress Theme DevelopmentApproaches To WordPress Theme Development
Approaches To WordPress Theme Development
 

Viewers also liked

'I(아이)와 통하는 대통령' 제18대 대선 아동정책 제안서
'I(아이)와 통하는 대통령' 제18대 대선 아동정책 제안서'I(아이)와 통하는 대통령' 제18대 대선 아동정책 제안서
'I(아이)와 통하는 대통령' 제18대 대선 아동정책 제안서JunSeop Lee
 
도라지꽃 2015년 2월호
도라지꽃 2015년 2월호도라지꽃 2015년 2월호
도라지꽃 2015년 2월호마 법사
 
2010폭력예방및해결pg
2010폭력예방및해결pg2010폭력예방및해결pg
2010폭력예방및해결pgHyun-jin Kim
 
분석,설계보고서
분석,설계보고서분석,설계보고서
분석,설계보고서
Ahchim Ryu
 
NDC 2012, Gamification 001: 실전 감량 사례로 알아보는 메카닉
NDC 2012, Gamification 001: 실전 감량 사례로 알아보는 메카닉NDC 2012, Gamification 001: 실전 감량 사례로 알아보는 메카닉
NDC 2012, Gamification 001: 실전 감량 사례로 알아보는 메카닉tcaesvk
 
2015년 제2회 동아리 해커 세미나 - 서버 개발자가 되기 위한 첫걸음 (25기 조성수)
2015년 제2회 동아리 해커 세미나 - 서버 개발자가 되기 위한 첫걸음 (25기 조성수)2015년 제2회 동아리 해커 세미나 - 서버 개발자가 되기 위한 첫걸음 (25기 조성수)
2015년 제2회 동아리 해커 세미나 - 서버 개발자가 되기 위한 첫걸음 (25기 조성수)
khuhacker
 
Campaign for child labor free brgys provincial 2016
Campaign for child labor  free brgys provincial 2016Campaign for child labor  free brgys provincial 2016
Campaign for child labor free brgys provincial 2016
Lym Relampagos Ongoy
 
80 Side Hustle Business Ideas You Can Start Today
80 Side Hustle Business Ideas You Can Start Today80 Side Hustle Business Ideas You Can Start Today
80 Side Hustle Business Ideas You Can Start Today
Nick Loper
 
3 Ways Online Learning Boosts Employee Engagement
3 Ways Online Learning Boosts Employee Engagement3 Ways Online Learning Boosts Employee Engagement
3 Ways Online Learning Boosts Employee Engagement
LinkedIn Learning Solutions
 
Child abuse ppt
Child abuse pptChild abuse ppt
Child abuse ppt
Ashish Noel
 

Viewers also liked (11)

'I(아이)와 통하는 대통령' 제18대 대선 아동정책 제안서
'I(아이)와 통하는 대통령' 제18대 대선 아동정책 제안서'I(아이)와 통하는 대통령' 제18대 대선 아동정책 제안서
'I(아이)와 통하는 대통령' 제18대 대선 아동정책 제안서
 
도라지꽃 2015년 2월호
도라지꽃 2015년 2월호도라지꽃 2015년 2월호
도라지꽃 2015년 2월호
 
2010폭력예방및해결pg
2010폭력예방및해결pg2010폭력예방및해결pg
2010폭력예방및해결pg
 
2월 부모교육
2월 부모교육2월 부모교육
2월 부모교육
 
분석,설계보고서
분석,설계보고서분석,설계보고서
분석,설계보고서
 
NDC 2012, Gamification 001: 실전 감량 사례로 알아보는 메카닉
NDC 2012, Gamification 001: 실전 감량 사례로 알아보는 메카닉NDC 2012, Gamification 001: 실전 감량 사례로 알아보는 메카닉
NDC 2012, Gamification 001: 실전 감량 사례로 알아보는 메카닉
 
2015년 제2회 동아리 해커 세미나 - 서버 개발자가 되기 위한 첫걸음 (25기 조성수)
2015년 제2회 동아리 해커 세미나 - 서버 개발자가 되기 위한 첫걸음 (25기 조성수)2015년 제2회 동아리 해커 세미나 - 서버 개발자가 되기 위한 첫걸음 (25기 조성수)
2015년 제2회 동아리 해커 세미나 - 서버 개발자가 되기 위한 첫걸음 (25기 조성수)
 
Campaign for child labor free brgys provincial 2016
Campaign for child labor  free brgys provincial 2016Campaign for child labor  free brgys provincial 2016
Campaign for child labor free brgys provincial 2016
 
80 Side Hustle Business Ideas You Can Start Today
80 Side Hustle Business Ideas You Can Start Today80 Side Hustle Business Ideas You Can Start Today
80 Side Hustle Business Ideas You Can Start Today
 
3 Ways Online Learning Boosts Employee Engagement
3 Ways Online Learning Boosts Employee Engagement3 Ways Online Learning Boosts Employee Engagement
3 Ways Online Learning Boosts Employee Engagement
 
Child abuse ppt
Child abuse pptChild abuse ppt
Child abuse ppt
 

Similar to Parent & Child Themes

WordPress Child Themes
WordPress Child ThemesWordPress Child Themes
WordPress Child Themes
Lauren Pittenger
 
Parent and child themes
Parent and child themesParent and child themes
Parent and child themes
Tom Jenkins
 
WordCamp Minnepolis 2015: From Zero To WordPress Publish
WordCamp Minnepolis 2015: From Zero To WordPress PublishWordCamp Minnepolis 2015: From Zero To WordPress Publish
WordCamp Minnepolis 2015: From Zero To WordPress Publish
Michele Butcher-Jones
 
Birthing a Child Theme - WordCamp Scranton
Birthing a Child Theme - WordCamp ScrantonBirthing a Child Theme - WordCamp Scranton
Birthing a Child Theme - WordCamp Scranton
Lauren Pittenger
 
STEP 2: CREATING A HUB | Seven Steps To Creating A World Class Web Presence
STEP 2: CREATING A HUB | Seven Steps To Creating A World Class Web PresenceSTEP 2: CREATING A HUB | Seven Steps To Creating A World Class Web Presence
STEP 2: CREATING A HUB | Seven Steps To Creating A World Class Web Presence
Greg Sicotte
 
Getting to Grips with Genesis
Getting to Grips with GenesisGetting to Grips with Genesis
Getting to Grips with Genesis
Denise (Dee) Teal
 
Modern SEO Basics
Modern SEO BasicsModern SEO Basics
Modern SEO Basics
Jan Wong
 
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
Kathryn Presner
 
WordPress: A Designer's CMS
WordPress: A Designer's CMSWordPress: A Designer's CMS
WordPress: A Designer's CMS
Chelsea Otakan
 
Connecting Rural Communities
Connecting Rural CommunitiesConnecting Rural Communities
Connecting Rural Communities
webhostingguy
 
Connecting Rural Communities
Connecting Rural CommunitiesConnecting Rural Communities
Connecting Rural Communities
webhostingguy
 
Click and Create Sales Presentation
Click and Create Sales PresentationClick and Create Sales Presentation
Click and Create Sales Presentation
cmevans2
 
Frontend 'vs' Backend Getting the Right Mix
Frontend 'vs' Backend   Getting the Right MixFrontend 'vs' Backend   Getting the Right Mix
Frontend 'vs' Backend Getting the Right Mix
Bob Paulin
 
Introduction to Linked Data 1/5
Introduction to Linked Data 1/5Introduction to Linked Data 1/5
Introduction to Linked Data 1/5
Juan Sequeda
 
700 posts – 1 menu, organizing a large info site with taxonomies and facets
700 posts – 1 menu, organizing a large info site with taxonomies and facets700 posts – 1 menu, organizing a large info site with taxonomies and facets
700 posts – 1 menu, organizing a large info site with taxonomies and facets
Becky Davis
 
That's crazy! how to build single page web apps
That's crazy! how to build single page web appsThat's crazy! how to build single page web apps
That's crazy! how to build single page web apps
Chris Love
 
Word press themeing & more
Word press themeing & moreWord press themeing & more
Word press themeing & more
Phelan Riessen
 
Fit For the Future
Fit For the FutureFit For the Future
Fit For the Future
WP Engine
 
Blogging basics
Blogging basicsBlogging basics
Blogging basics
Jason Griffey
 
Joomla: How It Impacts Your SEO - The Good, The Bad and The Ugly
Joomla: How It Impacts Your SEO - The Good, The Bad and The UglyJoomla: How It Impacts Your SEO - The Good, The Bad and The Ugly
Joomla: How It Impacts Your SEO - The Good, The Bad and The Ugly
Jessica Dunbar
 

Similar to Parent & Child Themes (20)

WordPress Child Themes
WordPress Child ThemesWordPress Child Themes
WordPress Child Themes
 
Parent and child themes
Parent and child themesParent and child themes
Parent and child themes
 
WordCamp Minnepolis 2015: From Zero To WordPress Publish
WordCamp Minnepolis 2015: From Zero To WordPress PublishWordCamp Minnepolis 2015: From Zero To WordPress Publish
WordCamp Minnepolis 2015: From Zero To WordPress Publish
 
Birthing a Child Theme - WordCamp Scranton
Birthing a Child Theme - WordCamp ScrantonBirthing a Child Theme - WordCamp Scranton
Birthing a Child Theme - WordCamp Scranton
 
STEP 2: CREATING A HUB | Seven Steps To Creating A World Class Web Presence
STEP 2: CREATING A HUB | Seven Steps To Creating A World Class Web PresenceSTEP 2: CREATING A HUB | Seven Steps To Creating A World Class Web Presence
STEP 2: CREATING A HUB | Seven Steps To Creating A World Class Web Presence
 
Getting to Grips with Genesis
Getting to Grips with GenesisGetting to Grips with Genesis
Getting to Grips with Genesis
 
Modern SEO Basics
Modern SEO BasicsModern SEO Basics
Modern SEO Basics
 
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
A Beginner’s Guide to Wordpress - WordCamp Toronto 2011
 
WordPress: A Designer's CMS
WordPress: A Designer's CMSWordPress: A Designer's CMS
WordPress: A Designer's CMS
 
Connecting Rural Communities
Connecting Rural CommunitiesConnecting Rural Communities
Connecting Rural Communities
 
Connecting Rural Communities
Connecting Rural CommunitiesConnecting Rural Communities
Connecting Rural Communities
 
Click and Create Sales Presentation
Click and Create Sales PresentationClick and Create Sales Presentation
Click and Create Sales Presentation
 
Frontend 'vs' Backend Getting the Right Mix
Frontend 'vs' Backend   Getting the Right MixFrontend 'vs' Backend   Getting the Right Mix
Frontend 'vs' Backend Getting the Right Mix
 
Introduction to Linked Data 1/5
Introduction to Linked Data 1/5Introduction to Linked Data 1/5
Introduction to Linked Data 1/5
 
700 posts – 1 menu, organizing a large info site with taxonomies and facets
700 posts – 1 menu, organizing a large info site with taxonomies and facets700 posts – 1 menu, organizing a large info site with taxonomies and facets
700 posts – 1 menu, organizing a large info site with taxonomies and facets
 
That's crazy! how to build single page web apps
That's crazy! how to build single page web appsThat's crazy! how to build single page web apps
That's crazy! how to build single page web apps
 
Word press themeing & more
Word press themeing & moreWord press themeing & more
Word press themeing & more
 
Fit For the Future
Fit For the FutureFit For the Future
Fit For the Future
 
Blogging basics
Blogging basicsBlogging basics
Blogging basics
 
Joomla: How It Impacts Your SEO - The Good, The Bad and The Ugly
Joomla: How It Impacts Your SEO - The Good, The Bad and The UglyJoomla: How It Impacts Your SEO - The Good, The Bad and The Ugly
Joomla: How It Impacts Your SEO - The Good, The Bad and The Ugly
 

Recently uploaded

“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
Zilliz
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
panagenda
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
Wouter Lemaire
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
Mariano Tinti
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
DanBrown980551
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 

Recently uploaded (20)

“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
Fueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte WebinarFueling AI with Great Data with Airbyte Webinar
Fueling AI with Great Data with Airbyte Webinar
 
HCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAUHCL Notes and Domino License Cost Reduction in the World of DLAU
HCL Notes and Domino License Cost Reduction in the World of DLAU
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
UI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentationUI5 Controls simplified - UI5con2024 presentation
UI5 Controls simplified - UI5con2024 presentation
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Mariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceXMariano G Tinti - Decoding SpaceX
Mariano G Tinti - Decoding SpaceX
 
5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides5th LF Energy Power Grid Model Meet-up Slides
5th LF Energy Power Grid Model Meet-up Slides
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 

Parent & Child Themes