Skip to content

Commit

Permalink
Deploying to github-pages from @ e0050d4 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-valdron-bot committed Jun 24, 2024
1 parent b42954d commit b746d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion index.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?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</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:
schemaVersion: 2.3.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 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
Expand Down
Loading

0 comments on commit b746d9c

Please sign in to comment.