Skip to content

Commit

Permalink
Update and added Python 3 skill
Browse files Browse the repository at this point in the history
  • Loading branch information
naxels committed Mar 25, 2021
1 parent 85b7641 commit 5193507
Show file tree
Hide file tree
Showing 7 changed files with 140 additions and 26 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_site
.sass-cache
.jekyll-metadata
.jekyll-cache
.DS_Store
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.5.1
2.7.2
7 changes: 4 additions & 3 deletions _data/companies.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"International development team",
"Coach/Trainer",
"Responsible for HOMT, a large BI web app for the Hitachi Vantara Supply Chain and for Procurement, BI web app for Procurement within Hitachi Vantara.",
"Created a Web app that connects WMS to Carriers and consolidates/prints labels for packages",
"Develop logistics applications and tools for thousands of employees worldwide",
"Architect the infrastructure and growth of the userbase",
"Administer Redhat Enterpise Linux virtual machines",
Expand All @@ -20,8 +21,8 @@
"Create, manage and deploy dynamic websites using Ruby on Rails and Capistrano",
"Use HTML, CSS, Bootstrap, JavaScript and Highcharts to visualize, enhance, and automate charts, reports and processes",
"Use PowerBI to combine and visualize data into insights",
"Work with Oracle and Salesforce.com amongst other data sources",
"Monitor infrastructure using Elastic ELK stack, Slack, created Scheduling app"
"Work with Oracle DB/Applications and Salesforce.com amongst other data sources",
"Monitor infrastructure using Elastic ELK stack, Slack, created a scheduling/notification app"
]
}
]
Expand All @@ -36,7 +37,7 @@
"name": "Founder",
"dates": "Feb 2008 - May 2015",
"points": [
"Various areas of Web Development"
"Various areas of Web Development and Sys admin"
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion _data/organizations.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
{
"name": "Functional Programming",
"title": "Clojure, Elixir, Haskell",
"title": "Clojure, Elixir, FP capabilities in Ruby/Python",
"image": "/assets/images/organizations/clojure.png",
"dates": "Oct 2018 - Present",
"url": "https://clojure.org"
Expand Down
35 changes: 20 additions & 15 deletions _data/skills.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@
"image": "/assets/images/skills/sql.png",
"url": "https://en.wikipedia.org/wiki/SQL"
},
{
"name": "Power BI",
"image": "/assets/images/skills/powerbi.jpg",
"url": "https://powerbi.microsoft.com"
},
{
"name": "Tableau",
"image": "/assets/images/skills/tableau.png",
"url": "https://www.tableau.com"
},
{
"name": "Data Integration",
"image": "/assets/images/skills/pdi.png",
"url": "https://www.hitachivantara.com/en-us/products/big-data-integration-analytics/pentaho-data-integration.html"
},
{
"name": "Ruby",
"image": "/assets/images/skills/ruby.png",
Expand All @@ -34,6 +19,21 @@
"image": "/assets/images/skills/postgres.png",
"url": "https://www.postgresql.org/about/"
},
{
"name": "Power BI",
"image": "/assets/images/skills/powerbi.jpg",
"url": "https://powerbi.microsoft.com"
},
{
"name": "Tableau",
"image": "/assets/images/skills/tableau.png",
"url": "https://www.tableau.com"
},
{
"name": "Data Integration",
"image": "/assets/images/skills/pdi.png",
"url": "https://www.hitachivantara.com/en-us/products/big-data-integration-analytics/pentaho-data-integration.html"
},
{
"name": "Highcharts JS",
"image": "/assets/images/skills/chart.png",
Expand Down Expand Up @@ -64,6 +64,11 @@
"image": "/assets/images/skills/elastic.png",
"url": "https://www.elastic.co/products"
},
{
"name": "Python 3",
"image": "/assets/images/skills/python.svg",
"url": "https://www.python.org"
},
{
"name": "Go",
"image": "/assets/images/skills/golang.png",
Expand Down
6 changes: 0 additions & 6 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@

</head>
<body>

{{ content }}

<!-- Bootstrap Javascript -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>
113 changes: 113 additions & 0 deletions assets/images/skills/python.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5193507

Please sign in to comment.