Update README.md
This commit is contained in:
parent
554e54fc3c
commit
7fdd3635d8
1 changed files with 7 additions and 49 deletions
56
README.md
56
README.md
|
@ -1,59 +1,17 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/vega@5.30.0"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vega-lite@5.21.0"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/vega-embed@6.26.0"></script>
|
||||
|
||||
|
||||
|
||||
# < 👋 Hello World >
|
||||
<link rel="me" href="https://mastodon.squarecows.com/@Ric">
|
||||
Hi everyone and welcome to my profile, I'm Richard Harvey (or you can call me Ric). I'm a developer advocate in my day job connecting with over 10,000 engineers internally and deliver technical demo's, workshops and tutorials to the organisation. As a lot of my work is around Open Source Technology I also work hard to be able to release the tutorials to the wider public. I champion the usage of Open Source in businesses and have built several tools to help with this and the deployment. They'll all be in my repository list over time and should help you not only build the project but tackle the governance and compliance that comes with adopting a project internally.
|
||||
Hi everyone and welcome to my profile, I'm Richard Harvey (or you can call me Ric). I'm a developer advocate in my day job connecting with over 10,000 engineers internally to deliver technical demo's, workshops and tutorials to the organisation. As a lot of my work is around Open Source Technology I also work hard to be able to release the tutorials to the wider public.
|
||||
|
||||
## test chart
|
||||
I’m well versed in AWS and have worked with the API’s since the early days of SOAP to the modern-day REST API. I’ve built large-scale systems managed by a host of tooling including Forgejo, GitLab, Jenkins, Circle CI, and Travis. I mainly write code in python but have recently taken to rust. When it comes to IaC I’m a Terraform convert, however, I can also use Cloudformation when required. I’ve been responsible for building out geographically remote teams and was responsible for teams in the UK, Germany and France in a previous role.
|
||||
|
||||
<div id="vis"></div>
|
||||
I enjoy building and supporting online technical communities, be that public groups such as the aws mastodon instance or internal developer communities to help organisations bring about cultural change and engineering transformation.
|
||||
|
||||
<script type="text/javascript">
|
||||
var yourVlSpec = {
|
||||
$schema: 'https://vega.github.io/schema/vega-lite/v5.json',
|
||||
description: 'A simple bar chart with embedded data.',
|
||||
data: {
|
||||
values: [
|
||||
{a: 'A', b: 28},
|
||||
{a: 'B', b: 55},
|
||||
{a: 'C', b: 43},
|
||||
{a: 'D', b: 91},
|
||||
{a: 'E', b: 81},
|
||||
{a: 'F', b: 53},
|
||||
{a: 'G', b: 19},
|
||||
{a: 'H', b: 87},
|
||||
{a: 'I', b: 52}
|
||||
]
|
||||
},
|
||||
mark: 'bar',
|
||||
encoding: {
|
||||
x: {field: 'a', type: 'ordinal'},
|
||||
y: {field: 'b', type: 'quantitative'}
|
||||
}
|
||||
};
|
||||
vegaEmbed('#vis', yourVlSpec);
|
||||
</script>
|
||||
|
||||
## Contact
|
||||
|
||||
|
||||
![Mastodon](https://img.shields.io/badge/-MASTODON-%232B90D9?style=for-the-badge&logo=mastodon&logoColor=white)
|
||||
![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)
|
||||
![Vim](https://img.shields.io/badge/VIM-%2311AB00.svg?style=for-the-badge&logo=vim&logoColor=white)
|
||||
![Markdown](https://img.shields.io/badge/markdown-%23000000.svg?style=for-the-badge&logo=markdown&logoColor=white)
|
||||
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
|
||||
![Rust](https://img.shields.io/badge/rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white)
|
||||
![Debian](https://img.shields.io/badge/Debian-D70A53?style=for-the-badge&logo=debian&logoColor=white)
|
||||
![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0)
|
||||
![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
|
||||
![Raspberry Pi](https://img.shields.io/badge/-Raspberry_Pi-C51A4A?style=for-the-badge&logo=Raspberry-Pi)
|
||||
![Terraform](https://img.shields.io/badge/terraform-%235835CC.svg?style=for-the-badge&logo=terraform&logoColor=white)
|
||||
![Ubiquiti](https://img.shields.io/badge/ubiquiti-%230559C9.svg?style=for-the-badge&logo=ubiquiti&logoColor=white)
|
||||
![DuckDuckGo](https://img.shields.io/badge/DuckDuckGo-DE5833?style=for-the-badge&logo=DuckDuckGo&logoColor=white)
|
||||
![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white)
|
||||
![Forgejo](https://img.shields.io/badge/forgejo-%23FB923C.svg?style=for-the-badge&logo=forgejo&logoColor=white)
|
||||
<a rel="me" href="https://mastodon.squarecows.com/@Ric">https://mastodon.squarecows.com/@Ric</a>
|
||||
<a rel="me" href="https://mastodon.squarecows.com/@Ric">![Mastodon](https://img.shields.io/badge/-MASTODON-%232B90D9?style=for-the-badge&logo=mastodon&logoColor=white)</a>
|
||||
<a rel="me" href="https://www.linkedin.com/in/richarvey/">![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white)</a>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue