Andi Gutmans

Last updated
Andi Gutmans
AndiGutmans18045.commons.jpg
Andi Gutmans, 2015
Born
Andrei Gutmans

Switzerland
NationalitySwiss, British, Israeli, American
EducationTechnion – Israel Institute of Technology (B.Sc. in Computer Science)
Occupation(s)Programmer, Entrepreneur
Known forCo-creating PHP, Co-founding Zend Technologies
TitleVP Engineering, Databases at Google

Andi (Andrei [1] ) Gutmans is an Israeli programmer and entrepreneur.

Contents

Biography

Andi Gutmans holds a bachelor’s degree in Computer Science from the Technion in Haifa. [2] Gutmans holds four citizenships: Swiss, British, Israeli and American. [1]

Business career

Andi Gutmans helped to co-create PHP, and co-founded Zend Technologies [3] and is a VP Engineering, Databases at Google. A graduate of the Technion, the Israel Institute of Technology in Haifa, Gutmans and fellow student Zeev Suraski created PHP 3 in 1997. In 1999 they wrote the Zend Engine, the core of PHP 4, and founded Zend Technologies, which has since overseen PHP advances, including the PHP 5 [4] and most recent PHP 7 releases. The name Zend is a portmanteau of their forenames, Zeev and Andi. [5]

Gutmans served as CEO of Zend Technologies until October 2015 when Zend was acquired by Rogue Wave Software. Before being appointed CEO in February 2009, [6] he led Zend's R&D including development of all Zend products and Zend's contributions to the open-source Zend Framework and PHP Development Tools projects. He has participated at Zend in its corporate financing and has also led alliances with vendors like Adobe, IBM, Microsoft, and Oracle. [3]

Gutmans served on the board of the Eclipse Foundation [7] (October 2005 – October 2008), [8] [9] is an emeritus member of the Apache Software Foundation, [10] and was nominated for the FSF Award for the Advancement of Free Software [11] in 1999.

In 2004 he wrote a book called "PHP 5 Power Programming" [12] together with Stig Bakken and Derick Rethans.

Gutmans was recognized by ComputerWorld magazine in July 2007 [13] [14] in their article "40 Under 40: 40 Innovative IT People to Watch, Under the Age of 40.” [15]

In March 2016, Gutmans left Rogue Wave [16] to join Amazon Web Services. [17] Explaining his motivations, Gutmans cited "Cloud infrastructure adoption is at a tipping point" and "the data 'center of gravity' is moving to the cloud", where Amazon "appears to effectively balance innovation and invention: a focus on customer value with a bias to action". [18] In his role at Amazon Web Services, Gutmans managed Amazon Elasticsearch Service, Amazon Redshift, Amazon CloudSearch, Amazon ElastiCache and Amazon Neptune.

In May 2020, Gutmans joined Google as VP Engineering, Databases. [19]

Related Research Articles

<span class="mw-page-title-main">PHP</span> Scripting language created in 1994

PHP is a general-purpose scripting language geared towards web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1993 and released in 1995. The PHP reference implementation is now produced by the PHP Group. PHP was originally an abbreviation of Personal Home Page, but it now stands for the recursive initialism PHP: Hypertext Preprocessor.

<span class="mw-page-title-main">Technion – Israel Institute of Technology</span> Israeli research university in Haifa

The Technion – Israel Institute of Technology is a public research university located in Haifa, Israel. Established in 1912 by Jews under the dominion of the Ottoman Empire, the Technion is the oldest university in the country.

An application server is a server that hosts applications or software that delivers a business application through a communication protocol. For a typical web application, the application server sits behind the web servers.

The Zend Engine is a compiler and runtime environment for the PHP scripting language and consists of the Zend Virtual Machine, which is composed of the Zend Compiler and the Zend Executor, that compiles and executes the PHP code. It was originally developed by Andi Gutmans and Zeev Suraski while they were students at the Technion – Israel Institute of Technology. They later founded a company called Zend Technologies in Ramat Gan, Israel. The name Zend is a combination of their forenames, Zeev and Andi.

<span class="mw-page-title-main">Zend (company)</span>

Zend, formerly Zend Technologies, is a Minneapolis, Minnesota-based software company. The company's products, which include Zend Studio, assist software developers with developing, deploying, and managing PHP-based web applications.

<span class="mw-page-title-main">Rasmus Lerdorf</span> Danish programmer and creator of PHP

Rasmus Lerdorf is a Danish-Canadian programmer. He co-authored and inspired the PHP scripting language, authoring the first two versions of the language and participating in the development of later versions led by a group of developers including Jim Winstead, Stig Bakken, Shane Caraveo, Andi Gutmans, and Zeev Suraski. He continues to contribute to the project.

<span class="mw-page-title-main">Zeev Suraski</span> Israeli computer scientist

Zeev Suraski born February 18, 1976, is an Israeli programmer, PHP developer and co-founder of Zend Technologies. A graduate of the Technion in Haifa, Israel, Suraski and Andi Gutmans created PHP 3 in 1997. In 1999 they wrote the Zend Engine, the core of PHP 4, and founded Zend Technologies, which has since overseen PHP advances. The name Zend is a portmanteau of their forenames, Zeev and Andi.

<span class="mw-page-title-main">IBM Israel</span> Globally integrated enterprise

IBM is a globally integrated enterprise operating in 170 countries. IBM's R&D history in Israel began in 1972 when Professor Josef Raviv established the IBM Israel Scientific Center in the Technion's Computer Science Building in Haifa. As of 2023, over 3000 individuals work at IBM R&D locations across Israel, including Haifa, Tel Aviv, Herzliya, Rehovot, and the Jerusalem Technology Park. IBM research and development activities in Israel include a number of labs.

Zend Studio is a commercial, proprietary integrated development environment (IDE) for PHP developed by Zend Technologies, based on the PHP Development Tools (PDT) plugin for the Eclipse platform.

Laminas Project is an open source, object-oriented web application framework implemented in PHP 7 and licensed under the New BSD License. The framework is basically a collection of professional PHP-based packages. The framework uses various packages by the use of Composer as part of its package dependency managers; some of them are PHPUnit for testing all packages, Travis CI for continuous Integration Services. Laminas provides to users a support of the model–view–controller (MVC) in combination with Front Controller solution. MVC implementation in Laminas has five main areas. The router and dispatcher functions to decide which controller to run based on data from URL, and controller functions in combination with the model and view to develop and create the final web page.

<span class="mw-page-title-main">Rogue Wave Software</span> American software company

Rogue Wave Software was an American software development company based in Louisville, Colorado. It provided cross-platform software development tools and embedded components for parallel, data-intensive, and other high-performance computing (HPC) applications.

<span class="mw-page-title-main">PHP Development Tools</span>

PHP Development Tools (PDT) is a language IDE plugin for the Eclipse platform and the open-source project that develops it.

A Contributor License Agreement (CLA) defines the terms under which intellectual property has been contributed to a company/project, typically software under an open source license.

Service Component Architecture (SCA) is a software technology designed to provide a model for applications that follow service-oriented architecture principles. The technology, created by major software vendors, including IBM, Oracle Corporation and TIBCO Software, encompasses a wide range of technologies and as such is specified in independent specifications to maintain programming language and application environment neutrality. Many times it uses an enterprise service bus (ESB).

<span class="mw-page-title-main">Rackspace Cloud</span> Cloud computing platform

The Rackspace Cloud is a set of cloud computing products and services billed on a utility computing basis from the US-based company Rackspace. Offerings include Cloud Storage, virtual private server, load balancers, databases, backup, and monitoring.

<span class="mw-page-title-main">Xdebug</span> PHP extension used for debugging and profiling

Xdebug is a PHP extension which provides debugging and profiling capabilities. It uses the DBGp debugging protocol.

php[architect] is a magazine dedicated to PHP programming language.

Perforce Software, Inc. is an American developer of software used for developing and running applications, including version control software, web-based repository management, developer collaboration, application lifecycle management, web application servers, debugging tools, platform automation, and agile planning software.

References

  1. 1 2 "CEO Friday Fun-Facts: Andi Gutmans, CEO & Co-founder at Zend". Viola Group. Jul 3, 2015.
  2. Interview – Zeev Suraski and Andi Gutmans
  3. 1 2 "Andi Gutmans Zend corporate biography". 2008. Archived from the original on 2008-09-13. Retrieved 2008-10-07.
  4. "Andi & Zeev Creators of PHP 5". 2008. Archived from the original on 1 July 2008. Retrieved 2008-07-02.
  5. "Andi & Zeev PHP History". 2008. Archived from the original on 8 July 2008. Retrieved 2008-07-02.
  6. "Zend Technologies Co-Founder Andi Gutmans Named Chief Executive Officer". 2009. Archived from the original on 6 February 2009. Retrieved 2009-02-10.
  7. "Andi Gutmans Eclipse Foundation Board Member". 2008. Archived from the original on 5 July 2008. Retrieved 2008-07-02.
  8. "Andi Gutmans Joined Eclipse Foundation as Board Member". 2008. Retrieved 2008-07-02.
  9. "Andi Gutmans Joined Eclipse Foundation Board Member 2nd Ref". 2008. Archived from the original on 2008-01-05. Retrieved 2008-07-02.
  10. "Andi Gutmans Apache Software Foundation Emeritus Member". 2008. Archived from the original on 1 July 2008. Retrieved 2008-07-02.
  11. "Andi Gutmans Free Software Foundation Award Nominee". 2008. Archived from the original on 24 July 2008. Retrieved 2008-07-02.
  12. Gutmans, Andi; Bakken, Stig Sæther; Rethans, Derick (2008). PHP 5 Power Programming book at Amazon. Prentice Hall PTR. ISBN   978-0131471498.
  13. "ComputerWorld Article Andi Gutmans". 2008. Retrieved 2008-07-02.
  14. "ComputerWorld Article Full Profile of Andi Gutmans". 2008. Retrieved 2008-07-02.
  15. "ComputerWorld Article 40 Under 40". 2008. Retrieved 2008-07-02.
  16. "Andi Gutmans Leaving Zend Rogue Wave". InternetNews.com. Retrieved 2016-07-30.
  17. "AWS hires PHP legend Andi Gutmans to nurture its next-generation NoSQL database". Silicon Angle. Retrieved 2016-07-30.
  18. "Why I am joining the Amazon Web Services big data group". LinkedIn. Retrieved 2016-07-29.
  19. "Andi Gutmans' Linkedin Page". Archived from the original on 2020-05-23.