SlideShare a Scribd company logo
Core Tools and Concepts of
Today's IT Industry
Or what you should look into before getting your first IT job, if you don't want to
spend your first 6 months dealing with a very steep learning curve
A little about me
● Samuel Durand
○ French, developer, hiker and food lover
● Graduated in Software Engineering at the University of Belfort (France) in 2014
● 5 years of experience in software engineering
○ 4 years at Cake Solutions (acquired by Disney in 2017)
○ 1½ year at Equal Experts
● Contributed to a large variety of projects
○ Moneysupermarket / Disney / Co-op / HMRC / Very ...
○ Java / Scala / JS / Typescript / Python, C# ...
○ Variety of roles: developer / devops* / qa* / full-stack consultant
What we will talk about
Software development tools
● Version control systems
● Testing and TDD
● Code metrics & checking tools
● Coding languages worth trying
● Development environments
Architecture and key notions
● Cloud hosting
● Docker and Containers
● CI/CD
● Personal projects
Version control systems
Designed to keep track of any and all changes done to the source code
● Essential to any project based on programming code
● Allows team members to work on several features at once without hidden risk of interference
● Supports both local and remote repository
GIT: the swiss knife
of version control
● The most popular by far
● Rich in features (10% only used everyday)
● Uses branches (especially useful for large teams)
● Widely supported
● Changes recorded locally and remotely at once
● 90% of open source projects use it
Automated Testing
● Never deploy to prod without writing tests
○ Find bugs before production
○ Maintainability
○ Confidence when changing things
● Multiple type of tests
○ Unit tests
○ Integration tests
○ Acceptance/Functional tests
○ End to End testing
○ Architecture deployment tests
● There is no "one-size-fits-all" strategy
● TDD: Test Driven Development
Code metrics
Code style checkers
● Enforce a coding standard
● Avoid some type of bugs
● Keep the code clean
● Teaches you good practices
Code coverage
● Percentage of code covered by tests
● Helps to find missing tests
● Possible to get a visual overview
Programming languages
Try as many languages as you can:
● Compilable, transpilable, translatable...
● Typeful or typeless
● Object oriented or functional
● Each have some unique particularities
● Different approaches and perspectives
Here is a good list to start with:
● Java: OO and widely used
● Scala: OO + FP and typesafe
● JS: total freedom (too much ?)
● Kotlin: the rising star
● C#: Microsoft .NET
● Python: data processing
● Clojure: prefix syntax (the new Lisp)
● Go: the new C
● Bash: still not dead… a must for Linux
IDEs: Integrated Development Environments
VS Code
● Still young but promising
● Wealth of plugins
● Entirely free
Visual Studio
● Preferred choice for C#, F#, .NET
● Powerful shortcuts
● Very stable and reliable tools
Intellij
● Currently the best for Java/Scala
● Variants exists for other languages
● Free community version
Cloud hosting
It's probably what that devops guy was talking about this morning, with foreign words and acronyms...
Many options, all similar, all worth exploring…. and it's free ! (maybe even get a certification ?)
Docker: The very popular blue whale
● The most popular alternative to virtual machines
● Manages app wrappers called containers
● Used in almost every company, in one form or another
● Great tool both for development and production
CI/CD: Continuous Integration & Deployment
Personal projects
Not every jobs will give you the chance to learn a lot of new tech, or experiment.
The solution ? Create some personal projects !
● Gives you the chance to experiment
● Can be made valuable on a CV if you build something that is used by people
● Most paid tools are free to use for personal development (including online deployment)
● Should be as far as possible from what you do on a daily basis
○ Forces your brain to stretch in different directions
○ If based on a concrete goal can be financially rewarding
○ If not, then it will provide some relaxation and satisfaction
● You need a single core programming language, from there you can learn anything
● Books about coding or frameworks are a waste of money, focus instead on patterns and techniques
● Staying in the same company in the same position for more than 4 years is bad (in most cases)
● If you are given the chance to work on something you are uncomfortable with, take it !
● Choose a small set of techs and keep up to date with its latest news and updates
My personal opinion on some stuff
You don't need to know
everything !
The essential is to know that something is possible, be able to name the concept,
and then have the skills required to search for it in any given tech
What to take away from this talk...
Email: samudurand@gmail.com
Github: https://github.com/samudurand
Linkedin https://www.linkedin.com/in/samuel-durand-8300ba4a
How to contact me

More Related Content

What's hot

Technology Tools for Formative Assessment
Technology Tools for Formative AssessmentTechnology Tools for Formative Assessment
Technology Tools for Formative AssessmentKrista Leh
 
Technology Tools for Formative Assessment
Technology Tools for Formative AssessmentTechnology Tools for Formative Assessment
Technology Tools for Formative AssessmentKrista Leh
 
Truly agile company
Truly agile companyTruly agile company
Truly agile company
Marek Kirejczyk
 
1.1. course introduction
1.1. course introduction1.1. course introduction
1.1. course introductionNicholas Wong
 
Technical testing evaluated
Technical testing evaluatedTechnical testing evaluated
Technical testing evaluated
James Salt
 
How to become a developer
How to become a developerHow to become a developer
How to become a developer
Patrick Connelly
 

What's hot (6)

Technology Tools for Formative Assessment
Technology Tools for Formative AssessmentTechnology Tools for Formative Assessment
Technology Tools for Formative Assessment
 
Technology Tools for Formative Assessment
Technology Tools for Formative AssessmentTechnology Tools for Formative Assessment
Technology Tools for Formative Assessment
 
Truly agile company
Truly agile companyTruly agile company
Truly agile company
 
1.1. course introduction
1.1. course introduction1.1. course introduction
1.1. course introduction
 
Technical testing evaluated
Technical testing evaluatedTechnical testing evaluated
Technical testing evaluated
 
How to become a developer
How to become a developerHow to become a developer
How to become a developer
 

Similar to The essentials of the IT industry or What I wish I was taught about at University

Kickstarting career as an Android developer.pdf
Kickstarting career as an Android developer.pdfKickstarting career as an Android developer.pdf
Kickstarting career as an Android developer.pdf
ShreyaDhurde
 
LET'S TALK ANDROID Dev
LET'S TALK ANDROID DevLET'S TALK ANDROID Dev
LET'S TALK ANDROID Dev
vaibhavbhapkar3
 
Picking the right architecture and sticking to it
Picking the right architecture and sticking to itPicking the right architecture and sticking to it
Picking the right architecture and sticking to it
Petter Holmström
 
Agile work practices and tools
Agile work practices and toolsAgile work practices and tools
Agile work practices and tools
Daniel Lopes
 
How to become Industry ready engineers.pdf
How to become  Industry ready engineers.pdfHow to become  Industry ready engineers.pdf
How to become Industry ready engineers.pdf
DrNilam Choudhary
 
Services, tools & practices for a software house
Services, tools & practices for a software houseServices, tools & practices for a software house
Services, tools & practices for a software house
Paris Apostolopoulos
 
Software Engineering Primer
Software Engineering PrimerSoftware Engineering Primer
Software Engineering Primer
Georg Buske
 
How to deliver the right software (Specification by example)
How to deliver the right software (Specification by example)How to deliver the right software (Specification by example)
How to deliver the right software (Specification by example)
Asier Barrenetxea
 
It's XP Stupid (2019)
It's XP Stupid (2019)It's XP Stupid (2019)
It's XP Stupid (2019)
Mike Harris
 
It's XP, Stupid
It's XP, StupidIt's XP, Stupid
It's XP, Stupid
Mike Harris
 
Developing Better Software
Developing Better SoftwareDeveloping Better Software
Developing Better Software
Hean Hong Leong
 
Agile Development: Key to smart software development
Agile Development: Key to smart software developmentAgile Development: Key to smart software development
Agile Development: Key to smart software development
Jerlyn Manohar
 
AI in Code Generation - March User Group
AI in Code Generation - March User GroupAI in Code Generation - March User Group
AI in Code Generation - March User Group
Peter Caitens
 
2024.04 - AI in Code Generation - April User Group Meeting
2024.04 - AI in Code Generation - April User Group Meeting2024.04 - AI in Code Generation - April User Group Meeting
2024.04 - AI in Code Generation - April User Group Meeting
petercaitens1
 
Standing out as a new grad candidate
Standing out as a new grad candidateStanding out as a new grad candidate
Standing out as a new grad candidate
Sashko Stubailo
 
What is xp
What is xpWhat is xp
What is xp
Simone Federici
 
MLOps for production-level machine learning
MLOps for production-level machine learningMLOps for production-level machine learning
MLOps for production-level machine learning
cnvrg.io AI OS - Hands-on ML Workshops
 
Best Software Development Experts For AI Apps .pdf
Best Software Development Experts For AI Apps .pdfBest Software Development Experts For AI Apps .pdf
Best Software Development Experts For AI Apps .pdf
KrishSrinivasan2
 
How to code in the XXI century without losing your head
How to code in the XXI century without losing your headHow to code in the XXI century without losing your head
How to code in the XXI century without losing your head
René Olivo
 
Salesforce DevOps: Where Do You Start?
Salesforce DevOps: Where Do You Start?Salesforce DevOps: Where Do You Start?
Salesforce DevOps: Where Do You Start?
Chandler Anderson
 

Similar to The essentials of the IT industry or What I wish I was taught about at University (20)

Kickstarting career as an Android developer.pdf
Kickstarting career as an Android developer.pdfKickstarting career as an Android developer.pdf
Kickstarting career as an Android developer.pdf
 
LET'S TALK ANDROID Dev
LET'S TALK ANDROID DevLET'S TALK ANDROID Dev
LET'S TALK ANDROID Dev
 
Picking the right architecture and sticking to it
Picking the right architecture and sticking to itPicking the right architecture and sticking to it
Picking the right architecture and sticking to it
 
Agile work practices and tools
Agile work practices and toolsAgile work practices and tools
Agile work practices and tools
 
How to become Industry ready engineers.pdf
How to become  Industry ready engineers.pdfHow to become  Industry ready engineers.pdf
How to become Industry ready engineers.pdf
 
Services, tools & practices for a software house
Services, tools & practices for a software houseServices, tools & practices for a software house
Services, tools & practices for a software house
 
Software Engineering Primer
Software Engineering PrimerSoftware Engineering Primer
Software Engineering Primer
 
How to deliver the right software (Specification by example)
How to deliver the right software (Specification by example)How to deliver the right software (Specification by example)
How to deliver the right software (Specification by example)
 
It's XP Stupid (2019)
It's XP Stupid (2019)It's XP Stupid (2019)
It's XP Stupid (2019)
 
It's XP, Stupid
It's XP, StupidIt's XP, Stupid
It's XP, Stupid
 
Developing Better Software
Developing Better SoftwareDeveloping Better Software
Developing Better Software
 
Agile Development: Key to smart software development
Agile Development: Key to smart software developmentAgile Development: Key to smart software development
Agile Development: Key to smart software development
 
AI in Code Generation - March User Group
AI in Code Generation - March User GroupAI in Code Generation - March User Group
AI in Code Generation - March User Group
 
2024.04 - AI in Code Generation - April User Group Meeting
2024.04 - AI in Code Generation - April User Group Meeting2024.04 - AI in Code Generation - April User Group Meeting
2024.04 - AI in Code Generation - April User Group Meeting
 
Standing out as a new grad candidate
Standing out as a new grad candidateStanding out as a new grad candidate
Standing out as a new grad candidate
 
What is xp
What is xpWhat is xp
What is xp
 
MLOps for production-level machine learning
MLOps for production-level machine learningMLOps for production-level machine learning
MLOps for production-level machine learning
 
Best Software Development Experts For AI Apps .pdf
Best Software Development Experts For AI Apps .pdfBest Software Development Experts For AI Apps .pdf
Best Software Development Experts For AI Apps .pdf
 
How to code in the XXI century without losing your head
How to code in the XXI century without losing your headHow to code in the XXI century without losing your head
How to code in the XXI century without losing your head
 
Salesforce DevOps: Where Do You Start?
Salesforce DevOps: Where Do You Start?Salesforce DevOps: Where Do You Start?
Salesforce DevOps: Where Do You Start?
 

More from Equal Experts

TRUST Framework Talk 2023-03-10.pptx
TRUST Framework Talk 2023-03-10.pptxTRUST Framework Talk 2023-03-10.pptx
TRUST Framework Talk 2023-03-10.pptx
Equal Experts
 
Will it matter if your child cannot code?
Will it matter if your child cannot code?Will it matter if your child cannot code?
Will it matter if your child cannot code?
Equal Experts
 
Platform Security IRL: Busting Buzzwords & Building Better
Platform Security IRL:  Busting Buzzwords & Building BetterPlatform Security IRL:  Busting Buzzwords & Building Better
Platform Security IRL: Busting Buzzwords & Building Better
Equal Experts
 
Software development practices & Infrastructure as Code - how well do they wo...
Software development practices & Infrastructure as Code - how well do they wo...Software development practices & Infrastructure as Code - how well do they wo...
Software development practices & Infrastructure as Code - how well do they wo...
Equal Experts
 
A Whole Team Approach to Quality in Continuous Delivery - Lisa Crispin
A Whole Team Approach to Quality in Continuous Delivery - Lisa CrispinA Whole Team Approach to Quality in Continuous Delivery - Lisa Crispin
A Whole Team Approach to Quality in Continuous Delivery - Lisa Crispin
Equal Experts
 
Secure Continuous Delivery
Secure Continuous DeliverySecure Continuous Delivery
Secure Continuous Delivery
Equal Experts
 
Smoothing the continuous delivery path a tale of two architectures - expert...
Smoothing the continuous delivery path   a tale of two architectures - expert...Smoothing the continuous delivery path   a tale of two architectures - expert...
Smoothing the continuous delivery path a tale of two architectures - expert...
Equal Experts
 
Embracing collaborative chaos (April 2020) by Lyndsay Prewer
Embracing collaborative chaos (April 2020) by Lyndsay PrewerEmbracing collaborative chaos (April 2020) by Lyndsay Prewer
Embracing collaborative chaos (April 2020) by Lyndsay Prewer
Equal Experts
 
Design Systems: Designing out Waste, Designing in Consistency
Design Systems: Designing out Waste, Designing in ConsistencyDesign Systems: Designing out Waste, Designing in Consistency
Design Systems: Designing out Waste, Designing in Consistency
Equal Experts
 
Growing Together - software development in the Developing world
Growing Together - software development in the Developing worldGrowing Together - software development in the Developing world
Growing Together - software development in the Developing world
Equal Experts
 
Infrastructure - a journey from datacentres to cloud
Infrastructure - a journey from datacentres to cloudInfrastructure - a journey from datacentres to cloud
Infrastructure - a journey from datacentres to cloud
Equal Experts
 
Data Science In Action: Prenatal Screening for Down Syndrome
Data Science In Action: Prenatal Screening for Down SyndromeData Science In Action: Prenatal Screening for Down Syndrome
Data Science In Action: Prenatal Screening for Down Syndrome
Equal Experts
 
Secrets of an agile transformation
Secrets of an agile transformationSecrets of an agile transformation
Secrets of an agile transformation
Equal Experts
 
Obstacles of Digital Transformation Evolution
Obstacles of Digital Transformation EvolutionObstacles of Digital Transformation Evolution
Obstacles of Digital Transformation Evolution
Equal Experts
 
Avoiding the security brick
Avoiding the security brickAvoiding the security brick
Avoiding the security brick
Equal Experts
 
Embracing collaborative chaos
Embracing collaborative chaosEmbracing collaborative chaos
Embracing collaborative chaos
Equal Experts
 
Continuous Security
Continuous SecurityContinuous Security
Continuous Security
Equal Experts
 
Organising for Continuous Delivery
Organising for Continuous DeliveryOrganising for Continuous Delivery
Organising for Continuous Delivery
Equal Experts
 
Cracking passwords via common topologies
Cracking passwords via common topologiesCracking passwords via common topologies
Cracking passwords via common topologies
Equal Experts
 
Inception Phases - Handling Complexity
Inception Phases - Handling ComplexityInception Phases - Handling Complexity
Inception Phases - Handling Complexity
Equal Experts
 

More from Equal Experts (20)

TRUST Framework Talk 2023-03-10.pptx
TRUST Framework Talk 2023-03-10.pptxTRUST Framework Talk 2023-03-10.pptx
TRUST Framework Talk 2023-03-10.pptx
 
Will it matter if your child cannot code?
Will it matter if your child cannot code?Will it matter if your child cannot code?
Will it matter if your child cannot code?
 
Platform Security IRL: Busting Buzzwords & Building Better
Platform Security IRL:  Busting Buzzwords & Building BetterPlatform Security IRL:  Busting Buzzwords & Building Better
Platform Security IRL: Busting Buzzwords & Building Better
 
Software development practices & Infrastructure as Code - how well do they wo...
Software development practices & Infrastructure as Code - how well do they wo...Software development practices & Infrastructure as Code - how well do they wo...
Software development practices & Infrastructure as Code - how well do they wo...
 
A Whole Team Approach to Quality in Continuous Delivery - Lisa Crispin
A Whole Team Approach to Quality in Continuous Delivery - Lisa CrispinA Whole Team Approach to Quality in Continuous Delivery - Lisa Crispin
A Whole Team Approach to Quality in Continuous Delivery - Lisa Crispin
 
Secure Continuous Delivery
Secure Continuous DeliverySecure Continuous Delivery
Secure Continuous Delivery
 
Smoothing the continuous delivery path a tale of two architectures - expert...
Smoothing the continuous delivery path   a tale of two architectures - expert...Smoothing the continuous delivery path   a tale of two architectures - expert...
Smoothing the continuous delivery path a tale of two architectures - expert...
 
Embracing collaborative chaos (April 2020) by Lyndsay Prewer
Embracing collaborative chaos (April 2020) by Lyndsay PrewerEmbracing collaborative chaos (April 2020) by Lyndsay Prewer
Embracing collaborative chaos (April 2020) by Lyndsay Prewer
 
Design Systems: Designing out Waste, Designing in Consistency
Design Systems: Designing out Waste, Designing in ConsistencyDesign Systems: Designing out Waste, Designing in Consistency
Design Systems: Designing out Waste, Designing in Consistency
 
Growing Together - software development in the Developing world
Growing Together - software development in the Developing worldGrowing Together - software development in the Developing world
Growing Together - software development in the Developing world
 
Infrastructure - a journey from datacentres to cloud
Infrastructure - a journey from datacentres to cloudInfrastructure - a journey from datacentres to cloud
Infrastructure - a journey from datacentres to cloud
 
Data Science In Action: Prenatal Screening for Down Syndrome
Data Science In Action: Prenatal Screening for Down SyndromeData Science In Action: Prenatal Screening for Down Syndrome
Data Science In Action: Prenatal Screening for Down Syndrome
 
Secrets of an agile transformation
Secrets of an agile transformationSecrets of an agile transformation
Secrets of an agile transformation
 
Obstacles of Digital Transformation Evolution
Obstacles of Digital Transformation EvolutionObstacles of Digital Transformation Evolution
Obstacles of Digital Transformation Evolution
 
Avoiding the security brick
Avoiding the security brickAvoiding the security brick
Avoiding the security brick
 
Embracing collaborative chaos
Embracing collaborative chaosEmbracing collaborative chaos
Embracing collaborative chaos
 
Continuous Security
Continuous SecurityContinuous Security
Continuous Security
 
Organising for Continuous Delivery
Organising for Continuous DeliveryOrganising for Continuous Delivery
Organising for Continuous Delivery
 
Cracking passwords via common topologies
Cracking passwords via common topologiesCracking passwords via common topologies
Cracking passwords via common topologies
 
Inception Phases - Handling Complexity
Inception Phases - Handling ComplexityInception Phases - Handling Complexity
Inception Phases - Handling Complexity
 

Recently uploaded

LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 

Recently uploaded (20)

LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 

The essentials of the IT industry or What I wish I was taught about at University

  • 1. Core Tools and Concepts of Today's IT Industry Or what you should look into before getting your first IT job, if you don't want to spend your first 6 months dealing with a very steep learning curve
  • 2. A little about me ● Samuel Durand ○ French, developer, hiker and food lover ● Graduated in Software Engineering at the University of Belfort (France) in 2014 ● 5 years of experience in software engineering ○ 4 years at Cake Solutions (acquired by Disney in 2017) ○ 1½ year at Equal Experts ● Contributed to a large variety of projects ○ Moneysupermarket / Disney / Co-op / HMRC / Very ... ○ Java / Scala / JS / Typescript / Python, C# ... ○ Variety of roles: developer / devops* / qa* / full-stack consultant
  • 3. What we will talk about Software development tools ● Version control systems ● Testing and TDD ● Code metrics & checking tools ● Coding languages worth trying ● Development environments Architecture and key notions ● Cloud hosting ● Docker and Containers ● CI/CD ● Personal projects
  • 4.
  • 5. Version control systems Designed to keep track of any and all changes done to the source code ● Essential to any project based on programming code ● Allows team members to work on several features at once without hidden risk of interference ● Supports both local and remote repository
  • 6. GIT: the swiss knife of version control ● The most popular by far ● Rich in features (10% only used everyday) ● Uses branches (especially useful for large teams) ● Widely supported ● Changes recorded locally and remotely at once ● 90% of open source projects use it
  • 7. Automated Testing ● Never deploy to prod without writing tests ○ Find bugs before production ○ Maintainability ○ Confidence when changing things ● Multiple type of tests ○ Unit tests ○ Integration tests ○ Acceptance/Functional tests ○ End to End testing ○ Architecture deployment tests ● There is no "one-size-fits-all" strategy ● TDD: Test Driven Development
  • 8. Code metrics Code style checkers ● Enforce a coding standard ● Avoid some type of bugs ● Keep the code clean ● Teaches you good practices Code coverage ● Percentage of code covered by tests ● Helps to find missing tests ● Possible to get a visual overview
  • 9. Programming languages Try as many languages as you can: ● Compilable, transpilable, translatable... ● Typeful or typeless ● Object oriented or functional ● Each have some unique particularities ● Different approaches and perspectives Here is a good list to start with: ● Java: OO and widely used ● Scala: OO + FP and typesafe ● JS: total freedom (too much ?) ● Kotlin: the rising star ● C#: Microsoft .NET ● Python: data processing ● Clojure: prefix syntax (the new Lisp) ● Go: the new C ● Bash: still not dead… a must for Linux
  • 10. IDEs: Integrated Development Environments VS Code ● Still young but promising ● Wealth of plugins ● Entirely free Visual Studio ● Preferred choice for C#, F#, .NET ● Powerful shortcuts ● Very stable and reliable tools Intellij ● Currently the best for Java/Scala ● Variants exists for other languages ● Free community version
  • 11.
  • 12. Cloud hosting It's probably what that devops guy was talking about this morning, with foreign words and acronyms... Many options, all similar, all worth exploring…. and it's free ! (maybe even get a certification ?)
  • 13. Docker: The very popular blue whale ● The most popular alternative to virtual machines ● Manages app wrappers called containers ● Used in almost every company, in one form or another ● Great tool both for development and production
  • 15. Personal projects Not every jobs will give you the chance to learn a lot of new tech, or experiment. The solution ? Create some personal projects ! ● Gives you the chance to experiment ● Can be made valuable on a CV if you build something that is used by people ● Most paid tools are free to use for personal development (including online deployment) ● Should be as far as possible from what you do on a daily basis ○ Forces your brain to stretch in different directions ○ If based on a concrete goal can be financially rewarding ○ If not, then it will provide some relaxation and satisfaction
  • 16. ● You need a single core programming language, from there you can learn anything ● Books about coding or frameworks are a waste of money, focus instead on patterns and techniques ● Staying in the same company in the same position for more than 4 years is bad (in most cases) ● If you are given the chance to work on something you are uncomfortable with, take it ! ● Choose a small set of techs and keep up to date with its latest news and updates My personal opinion on some stuff
  • 17. You don't need to know everything ! The essential is to know that something is possible, be able to name the concept, and then have the skills required to search for it in any given tech What to take away from this talk...
  • 18. Email: samudurand@gmail.com Github: https://github.com/samudurand Linkedin https://www.linkedin.com/in/samuel-durand-8300ba4a How to contact me