How to Build Python Flask RestAPI with Postgres and Dockerize It on Google Kubernetes using HELM - Part 2Nov 26, 2022·5 min read
How to Build Python Flask RestAPI with Postgres and Dockerize It on Google Kubernetes using HELM - Part 1Nov 26, 2022·4 min read
Example of using the online exchange rate conversion API in PythonRegister an account on the API site First, you need to create a free account on abstractapi.com. Click Exchange rates on the left menu, and get your free API key on the right side. Python Coding Use Python to call the API and get the result o...Mar 9, 2023·1 min read
Using Oracle CollectionsYou can manipulate complex data types by using Oracle PL/SQL Collections. You can use collections to work with lists of data. Here is an example of using Oracle Collections. Create Type CREATE TYPE MY_CARD AS OBJECT (CARD_NAME VARCHAR2(25),CARD_NUM N...Nov 9, 2022·2 min read
Post up Images and Map Data to Oracle Cloud via APEX RESTIntroduction How to post up the map data and images from local Oracle database tables to Oracle Cloud DB and easily view and share location information and venue images on maps in the cloud. Easy solution with Oracle APEX services in Oracle Cloud. Cr...Nov 9, 2022·4 min read