commit afc68d477535e469f974cbdf66d5d9a87f558d52
Author: Abijeet
Date: Sun May 13 09:21:01 2018 +0530
Adding the first commit for my website.
Signed-off-by: Abijeet
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..00e77bd
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+draft: true
+---
+
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..5ba7b9b
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,61 @@
+baseURL = "https://example.com/"
+languageCode = "en-us"
+title = "Eddie Webb"
+theme = "hugo-resume"
+
+[taxonomies]
+ tag = "tags"
+
+
+[params]
+ firstName = "Abijeet"
+ lastName = "Patro"
+ profileImage = "img/TechChat.png"
+ phone = "91-949-405-9105"
+ contactNote = "Software Engineer and Open Source Enthusiast"
+ address = "Hyderabad, India"
+ email = "abijeetpatro@gmail.com"
+ description = "Open source enthusiast and full stack software engineer with experience in designing scalable platfroms on the IoT, Healthcare, Sports, Project management and Automobile insurance domain."
+ favicon = "images/favicon.ico"
+ # what sections
+ showSkills = true
+ showProjects = true
+ showOpenSource = true
+ showPublications = false
+ showExperience = true
+ showEducation = true
+ showQr = true
+
+ # do you want to show git hash on page footer and link to repo? Add commit prefix here.
+ gitCommitPrefix = "https://github.com/eddiewebb/json-resume/commit/"
+
+
+[[params.handles]]
+ name = "LinkedIn"
+ link = "https://www.linkedin.com/in/edwardwebb/"
+
+
+[[params.handles]]
+ name = "Twitter"
+ link = "https://twitter.com/edwardawebb/"
+
+[[params.handles]]
+ name = "GitHub"
+ link = "https://github.com/eddiewebb/"
+
+[[params.handles]]
+ name = "Blog"
+ link = "https://blog.thecurlybraces.com"
+ icon = "rss"
+
+[[params.handles]]
+ name = "StackOverflow"
+ link = "https://stackoverflow.com/users/story/82880"
+ icon = "stack-overflow"
+
+# [params.google.analytics]
+# trackerID = "UA-28342049-2"
+
+
+[outputs]
+home = ["HTML", "JSON"]
\ No newline at end of file
diff --git a/content/_index.md b/content/_index.md
new file mode 100644
index 0000000..f78fc51
--- /dev/null
+++ b/content/_index.md
@@ -0,0 +1,12 @@
+---
+title: "Home"
+date: 2018-02-10T18:56:13-05:00
+sitemap:
+ priority : 1.0
+
+outputs:
+- html
+- rss
+- json
+---
+Open source enthusiast and full stack software engineer with experience in designing scalable platfroms on the IoT, healthcare, sports, project management and automobile insurance domain.
\ No newline at end of file
diff --git a/content/projects/_index.md b/content/projects/_index.md
new file mode 100644
index 0000000..1544c28
--- /dev/null
+++ b/content/projects/_index.md
@@ -0,0 +1,6 @@
+---
+title: "Projects"
+sitemap:
+ priority : 0.9
+---
+
This section contains projects created and contbriuted to by Eddie. Everything listed is an open source effort, the distinction is only my role as owner or contributor.
\ No newline at end of file
diff --git a/content/projects/contributions/_index.md b/content/projects/contributions/_index.md
new file mode 100644
index 0000000..b1fbbc1
--- /dev/null
+++ b/content/projects/contributions/_index.md
@@ -0,0 +1,7 @@
+---
+title: "Open Source Contributions"
+sitemap:
+ priority : 0.5
+weight: 20
+---
+A collection of efforts to which I contributed, but did not create. Contributing back to Open Source projects is a strong passion of mine, and requires a considerate approach to learn norms, standards and approach for each community for a successful merge!
diff --git a/content/projects/creations/_index.md b/content/projects/creations/_index.md
new file mode 100644
index 0000000..fbc7abf
--- /dev/null
+++ b/content/projects/creations/_index.md
@@ -0,0 +1,7 @@
+---
+title: "Work Projects"
+sitemap:
+ priority : 0.5
+weight: 10
+---
+This section lists projects that I have worked on as a part of my day job.
diff --git a/content/projects/creations/baseline-telematics.md b/content/projects/creations/baseline-telematics.md
new file mode 100644
index 0000000..b41246f
--- /dev/null
+++ b/content/projects/creations/baseline-telematics.md
@@ -0,0 +1,12 @@
+---
+title: "Baseline Telematics"
+date: 2018-04-22T09:14:29+05:30
+description: "SimpliCity is a 100% web-based solution that provides comprehensive management of Public Works operations all year long, including work order management and municipal assets inspections (often mandated by law). I was involved in handling large data imports when new clients migrated to our system and needed their existing data on the SimpliCity platform."
+tags: ["PHP", "CakePHP", "RabbitMQ", "MariaDB", "Microservices", "Lua"]
+image: ""
+link: "http://simplicity.operasoft.ca/"
+weight: 500
+sitemap:
+ priority : 0.
+---
+
diff --git a/content/projects/creations/pinestem.md b/content/projects/creations/pinestem.md
new file mode 100644
index 0000000..9dcc946
--- /dev/null
+++ b/content/projects/creations/pinestem.md
@@ -0,0 +1,27 @@
+---
+title: "PineStem"
+date: 2018-04-22T09:14:29+05:30
+description: "PineStem is a project management tool that has been build with an Agile philosophy in mind. It has an integrated bug tracking tool, kanban board, billing system and various reports that provide insights into an employee's performance."
+tags: ["AngularJS", "Material Design", "MariaDB", "NSQ", "Gitlab CI / CD", "Microservices", "Profiling"]
+image: "/img/pinestem.png"
+link: "https://pinestem.com"
+weight: 500,
+featured: true
+sitemap:
+ priority : 0.
+---
+PineStem is a project management tool that has been build with an Agile philosophy in mind. It has an integrated bug tracking tool, kanban board, billing system and various reports that provide insights into an employee's performance.
+
+I was responsible to provide technical guidance on the project. Following are the some of the key areas that I worked on,
+
+
+ - Set up the base for the frontend code. Took into account the size of the project, functionalities needed and recommended guidelines when structuring the project.
+ - Provided directions to break down the monolithic backend codebase into smaller microservices.
+ - Approved and oversaw the integration of any new plugin that were needed.
+ - Architechted the module based ACL system on both the frontend and the backend.
+ - Designed the system that allows users to select their own timezone and date formats.
+ - Designed the backend notification system through which all user notifications are sent, based on their preferences.
+ - Analyzed and improved frontend portal performance specifically on Internet Explorer and Edge.
+ - DevOps - Performed the productions server setup and laid down instructions to be followed for future deployments.
+
+
\ No newline at end of file
diff --git a/content/projects/creations/powerpath.md b/content/projects/creations/powerpath.md
new file mode 100644
index 0000000..b3ad953
--- /dev/null
+++ b/content/projects/creations/powerpath.md
@@ -0,0 +1,28 @@
+---
+title: "Powerpath"
+date: 2018-04-22T09:14:29+05:30
+description: "PowerPath helps healthcare industry employees improve workflow, achieve lower costs, and enhance the quality of clinical care. It measures the AC power consumption and temperature over time for clinical assets such as patient monitors, bed warmers and refridgeration units etc."
+tags: ["Node.js", "MariaDB", "Redis", "Cassandra", "NSQ", "Ansible", "Linux", "Microservices"]
+image: "/img/powerpath.jpg"
+link: "http://emanatewireless.com"
+weight: 500,
+featured: true
+sitemap:
+ priority : 0.
+---
+PowerPath is a clinical asset monitoring (CAM) unit that helps healthcare industry employees improve workflow, achieve lower costs, and enhance the quality of clinical care. It measures the AC power consumption and temperature over time for clinical assets such as patient monitors, bed warmers and refridgeration units etc.
+
+The PowerPath cloud server uses analytics on the collected data to provide actionable information via various reports to the medical staff. It allows medical staff to configure the PowerPath device and set thresholds for each device individually based on the clinical asset that it is connected to. It then sends alerts whenever the asset's readings exceed the configured thresholds. The server also features a full role based system that allows administrators to provide fine grained access to users.
+
+I was the Tech Lead for the cloud server. Some of the aspects of the project that I was involved in include,
+
+ - Setting up the base on top of which further development for the API and the portal was done.
+ - Designing and coding the interface between the cloud server and the Powerpath device.
+ - Designing and coding the token based authentication system and the user role system.
+ - Writing a common interface to communicate between different databases.
+ - Designing and developing the various components involved in the alert notification system.
+ - Designing the structure for the incident management system.
+ - DevOps - Manual setup of the production server.
+ - DevOps - Developing Ansible scripts to automate deployments and reduce downtime.
+
+
diff --git a/content/projects/creations/raceone.md b/content/projects/creations/raceone.md
new file mode 100644
index 0000000..8b2d8f7
--- /dev/null
+++ b/content/projects/creations/raceone.md
@@ -0,0 +1,6 @@
+---
+title: "Raceone"
+date: 2018-04-22T13:13:36+05:30
+draft: true
+---
+
diff --git a/data/skills.json b/data/skills.json
new file mode 100644
index 0000000..9d2d20f
--- /dev/null
+++ b/data/skills.json
@@ -0,0 +1,26 @@
+[
+ {
+ "grouping":"Programming languages",
+ "skills":[ "JavaScript","PHP","Rust"]
+ },{
+ "grouping":"Frameworks",
+ "skills": [ "NodeJS","Express","CakePHP","Laravel","WordPress", "React","AngularJS","BootStrap","jQuery"]
+ }, {
+ "grouping":"Databases",
+ "skills": [ "Cassandra","Redis","MySQL","MariaDB"]
+ },
+ {
+ "grouping":"DevOps",
+ "skills": ["Linux","Ansible","Nginx","MySQL","Redis","Wordpress", "NodeJS", "pm2", "DataDog", "Gitlab"]
+ },
+ {
+ "grouping": "Software & Tools",
+ "skills": ["Bash", "Postman", "Gimp", "Meld", "Code", "NetBeans", "Geany", "nano", "git", "nsq", "RabbitMQ", "grunt"]
+ },
+ {
+ "grouping": "Project Management",
+ "skills": [
+ {"name":"PineStem","link":"https://pinestem.com"}, "JIRA", "Trello", "Asana"]
+ }
+ ]
+
\ No newline at end of file
diff --git a/static/img/pinestem.png b/static/img/pinestem.png
new file mode 100644
index 0000000..fe690d5
Binary files /dev/null and b/static/img/pinestem.png differ
diff --git a/static/img/powerpath.jpg b/static/img/powerpath.jpg
new file mode 100644
index 0000000..9ceec90
Binary files /dev/null and b/static/img/powerpath.jpg differ
diff --git a/themes/hugo-resume b/themes/hugo-resume
new file mode 160000
index 0000000..595fd11
--- /dev/null
+++ b/themes/hugo-resume
@@ -0,0 +1 @@
+Subproject commit 595fd11ac860212f7712d1337ccb6b4d4f0ed75f