diff --git a/index.xml b/index.xml index 4246764..311be8f 100644 --- a/index.xml +++ b/index.xml @@ -1,6 +1,7 @@ -Michael Valdronhttps://michaelvaldron.ca/Recent content on Michael ValdronHugo 0.125.1en-usWed, 17 Jan 2024 00:00:00 +0000Interestshttps://michaelvaldron.ca/interests/Wed, 17 Jan 2024 00:00:00 +0000https://michaelvaldron.ca/interests/Some interests of Michael’s include: +Michael Valdronhttps://michaelvaldron.ca/Recent content on Michael ValdronHugo 0.125.1en-usThu, 18 Apr 2024 00:00:00 +0000Projectshttps://michaelvaldron.ca/projects/Thu, 18 Apr 2024 00:00:00 +0000https://michaelvaldron.ca/projects/Current Projects Devfile Software Engineer at Red Hat - Open Source Project +Website: https://devfile.io/ GitHub: https://github.com/devfile/ Notable Contributions: Devfile Registry Support Services Devfile Registry Operator Devfile Docs Devfile Registry Viewer Devfile Alizer Example +schemaVersion: 2.2.0 metadata: name: node displayName: Node.js tags: - NodeJS - JS components: - name: runtime container: image: node sourceMapping: /projects endpoints: - exposure: public name: http-3000 protocol: http targetPort: 3000 commands: - id: install exec: component: runtime commandLine: npm install workingDir: ${PROJECT_SOURCE} group: kind: build isDefault: true - id: run exec: component: runtime commandLine: npm start workingDir: ${PROJECT_SOURCE} group: kind: run isDefault: true Devfile Registry Support Services Devfile Registry Index Generator Devfile index schema generation component, generates schemas to store metadata on devfiles stored.Interestshttps://michaelvaldron.ca/interests/Wed, 17 Jan 2024 00:00:00 +0000https://michaelvaldron.ca/interests/Some interests of Michael’s include: Programming Web Development (Frontend and Backend) Application Development Cloud Computing Operating Systems (GNU+Linux is a favourite) Computer Building/Tinkering Michael’s favourite programming languages lately includes: Go package main import ( "fmt" "strings" ) func main() { msgArr := []string{ "H", "e", "l", "l", "o", " ", "W", "o", "r", "l", "d", "!" } msg := strings.Join(msgArr, "") fmt.Println(msg) // => Hello World! } Clojure -(require '[clojure.string :as clo-str]) (def msg (-> [ "H" "e" "l" "l" "o" " " "W" "o" "r" "l" "d" "!Projectshttps://michaelvaldron.ca/projects/Wed, 17 Jan 2024 00:00:00 +0000https://michaelvaldron.ca/projects/Current Projects Devfiles Software Engineer at Red Hat - Open Source Project -Website: https://devfile.io/ GitHub: https://github.com/devfile/ Notable Contributions: Devfile Registry Support Services Devfile Registry Operator Devfile Docs Devfile Registry Viewer Devfile Alizer Devfile Registry Support Services Devfile Registry Index Generator Devfile index schema generation component, generates schemas to store metadata on devfiles stored. Devfile Registry Index Server Hosts backend for Devfile Registry, serves REST APIs for index and devfile content. Devfile Registry Library REST API Go wrapper to the Devfile Registry.Publicationshttps://michaelvaldron.ca/publications/Mon, 17 Oct 2022 00:00:00 +0000https://michaelvaldron.ca/publications/Thesis Publication Valdron, M. J.: Extending the relational model with constraint satisfaction, http://ir.library.dc-uoit.ca/handle/10155/1282, (2021). Conference Proceedings Valdron, M., Pu, K. Q.: Data Driven Relational Constraint Programming. In: 2020 IEEE 21st International Conference on Information Reuse and Integration for Data Science (IRI). pp. 156–163 (2020). https://doi.org/10.1109/IRI49571.2020.00030. Stoica, A., Valdron, M., Pu, K.: Scalable Analysis of Open Data Graphs. In: 2019 IEEE 20th International Conference on Information Reuse and Integration for Data Science (IRI). \ No newline at end of file +(require '[clojure.string :as clo-str]) (def msg (-> [ "H" "e" "l" "l" "o" " " "W" "o" "r" "l" "d" "!Publicationshttps://michaelvaldron.ca/publications/Mon, 17 Oct 2022 00:00:00 +0000https://michaelvaldron.ca/publications/Thesis Publication Valdron, M. J.: Extending the relational model with constraint satisfaction, http://ir.library.dc-uoit.ca/handle/10155/1282, (2021). Conference Proceedings Valdron, M., Pu, K. Q.: Data Driven Relational Constraint Programming. In: 2020 IEEE 21st International Conference on Information Reuse and Integration for Data Science (IRI). pp. 156–163 (2020). https://doi.org/10.1109/IRI49571.2020.00030. Stoica, A., Valdron, M., Pu, K.: Scalable Analysis of Open Data Graphs. In: 2019 IEEE 20th International Conference on Information Reuse and Integration for Data Science (IRI). \ No newline at end of file diff --git a/projects/index.html b/projects/index.html index bf1029d..1b0f8a0 100644 --- a/projects/index.html +++ b/projects/index.html @@ -1,7 +1,41 @@ Projects · Michael Valdron

Projects

Current Projects

Devfiles

Software Engineer at Red Hat - Open Source Project

Devfile Registry Support Services

Devfile Registry Operator

Devfile Docs

Devfile Registry Viewer

Devfile Alizer

DirectoryTree .NET WinForms UserControl

Personal - Open Source Project

Past Projects

Kubernetes Client Gen

Community Contributor - Open Source Project

Extending the Relational Model with Constraint Satisfaction

Graduate Student at Ontario Tech University - Masters Thesis Project

CdnPoli Twitter Analysis

Research Assistant at Ontario Tech University - Research Group Project

Scalable Analysis of Open Data Graphs

Research Assistant at Ontario Tech University - +

Projects

Current Projects

Devfile

Software Engineer at Red Hat - Open Source Project

Example

schemaVersion: 2.2.0
+metadata:
+    name: node
+    displayName: Node.js
+    tags:
+        - NodeJS
+        - JS
+components:
+    - name: runtime
+      container:
+          image: node
+          sourceMapping: /projects
+          endpoints:
+              - exposure: public
+                name: http-3000
+                protocol: http
+                targetPort: 3000
+commands:
+    - id: install
+      exec:
+          component: runtime
+          commandLine: npm install
+          workingDir: ${PROJECT_SOURCE}
+          group:
+              kind: build
+              isDefault: true
+    - id: run
+      exec:
+          component: runtime
+          commandLine: npm start
+          workingDir: ${PROJECT_SOURCE}
+          group:
+              kind: run
+              isDefault: true
+

Devfile Registry Support Services

Devfile Registry Operator

Devfile Docs

Devfile Registry Viewer

Devfile Alizer

DirectoryTree .NET WinForms UserControl

Personal - Open Source Project

Past Projects

Kubernetes Client Gen

Community Contributor - Open Source Project

Extending the Relational Model with Constraint Satisfaction

Graduate Student at Ontario Tech University - Masters Thesis Project

CdnPoli Twitter Analysis

Research Assistant at Ontario Tech University - Research Group Project

Scalable Analysis of Open Data Graphs

Research Assistant at Ontario Tech University - Research Group Project