[Automation] Site update No.19

This commit is contained in:
GitHub Actions
2026-03-07 21:58:26 +00:00
commit 7f475cc503
49 changed files with 963 additions and 0 deletions

1
feed.xml Normal file
View File

@@ -0,0 +1 @@
<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://colemaxwell.dev/</id><title>Cole Maxwell</title><subtitle>A site about software craftsmanship, system design, and Cole Maxwell.</subtitle> <updated>2026-03-07T15:58:24-06:00</updated> <author> <name>Cole Maxwell</name> <uri>https://colemaxwell.dev/</uri> </author><link rel="self" type="application/atom+xml" href="https://colemaxwell.dev/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://colemaxwell.dev/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Cole Maxwell </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Using ODBC on IBM i for Local Linux Development</title><link href="https://colemaxwell.dev/posts/ibmi-odbc-on-linux/" rel="alternate" type="text/html" title="Using ODBC on IBM i for Local Linux Development" /><published>2022-08-03T19:39:00-05:00</published> <updated>2022-08-03T21:48:45-05:00</updated> <id>https://colemaxwell.dev/posts/ibmi-odbc-on-linux/</id> <content type="text/html" src="https://colemaxwell.dev/posts/ibmi-odbc-on-linux/" /> <author> <name>Cole Maxwell</name> </author> <category term="IBM i" /> <summary>If you are new to the IBM i platform coming right out of school, like me, or you are a developer used to working exclusively with open-source tooling, the IBM i platform can be a strange place. The legacy application support is industry leading, to both the benefit and downside of the platform. Under the hood there is IBMs powerful and well tested relational database, DB2 for i. So far, I like...</summary> </entry> <entry><title>Utilize a RESTful API with IBMi QSYS_HTTP Tools in SQL</title><link href="https://colemaxwell.dev/posts/rest-api-ibmi-qsys2/" rel="alternate" type="text/html" title="Utilize a RESTful API with IBMi QSYS_HTTP Tools in SQL" /><published>2022-07-14T15:30:55-05:00</published> <updated>2022-08-03T21:32:53-05:00</updated> <id>https://colemaxwell.dev/posts/rest-api-ibmi-qsys2/</id> <content type="text/html" src="https://colemaxwell.dev/posts/rest-api-ibmi-qsys2/" /> <author> <name>Cole Maxwell</name> </author> <category term="IBM i" /> <summary>The Api This demo used the fakeStoreApi which is a free online REST API that you can use whenever you need Pseudo-real data for without running any server-side code. Its awesome for teaching purposes, sample codes, tests, etc. This API does not require authentication for requests A list of other public APIs can be found here HTTP Functions Overview These HTTP functions are used to make ...</summary> </entry> </feed>