SlideShare une entreprise Scribd logo
1  sur  43
Télécharger pour lire hors ligne
Surviving the Downturn
Kirk Knoernschild
Analyst, SDLC and Containers,
Languages, & Frameworks
Burton Group
www.burtongroup.com
kknoernschild@burtongroup.com
Blog: http://apsblog.burtongroup.com
Blog: http://techdistrict.kirkk.com
Twitter: pragkirk




                                                               All Contents © 2008 Burton Group. All rights reserved.
Surviving the Downturn
Current State
• The job market sucks
• Outsourcing trend continues
• IT is incompetent and arrogant
• Enterprise software development is painful

                           What do we do?
Surviving the Downturn
Buy AAPL




              36%
Surviving the Downturn
Agenda
• 5 Things You Shouldn’t Care About Now
• 5 Things You Need To Do Now
• 5 Things You Need To Learn Now
• 5 Markets You Should Be Watching Now
• The IT Labor Controversy
  •  The Education System
  •  The H-1B program
  •  The Job Market
Surviving the Downturn
Agenda
• 5 Things You Shouldn’t Care About Now
• 5 Things You Need To Do Now
• 5 Things You Need To Learn Now
• 5 Markets You Should Be Watching Now
• The IT Labor Controversy
  •  The Education System
  •  The H-1B program
  •  The Job Market
Surviving the Downturn
Puzzler
• Please Translate

   1f u c4n r34d th1s u r34lly n33d t0 g37 4 l1f3



 If you can read this you really need to get a life
Surviving the Downturn
5 Things You Shouldn’t Care About Now
• IT Certifications
• Java/Java EE
• Software Process
• Portals
• SOA
5 Things You Shouldn’t Care About Now
         1.) IT Certifications
           • The Certification Process
                •  Spend $$ on course
                •  Spend $$ on exam
                •  Get a silly piece of paper
           • Organizations pay for skill, not knowledge


What happens when the following
code is compiled and executed?

for(int i = 1; i < 3; i++)
      for(int j = 3; j >= 1; j--)
          assert i!=j : i;
5 Things You Shouldn’t Care About Now
2.) Java/Java EE
• Zero portability
• Bloated programming model
• JCP is a mockery
• The Rebel frameworks are winning
5 Things You Shouldn’t Care About Now
3.) Software Process
• Focus on results, not methods
• Too much time is spend improving process, not enough
  on delivering software
5 Things You Shouldn’t Care About Now
4.) Portals
 • Proprietary & closed
 • Let’s focus on mashups
5 Things You Shouldn’t Care About Now
5.) SOA
• We’ve already used all the money
   •  We needed that ESB we still don’t use
• Was once promising
   •  Reduce costs, increase agility, solve global warming
• You cannot buy SOA
   •  It’s not a product, it’s an architectural style
• IT got all giddy with technology
   •  WS-* or REST?
Surviving the Downturn
Agenda
• 5 Things You Shouldn’t Care About Now
• 5 Things You Need To Do Now
• 5 Things You Need To Learn Now
• 5 Markets You Should Be Watching Now
• The IT Labor Controversy
  •  The Education System
  •  The H-1B program
  •  The Job Market
Puzzler
• Please Translate

          There’s no place like 127.0.0.1


          There’s no place like home
Surviving the Downturn
5 Things You Need To Do Now
• Continuous Integration
• Java as a platform, not a language
• Automate processes
• Get involved with OSS
• RIA
5 Things You Need To Do Now
1.) Continuous Integration
• Build & Test the system as frequently as possible
• Feedback, Transparency, Alignment, Risk Mitigation
Continuous Integration
5 Things You Need To Do Now
2.) Java as a Platform, Not a Language
• Alternative languages and technologies can speed
  development
• Groovy/Grails



                  JVM Java

                          API
5 Things You Need To Do Now
3.) Automate Processes
• We waste time performing mundane tasks
• Need to make development more efficient
   •  Compilation, Database Integration and Migration, Testing, Code
      Inspection, Deployments, Install Scripts, Notifications, Documentation




                          GO!
5 Things You Need To Do Now
4.) Get Involved with OSS
• Improve your development skills
• Learn better ways of developing software
• Connect with peers
5 Things You Need To Do Now
          5.) RIA
           • Improve the UXP
                                                             Thin Client
              Fat Client


                  Client                                       Server
                  Processing                                   Processing
                                                 Centrally
  Decentrally                  Stateful                                     Stateless
                                                 Managed
  Managed

                             OS Integration
Limited                                       Ubuitous                 No OS Integration
                                                                            Rich
                                                                            UXP
                                  Rich
    Lacks                                                                   Primitive
                                                Portable
                                  UXP
    Portability                                                             UXP
                  Off-Line                                                         RIA
                                                             On-Line
Surviving the Downturn
Agenda
• 5 Things You Shouldn’t Care About Now
• 5 Things You Need To Do Now
• 5 Things You Need To Learn Now
• 5 Markets You Should Be Watching Now
• The IT Labor Controversy
  •  The Education System
  •  The H-1B program
  •  The Job Market
Surviving the Downturn
   Puzzler
    • Please Translate

There are 10 types of people in the world. Name them!

Those who understand binary, and those who don’t!
Surviving the Downturn
5 Things You Need To Learn Now
• OSGi
• Learn a Functional language
• Learn a Dynamic Language
• Learn a fit client technology
• Understand Domain Specific Languages
5 Things You Need To Learn now
1.) OSGi
• Dynamic module system for Java
   •  Versioning, Dynamic Provisioning, Modularity
5 Things You Need To Learn now
2.) Learn a Functional Language
• Eases concurrent programming through immutable state




                                                     “The Future of Programming Languages”, Anders Hejlsberg.
                                                     JAOO Aarhus 2008
                                                     Image Source:
5 Things You Need To Learn now
3.) Learn a Dynamic Language
• Type checking deferred to runtime, but there is still a type
  system



                                         Java
                                         “4” + 2 results in “42”




                                                                        “The Future of Programming Languages”, Anders Hejlsberg.
                                         Ruby
                                         “4” + 2 results in TypeError




                                                                        JAOO Aarhus 2008
                                                                        Image Source:
5 Things You Need To Learn now
          4.) Learn a Fit Client Technology
          • AIR, Silverlight, Java FX

                                              Fit Client
                                                                             Thin Client
             Fat Client
                                              Client/Server
                                              Processing
                  Client                                                       Server
                  Processing                                                   Processing
                                                                 Centrally
  Decentrally                  Stateful                                                     Stateless
                                                                 Managed
  Managed

                             OS Integration
Limited                                                       Ubuitous                 No OS Integration
                                                                                            Rich
                                                                                            UXP
                                  Rich
    Lacks                                                                                   Primitive
                                                                Portable
                                  UXP
    Portability                                                                             UXP
                  Off-Line                     On/Off-Line                                         RIA
                                                                             On-Line
5 Things You Need To Learn now
5.) Understand Domain Specific Languages
• Mini-languages aimed at solving a specific type of
  problem
• Popular DSLs today
   •  Make, Ant, SQL


   $:.unshift File.join(File.dirname(__FILE__), quot;appquot;)

   require 'rake/testtask'

   task :default => [:coverage]

   require 'rcov/rcovtask'
   Rcov::RcovTask.new(:coverage) do |t|
    t.test_files = FileList['test/AllTests.rb']
    t.rcov_opts << quot;-I ./appquot; + File::PATH_SEPARATOR + quot;./testquot;
    t.output_dir = quot;coverageoutquot;
   end
Surviving the Downturn
Agenda
• 5 Things You Shouldn’t Care About Now
• 5 Things You Need To Do Now
• 5 Things You Need To Learn Now
• 5 Markets You Should Be Watching Now
• The IT Labor Controversy
  •  The Education System
  •  The H-1B program
  •  The Job Market
Puzzler
• Please Translate


                     PEBKAC


Problem Exists Between Keyboard And Chair
5 Markets You Should Be Watching Now
• Microsoft
• Eclipse Foundation
• Mobile Development
• The Cloud
   •  SaaS, PaaS, XaaS
• Mozilla Labs
5 Markets You Should Be Watching Now
1.) Microsoft
• Azure, Oslo, Rosario
    •  Cloud Strategy, DSL, and Tool Suites
• Evolution of CLR & DLR
5 Markets You Should Be Watching Now
2.) Eclipse Foundation
• From an IDE to an Ecosystem
   •  e4, EMF
• Equinox OSGi runtime
• IDE with alternative language support
   •  Ex. Scala
• Cola
   •  Code collaboration and sharing
• Ganymede
• BIRT
   •  BI and Reporting Tools
5 Markets You Should Be Watching Now
3.) Mobile Development
• Smartphones
   •  iPhone captures 2/3 of mobile browsing
• Fragmented market
   •  MIDP, CLDC, CDC, OS X, Android, Symbian, BlackBerry
        •  Device as a virtual gateway to enterprise applications
        •  Applications run on a central server


        •  Applications execute within resident run-time
        •  Applications themselves are non-resident


        •  Resident applications reside on the device
        •  Require an RMA Platform
5 Markets You Should Be Watching Now
4.) The Cloud
• Shared Infrastructure
   •  Better hardware utilization (more applications, users and transactions
      per machine)
• Automation and dynamic re-configuration
   •  Facilitates self-service, provisioning, and flexible workload
      assignment
• Elastic scalability
   •  Facilitates capacity and demand planning
• Pay as you go
   •  Platform components procured and billed on subscription or usage
      basis
• App Engine, Amazon, Azure, Force.com
5 Markets You Should Be Watching Now
5.) Mozilla Labs
• Project Bespin
   •  Web-Based framework for code editing and collaboration
• Prism
   •  WebApps on the Desktop
Surviving the Downturn
Agenda
• 5 Things You Shouldn’t Care About Now
• 5 Things You Need To Do Now
• 5 Things You Need To Learn Now
• 5 Markets You Should Be Watching Now
• The IT Labor Controversy
  •  The Education System
  •  The H-1B program
  •  The Job Market
Surviving the Downturn
Puzzler
• Please Translate

   Mathematician tells his colleague his wife
   just had a baby.

   “Is it a boy or a girl?”, asks the colleague.


          “Yes”, replied the mathematician.
The IT Labor Controversy
The IT Labor Controversy
IT Labor Shortage – Education
• Increased enrollment by 20% between 2000 and 2005.
• Number of CS undergrad majors declared increased
  10% in 2007.
• Number of degrees awarded in 2006 exceeded the
  number in 2001.
• Number of degrees awarded since 2000 have exceeded
  that of the most awarded prior to 2000.
The IT Labor Controversy
IT Labor Shortage – Industry
• Projected 38% increase in software developers through
  2016.
• Annual job creation of 120,000 with 300,000 degrees
  conferred each year.
• H-1B Visa Holders are paid between 12,500 and 20,000
  less than American workers.
• “The Fake Ads” Controversy

   There’s also a shortage of $2/6 pack micro brews
Surviving the Downturn




Thank you!
 Kirk Knoernschild
 Analyst, SDLC and Containers, Languages, & Frameworks
 Burton Group
 www.burtongroup.com
 kknoernschild@burtongroup.com
 Blog: http://apsblog.burtongroup.com
 Blog: http://techdistrict.kirkk.com
 Twitter: pragkirk

Contenu connexe

Similaire à Surviving The Downturn

Challenges in Maintaining a High Performance Search Engine Written in Java
Challenges in Maintaining a High Performance Search Engine Written in JavaChallenges in Maintaining a High Performance Search Engine Written in Java
Challenges in Maintaining a High Performance Search Engine Written in Javalucenerevolution
 
Adopting Agile Tools & Methods In A Legacy Context
Adopting Agile Tools & Methods In A Legacy ContextAdopting Agile Tools & Methods In A Legacy Context
Adopting Agile Tools & Methods In A Legacy ContextXavier Warzee
 
Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Ivo Jansch
 
remash! - Blueprints for RESTfulSituational Applications
remash! - Blueprints for RESTfulSituational Applicationsremash! - Blueprints for RESTfulSituational Applications
remash! - Blueprints for RESTfulSituational Applicationsdflejter
 
Soa R 7 16 08 Appistry Private Clouds Etc Bob Lozano
Soa R 7 16 08   Appistry   Private Clouds Etc Bob LozanoSoa R 7 16 08   Appistry   Private Clouds Etc Bob Lozano
Soa R 7 16 08 Appistry Private Clouds Etc Bob LozanoGovCloud Network
 
AJUBY Open Source Application Builder
AJUBY Open Source Application BuilderAJUBY Open Source Application Builder
AJUBY Open Source Application Builderajuby
 
SAP Sybase Event Streaming Processing
SAP Sybase Event Streaming ProcessingSAP Sybase Event Streaming Processing
SAP Sybase Event Streaming ProcessingSybase Türkiye
 
Programming Language Selection
Programming Language SelectionProgramming Language Selection
Programming Language SelectionDhananjay Nene
 
SpaceLock Meetup - Plan 25 Jan 09
SpaceLock Meetup - Plan 25 Jan 09SpaceLock Meetup - Plan 25 Jan 09
SpaceLock Meetup - Plan 25 Jan 09Abhishek Mishra
 
Tiery Eyed
Tiery EyedTiery Eyed
Tiery EyedZendCon
 
Javascript Framework Roundup FYB
Javascript Framework Roundup FYBJavascript Framework Roundup FYB
Javascript Framework Roundup FYBnukeevry1
 
Pstrong Cybera 29 Sept 2008
Pstrong Cybera 29 Sept 2008Pstrong Cybera 29 Sept 2008
Pstrong Cybera 29 Sept 2008Cybera Inc.
 
Embedded Database Technology | Interbase From Embarcadero Technologies
Embedded Database Technology | Interbase From Embarcadero TechnologiesEmbedded Database Technology | Interbase From Embarcadero Technologies
Embedded Database Technology | Interbase From Embarcadero TechnologiesMichael Findling
 
Aspect Orientated Programming in Ruby
Aspect Orientated Programming in RubyAspect Orientated Programming in Ruby
Aspect Orientated Programming in Rubydeimos
 
Egl Rui Ajax World
Egl Rui Ajax WorldEgl Rui Ajax World
Egl Rui Ajax Worldrajivmordani
 
Jython on Django
Jython on DjangoJython on Django
Jython on Djangofwierzbicki
 

Similaire à Surviving The Downturn (20)

Challenges in Maintaining a High Performance Search Engine Written in Java
Challenges in Maintaining a High Performance Search Engine Written in JavaChallenges in Maintaining a High Performance Search Engine Written in Java
Challenges in Maintaining a High Performance Search Engine Written in Java
 
Adopting Agile Tools & Methods In A Legacy Context
Adopting Agile Tools & Methods In A Legacy ContextAdopting Agile Tools & Methods In A Legacy Context
Adopting Agile Tools & Methods In A Legacy Context
 
Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)Dynamic Languages In The Enterprise (4developers march 2009)
Dynamic Languages In The Enterprise (4developers march 2009)
 
remash! - Blueprints for RESTfulSituational Applications
remash! - Blueprints for RESTfulSituational Applicationsremash! - Blueprints for RESTfulSituational Applications
remash! - Blueprints for RESTfulSituational Applications
 
The Boundaryless Value-Chain
The Boundaryless Value-ChainThe Boundaryless Value-Chain
The Boundaryless Value-Chain
 
Soa R 7 16 08 Appistry Private Clouds Etc Bob Lozano
Soa R 7 16 08   Appistry   Private Clouds Etc Bob LozanoSoa R 7 16 08   Appistry   Private Clouds Etc Bob Lozano
Soa R 7 16 08 Appistry Private Clouds Etc Bob Lozano
 
AJUBY Open Source Application Builder
AJUBY Open Source Application BuilderAJUBY Open Source Application Builder
AJUBY Open Source Application Builder
 
SAP Sybase Event Streaming Processing
SAP Sybase Event Streaming ProcessingSAP Sybase Event Streaming Processing
SAP Sybase Event Streaming Processing
 
XS Japan 2008 Oracle VM English
XS Japan 2008 Oracle VM EnglishXS Japan 2008 Oracle VM English
XS Japan 2008 Oracle VM English
 
Blue Ruby SDN Webinar
Blue Ruby SDN WebinarBlue Ruby SDN Webinar
Blue Ruby SDN Webinar
 
Programming Language Selection
Programming Language SelectionProgramming Language Selection
Programming Language Selection
 
SpaceLock Meetup - Plan 25 Jan 09
SpaceLock Meetup - Plan 25 Jan 09SpaceLock Meetup - Plan 25 Jan 09
SpaceLock Meetup - Plan 25 Jan 09
 
Seminar - JBoss Migration
Seminar - JBoss MigrationSeminar - JBoss Migration
Seminar - JBoss Migration
 
Tiery Eyed
Tiery EyedTiery Eyed
Tiery Eyed
 
Javascript Framework Roundup FYB
Javascript Framework Roundup FYBJavascript Framework Roundup FYB
Javascript Framework Roundup FYB
 
Pstrong Cybera 29 Sept 2008
Pstrong Cybera 29 Sept 2008Pstrong Cybera 29 Sept 2008
Pstrong Cybera 29 Sept 2008
 
Embedded Database Technology | Interbase From Embarcadero Technologies
Embedded Database Technology | Interbase From Embarcadero TechnologiesEmbedded Database Technology | Interbase From Embarcadero Technologies
Embedded Database Technology | Interbase From Embarcadero Technologies
 
Aspect Orientated Programming in Ruby
Aspect Orientated Programming in RubyAspect Orientated Programming in Ruby
Aspect Orientated Programming in Ruby
 
Egl Rui Ajax World
Egl Rui Ajax WorldEgl Rui Ajax World
Egl Rui Ajax World
 
Jython on Django
Jython on DjangoJython on Django
Jython on Django
 

Dernier

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
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
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
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
 
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
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
"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
 

Dernier (20)

The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
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
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
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!
 
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
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
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
 

Surviving The Downturn

  • 1. Surviving the Downturn Kirk Knoernschild Analyst, SDLC and Containers, Languages, & Frameworks Burton Group www.burtongroup.com kknoernschild@burtongroup.com Blog: http://apsblog.burtongroup.com Blog: http://techdistrict.kirkk.com Twitter: pragkirk All Contents © 2008 Burton Group. All rights reserved.
  • 2. Surviving the Downturn Current State • The job market sucks • Outsourcing trend continues • IT is incompetent and arrogant • Enterprise software development is painful What do we do?
  • 4. Surviving the Downturn Agenda • 5 Things You Shouldn’t Care About Now • 5 Things You Need To Do Now • 5 Things You Need To Learn Now • 5 Markets You Should Be Watching Now • The IT Labor Controversy •  The Education System •  The H-1B program •  The Job Market
  • 5. Surviving the Downturn Agenda • 5 Things You Shouldn’t Care About Now • 5 Things You Need To Do Now • 5 Things You Need To Learn Now • 5 Markets You Should Be Watching Now • The IT Labor Controversy •  The Education System •  The H-1B program •  The Job Market
  • 6. Surviving the Downturn Puzzler • Please Translate 1f u c4n r34d th1s u r34lly n33d t0 g37 4 l1f3 If you can read this you really need to get a life
  • 7. Surviving the Downturn 5 Things You Shouldn’t Care About Now • IT Certifications • Java/Java EE • Software Process • Portals • SOA
  • 8. 5 Things You Shouldn’t Care About Now 1.) IT Certifications • The Certification Process •  Spend $$ on course •  Spend $$ on exam •  Get a silly piece of paper • Organizations pay for skill, not knowledge What happens when the following code is compiled and executed? for(int i = 1; i < 3; i++) for(int j = 3; j >= 1; j--) assert i!=j : i;
  • 9. 5 Things You Shouldn’t Care About Now 2.) Java/Java EE • Zero portability • Bloated programming model • JCP is a mockery • The Rebel frameworks are winning
  • 10. 5 Things You Shouldn’t Care About Now 3.) Software Process • Focus on results, not methods • Too much time is spend improving process, not enough on delivering software
  • 11. 5 Things You Shouldn’t Care About Now 4.) Portals • Proprietary & closed • Let’s focus on mashups
  • 12. 5 Things You Shouldn’t Care About Now 5.) SOA • We’ve already used all the money •  We needed that ESB we still don’t use • Was once promising •  Reduce costs, increase agility, solve global warming • You cannot buy SOA •  It’s not a product, it’s an architectural style • IT got all giddy with technology •  WS-* or REST?
  • 13. Surviving the Downturn Agenda • 5 Things You Shouldn’t Care About Now • 5 Things You Need To Do Now • 5 Things You Need To Learn Now • 5 Markets You Should Be Watching Now • The IT Labor Controversy •  The Education System •  The H-1B program •  The Job Market
  • 14. Puzzler • Please Translate There’s no place like 127.0.0.1 There’s no place like home
  • 15. Surviving the Downturn 5 Things You Need To Do Now • Continuous Integration • Java as a platform, not a language • Automate processes • Get involved with OSS • RIA
  • 16. 5 Things You Need To Do Now 1.) Continuous Integration • Build & Test the system as frequently as possible • Feedback, Transparency, Alignment, Risk Mitigation
  • 18. 5 Things You Need To Do Now 2.) Java as a Platform, Not a Language • Alternative languages and technologies can speed development • Groovy/Grails JVM Java API
  • 19. 5 Things You Need To Do Now 3.) Automate Processes • We waste time performing mundane tasks • Need to make development more efficient •  Compilation, Database Integration and Migration, Testing, Code Inspection, Deployments, Install Scripts, Notifications, Documentation GO!
  • 20. 5 Things You Need To Do Now 4.) Get Involved with OSS • Improve your development skills • Learn better ways of developing software • Connect with peers
  • 21. 5 Things You Need To Do Now 5.) RIA • Improve the UXP Thin Client Fat Client Client Server Processing Processing Centrally Decentrally Stateful Stateless Managed Managed OS Integration Limited Ubuitous No OS Integration Rich UXP Rich Lacks Primitive Portable UXP Portability UXP Off-Line RIA On-Line
  • 22. Surviving the Downturn Agenda • 5 Things You Shouldn’t Care About Now • 5 Things You Need To Do Now • 5 Things You Need To Learn Now • 5 Markets You Should Be Watching Now • The IT Labor Controversy •  The Education System •  The H-1B program •  The Job Market
  • 23. Surviving the Downturn Puzzler • Please Translate There are 10 types of people in the world. Name them! Those who understand binary, and those who don’t!
  • 24. Surviving the Downturn 5 Things You Need To Learn Now • OSGi • Learn a Functional language • Learn a Dynamic Language • Learn a fit client technology • Understand Domain Specific Languages
  • 25. 5 Things You Need To Learn now 1.) OSGi • Dynamic module system for Java •  Versioning, Dynamic Provisioning, Modularity
  • 26. 5 Things You Need To Learn now 2.) Learn a Functional Language • Eases concurrent programming through immutable state “The Future of Programming Languages”, Anders Hejlsberg. JAOO Aarhus 2008 Image Source:
  • 27. 5 Things You Need To Learn now 3.) Learn a Dynamic Language • Type checking deferred to runtime, but there is still a type system Java “4” + 2 results in “42” “The Future of Programming Languages”, Anders Hejlsberg. Ruby “4” + 2 results in TypeError JAOO Aarhus 2008 Image Source:
  • 28. 5 Things You Need To Learn now 4.) Learn a Fit Client Technology • AIR, Silverlight, Java FX Fit Client Thin Client Fat Client Client/Server Processing Client Server Processing Processing Centrally Decentrally Stateful Stateless Managed Managed OS Integration Limited Ubuitous No OS Integration Rich UXP Rich Lacks Primitive Portable UXP Portability UXP Off-Line On/Off-Line RIA On-Line
  • 29. 5 Things You Need To Learn now 5.) Understand Domain Specific Languages • Mini-languages aimed at solving a specific type of problem • Popular DSLs today •  Make, Ant, SQL $:.unshift File.join(File.dirname(__FILE__), quot;appquot;) require 'rake/testtask' task :default => [:coverage] require 'rcov/rcovtask' Rcov::RcovTask.new(:coverage) do |t| t.test_files = FileList['test/AllTests.rb'] t.rcov_opts << quot;-I ./appquot; + File::PATH_SEPARATOR + quot;./testquot; t.output_dir = quot;coverageoutquot; end
  • 30. Surviving the Downturn Agenda • 5 Things You Shouldn’t Care About Now • 5 Things You Need To Do Now • 5 Things You Need To Learn Now • 5 Markets You Should Be Watching Now • The IT Labor Controversy •  The Education System •  The H-1B program •  The Job Market
  • 31. Puzzler • Please Translate PEBKAC Problem Exists Between Keyboard And Chair
  • 32. 5 Markets You Should Be Watching Now • Microsoft • Eclipse Foundation • Mobile Development • The Cloud •  SaaS, PaaS, XaaS • Mozilla Labs
  • 33. 5 Markets You Should Be Watching Now 1.) Microsoft • Azure, Oslo, Rosario •  Cloud Strategy, DSL, and Tool Suites • Evolution of CLR & DLR
  • 34. 5 Markets You Should Be Watching Now 2.) Eclipse Foundation • From an IDE to an Ecosystem •  e4, EMF • Equinox OSGi runtime • IDE with alternative language support •  Ex. Scala • Cola •  Code collaboration and sharing • Ganymede • BIRT •  BI and Reporting Tools
  • 35. 5 Markets You Should Be Watching Now 3.) Mobile Development • Smartphones •  iPhone captures 2/3 of mobile browsing • Fragmented market •  MIDP, CLDC, CDC, OS X, Android, Symbian, BlackBerry •  Device as a virtual gateway to enterprise applications •  Applications run on a central server •  Applications execute within resident run-time •  Applications themselves are non-resident •  Resident applications reside on the device •  Require an RMA Platform
  • 36. 5 Markets You Should Be Watching Now 4.) The Cloud • Shared Infrastructure •  Better hardware utilization (more applications, users and transactions per machine) • Automation and dynamic re-configuration •  Facilitates self-service, provisioning, and flexible workload assignment • Elastic scalability •  Facilitates capacity and demand planning • Pay as you go •  Platform components procured and billed on subscription or usage basis • App Engine, Amazon, Azure, Force.com
  • 37. 5 Markets You Should Be Watching Now 5.) Mozilla Labs • Project Bespin •  Web-Based framework for code editing and collaboration • Prism •  WebApps on the Desktop
  • 38. Surviving the Downturn Agenda • 5 Things You Shouldn’t Care About Now • 5 Things You Need To Do Now • 5 Things You Need To Learn Now • 5 Markets You Should Be Watching Now • The IT Labor Controversy •  The Education System •  The H-1B program •  The Job Market
  • 39. Surviving the Downturn Puzzler • Please Translate Mathematician tells his colleague his wife just had a baby. “Is it a boy or a girl?”, asks the colleague. “Yes”, replied the mathematician.
  • 40. The IT Labor Controversy
  • 41. The IT Labor Controversy IT Labor Shortage – Education • Increased enrollment by 20% between 2000 and 2005. • Number of CS undergrad majors declared increased 10% in 2007. • Number of degrees awarded in 2006 exceeded the number in 2001. • Number of degrees awarded since 2000 have exceeded that of the most awarded prior to 2000.
  • 42. The IT Labor Controversy IT Labor Shortage – Industry • Projected 38% increase in software developers through 2016. • Annual job creation of 120,000 with 300,000 degrees conferred each year. • H-1B Visa Holders are paid between 12,500 and 20,000 less than American workers. • “The Fake Ads” Controversy There’s also a shortage of $2/6 pack micro brews
  • 43. Surviving the Downturn Thank you! Kirk Knoernschild Analyst, SDLC and Containers, Languages, & Frameworks Burton Group www.burtongroup.com kknoernschild@burtongroup.com Blog: http://apsblog.burtongroup.com Blog: http://techdistrict.kirkk.com Twitter: pragkirk