Files
cole-maxwell1.github.io/feed.xml
2023-08-12 14:57:06 +00:00

2 lines
2.6 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<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>2023-08-12T09:57:05-05: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.2.2">Jekyll</generator> <rights> © 2023 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 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 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>