Help
RSS
API
Feed
Maltego
Contact
Domain > cristiancaroli.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2026-01-15
13.32.179.103
(
ClassC
)
2026-02-17
3.169.173.124
(
ClassC
)
Port 80
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 16106Connection: keep-aliveLast-Modified: Thu, 06 Nov 2025 09:58:44 GMTx-amz-version-id: i5ZYh8HgCMrEfbXhuJL5OZfiaoqmmg_gServer: AmazonS3Date: Tue, 17 Feb 2026 01:58:29 GMTCache-Control: max-age300, publicETag: 23cc63382729180d4a42b5f8e7df9cefX-Cache: RefreshHit from cloudfrontVia: 1.1 7ad3d6571deff4c3c83d7e4476fcc6d0.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: 4TmHr2QPiWYp-a2svrLk-2fgTCqq7Dbe6IxmzVQaj3ngY4X3dehOeg !DOCTYPE html>html langen> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta namedescription contentCristian E. Caroli - Software Engineer & Engineering Manager with over 15 years of experience in tech. /> !-- Open Graph / Facebook --> meta propertyog:type contentwebsite /> meta propertyog:url contenthttps://cristiancaroli.com/ /> meta propertyog:title contentCristian E. Caroli - Software Engineer & Engineering Manager /> meta propertyog:description contentSoftware Engineer & Engineering Manager with over 15 years of experience in tech. /> meta propertyog:image contenthttps://cristiancaroli.com/img/profile.jpg /> !-- Twitter --> meta nametwitter:card contentsummary_large_image /> meta nametwitter:url contenthttps://cristiancaroli.com/ /> meta nametwitter:title contentCristian E. Caroli - Software Engineer & Engineering Manager /> meta nametwitter:description contentSoftware Engineer & Engineering Manager with over 15 years of experience in tech. /> meta nametwitter:image contenthttps://cristiancaroli.com/img/profile.jpg /> !-- Favicon --> link relicon typeimage/png hrefdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAbBJREFUWEftl0tuwzAMRJUc0EVv3wO0hy96+57ARXqWBpnCJhWTsi3ZQZECWQQQSHJmOPxQ0ovqvV+ljLV2/p6m6YscOOeOIYQHpdS51vpzGIbP7Xb7Ne4XAcw3xvgQY3zbnIjoXSkFEFxfizEeUkrnnPNZKfWktX6fAZQg5hCm+LmOMT5OKR1TSm8ppXeA1EDwjeu1JQTAvAzg936/v6zXawAgKwBQZQEAmQHghBBXgDnUGsKyAQDMzs4AcJaIvohIYX0JgmJYAAAZcl8CoAZRArD65pxzFrCWEID5tD1rTxEAIPoQEdYLAC8AmEEaQaAw5wBwuN0AADIHWtRCPQwjAExhEQCdsTnzroBaWoQQ8Psb60JKa9uYTznnizHmrLU+GGNwPQO0iCHmAADHXkVYhJiD4P5ZEdcgQggXIrqklE5TSjgUbgBYQaAQARBj/CKib631mYiOfRAoRi4kU7i5XS4j0LISAURrfZ1J2Aah1hoQiJ9zDobC/HEYhq8ugBYQWDvnkHqYfxKR1wBohYBGUHg/xzQBtEAUx2k3gPoTxzMFoAZRbMN/D+AP/MfuIfKcKEQAAAAASUVORK5CYII /> title>Cristian E. Caroli - Software Engineer & Engineering Manager/title> !-- Fira Code font --> link relstylesheet hrefhttps://fonts.googleapis.com/css2?familyFira+Code:wght@300;400;500;600;700&displayswap /> style> :root { --primary-color: #0072b1; --secondary-color: #f8f9fa; --text-color: #333; --light-text: #666; --border-color: #eaeaea; --section-spacing: 2rem; --transition: all 0.3s ease; } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } * { margin: 0; padding: 0; box-sizing: border-box; } html, body { min-height: 100%; height: auto; } html { background: linear-gradient(-45deg, #ff00cc, #3333ff, #00ccff, #33cc33); background-size: 400% 400%; animation: gradient 15s ease infinite; background-attachment: fixed; } body { font-family: Fira Code, monospace, Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: var(--text-color); background-color: #fff; max-width: 800px; margin: 2rem auto; padding: 1.5rem; border-radius: 12px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3); } header { text-align: center; margin-bottom: var(--section-spacing); padding-bottom: 1rem; border-bottom: 1px solid var(--border-color); } h1 { font-size: 2.5rem; color: var(--primary-color); margin-bottom: 0.5rem; } h2 { font-size: 1.8rem; color: var(--primary-color); margin-top: var(--section-spacing); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border-color); } h3 { font-size: 1.4rem; margin-top: 1.5rem; margin-bottom: 0.5rem; } p, li { margin-bottom: 0.5rem; } .subtitle { font-size: 1.2rem; color: var(--light-text); margin-bottom: 0.5rem; } .location { font-size: 1rem; color: var(--light-text); display: block; margin-bottom: 0.5rem; } .meta { font-style: italic; color: var(--light-text); margin-bottom: 1rem; } ul { list-style-position: inside; margin-left: 1rem; } a { color: var(--primary-color); text-decoration: none; transition: var(--transition); } a:hover { color: #005582; text-decoration: underline; } .contact-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; list-style: none; margin: 1rem 0; } .contact-list li { margin: 0; } .skills-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; list-style: none; margin-left: 0; } .skills-list li { background-color: var(--secondary-color); padding: 0.5rem 1rem; border-radius: 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); transition: var(--transition); } .skills-list li:hover { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); transform: translateY(-2px); } .job { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px dashed var(--border-color); } .job:last-child { border-bottom: none; } .job-title { font-weight: bold; font-size: 1.2rem; } .job-meta { color: var(--light-text); margin-bottom: 0.5rem; } .job-description { margin-bottom: 0.5rem; } footer { margin-top: var(--section-spacing); text-align: center; color: var(--light-text); font-size: 0.9rem; padding-top: 1rem; border-top: 1px solid var(--border-color); } @media print { body { font-size: 12pt; line-height: 1.5; } a { text-decoration: none; color: var(--text-color); } } @media (max-width: 768px) { .skills-list { grid-template-columns: 1fr; } .contact-list { flex-direction: column; align-items: center; gap: 0.5rem; } h1 { font-size: 1.8rem; } .subtitle { font-size: 1rem; } } /style> /head> body> header> h1>Cristian E. Caroli/h1> p classsubtitle>Software Engineer and Manager/p> p classlocation>Barcelona, Spain π/p> p>Over 15 years of experience in tech./p> ul classcontact-list> li> a hrefmailto:cristiancaroli@gmail.com relnoopener noreferrer >π§ cristiancaroli@gmail.com/a > /li> li> a hrefhttps://www.linkedin.com/in/cristiancaroli/ target_blank relnoopener noreferrer >LinkedIn/a > /li> li> a hrefhttps://www.hammerspacepodcast.com/ target_blank relnoopener noreferrer >Hammerspace/a > /li> li> a hrefcristian_caroli_cv.pdf target_blank relnoopener noreferrer >π¨οΈ print friendly cv/a > /li> /ul> /header> main> section idskills> h2>π Skills/h2> h3>Technologies and Practices/h3> ul classskills-list> li> strong>Programming:/strong> JavaScript, TypeScript, Java, Ruby, Python, Scala /li> li> strong>Frameworks:/strong> React, Redux, Express, Spring, Rails, Play /li> li> strong>Cloud & DevOps:/strong> AWS, Jenkins, Travis CI, Docker, Kubernetes, Terraform /li> li> strong>Practices and Leadership:/strong> XP, TDD, Scrum, Kanban, Mentorship, OKRs, Hiring Processes /li> /ul> /section> section idexperience> h2>πΌ Work Experience/h2> article classjob> h3>Director of Engineering @ ChessKid (Chess.com)/h3> p classjob-meta>Mar 2025 β Present | Remote (Barcelona, Spain)/p> p classjob-description> Leading engineering at ChessKid, part of Chess.com, the worlds number one kid-safe chess platform with over 13 million global users and more than 600K monthly actives. /p> ul> li> Hands-on with backend, mobile, and web systems while driving architecture, reliability, and product delivery. /li> li> Partnering directly with the CTO and VPs, TLs and PMs across Chess.com to align technical execution, product strategy, and long-term platform growth. /li> li> Focused on building high-performing teams and ensuring our little users have as much fun as possible without any downtime other than early bed times. /li> /ul> /article> article classjob> h3>Director of Engineering @ Stuart/h3> p classjob-meta> Aug 2024 β Mar 2025 | Remote (Barcelona, Spain) /p> p classjob-description> Head of engineering for the Delivery Network Optimization convoy β 8 teams of engineers, analysts, data scientists, and product/program managers. /p> ul> li>Led 8 teams of ~40 engineers and managers across Europe./li> li> Built and maintained systems, routing algorithms, and internal tools to optimize delivery network performance. /li> li>Dropped memes in `#random` (unofficially)./li> /ul> /article> article classjob> h3>Senior Engineering Manager @ Stuart/h3> p classjob-meta> Feb 2023 β Aug 2024 | Remote (Barcelona, Spain) /p> ul> li> Oversaw technical leadership and performance of internal teams in the Supply & Demand organization regulating incentives and demand management. /li> li> Facilitated collaboration between stakeholders and technical contributors. /li> /ul> /article> article classjob> h3>Engineering Manager @ Twitter/h3> p classjob-meta> Aug 2021 β Feb 2023 | Remote (Barcelona, Spain) /p> ul> li>Led 2 ad products teams (~12 engineers)./li> li>Delivered em>Quick Promote/em> and em>Simple Ads/em>./li> li>Managed career growth and hiring./li> li>Led launch of Boost (iOS version)./li> /ul> /article> article classjob> h3>Tech Lead @ ThoughtWorks/h3> p classjob-meta>Apr 2019 β Jul 2021/p> ul> li> Led teams and technical delivery in AutoScout, ImmoScout and Zalando Warehouse. /li> li> Facilitated React/TypeScript trainings and tech leadership workshops. /li> /ul> /article> article classjob> h3>Senior Consultant @ ThoughtWorks/h3> p classjob-meta>Jan 2017 β Apr 2019/p> ul> li>Delivered and maintained critical services./li> li>Built client relationships and aligned strategy./li> li>Contributed to internal and external events./li> /ul> /article> article classjob> h3>Head of Product Design @ Chalk/h3> p classjob-meta>Aug 2015 β Jan 2017/p> ul> li>Co-founded Chalk, a fantasy sports site./li> li> Led product design and frontend development, brand identity, and UI. /li> /ul> /article> article classjob> h3>API Solutions Engineer @ 3scale/h3> p classjob-meta>May 2015 β Aug 2015/p> ul> li> Led API implementations for high-profile launches using the 3Scale API Gateway. /li> li> Managed inductions of external teams into our architecture, code, support, and training for integrations. /li> /ul> /article> article classjob> h3>Game Developer @ Akamon Entertainment/h3> p classjob-meta>May 2013 β May 2015/p> ul> li> Built social games in mundijuegos.com where we had a daily revenue of ~$50k in a platform of +11M users. /li> /ul> /article> /section> section idearly-career> h2>π Early Career Highlights/h2> ul> li> Freelance developer and Adobe Flash instructor in Venezuela, delivering advergames and branded web experiences for local and regional clients. /li> li> Built interactive marketing tools and Flash-based games for educational and commercial campaigns before transitioning to full-time software development. /li> /ul> /section> section ideducation> h2>π Education/h2> ul> li> π strong>Master in Cinematographic Direction/strong> β ESCAC, 2012 /li> li> π€ strong>Computer Science/strong> β Universidad SimΓ³n BolΓvar, 2009 /li> li classmeta> π strong>Thesis/strong>: Adaptive game environments based on player behavior. em>Exceptionally Good Mention/em> /li> /ul> /section> section idmemberships> h2>π³ Memberships/h2> ul> li>Siggraph Volunteer/li> li>GIA USB (AI Group)/li> li>CEIC USB/li> li>JOINCIC Founder (Head of Image)/li> li>Global Game Jam 2011 β Game Designer/li> /ul> /section> section idspeaking> h2>π£ Speaking Engagements/h2> ul> li> Gamexpo, Caracas 2009 β em>Chester: Adaptive Storytelling/em> /li> li> JOINCIC, Caracas 2009 β em>Intelligent Environments for Videogames/em> /li> /ul> /section> section idinterests> h2>π§ Interests/h2> ul> li>Storytelling/li> li>Game Design/li> li>AI/li> li>Graphics/li> li>UX/li> li>Interactive Narratives/li> /ul> /section> /main> footer> p>Thanks for visiting. π©π/p> /footer> /body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 16106Connection: keep-aliveLast-Modified: Thu, 06 Nov 2025 09:58:44 GMTx-amz-version-id: i5ZYh8HgCMrEfbXhuJL5OZfiaoqmmg_gServer: AmazonS3Date: Tue, 17 Feb 2026 01:58:29 GMTCache-Control: max-age300, publicETag: 23cc63382729180d4a42b5f8e7df9cefX-Cache: Hit from cloudfrontVia: 1.1 7ad3d6571deff4c3c83d7e4476fcc6d0.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P4X-Amz-Cf-Id: VqxZevjks6mqkgyGj1N1Y2OkQ2VFopcn210YBXB8Z19iGGxY1nSH2Q !DOCTYPE html>html langen> head> meta charsetUTF-8 /> meta nameviewport contentwidthdevice-width, initial-scale1.0 /> meta namedescription contentCristian E. Caroli - Software Engineer & Engineering Manager with over 15 years of experience in tech. /> !-- Open Graph / Facebook --> meta propertyog:type contentwebsite /> meta propertyog:url contenthttps://cristiancaroli.com/ /> meta propertyog:title contentCristian E. Caroli - Software Engineer & Engineering Manager /> meta propertyog:description contentSoftware Engineer & Engineering Manager with over 15 years of experience in tech. /> meta propertyog:image contenthttps://cristiancaroli.com/img/profile.jpg /> !-- Twitter --> meta nametwitter:card contentsummary_large_image /> meta nametwitter:url contenthttps://cristiancaroli.com/ /> meta nametwitter:title contentCristian E. Caroli - Software Engineer & Engineering Manager /> meta nametwitter:description contentSoftware Engineer & Engineering Manager with over 15 years of experience in tech. /> meta nametwitter:image contenthttps://cristiancaroli.com/img/profile.jpg /> !-- Favicon --> link relicon typeimage/png hrefdata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAbBJREFUWEftl0tuwzAMRJUc0EVv3wO0hy96+57ARXqWBpnCJhWTsi3ZQZECWQQQSHJmOPxQ0ovqvV+ljLV2/p6m6YscOOeOIYQHpdS51vpzGIbP7Xb7Ne4XAcw3xvgQY3zbnIjoXSkFEFxfizEeUkrnnPNZKfWktX6fAZQg5hCm+LmOMT5OKR1TSm8ppXeA1EDwjeu1JQTAvAzg936/v6zXawAgKwBQZQEAmQHghBBXgDnUGsKyAQDMzs4AcJaIvohIYX0JgmJYAAAZcl8CoAZRArD65pxzFrCWEID5tD1rTxEAIPoQEdYLAC8AmEEaQaAw5wBwuN0AADIHWtRCPQwjAExhEQCdsTnzroBaWoQQ8Psb60JKa9uYTznnizHmrLU+GGNwPQO0iCHmAADHXkVYhJiD4P5ZEdcgQggXIrqklE5TSjgUbgBYQaAQARBj/CKib631mYiOfRAoRi4kU7i5XS4j0LISAURrfZ1J2Aah1hoQiJ9zDobC/HEYhq8ugBYQWDvnkHqYfxKR1wBohYBGUHg/xzQBtEAUx2k3gPoTxzMFoAZRbMN/D+AP/MfuIfKcKEQAAAAASUVORK5CYII /> title>Cristian E. Caroli - Software Engineer & Engineering Manager/title> !-- Fira Code font --> link relstylesheet hrefhttps://fonts.googleapis.com/css2?familyFira+Code:wght@300;400;500;600;700&displayswap /> style> :root { --primary-color: #0072b1; --secondary-color: #f8f9fa; --text-color: #333; --light-text: #666; --border-color: #eaeaea; --section-spacing: 2rem; --transition: all 0.3s ease; } @keyframes gradient { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } } * { margin: 0; padding: 0; box-sizing: border-box; } html, body { min-height: 100%; height: auto; } html { background: linear-gradient(-45deg, #ff00cc, #3333ff, #00ccff, #33cc33); background-size: 400% 400%; animation: gradient 15s ease infinite; background-attachment: fixed; } body { font-family: Fira Code, monospace, Segoe UI, Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: var(--text-color); background-color: #fff; max-width: 800px; margin: 2rem auto; padding: 1.5rem; border-radius: 12px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3); } header { text-align: center; margin-bottom: var(--section-spacing); padding-bottom: 1rem; border-bottom: 1px solid var(--border-color); } h1 { font-size: 2.5rem; color: var(--primary-color); margin-bottom: 0.5rem; } h2 { font-size: 1.8rem; color: var(--primary-color); margin-top: var(--section-spacing); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--border-color); } h3 { font-size: 1.4rem; margin-top: 1.5rem; margin-bottom: 0.5rem; } p, li { margin-bottom: 0.5rem; } .subtitle { font-size: 1.2rem; color: var(--light-text); margin-bottom: 0.5rem; } .location { font-size: 1rem; color: var(--light-text); display: block; margin-bottom: 0.5rem; } .meta { font-style: italic; color: var(--light-text); margin-bottom: 1rem; } ul { list-style-position: inside; margin-left: 1rem; } a { color: var(--primary-color); text-decoration: none; transition: var(--transition); } a:hover { color: #005582; text-decoration: underline; } .contact-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.5rem; list-style: none; margin: 1rem 0; } .contact-list li { margin: 0; } .skills-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1rem; list-style: none; margin-left: 0; } .skills-list li { background-color: var(--secondary-color); padding: 0.5rem 1rem; border-radius: 4px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); transition: var(--transition); } .skills-list li:hover { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15); transform: translateY(-2px); } .job { margin-bottom: 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px dashed var(--border-color); } .job:last-child { border-bottom: none; } .job-title { font-weight: bold; font-size: 1.2rem; } .job-meta { color: var(--light-text); margin-bottom: 0.5rem; } .job-description { margin-bottom: 0.5rem; } footer { margin-top: var(--section-spacing); text-align: center; color: var(--light-text); font-size: 0.9rem; padding-top: 1rem; border-top: 1px solid var(--border-color); } @media print { body { font-size: 12pt; line-height: 1.5; } a { text-decoration: none; color: var(--text-color); } } @media (max-width: 768px) { .skills-list { grid-template-columns: 1fr; } .contact-list { flex-direction: column; align-items: center; gap: 0.5rem; } h1 { font-size: 1.8rem; } .subtitle { font-size: 1rem; } } /style> /head> body> header> h1>Cristian E. Caroli/h1> p classsubtitle>Software Engineer and Manager/p> p classlocation>Barcelona, Spain π/p> p>Over 15 years of experience in tech./p> ul classcontact-list> li> a hrefmailto:cristiancaroli@gmail.com relnoopener noreferrer >π§ cristiancaroli@gmail.com/a > /li> li> a hrefhttps://www.linkedin.com/in/cristiancaroli/ target_blank relnoopener noreferrer >LinkedIn/a > /li> li> a hrefhttps://www.hammerspacepodcast.com/ target_blank relnoopener noreferrer >Hammerspace/a > /li> li> a hrefcristian_caroli_cv.pdf target_blank relnoopener noreferrer >π¨οΈ print friendly cv/a > /li> /ul> /header> main> section idskills> h2>π Skills/h2> h3>Technologies and Practices/h3> ul classskills-list> li> strong>Programming:/strong> JavaScript, TypeScript, Java, Ruby, Python, Scala /li> li> strong>Frameworks:/strong> React, Redux, Express, Spring, Rails, Play /li> li> strong>Cloud & DevOps:/strong> AWS, Jenkins, Travis CI, Docker, Kubernetes, Terraform /li> li> strong>Practices and Leadership:/strong> XP, TDD, Scrum, Kanban, Mentorship, OKRs, Hiring Processes /li> /ul> /section> section idexperience> h2>πΌ Work Experience/h2> article classjob> h3>Director of Engineering @ ChessKid (Chess.com)/h3> p classjob-meta>Mar 2025 β Present | Remote (Barcelona, Spain)/p> p classjob-description> Leading engineering at ChessKid, part of Chess.com, the worlds number one kid-safe chess platform with over 13 million global users and more than 600K monthly actives. /p> ul> li> Hands-on with backend, mobile, and web systems while driving architecture, reliability, and product delivery. /li> li> Partnering directly with the CTO and VPs, TLs and PMs across Chess.com to align technical execution, product strategy, and long-term platform growth. /li> li> Focused on building high-performing teams and ensuring our little users have as much fun as possible without any downtime other than early bed times. /li> /ul> /article> article classjob> h3>Director of Engineering @ Stuart/h3> p classjob-meta> Aug 2024 β Mar 2025 | Remote (Barcelona, Spain) /p> p classjob-description> Head of engineering for the Delivery Network Optimization convoy β 8 teams of engineers, analysts, data scientists, and product/program managers. /p> ul> li>Led 8 teams of ~40 engineers and managers across Europe./li> li> Built and maintained systems, routing algorithms, and internal tools to optimize delivery network performance. /li> li>Dropped memes in `#random` (unofficially)./li> /ul> /article> article classjob> h3>Senior Engineering Manager @ Stuart/h3> p classjob-meta> Feb 2023 β Aug 2024 | Remote (Barcelona, Spain) /p> ul> li> Oversaw technical leadership and performance of internal teams in the Supply & Demand organization regulating incentives and demand management. /li> li> Facilitated collaboration between stakeholders and technical contributors. /li> /ul> /article> article classjob> h3>Engineering Manager @ Twitter/h3> p classjob-meta> Aug 2021 β Feb 2023 | Remote (Barcelona, Spain) /p> ul> li>Led 2 ad products teams (~12 engineers)./li> li>Delivered em>Quick Promote/em> and em>Simple Ads/em>./li> li>Managed career growth and hiring./li> li>Led launch of Boost (iOS version)./li> /ul> /article> article classjob> h3>Tech Lead @ ThoughtWorks/h3> p classjob-meta>Apr 2019 β Jul 2021/p> ul> li> Led teams and technical delivery in AutoScout, ImmoScout and Zalando Warehouse. /li> li> Facilitated React/TypeScript trainings and tech leadership workshops. /li> /ul> /article> article classjob> h3>Senior Consultant @ ThoughtWorks/h3> p classjob-meta>Jan 2017 β Apr 2019/p> ul> li>Delivered and maintained critical services./li> li>Built client relationships and aligned strategy./li> li>Contributed to internal and external events./li> /ul> /article> article classjob> h3>Head of Product Design @ Chalk/h3> p classjob-meta>Aug 2015 β Jan 2017/p> ul> li>Co-founded Chalk, a fantasy sports site./li> li> Led product design and frontend development, brand identity, and UI. /li> /ul> /article> article classjob> h3>API Solutions Engineer @ 3scale/h3> p classjob-meta>May 2015 β Aug 2015/p> ul> li> Led API implementations for high-profile launches using the 3Scale API Gateway. /li> li> Managed inductions of external teams into our architecture, code, support, and training for integrations. /li> /ul> /article> article classjob> h3>Game Developer @ Akamon Entertainment/h3> p classjob-meta>May 2013 β May 2015/p> ul> li> Built social games in mundijuegos.com where we had a daily revenue of ~$50k in a platform of +11M users. /li> /ul> /article> /section> section idearly-career> h2>π Early Career Highlights/h2> ul> li> Freelance developer and Adobe Flash instructor in Venezuela, delivering advergames and branded web experiences for local and regional clients. /li> li> Built interactive marketing tools and Flash-based games for educational and commercial campaigns before transitioning to full-time software development. /li> /ul> /section> section ideducation> h2>π Education/h2> ul> li> π strong>Master in Cinematographic Direction/strong> β ESCAC, 2012 /li> li> π€ strong>Computer Science/strong> β Universidad SimΓ³n BolΓvar, 2009 /li> li classmeta> π strong>Thesis/strong>: Adaptive game environments based on player behavior. em>Exceptionally Good Mention/em> /li> /ul> /section> section idmemberships> h2>π³ Memberships/h2> ul> li>Siggraph Volunteer/li> li>GIA USB (AI Group)/li> li>CEIC USB/li> li>JOINCIC Founder (Head of Image)/li> li>Global Game Jam 2011 β Game Designer/li> /ul> /section> section idspeaking> h2>π£ Speaking Engagements/h2> ul> li> Gamexpo, Caracas 2009 β em>Chester: Adaptive Storytelling/em> /li> li> JOINCIC, Caracas 2009 β em>Intelligent Environments for Videogames/em> /li> /ul> /section> section idinterests> h2>π§ Interests/h2> ul> li>Storytelling/li> li>Game Design/li> li>AI/li> li>Graphics/li> li>UX/li> li>Interactive Narratives/li> /ul> /section> /main> footer> p>Thanks for visiting. π©π/p> /footer> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]