Adding the first commit for my website.

Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
2018-05-13 09:21:01 +05:30
commit afc68d4775
14 changed files with 199 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
title: "Work Projects"
sitemap:
priority : 0.5
weight: 10
---
<p>This section lists projects that I have worked on as a part of my day job.</p>
@@ -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.
---
+27
View File
@@ -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.
---
<p>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.</p>
<p>I was responsible to provide technical guidance on the project. Following are the some of the key areas that I worked on,
<ul>
<li>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.</li>
<li>Provided directions to break down the monolithic backend codebase into smaller microservices.</li>
<li>Approved and oversaw the integration of any new plugin that were needed.</li>
<li>Architechted the module based ACL system on both the frontend and the backend.</li>
<li>Designed the system that allows users to select their own timezone and date formats.</li>
<li>Designed the backend notification system through which all user notifications are sent, based on their preferences.</li>
<li>Analyzed and improved frontend portal performance specifically on Internet Explorer and Edge.</li>
<li>DevOps - Performed the productions server setup and laid down instructions to be followed for future deployments.</li>
</ul>
</p>
+28
View File
@@ -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.
---
<p>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.</p>
<p>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.</p>
<p>I was the Tech Lead for the cloud server. Some of the aspects of the project that I was involved in include,
<ul>
<li>Setting up the base on top of which further development for the API and the portal was done.</li>
<li>Designing and coding the interface between the cloud server and the Powerpath device.</li>
<li>Designing and coding the token based authentication system and the user role system.</li>
<li>Writing a common interface to communicate between different databases.</li>
<li>Designing and developing the various components involved in the alert notification system.</li>
<li>Designing the structure for the incident management system.</li>
<li>DevOps - Manual setup of the production server.</li>
<li>DevOps - Developing Ansible scripts to automate deployments and reduce downtime.</li>
</ul>
</p>
+6
View File
@@ -0,0 +1,6 @@
---
title: "Raceone"
date: 2018-04-22T13:13:36+05:30
draft: true
---