SlideShare una empresa de Scribd logo
1 de 64
Descargar para leer sin conexión
http://flickr.com/photos/ricardo_ferreira/2475319350/




                                                                WedIT
                                                                Pengenalan Software Engineering
                                                                (Rekayasa Perangkat Lunak)
                                                             
#1 [  S  O  F  T  W  A  R  E  ]




                  
http://flickr.com/photos/striatic/2326860/
                                              
                                              
a collection of computer programs, procedures and documentation
               that perform some tasks on a computer system

                                                                             ~ Wikipedia.org




                                                 
     
#2  [  J E N I S  –  J E N I S   S  O  F  T  W  A  R  E  ]




                                 
http://www.flickr.com/photos/isriya/22487125/




                                                        System Software
                                                        device drivers, operating systems, 
                                                        servers, utilities, window manager
                                                     
http://www.flickr.com/photos/mrqf/1150458179/




                                                        Programming Software
                                                        compilers, debuggers, interpreters, 
                                                        linkers, text editors ~ IDE
                                                     
http://www.flickr.com/photos/21160667@N07/2056870120/




                                                                Application Software
                                                                business/office, education, games
                                                                entertainment dll.
                                                             
#3  [  S O F T W A R E    E N G I N E E R I N G ?  ]




                            
a systematic, disciplined, quantifiable approach to the
        development, operation, and maintenance of software

                                                                          ~ Wikipedia.org




                                                 
software development process...

                              software life cycle...




                          
#4  [  A K T I F I T A S   S O F T W A R E    E N G I N E  E R I N G  ]




                                    
apapun metodologinya, aktifitas di dalamnya
            kurang lebih tetap sama...




                         
http://www.flickr.com/photos/claudio_ar/2939243781/




                                                          Analogi :
                                                          Apapun strateginya (4­4­2, 4­5­1), gayanya (total football,joga 
                                                          bonito, kick n rush, cattenacio)... aktivitas di lapangan hijau 
                                                                                
                                                          tetaplah menendang bola, mengoper, menangkap bola dst.
apapun metodologinya, aktifitas pengembangan
            perangkat lunak umumnya...




                         
http://www.flickr.com/photos/smiling_da_vinci/14785644/
1. Requirements
mendapatkan kejelasan bisnis proses dari 
user melalui komunikasi langsung
output: dokumen wawancara (waterfall),
diagram use case (UML), user stories (XP) 
                                              
http://www.flickr.com/photos/merydith/3215847513/
2. Modelling
menerjemahkan bisnis proses ke bentuk 
model atau diagram (UML, DFD, 
Flowchart/flowmap, ER). 
                                          
http://www.flickr.com/photos/samuraislice/2985906586/
3. Design
merencanakan rancangan software agar 
fault­tolerance, compatibility, extensibility, 
reliability, maintainability, availability, 
usability → contoh: desain arsitektur
                                                   
( client­server? N­tier? MVC?), platform dll.
http://www.flickr.com/photos/tobanblack/3251282019/
4. Implementation
aksi logic dan programming, tapi aktivitas 
lain selain engineering bisa muncul juga di 
sini (science, mathematics dan seni)
                                                
http://www.flickr.com/photos/pgautier/1298109082/
5. Testing
identify the correctness, completeness, 
security and quality (data sample, 
simulation, alpha test, beta test)
                                            
http://www.flickr.com/photos/smart_growth/2454419537/
6. Deployment
instalasi, aktivasi, update, adaptasi dan 
sosialisasi, (membuat software kita siap 
digunakan oleh user)
                                              
++ issue: maintenance...
selain aktifitas standar di atas, seperti halnya peran
    medic & wasit di sepak bola.. ada aktifitas pendukung lain
               yang menopang poin 1­6 di atas...




                                
http://www.flickr.com/photos/yaffamedia/1387424309/
X. Supporting Disciplines
dokumentasi 
project management 
quality assurance dll.
                             
#5  [   MODELING / DIAGRAM  & DOKUMENTASI ]




                         
  CONTEXT DIAGRAM (CD)
      
             ­ represent all external entities that may interact with a system
             ­ lingkaran (sistem) + kotak (entity) + panah + input output




                                         
     
  DATA FLOW DIAGRAM (DFD)
          
                 ­ detailing context diagram
                 ­ level kedalaman idealnya 1­3
                 ­ hukum: data/info yang masuk = data/info yang keluar




                                      
CONTEXT DIAGRAM




    DFD LEVEL 1




             
  ENTITY RELATIONSHIP DIAGRAM (ERD)
          
                 ­ abstract and conceptual representation of data
                 ­ skema & modelling database




                                    
     
  USE CASE DIAGRAM
      
             ­ description of a system’s behaviour / responds to a request
             ­ describes quot;whoquot; can do quot;whatquot; with the system
             ­ user point of view
             ­ part of UML tools




                                       
     
  FLOW MAP DIAGRAM
      
             ­ advance flow chart: object movement by location/position 




                                       
     
  SOFTWARE DEVELOPMENT DOCUMENTATION
          
                 ­ IEEE Software Document Definitions (7 items)
                 ­ MIL­STD­498 Data Item Descriptions (22 items)
                 ­ SRS, SDD, STD, SUM




                                    
Software Requirements Specifications (SRS)

    Cover Page
    Revisions Page
    1 INTRODUCTION
        1.1 Product Overview
        1.2 Purpose
        1.3 Scope
        1.4 Reference
        1.5 Definition And Abbreviation
    2 SPECIFIC REQUIREMENTS
        2.1 External Interface Requirements
            2.1.1 User Interfaces
            2.1.2 Hardware Interfaces
            2.1.3 Software Interfaces
            2.1.4 Communications Protocols
            2.1.5 Memory Constraints
            2.1.6 Operation
            2.1.7 Product function
            2.1.8 Assumption and Dependency
        2.2 Software Product Features
        2.3 Software System Attributes
            2.3.1 Reliability
            2.3.2 Availability
            2.3.3 Security
            2.3.4 Maintainability
            2.3.5 Portability
            2.3.6 Performance
        2.4 Database Requirements
                                           
Software Design Description (SDD)

       1. INTRODUCTION
             1. Design Overview
             2. Requirements Traceability Matrix
       2. SYSTEM ARCHITECTURAL DESIGN
             1. Chosen System Architecture
             2. Discussion of Alternative Designs
             3. System Interface Description
       3. DETAIL DESCRIPTION OF COMPONENTS
             1. Component n
             2. Component n+1
       4. USER INTERFACE DESIGN
             1. Description of the User Interface
                   1. Screen Image
                   2. Objects and Actions
       5. ADDITIONAL MATERIAL


                        
#6  [   M  E  T  O  D  O  L  O  G  I   ]




                       
http://www.flickr.com/photos/3336/142845984/
1. Waterfall
paling konvensional
flowing steadily downwards
serial banget... kaku...
                              
     
http://www.flickr.com/photos/gigaboss/100381027/
                                                                                   
                                                 membuat prototype atau mock­up
                                2. Prototyping

                                                                                   
     
http://www.flickr.com/photos/slr/11147904/
3. Spiral
kombinasi top­down & bottom­up
cikal bakal iterative

                                  
     
http://www.flickr.com/photos/rutlo/3339656017/
4. Rapid App. Dev.
fast development & smaller/modular
(karena ada RAD tools yang OK) 

                                      
     
http://www.flickr.com/photos/lenore­m/2400412112/
5. Iterative
basic concept, banyak menjadi bagian
metode lainnya...

                                        
     
RUP, Rational Unified Process...
          
                 ­ Divisi IBM
                 ­ UML
                 ­ Rational Rose




                   
     
   XP, extreme programming...
          
                 ­ day­to­day practices for developers and managers
                 ­ more responsive to customer needs (agile)
                 ­ pragmatis




                                    
     
Agile Software Development...
          
    XP+Scrum+DSDM+Crystal+Pragmatic+FDD = agile manfesto

      ­ customer satisfaction by rapid, continuous delivery of useful software
      ­ working software is delivered frequently (measure of progress)
      ­ late changes in requirements are welcomed
      ­ close, daily cooperation between business people and developers
      ­ face­to­face conversation is the best form of communication
      ­ projects are built around motivated individuals, who should be trusted
      ­ continuous attention to technical excellence and good design
      ­ simplicity
      ­ self­organizing teams
      ­ regular adaptation to changing circumstances

                                           
web development “banget”, pragmatic, representasi → scrum




                                
     
adaptasi software development methodology “untuk kita” ?




                                
     
     
#7  [  R  E  F  E  R  E  N  S  I  ]




                      
Kitab RPL
        dari yang antik hingga yang 
        pragmatis, demi dasar kuda­kuda 
        yang kuat




                                           http://flickr.com/photos/ashitaka96/319032681/
     
Software Engineering – Roger S. Pressman

       Software Engineering – Ian Sommerville

    Modern Structured Analysis – Edward Yourdon
                        
Pragmatic Programmer – A. Hunt & D. Thomas

             Getting Real – 37Signals

          Joel On Software – Joel Spolsky
                        
Diki Andeas ST.
Direktur Teknik

PT Jerbee Indonesia
diki.andeas@jerbeeindonesia.com - http://slideshare.net/niwat0ri
                                                           
Credits: Flickr CreativeCommons licensed image collections (URL at each page)

Más contenido relacionado

Similar a WedIT! 7: Pengenalan Software Engineering

Usability Techniques for UX
Usability Techniques for UXUsability Techniques for UX
Usability Techniques for UXSusan Price
 
A Responsive Project Process
A Responsive Project ProcessA Responsive Project Process
A Responsive Project ProcessPhase2
 
System performance en-2
System performance en-2System performance en-2
System performance en-2Michael Klein
 
AppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should Have
AppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should HaveAppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should Have
AppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should HaveRobert Grupe, CSSLP CISSP PE PMP
 
Event Storming(이벤트 스토밍)
Event Storming(이벤트 스토밍)Event Storming(이벤트 스토밍)
Event Storming(이벤트 스토밍)종일 김
 
Integrating Accessibility Into The Design Process
Integrating Accessibility Into The Design ProcessIntegrating Accessibility Into The Design Process
Integrating Accessibility Into The Design ProcessRuth Ellison
 
Building Drupal Apps for Distributions
Building Drupal Apps for DistributionsBuilding Drupal Apps for Distributions
Building Drupal Apps for DistributionsPhase2
 
Modelling and Analysing Operation Processes for Dependability
Modelling and Analysing Operation Processes for Dependability Modelling and Analysing Operation Processes for Dependability
Modelling and Analysing Operation Processes for Dependability Liming Zhu
 
Computer Aided Software Engineering (CASE).pdf
Computer Aided Software Engineering  (CASE).pdfComputer Aided Software Engineering  (CASE).pdf
Computer Aided Software Engineering (CASE).pdfYazanMohamed1
 
Android Tutorial | Android App Development | Android Tutorial For Beginners |...
Android Tutorial | Android App Development | Android Tutorial For Beginners |...Android Tutorial | Android App Development | Android Tutorial For Beginners |...
Android Tutorial | Android App Development | Android Tutorial For Beginners |...Edureka!
 
JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...
JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...
JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...Marco Cedaro
 
Web 20- 2: Architecture Patterns And Models For The New Internet
Web 20- 2: Architecture Patterns And Models For The New InternetWeb 20- 2: Architecture Patterns And Models For The New Internet
Web 20- 2: Architecture Patterns And Models For The New Internettvawler
 
The UNE VLE Implementation: an initial overview
The UNE VLE Implementation: an initial overviewThe UNE VLE Implementation: an initial overview
The UNE VLE Implementation: an initial overviewmylescarrick
 
Testing Like a Pro - Chef Infrastructure Testing
Testing Like a Pro - Chef Infrastructure TestingTesting Like a Pro - Chef Infrastructure Testing
Testing Like a Pro - Chef Infrastructure TestingTim Smith
 
Software Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfSoftware Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfKAJAL MANDAL
 
Android Development Workshop
Android Development WorkshopAndroid Development Workshop
Android Development WorkshopPeter Robinett
 
Working Software Over Comprehensive Documentation
Working Software Over Comprehensive DocumentationWorking Software Over Comprehensive Documentation
Working Software Over Comprehensive DocumentationAndrii Dzynia
 

Similar a WedIT! 7: Pengenalan Software Engineering (20)

Usability Techniques for UX
Usability Techniques for UXUsability Techniques for UX
Usability Techniques for UX
 
A Responsive Project Process
A Responsive Project ProcessA Responsive Project Process
A Responsive Project Process
 
System performance en-2
System performance en-2System performance en-2
System performance en-2
 
AppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should Have
AppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should HaveAppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should Have
AppSec Threat Modeling with 5 Agile Design Diagrams Every Project Should Have
 
Event Storming(이벤트 스토밍)
Event Storming(이벤트 스토밍)Event Storming(이벤트 스토밍)
Event Storming(이벤트 스토밍)
 
Integrating Accessibility Into The Design Process
Integrating Accessibility Into The Design ProcessIntegrating Accessibility Into The Design Process
Integrating Accessibility Into The Design Process
 
Building Drupal Apps for Distributions
Building Drupal Apps for DistributionsBuilding Drupal Apps for Distributions
Building Drupal Apps for Distributions
 
Modelling and Analysing Operation Processes for Dependability
Modelling and Analysing Operation Processes for Dependability Modelling and Analysing Operation Processes for Dependability
Modelling and Analysing Operation Processes for Dependability
 
Transcript
TranscriptTranscript
Transcript
 
Computer Aided Software Engineering (CASE).pdf
Computer Aided Software Engineering  (CASE).pdfComputer Aided Software Engineering  (CASE).pdf
Computer Aided Software Engineering (CASE).pdf
 
Android Tutorial | Android App Development | Android Tutorial For Beginners |...
Android Tutorial | Android App Development | Android Tutorial For Beginners |...Android Tutorial | Android App Development | Android Tutorial For Beginners |...
Android Tutorial | Android App Development | Android Tutorial For Beginners |...
 
JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...
JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...
JsDay - It's not you, It's me (or how to avoid being coupled with a Javascrip...
 
Web 20- 2: Architecture Patterns And Models For The New Internet
Web 20- 2: Architecture Patterns And Models For The New InternetWeb 20- 2: Architecture Patterns And Models For The New Internet
Web 20- 2: Architecture Patterns And Models For The New Internet
 
The UNE VLE Implementation: an initial overview
The UNE VLE Implementation: an initial overviewThe UNE VLE Implementation: an initial overview
The UNE VLE Implementation: an initial overview
 
Chapter one
Chapter oneChapter one
Chapter one
 
Testing Like a Pro - Chef Infrastructure Testing
Testing Like a Pro - Chef Infrastructure TestingTesting Like a Pro - Chef Infrastructure Testing
Testing Like a Pro - Chef Infrastructure Testing
 
Software Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfSoftware Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdf
 
Business Analyst
Business AnalystBusiness Analyst
Business Analyst
 
Android Development Workshop
Android Development WorkshopAndroid Development Workshop
Android Development Workshop
 
Working Software Over Comprehensive Documentation
Working Software Over Comprehensive DocumentationWorking Software Over Comprehensive Documentation
Working Software Over Comprehensive Documentation
 

Más de Diki Andeas

Potensi FOSS di Bidang Desain & Multimedia
Potensi FOSS di Bidang Desain & MultimediaPotensi FOSS di Bidang Desain & Multimedia
Potensi FOSS di Bidang Desain & MultimediaDiki Andeas
 
Pengenalan Android
Pengenalan AndroidPengenalan Android
Pengenalan AndroidDiki Andeas
 
Berkreasi dengan Inkscape
Berkreasi dengan InkscapeBerkreasi dengan Inkscape
Berkreasi dengan InkscapeDiki Andeas
 
Chickenstrip @ ITTelkom2010
Chickenstrip @ ITTelkom2010Chickenstrip @ ITTelkom2010
Chickenstrip @ ITTelkom2010Diki Andeas
 
Introduction to Webcomics
Introduction to WebcomicsIntroduction to Webcomics
Introduction to WebcomicsDiki Andeas
 
Poster & Comic Design with FOSS Software
Poster & Comic Design with FOSS SoftwarePoster & Comic Design with FOSS Software
Poster & Comic Design with FOSS SoftwareDiki Andeas
 
Pra Uji Kompetensi SMK (TKJ)
Pra Uji Kompetensi SMK (TKJ)Pra Uji Kompetensi SMK (TKJ)
Pra Uji Kompetensi SMK (TKJ)Diki Andeas
 
BBV Theme Project + SVN Tutorial
BBV Theme Project + SVN TutorialBBV Theme Project + SVN Tutorial
BBV Theme Project + SVN TutorialDiki Andeas
 
WedIT! 1: Delicious by Diki
WedIT! 1: Delicious by DikiWedIT! 1: Delicious by Diki
WedIT! 1: Delicious by DikiDiki Andeas
 
WedIT! 1: Membuat Slide Presentasi by Diki
WedIT! 1: Membuat Slide Presentasi by DikiWedIT! 1: Membuat Slide Presentasi by Diki
WedIT! 1: Membuat Slide Presentasi by DikiDiki Andeas
 
WedIT! 1: Introduction by Diki
WedIT! 1: Introduction by DikiWedIT! 1: Introduction by Diki
WedIT! 1: Introduction by DikiDiki Andeas
 
Digital Divide & Generation Y
Digital Divide & Generation YDigital Divide & Generation Y
Digital Divide & Generation YDiki Andeas
 
WordPress Layout for Online Magazine
WordPress Layout for Online MagazineWordPress Layout for Online Magazine
WordPress Layout for Online MagazineDiki Andeas
 
Introduction to Ruby on Rails
Introduction to Ruby on RailsIntroduction to Ruby on Rails
Introduction to Ruby on RailsDiki Andeas
 
FOSS untuk Industri Kreatif Bandung
FOSS untuk Industri Kreatif BandungFOSS untuk Industri Kreatif Bandung
FOSS untuk Industri Kreatif BandungDiki Andeas
 
Implementasi Model Bisnis Free / Open Source Software (FOSS) di PT Jerbee...
Implementasi Model Bisnis 
Free / Open Source Software (FOSS) 
di PT Jerbee...Implementasi Model Bisnis 
Free / Open Source Software (FOSS) 
di PT Jerbee...
Implementasi Model Bisnis Free / Open Source Software (FOSS) di PT Jerbee...Diki Andeas
 
Sahana, Disaster Management System berbasis FOSS
Sahana, Disaster Management System berbasis FOSSSahana, Disaster Management System berbasis FOSS
Sahana, Disaster Management System berbasis FOSSDiki Andeas
 

Más de Diki Andeas (20)

Potensi FOSS di Bidang Desain & Multimedia
Potensi FOSS di Bidang Desain & MultimediaPotensi FOSS di Bidang Desain & Multimedia
Potensi FOSS di Bidang Desain & Multimedia
 
Pengenalan Android
Pengenalan AndroidPengenalan Android
Pengenalan Android
 
Berkreasi dengan Inkscape
Berkreasi dengan InkscapeBerkreasi dengan Inkscape
Berkreasi dengan Inkscape
 
Chickenstrip @ ITTelkom2010
Chickenstrip @ ITTelkom2010Chickenstrip @ ITTelkom2010
Chickenstrip @ ITTelkom2010
 
Digital Chicken
Digital ChickenDigital Chicken
Digital Chicken
 
Introduction to Webcomics
Introduction to WebcomicsIntroduction to Webcomics
Introduction to Webcomics
 
Poster & Comic Design with FOSS Software
Poster & Comic Design with FOSS SoftwarePoster & Comic Design with FOSS Software
Poster & Comic Design with FOSS Software
 
Pra Uji Kompetensi SMK (TKJ)
Pra Uji Kompetensi SMK (TKJ)Pra Uji Kompetensi SMK (TKJ)
Pra Uji Kompetensi SMK (TKJ)
 
BBV Theme Project + SVN Tutorial
BBV Theme Project + SVN TutorialBBV Theme Project + SVN Tutorial
BBV Theme Project + SVN Tutorial
 
WedIT! 1: Delicious by Diki
WedIT! 1: Delicious by DikiWedIT! 1: Delicious by Diki
WedIT! 1: Delicious by Diki
 
WedIT! 1: Membuat Slide Presentasi by Diki
WedIT! 1: Membuat Slide Presentasi by DikiWedIT! 1: Membuat Slide Presentasi by Diki
WedIT! 1: Membuat Slide Presentasi by Diki
 
WedIT! 1: Introduction by Diki
WedIT! 1: Introduction by DikiWedIT! 1: Introduction by Diki
WedIT! 1: Introduction by Diki
 
Digital Divide & Generation Y
Digital Divide & Generation YDigital Divide & Generation Y
Digital Divide & Generation Y
 
WordPress Layout for Online Magazine
WordPress Layout for Online MagazineWordPress Layout for Online Magazine
WordPress Layout for Online Magazine
 
Introduction to Ruby on Rails
Introduction to Ruby on RailsIntroduction to Ruby on Rails
Introduction to Ruby on Rails
 
Opencomic
OpencomicOpencomic
Opencomic
 
FOSS untuk Industri Kreatif Bandung
FOSS untuk Industri Kreatif BandungFOSS untuk Industri Kreatif Bandung
FOSS untuk Industri Kreatif Bandung
 
Implementasi Model Bisnis Free / Open Source Software (FOSS) di PT Jerbee...
Implementasi Model Bisnis 
Free / Open Source Software (FOSS) 
di PT Jerbee...Implementasi Model Bisnis 
Free / Open Source Software (FOSS) 
di PT Jerbee...
Implementasi Model Bisnis Free / Open Source Software (FOSS) di PT Jerbee...
 
Trend Web 2008
Trend Web 2008Trend Web 2008
Trend Web 2008
 
Sahana, Disaster Management System berbasis FOSS
Sahana, Disaster Management System berbasis FOSSSahana, Disaster Management System berbasis FOSS
Sahana, Disaster Management System berbasis FOSS
 

Último

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
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
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
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
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Último (20)

Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
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...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
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
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

WedIT! 7: Pengenalan Software Engineering