SlideShare a Scribd company logo
1 of 24
Download to read offline
‫هيهين‬


        http://a-saker.blogspot.com
        http://e-saker.blogspot.com
‫الوحتوى‬

           ‫• مقدمة في تطوير األلعاب‬

‫• ‪Component-Based Architecture‬‬

               ‫• تطبيق على ‪Unity‬‬
‫التعلين التواسي‬

 ”Tangential Learning”
‫صناعة األلعاب‬



                                          Vs


           $239 million                               $500 million
       First Week Revenue                         First Week Revenue
Source : Video Game Industry Trends by Ferrarra
‫األلعاب‬
‫الوحتوي‬



                   ‫التفاعلية‬



‫الفوز واخلسارة‬       ‫املشاركة‬   ‫القدرة على االختيار‬
Source : Learning To Make Your Own Reality by Jane McGonigal
‫األلعبة‬

Gamification
“And wouldn’t it be
 easier to innovate if
 life were more like a
 game.”
- Dan Newman, public
  strategist
‫+‬          ‫=‬
‫قواعد هنطقية‬       ‫رسوم‬
                              ‫ألعاب‬
ً‫تقنيا‬



Real-time Software
Game Loop
// a simple game loop in C++
int main()
   {
        Initialize();
        while (true)
        {
                 Update();
                 Render();
        }
        ShutDown();
   }
Real-time Loops




                                                               Single-Threaded Fully
    Coupled Approach           Twin-Threaded Approach
                                                                     Decoupled


Source : Core Techniques and Algorithms in Game Programming
                             By Daniel Sánchez-Crespo Dalmau
‫انتاج الرسوم‬
‫انتاج الووسيقى والوؤثرات الصوتية‬
Component-Based Architecture




          !‫هكونات؟‬
OPP
                                     Entity


     Entity
                           Movable            Static

Movable    Static
                               Player             Door

  Player      Door
                              Enemy
  Enemy
                           DynamicDoor
Component-Based Architecture
                                    Player
            Component               • Transform
                                    • Renderer
Transform   Renderer    Mover       • PMover

                                    Enemy
                         PMover
                                    • Transform
                                    • Renderer
                         AIMover    • AIMover

                                    Door
                        DoorMover
                                    • Transform
                                    • Renderer
                                    • DoorMover
‫أفكار لتطبيقها؟!‬
Class Entity
{
     Movable moveSystem;
     boolean canMove;

     public Entity(boolean canMove, Movable moveSystem){
       this.canMove = canMove;
       this.MoveSystem = MoveSystem;
     }
     public Movable getMoveSystem()
     {
       if(canMove)
       return MoveSystem;
         else throw some exception...
     }
..
}
‫إدارة الوكونات‬
public boolean hasComponent(Class<C> klass)
{
  return component_table.Contains( klass );
}
public C getComponent(Class<C> klass)
{
  final C component = component_table.get( klass );
    if ( component != null ) {
       return component;
    } else {
       return null;
    }
}
‫تطبيق على ‪Unity‬‬

More Related Content

Viewers also liked

خلاصة تجربة 30 عامًا في دعوة غير المسلمين (ميدانيًا وإلكترونيًا)
خلاصة تجربة 30 عامًا في دعوة غير المسلمين (ميدانيًا وإلكترونيًا)خلاصة تجربة 30 عامًا في دعوة غير المسلمين (ميدانيًا وإلكترونيًا)
خلاصة تجربة 30 عامًا في دعوة غير المسلمين (ميدانيًا وإلكترونيًا)Edaawah
 
الإذاعات الدعوية عبر الإنترنت
الإذاعات الدعوية عبر الإنترنتالإذاعات الدعوية عبر الإنترنت
الإذاعات الدعوية عبر الإنترنتEdaawah
 
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرةصناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرةEdaawah
 
صوت مسلم ياباني من واقع ميادين الدعوة في اليابان
صوت مسلم ياباني من واقع ميادين الدعوة في اليابانصوت مسلم ياباني من واقع ميادين الدعوة في اليابان
صوت مسلم ياباني من واقع ميادين الدعوة في اليابانEdaawah
 
منهجية تأهيل وتدريب الدعاة B4
منهجية تأهيل وتدريب الدعاة B4منهجية تأهيل وتدريب الدعاة B4
منهجية تأهيل وتدريب الدعاة B4Edaawah
 
الموديول الثالث إدراج الوسائط المتعددة والشخصيات الكرتونية
الموديول الثالث إدراج الوسائط المتعددة والشخصيات الكرتونيةالموديول الثالث إدراج الوسائط المتعددة والشخصيات الكرتونية
الموديول الثالث إدراج الوسائط المتعددة والشخصيات الكرتونيةayman farahat
 
ميثاق الاعلام الجديدD1
ميثاق الاعلام الجديدD1ميثاق الاعلام الجديدD1
ميثاق الاعلام الجديدD1Edaawah
 
ملامح في طريق التعاون التقني بين الجهات الدعوية
ملامح في طريق التعاون التقني بين الجهات الدعويةملامح في طريق التعاون التقني بين الجهات الدعوية
ملامح في طريق التعاون التقني بين الجهات الدعويةEdaawah
 
عرض المانحات والتقنية اليزيدي D3
عرض المانحات والتقنية اليزيدي D3عرض المانحات والتقنية اليزيدي D3
عرض المانحات والتقنية اليزيدي D3Edaawah
 
الموديول الثانى : التعامل مع المشاريع والمشاهد والشرايح وشريط الزمن
الموديول الثانى : التعامل مع المشاريع والمشاهد والشرايح وشريط الزمنالموديول الثانى : التعامل مع المشاريع والمشاهد والشرايح وشريط الزمن
الموديول الثانى : التعامل مع المشاريع والمشاهد والشرايح وشريط الزمنayman farahat
 
(Growth Hacking) في خدمة الدعوة
(Growth Hacking) في خدمة الدعوة(Growth Hacking) في خدمة الدعوة
(Growth Hacking) في خدمة الدعوةEdaawah
 
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرةصناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرةEdaawah
 
أفضل أوقات النشر على شبكات التواصل الاجتماعي #انفوجرافيك
أفضل أوقات النشر على شبكات التواصل الاجتماعي #انفوجرافيكأفضل أوقات النشر على شبكات التواصل الاجتماعي #انفوجرافيك
أفضل أوقات النشر على شبكات التواصل الاجتماعي #انفوجرافيكMais AbuSalah
 
تجربة موقع مزن في نشر المحتوى التقني
تجربة موقع مزن في نشر المحتوى التقنيتجربة موقع مزن في نشر المحتوى التقني
تجربة موقع مزن في نشر المحتوى التقنيEdaawah
 
التنظيم الرسمي الداخلي للإعلام الاجتماعي - الرحمة نموذجاً
التنظيم الرسمي الداخلي للإعلام الاجتماعي - الرحمة نموذجاًالتنظيم الرسمي الداخلي للإعلام الاجتماعي - الرحمة نموذجاً
التنظيم الرسمي الداخلي للإعلام الاجتماعي - الرحمة نموذجاًEdaawah
 
تغطية تكاليف مشروعك الدعوي أو الخيري عن طريق مواقع التواصل الاجتماعي
تغطية تكاليف مشروعك الدعوي أو الخيري عن طريق مواقع التواصل الاجتماعيتغطية تكاليف مشروعك الدعوي أو الخيري عن طريق مواقع التواصل الاجتماعي
تغطية تكاليف مشروعك الدعوي أو الخيري عن طريق مواقع التواصل الاجتماعيEdaawah
 
استراتيجية إدارة المحتوى
استراتيجية إدارة المحتوىاستراتيجية إدارة المحتوى
استراتيجية إدارة المحتوىAbdullah Ali
 
Sadarah Ab 004.. شبكة العلاقات التسويقية
Sadarah Ab 004.. شبكة العلاقات التسويقيةSadarah Ab 004.. شبكة العلاقات التسويقية
Sadarah Ab 004.. شبكة العلاقات التسويقيةAbdullah Ali
 

Viewers also liked (20)

خلاصة تجربة 30 عامًا في دعوة غير المسلمين (ميدانيًا وإلكترونيًا)
خلاصة تجربة 30 عامًا في دعوة غير المسلمين (ميدانيًا وإلكترونيًا)خلاصة تجربة 30 عامًا في دعوة غير المسلمين (ميدانيًا وإلكترونيًا)
خلاصة تجربة 30 عامًا في دعوة غير المسلمين (ميدانيًا وإلكترونيًا)
 
الإذاعات الدعوية عبر الإنترنت
الإذاعات الدعوية عبر الإنترنتالإذاعات الدعوية عبر الإنترنت
الإذاعات الدعوية عبر الإنترنت
 
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرةصناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
 
صوت مسلم ياباني من واقع ميادين الدعوة في اليابان
صوت مسلم ياباني من واقع ميادين الدعوة في اليابانصوت مسلم ياباني من واقع ميادين الدعوة في اليابان
صوت مسلم ياباني من واقع ميادين الدعوة في اليابان
 
منهجية تأهيل وتدريب الدعاة B4
منهجية تأهيل وتدريب الدعاة B4منهجية تأهيل وتدريب الدعاة B4
منهجية تأهيل وتدريب الدعاة B4
 
الموديول الثالث إدراج الوسائط المتعددة والشخصيات الكرتونية
الموديول الثالث إدراج الوسائط المتعددة والشخصيات الكرتونيةالموديول الثالث إدراج الوسائط المتعددة والشخصيات الكرتونية
الموديول الثالث إدراج الوسائط المتعددة والشخصيات الكرتونية
 
العمر الحر
العمر الحرالعمر الحر
العمر الحر
 
ميثاق الاعلام الجديدD1
ميثاق الاعلام الجديدD1ميثاق الاعلام الجديدD1
ميثاق الاعلام الجديدD1
 
ملامح في طريق التعاون التقني بين الجهات الدعوية
ملامح في طريق التعاون التقني بين الجهات الدعويةملامح في طريق التعاون التقني بين الجهات الدعوية
ملامح في طريق التعاون التقني بين الجهات الدعوية
 
المحتوى 1
المحتوى 1المحتوى 1
المحتوى 1
 
عرض المانحات والتقنية اليزيدي D3
عرض المانحات والتقنية اليزيدي D3عرض المانحات والتقنية اليزيدي D3
عرض المانحات والتقنية اليزيدي D3
 
الموديول الثانى : التعامل مع المشاريع والمشاهد والشرايح وشريط الزمن
الموديول الثانى : التعامل مع المشاريع والمشاهد والشرايح وشريط الزمنالموديول الثانى : التعامل مع المشاريع والمشاهد والشرايح وشريط الزمن
الموديول الثانى : التعامل مع المشاريع والمشاهد والشرايح وشريط الزمن
 
(Growth Hacking) في خدمة الدعوة
(Growth Hacking) في خدمة الدعوة(Growth Hacking) في خدمة الدعوة
(Growth Hacking) في خدمة الدعوة
 
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرةصناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
صناعة المحتوى الدعوي في ظل التقنية الرقمية المعاصرة
 
أفضل أوقات النشر على شبكات التواصل الاجتماعي #انفوجرافيك
أفضل أوقات النشر على شبكات التواصل الاجتماعي #انفوجرافيكأفضل أوقات النشر على شبكات التواصل الاجتماعي #انفوجرافيك
أفضل أوقات النشر على شبكات التواصل الاجتماعي #انفوجرافيك
 
تجربة موقع مزن في نشر المحتوى التقني
تجربة موقع مزن في نشر المحتوى التقنيتجربة موقع مزن في نشر المحتوى التقني
تجربة موقع مزن في نشر المحتوى التقني
 
التنظيم الرسمي الداخلي للإعلام الاجتماعي - الرحمة نموذجاً
التنظيم الرسمي الداخلي للإعلام الاجتماعي - الرحمة نموذجاًالتنظيم الرسمي الداخلي للإعلام الاجتماعي - الرحمة نموذجاً
التنظيم الرسمي الداخلي للإعلام الاجتماعي - الرحمة نموذجاً
 
تغطية تكاليف مشروعك الدعوي أو الخيري عن طريق مواقع التواصل الاجتماعي
تغطية تكاليف مشروعك الدعوي أو الخيري عن طريق مواقع التواصل الاجتماعيتغطية تكاليف مشروعك الدعوي أو الخيري عن طريق مواقع التواصل الاجتماعي
تغطية تكاليف مشروعك الدعوي أو الخيري عن طريق مواقع التواصل الاجتماعي
 
استراتيجية إدارة المحتوى
استراتيجية إدارة المحتوىاستراتيجية إدارة المحتوى
استراتيجية إدارة المحتوى
 
Sadarah Ab 004.. شبكة العلاقات التسويقية
Sadarah Ab 004.. شبكة العلاقات التسويقيةSadarah Ab 004.. شبكة العلاقات التسويقية
Sadarah Ab 004.. شبكة العلاقات التسويقية
 

Similar to ميهين

تطوير التطبيقات التفاعلية باستخدام Unity
تطوير التطبيقات التفاعلية باستخدام Unity تطوير التطبيقات التفاعلية باستخدام Unity
تطوير التطبيقات التفاعلية باستخدام Unity Ahmed
 
Mono for Game Developers - AltDevConf 2012
Mono for Game Developers - AltDevConf 2012Mono for Game Developers - AltDevConf 2012
Mono for Game Developers - AltDevConf 2012Xamarin
 
StateScriptingInUncharted2
StateScriptingInUncharted2StateScriptingInUncharted2
StateScriptingInUncharted2gcarlton
 
Gentek Introduce(en)
Gentek Introduce(en)Gentek Introduce(en)
Gentek Introduce(en)cloudmmog
 
Html5game presentation
Html5game presentationHtml5game presentation
Html5game presentationrandyhoyt
 
State-Based Scripting in Uncharted 2: Among Thieves
State-Based Scripting in Uncharted 2: Among ThievesState-Based Scripting in Uncharted 2: Among Thieves
State-Based Scripting in Uncharted 2: Among ThievesNaughty Dog
 
Claudia Doppioslash - Time Travel for game development with Elm
Claudia Doppioslash - Time Travel for game development with ElmClaudia Doppioslash - Time Travel for game development with Elm
Claudia Doppioslash - Time Travel for game development with ElmCodemotion
 
Low Level Graphics & OpenGL
Low Level Graphics & OpenGLLow Level Graphics & OpenGL
Low Level Graphics & OpenGLDominic Farolino
 
Getting Started with iPhone Game Development
Getting Started with iPhone Game DevelopmentGetting Started with iPhone Game Development
Getting Started with iPhone Game DevelopmentJohn Wilker
 
Animation Programming Techniques
Animation Programming TechniquesAnimation Programming Techniques
Animation Programming TechniquesAmir H. Fassihi
 
Hacking for Salone: Drone Races - Di Saverio; Lippolis - Codemotion Milan 2016
Hacking for Salone: Drone Races - Di Saverio; Lippolis - Codemotion Milan 2016Hacking for Salone: Drone Races - Di Saverio; Lippolis - Codemotion Milan 2016
Hacking for Salone: Drone Races - Di Saverio; Lippolis - Codemotion Milan 2016Codemotion
 
Preparing for Pollock
Preparing for PollockPreparing for Pollock
Preparing for PollockESUG
 
Jopenmeraverse introduction
Jopenmeraverse introductionJopenmeraverse introduction
Jopenmeraverse introductionJitendra Chauhan
 
Game development
Game developmentGame development
Game developmentAsido_
 

Similar to ميهين (20)

تطوير التطبيقات التفاعلية باستخدام Unity
تطوير التطبيقات التفاعلية باستخدام Unity تطوير التطبيقات التفاعلية باستخدام Unity
تطوير التطبيقات التفاعلية باستخدام Unity
 
Mono for Game Developers - AltDevConf 2012
Mono for Game Developers - AltDevConf 2012Mono for Game Developers - AltDevConf 2012
Mono for Game Developers - AltDevConf 2012
 
StateScriptingInUncharted2
StateScriptingInUncharted2StateScriptingInUncharted2
StateScriptingInUncharted2
 
Pc54
Pc54Pc54
Pc54
 
God Of War : post mortem
God Of War : post mortemGod Of War : post mortem
God Of War : post mortem
 
Gentek Introduce(en)
Gentek Introduce(en)Gentek Introduce(en)
Gentek Introduce(en)
 
Html5game presentation
Html5game presentationHtml5game presentation
Html5game presentation
 
State-Based Scripting in Uncharted 2: Among Thieves
State-Based Scripting in Uncharted 2: Among ThievesState-Based Scripting in Uncharted 2: Among Thieves
State-Based Scripting in Uncharted 2: Among Thieves
 
Claudia Doppioslash - Time Travel for game development with Elm
Claudia Doppioslash - Time Travel for game development with ElmClaudia Doppioslash - Time Travel for game development with Elm
Claudia Doppioslash - Time Travel for game development with Elm
 
Low Level Graphics & OpenGL
Low Level Graphics & OpenGLLow Level Graphics & OpenGL
Low Level Graphics & OpenGL
 
Gamedev-grade debugging
Gamedev-grade debuggingGamedev-grade debugging
Gamedev-grade debugging
 
Advanced Effects Oscon 2007
Advanced Effects   Oscon 2007Advanced Effects   Oscon 2007
Advanced Effects Oscon 2007
 
Drama Dash
Drama DashDrama Dash
Drama Dash
 
Getting Started with iPhone Game Development
Getting Started with iPhone Game DevelopmentGetting Started with iPhone Game Development
Getting Started with iPhone Game Development
 
Hacking for salone: drone races
Hacking for salone: drone racesHacking for salone: drone races
Hacking for salone: drone races
 
Animation Programming Techniques
Animation Programming TechniquesAnimation Programming Techniques
Animation Programming Techniques
 
Hacking for Salone: Drone Races - Di Saverio; Lippolis - Codemotion Milan 2016
Hacking for Salone: Drone Races - Di Saverio; Lippolis - Codemotion Milan 2016Hacking for Salone: Drone Races - Di Saverio; Lippolis - Codemotion Milan 2016
Hacking for Salone: Drone Races - Di Saverio; Lippolis - Codemotion Milan 2016
 
Preparing for Pollock
Preparing for PollockPreparing for Pollock
Preparing for Pollock
 
Jopenmeraverse introduction
Jopenmeraverse introductionJopenmeraverse introduction
Jopenmeraverse introduction
 
Game development
Game developmentGame development
Game development
 

Recently uploaded

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
"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
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
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
 
"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
 
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
 
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
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 

Recently uploaded (20)

Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
"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
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
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
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
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
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
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
 
"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...
 
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
 
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)
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 

ميهين