|  | <!DOCTYPE html> | 
					
						
						|  | <html lang="en"> | 
					
						
						|  | <head> | 
					
						
						|  | <meta charset="utf-8"> | 
					
						
						|  | <meta content="width=device-width, initial-scale=1.0" name="viewport"> | 
					
						
						|  | <title> | 
					
						
						|  | [NAME REDACTED] - Software Engineer | 
					
						
						|  | </title> | 
					
						
						|  | <meta content="Patrick Brosset's resume, work experience and education. Senior web developer skilled in many disciplines, ranging from building high-traffic dynamic websites to architecting complex web applications for professional users, as well as team leading." name="description"> | 
					
						
						|  | <meta content="Patrick Brosset" name="author"> | 
					
						
						|  | <style> | 
					
						
						|  | body { | 
					
						
						|  | font-family: Georgia, sans-serif; | 
					
						
						|  | line-height: 1.5em; | 
					
						
						|  | color: #333; | 
					
						
						|  | background: #eee; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | a { | 
					
						
						|  | color: rgb(14, 175, 228); | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | a:hover { | 
					
						
						|  | background: rgb(14, 175, 228); | 
					
						
						|  | color: white; | 
					
						
						|  | text-decoration: none; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | .container { | 
					
						
						|  | margin: 2em auto; | 
					
						
						|  | padding: 2em; | 
					
						
						|  | box-sizing: border-box; | 
					
						
						|  | max-width: 700px; | 
					
						
						|  | min-width: 400px; | 
					
						
						|  | background: white; | 
					
						
						|  | box-shadow: 0 0 5px #ccc; | 
					
						
						|  | border-radius: 5px; | 
					
						
						|  | position: relative; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | h1 { | 
					
						
						|  | font-weight: normal; | 
					
						
						|  | font-size: 3em; | 
					
						
						|  | margin: 0 0 .5em 0; | 
					
						
						|  | letter-spacing: -.05em; | 
					
						
						|  | line-height: 1em; | 
					
						
						|  | width: 50%; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | aside { | 
					
						
						|  | position: absolute; | 
					
						
						|  | top: 2em; | 
					
						
						|  | right: 2em; | 
					
						
						|  | width: 50%; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | aside a { | 
					
						
						|  | display: block; | 
					
						
						|  | text-align: right; | 
					
						
						|  | float: right; | 
					
						
						|  | clear: right; | 
					
						
						|  | margin-right: 25px; | 
					
						
						|  | position: relative; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | aside a::after { | 
					
						
						|  | content: ""; | 
					
						
						|  | display: block; | 
					
						
						|  | position: absolute; | 
					
						
						|  | background-repeat: no-repeat; | 
					
						
						|  | background-position: center; | 
					
						
						|  | width: 20px; | 
					
						
						|  | height: 20px; | 
					
						
						|  | top: 2px; | 
					
						
						|  | right: -25px; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | aside a.twitter::after { | 
					
						
						|  | background-image: url(twitter.png); | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | aside a.linkedin::after { | 
					
						
						|  | background-image: url(linkedin.png); | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | aside a.github::after { | 
					
						
						|  | background-image: url(github.png); | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | article { | 
					
						
						|  | padding: 0 0 1.5em 1em; | 
					
						
						|  | border-left: 1px dotted rgb(14, 175, 228); | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | article:last-child { | 
					
						
						|  | padding-bottom: 0; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | article h2 { | 
					
						
						|  | font-weight: normal; | 
					
						
						|  | font-size: 1.4em; | 
					
						
						|  | margin: 0; | 
					
						
						|  | position: relative; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | article h2::before { | 
					
						
						|  | content: ""; | 
					
						
						|  | display: block; | 
					
						
						|  | position: absolute; | 
					
						
						|  | left: -1em; | 
					
						
						|  | top: .3em; | 
					
						
						|  | width: .5em; | 
					
						
						|  | height: .5em; | 
					
						
						|  | border-radius: 50%; | 
					
						
						|  | box-sizing: border-box; | 
					
						
						|  | border: .15em solid rgb(14, 175, 228); | 
					
						
						|  | background: white; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | article h3 { | 
					
						
						|  | font-weight: normal; | 
					
						
						|  | font-size: .9em; | 
					
						
						|  | color: #777; | 
					
						
						|  | margin: 0; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | article .content { | 
					
						
						|  | margin-top: 1.5em; | 
					
						
						|  | } | 
					
						
						|  |  | 
					
						
						|  | article .content p { | 
					
						
						|  | margin: 0; | 
					
						
						|  | } | 
					
						
						|  | </style> | 
					
						
						|  | </head> | 
					
						
						|  | <body> | 
					
						
						|  | <div class="container" role="main"> | 
					
						
						|  | <h1> | 
					
						
						|  | [NAME REDACTED] | 
					
						
						|  | </h1> | 
					
						
						|  | <aside> | 
					
						
						|  | <a class="twitter" target="blank"> | 
					
						
						|  | [TWITTER REDACTED] | 
					
						
						|  | </a> | 
					
						
						|  | <a class="github" target="blank"> | 
					
						
						|  | [GITHUB REDACTED] | 
					
						
						|  | </a> | 
					
						
						|  | <a class="linkedin" target="blank"> | 
					
						
						|  | [LINKEDIN REDACTED] | 
					
						
						|  | </a> | 
					
						
						|  | </aside> | 
					
						
						|  | <article> | 
					
						
						|  | <h2> | 
					
						
						|  | Engineer Manager | 
					
						
						|  | </h2> | 
					
						
						|  | <h3> | 
					
						
						|  | <a target="blank"> | 
					
						
						|  | Mozilla | 
					
						
						|  | </a> | 
					
						
						|  | , France, May 2015 » Now | 
					
						
						|  | </h3> | 
					
						
						|  | <div class="content"> | 
					
						
						|  | <p> | 
					
						
						|  | Managing a part of the Firefox developer tools engineering team and owner of the Inspector tool. | 
					
						
						|  | </p> | 
					
						
						|  | </div> | 
					
						
						|  | </article> | 
					
						
						|  | <article> | 
					
						
						|  | <h2> | 
					
						
						|  | Senior Development Engineer | 
					
						
						|  | </h2> | 
					
						
						|  | <h3> | 
					
						
						|  | <a target="blank"> | 
					
						
						|  | Mozilla | 
					
						
						|  | </a> | 
					
						
						|  | , France, August 2013 » May 2015 | 
					
						
						|  | </h3> | 
					
						
						|  | <div class="content"> | 
					
						
						|  | <p> | 
					
						
						|  | Working on the Firefox developer tools, in charge of the HTML/CSS inspector part. | 
					
						
						|  | </p> | 
					
						
						|  | </div> | 
					
						
						|  | </article> | 
					
						
						|  | <article> | 
					
						
						|  | <h2> | 
					
						
						|  | Senior Web Development Engineer | 
					
						
						|  | </h2> | 
					
						
						|  | <h3> | 
					
						
						|  | <a target="blank"> | 
					
						
						|  | Amadeus | 
					
						
						|  | </a> | 
					
						
						|  | , France, July 2012 » August 2013 | 
					
						
						|  | </h3> | 
					
						
						|  | <div class="content"> | 
					
						
						|  | <p> | 
					
						
						|  | Working on the next generation mission-critical HTML5 user interfaces for the Airport IT industry. | 
					
						
						|  | <br> | 
					
						
						|  | Targetting modern browsers using HTML5, CSS3 and client-side templating. | 
					
						
						|  | </p> | 
					
						
						|  | </div> | 
					
						
						|  | </article> | 
					
						
						|  | <article> | 
					
						
						|  | <h2> | 
					
						
						|  | Team Leader | 
					
						
						|  | </h2> | 
					
						
						|  | <h3> | 
					
						
						|  | <a target="blank"> | 
					
						
						|  | Amadeus | 
					
						
						|  | </a> | 
					
						
						|  | , France, June 2009 » July 2012 | 
					
						
						|  | </h3> | 
					
						
						|  | <div class="content"> | 
					
						
						|  | <p> | 
					
						
						|  | In charge of the team developing the Amadeus | 
					
						
						|  | <a target="blank"> | 
					
						
						|  | aria templates | 
					
						
						|  | </a> | 
					
						
						|  | web user interface framework. | 
					
						
						|  | <br> | 
					
						
						|  | Team focused on delivering a fast, reliable and scalable software that enables professional ajax-based web applications to be built. | 
					
						
						|  | <br> | 
					
						
						|  | I helped create the team, put processes in place (introduced SCRUM methodology) and I managed it for about 3 years to make it the official Amadeus UI framework, used by hundreds within the company, and now also open sourced. | 
					
						
						|  | </p> | 
					
						
						|  | </div> | 
					
						
						|  | </article> | 
					
						
						|  | <article> | 
					
						
						|  | <h2> | 
					
						
						|  | Web Development Engineer | 
					
						
						|  | </h2> | 
					
						
						|  | <h3> | 
					
						
						|  | <a target="blank"> | 
					
						
						|  | Amadeus | 
					
						
						|  | </a> | 
					
						
						|  | , France, January 2008 » May 2009 | 
					
						
						|  | </h3> | 
					
						
						|  | <div class="content"> | 
					
						
						|  | <p> | 
					
						
						|  | Using a variety of technologies from Java/J2EE to Ajax, Javascript, HTML and CSS, I participated in the design/architecture, development and maintenance of the Amadeus' client/server framework. | 
					
						
						|  | <br> | 
					
						
						|  | Helping and training other development teams using the framework to implement web applications for travel agencies and airlines. | 
					
						
						|  | <br> | 
					
						
						|  | During that experience, I also worked on one of Amadeus' airlines retail sites engine, primarily focused on improving the Javascript and CSS layers of the application. | 
					
						
						|  | </p> | 
					
						
						|  | </div> | 
					
						
						|  | </article> | 
					
						
						|  | <article> | 
					
						
						|  | <h2> | 
					
						
						|  | Web Development Engineer | 
					
						
						|  | </h2> | 
					
						
						|  | <h3> | 
					
						
						|  | <a target="blank"> | 
					
						
						|  | Astek | 
					
						
						|  | </a> | 
					
						
						|  | , France, July 2006 » January 2008 | 
					
						
						|  | </h3> | 
					
						
						|  | <div class="content"> | 
					
						
						|  | <p> | 
					
						
						|  | Software engineer contracting for Amadeus, working on | 
					
						
						|  | <a target="blank"> | 
					
						
						|  | aircanada.com | 
					
						
						|  | </a> | 
					
						
						|  | . | 
					
						
						|  | <br> | 
					
						
						|  | Implemented and maintained several of the booking pages, implementing mockups provided by the customer, and especially helping on the CSS part. | 
					
						
						|  | </p> | 
					
						
						|  | </div> | 
					
						
						|  | </article> | 
					
						
						|  | <article> | 
					
						
						|  | <h2> | 
					
						
						|  | Web Designer/Developer | 
					
						
						|  | </h2> | 
					
						
						|  | <h3> | 
					
						
						|  | <a target="blank"> | 
					
						
						|  | Zoe Communications | 
					
						
						|  | </a> | 
					
						
						|  | , New Zealand, June 2004 » February 2006 | 
					
						
						|  | </h3> | 
					
						
						|  | <div class="content"> | 
					
						
						|  | <p> | 
					
						
						|  | Web developer and designer for small to medium size New Zealand companies. | 
					
						
						|  | <br> | 
					
						
						|  | Responsible for the complete design phase, from early meetings with clients, to mockup proposals and final working HTML versions. | 
					
						
						|  | <br> | 
					
						
						|  | Development of the site using PHP/MySQL and an internal CMS. | 
					
						
						|  | </p> | 
					
						
						|  | </div> | 
					
						
						|  | </article> | 
					
						
						|  | </div> | 
					
						
						|  | </body> | 
					
						
						|  | </html> | 
					
						
						|  |  |