This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
"basics": { | |
"name": "Grégory Rolland", | |
"label": "Technical Referent / Java software developer", | |
"email": "greg.rolland.dev@gmail.com", | |
"phone": "070-6994-3200", | |
"url": "https://www.zenika.com", | |
"summary": "Dedicated to code quality, curious, sociable, pedagogical, attuned to DevOps, process, and agility issues. I joined the Zenika team out of mutual passion for development, technology, knowledge sharing, and discussions about nerdy things. I enjoy working with a fun team that values pair-programming, TDD, and software craftsmanship development. \nI am now a Freelance developer eager to start a new mission on next summer. It could be Dev or DevOps projects, Kubernetes/Cloud/new language...", | |
"location": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode:python; -*- | |
# | |
# Copyright 2016 The Bazel Authors. All rights reserved. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# |