SlideShare uma empresa Scribd logo
1 de 11
Baixar para ler offline
Backend Logic
Classes and Objects
Ana Oprea
IT Consultant
Table of contents
• My professional and personal background
• べんとう
• Bento Box Example
• Backend

• Object Oriented Programming
• Classes
• Objects
30/11/2013

Rails Girls Munich

2
Professional and personal background
• Bachelor in CS, University
Politehnica of Bucharest
• MSc in IT Security, Eurecom
TélécomParisTech, France
• Work experience: Network
Administrator, Teaching
Assistant, Software
Developer; IT Consultant
• Hobbies: travelling,
mountaineering, skiing
30/11/2013

Rails Girls Munich

3
べんとう

30/11/2013

Rails Girls Munich

4
Bento Box Example
Python
PostgreSQL
HBase

Java

30/11/2013

C

SQLite
Oracle

Javascript
Apache

Ruby

HTML5

CSS

Tomcat

Rails Girls Munich

5
Backend
• Behind the scenes
• Logic of the application

30/11/2013

Rails Girls Munich

6
Object Oriented Programming
• Object : fields and methods
– Data encapsulation
– Inheritance
– Modularity

• Languages: Java, Python, C++, Ruby, Scala

30/11/2013

Rails Girls Munich

7
Classes
class Bicycle:
# building a bike
def initialize(start_speed=0)
@speed = start_speed
end
# how the bike works
def go_faster(increment):
@speed += increment
end
def go_slower(decrement):
@speed -= decrement
end

30/11/2013

Rails Girls Munich

8
Objects
city_bike = Bicycle.new()
city_bike.go_faster(1)

mountain_bike = Bicycle.new(4)
mountain_bike.go_slower(3)
mountain_bike.go_faster(4)

30/11/2013

Rails Girls Munich

9
Mulțumesc

30/11/2013
Rails Girls Munich

10
Useful Links
• Introduction to OOP
http://www.codeproject.com/Articles/22769/I
ntroduction-to-Object-OrientedProgramming-Concep
• The Java Tutorials
http://docs.oracle.com/javase/tutorial/java/co
ncepts/index.html
• The Python Tutorial
http://docs.python.org/2/tutorial/index.html
30/11/2013

Rails Girls Munich

11

Mais conteúdo relacionado

Semelhante a From Bento Box to BackEnd by Ana Oprea

Data Analytics Course In Ahmedabad-October
Data Analytics Course In Ahmedabad-OctoberData Analytics Course In Ahmedabad-October
Data Analytics Course In Ahmedabad-OctoberHarishKumar876611
 
Data Science Course In Mumbai-April
Data Science Course In Mumbai-AprilData Science Course In Mumbai-April
Data Science Course In Mumbai-AprilDataMites
 
Data Analytics Course In Pune-September
Data Analytics Course In Pune-SeptemberData Analytics Course In Pune-September
Data Analytics Course In Pune-SeptemberHarishKumar876611
 
Data Analytics Course In Pune-October
Data Analytics Course In Pune-OctoberData Analytics Course In Pune-October
Data Analytics Course In Pune-OctoberHarishKumar876611
 
Utkarsh Garg Resume
Utkarsh Garg ResumeUtkarsh Garg Resume
Utkarsh Garg ResumeUtkarsh Garg
 
Data Science Course In Hyderabad-April
Data Science Course In Hyderabad-AprilData Science Course In Hyderabad-April
Data Science Course In Hyderabad-AprilDataMites
 
Data Analytics Course In Hyderabad-September
Data Analytics Course In Hyderabad-SeptemberData Analytics Course In Hyderabad-September
Data Analytics Course In Hyderabad-SeptemberHarishKumar876611
 
Data Science Course In Mumbai-January
Data Science Course In Mumbai-JanuaryData Science Course In Mumbai-January
Data Science Course In Mumbai-JanuaryDataMites
 
Data Science Course In Bangalore-April
Data Science Course In Bangalore-AprilData Science Course In Bangalore-April
Data Science Course In Bangalore-AprilDataMites
 
Data Analytics Course In Chennai-September
Data Analytics Course In Chennai-SeptemberData Analytics Course In Chennai-September
Data Analytics Course In Chennai-SeptemberHarishKumar876611
 
Data Science Course In Pune-April
Data Science Course In Pune-AprilData Science Course In Pune-April
Data Science Course In Pune-AprilDataMites
 
Cutting Edge Computer Vision for Everyone
Cutting Edge Computer Vision for EveryoneCutting Edge Computer Vision for Everyone
Cutting Edge Computer Vision for EveryoneIvo Andreev
 
Resume_Nirmal_Amirthalingam.pdf
Resume_Nirmal_Amirthalingam.pdfResume_Nirmal_Amirthalingam.pdf
Resume_Nirmal_Amirthalingam.pdfNirmalAmirth
 
EDSA curriculum and courses
EDSA curriculum and coursesEDSA curriculum and courses
EDSA curriculum and coursesEDSA project
 
Data Science Course In Mumbai-March
Data Science Course In Mumbai-MarchData Science Course In Mumbai-March
Data Science Course In Mumbai-MarchDataMites
 
mlcourse.ai, introduction, course overview
mlcourse.ai, introduction, course overviewmlcourse.ai, introduction, course overview
mlcourse.ai, introduction, course overviewYury Kashnitsky
 
Data Analytics Course In Hyderabad-October
Data Analytics Course In Hyderabad-OctoberData Analytics Course In Hyderabad-October
Data Analytics Course In Hyderabad-OctoberHarishKumar876611
 
Real World – Rapid prototyping with Logic Apps
Real World – Rapid prototyping with Logic AppsReal World – Rapid prototyping with Logic Apps
Real World – Rapid prototyping with Logic AppsBizTalk360
 

Semelhante a From Bento Box to BackEnd by Ana Oprea (20)

Data Analytics Course In Ahmedabad-October
Data Analytics Course In Ahmedabad-OctoberData Analytics Course In Ahmedabad-October
Data Analytics Course In Ahmedabad-October
 
Data Science Course In Mumbai-April
Data Science Course In Mumbai-AprilData Science Course In Mumbai-April
Data Science Course In Mumbai-April
 
Data Analytics Course In Pune-September
Data Analytics Course In Pune-SeptemberData Analytics Course In Pune-September
Data Analytics Course In Pune-September
 
Ethan ResumeR
Ethan ResumeREthan ResumeR
Ethan ResumeR
 
Resume
ResumeResume
Resume
 
Data Analytics Course In Pune-October
Data Analytics Course In Pune-OctoberData Analytics Course In Pune-October
Data Analytics Course In Pune-October
 
Utkarsh Garg Resume
Utkarsh Garg ResumeUtkarsh Garg Resume
Utkarsh Garg Resume
 
Data Science Course In Hyderabad-April
Data Science Course In Hyderabad-AprilData Science Course In Hyderabad-April
Data Science Course In Hyderabad-April
 
Data Analytics Course In Hyderabad-September
Data Analytics Course In Hyderabad-SeptemberData Analytics Course In Hyderabad-September
Data Analytics Course In Hyderabad-September
 
Data Science Course In Mumbai-January
Data Science Course In Mumbai-JanuaryData Science Course In Mumbai-January
Data Science Course In Mumbai-January
 
Data Science Course In Bangalore-April
Data Science Course In Bangalore-AprilData Science Course In Bangalore-April
Data Science Course In Bangalore-April
 
Data Analytics Course In Chennai-September
Data Analytics Course In Chennai-SeptemberData Analytics Course In Chennai-September
Data Analytics Course In Chennai-September
 
Data Science Course In Pune-April
Data Science Course In Pune-AprilData Science Course In Pune-April
Data Science Course In Pune-April
 
Cutting Edge Computer Vision for Everyone
Cutting Edge Computer Vision for EveryoneCutting Edge Computer Vision for Everyone
Cutting Edge Computer Vision for Everyone
 
Resume_Nirmal_Amirthalingam.pdf
Resume_Nirmal_Amirthalingam.pdfResume_Nirmal_Amirthalingam.pdf
Resume_Nirmal_Amirthalingam.pdf
 
EDSA curriculum and courses
EDSA curriculum and coursesEDSA curriculum and courses
EDSA curriculum and courses
 
Data Science Course In Mumbai-March
Data Science Course In Mumbai-MarchData Science Course In Mumbai-March
Data Science Course In Mumbai-March
 
mlcourse.ai, introduction, course overview
mlcourse.ai, introduction, course overviewmlcourse.ai, introduction, course overview
mlcourse.ai, introduction, course overview
 
Data Analytics Course In Hyderabad-October
Data Analytics Course In Hyderabad-OctoberData Analytics Course In Hyderabad-October
Data Analytics Course In Hyderabad-October
 
Real World – Rapid prototyping with Logic Apps
Real World – Rapid prototyping with Logic AppsReal World – Rapid prototyping with Logic Apps
Real World – Rapid prototyping with Logic Apps
 

Último

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Último (20)

Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
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
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
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
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

From Bento Box to BackEnd by Ana Oprea