https://colemaxwell.dev/Cole MaxwellA site about software craftsmanship, system design, and Cole Maxwell. 2023-08-12T09:57:05-05:00 Cole Maxwell https://colemaxwell.dev/ Jekyll © 2023 Cole Maxwell /assets/img/favicons/favicon.ico /assets/img/favicons/favicon-96x96.png Using ODBC on IBM i for Local Linux Development2022-08-03T19:39:00-05:00 2022-08-03T21:48:45-05:00 https://colemaxwell.dev/posts/ibmi-odbc-on-linux/ Cole Maxwell 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 IBM’s powerful and well tested relational database, DB2 for i. So far, I like... Utilize a RESTful API with IBMi QSYS_HTTP Tools in SQL2022-07-14T15:30:55-05:00 2022-08-03T21:32:53-05:00 https://colemaxwell.dev/posts/rest-api-ibmi-qsys2/ Cole Maxwell 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. It’s 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 ...