Skip to content

Commit

Permalink
Deploying to github-pages from @ 8f6956c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-valdron committed Apr 19, 2024
1 parent e27cf38 commit 4507d94
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 5 deletions.
7 changes: 4 additions & 3 deletions index.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Michael Valdron</title><link>https://michaelvaldron.ca/</link><description>Recent content on Michael Valdron</description><generator>Hugo 0.125.1</generator><language>en-us</language><lastBuildDate>Wed, 17 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://michaelvaldron.ca/index.xml" rel="self" type="application/rss+xml"/><item><title>Interests</title><link>https://michaelvaldron.ca/interests/</link><pubDate>Wed, 17 Jan 2024 00:00:00 +0000</pubDate><guid>https://michaelvaldron.ca/interests/</guid><description>Some interests of Michael&amp;rsquo;s include:
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Michael Valdron</title><link>https://michaelvaldron.ca/</link><description>Recent content on Michael Valdron</description><generator>Hugo 0.125.1</generator><language>en-us</language><lastBuildDate>Thu, 18 Apr 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://michaelvaldron.ca/index.xml" rel="self" type="application/rss+xml"/><item><title>Projects</title><link>https://michaelvaldron.ca/projects/</link><pubDate>Thu, 18 Apr 2024 00:00:00 +0000</pubDate><guid>https://michaelvaldron.ca/projects/</guid><description>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.</description></item><item><title>Interests</title><link>https://michaelvaldron.ca/interests/</link><pubDate>Wed, 17 Jan 2024 00:00:00 +0000</pubDate><guid>https://michaelvaldron.ca/interests/</guid><description>Some interests of Michael&amp;rsquo;s include:
Programming Web Development (Frontend and Backend) Application Development Cloud Computing Operating Systems (GNU+Linux is a favourite) Computer Building/Tinkering Michael&amp;rsquo;s favourite programming languages lately includes:
Go
package main import ( &amp;#34;fmt&amp;#34; &amp;#34;strings&amp;#34; ) func main() { msgArr := []string{ &amp;#34;H&amp;#34;, &amp;#34;e&amp;#34;, &amp;#34;l&amp;#34;, &amp;#34;l&amp;#34;, &amp;#34;o&amp;#34;, &amp;#34; &amp;#34;, &amp;#34;W&amp;#34;, &amp;#34;o&amp;#34;, &amp;#34;r&amp;#34;, &amp;#34;l&amp;#34;, &amp;#34;d&amp;#34;, &amp;#34;!&amp;#34; } msg := strings.Join(msgArr, &amp;#34;&amp;#34;) fmt.Println(msg) // =&amp;gt; Hello World! } Clojure
(require &amp;#39;[clojure.string :as clo-str]) (def msg (-&amp;gt; [ &amp;#34;H&amp;#34; &amp;#34;e&amp;#34; &amp;#34;l&amp;#34; &amp;#34;l&amp;#34; &amp;#34;o&amp;#34; &amp;#34; &amp;#34; &amp;#34;W&amp;#34; &amp;#34;o&amp;#34; &amp;#34;r&amp;#34; &amp;#34;l&amp;#34; &amp;#34;d&amp;#34; &amp;#34;!</description></item><item><title>Projects</title><link>https://michaelvaldron.ca/projects/</link><pubDate>Wed, 17 Jan 2024 00:00:00 +0000</pubDate><guid>https://michaelvaldron.ca/projects/</guid><description>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.</description></item><item><title>Publications</title><link>https://michaelvaldron.ca/publications/</link><pubDate>Mon, 17 Oct 2022 00:00:00 +0000</pubDate><guid>https://michaelvaldron.ca/publications/</guid><description>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).</description></item></channel></rss>
(require &amp;#39;[clojure.string :as clo-str]) (def msg (-&amp;gt; [ &amp;#34;H&amp;#34; &amp;#34;e&amp;#34; &amp;#34;l&amp;#34; &amp;#34;l&amp;#34; &amp;#34;o&amp;#34; &amp;#34; &amp;#34; &amp;#34;W&amp;#34; &amp;#34;o&amp;#34; &amp;#34;r&amp;#34; &amp;#34;l&amp;#34; &amp;#34;d&amp;#34; &amp;#34;!</description></item><item><title>Publications</title><link>https://michaelvaldron.ca/publications/</link><pubDate>Mon, 17 Oct 2022 00:00:00 +0000</pubDate><guid>https://michaelvaldron.ca/publications/</guid><description>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).</description></item></channel></rss>
Loading

0 comments on commit 4507d94

Please sign in to comment.