Richard Thompsonrichardmthompson.hashnode.dev·Nov 27, 2024How to Begin Building an Agent from Scratch on AndroidConversational AI: The DNA of the next generation of operating system. The complexities of conversational agents varies according to how complex the task is. Ultimately, we will all be interacting with agents (operating systems) on our computers that...AI
Girish Vgirishv.hashnode.dev·Sep 23, 2024Building a Personal and Corporate Quickbook for Tax and Expense Management Using OpenSource ToolsManaging bills and expenses can be challenging, especially when preparing for tax season or managing corporate finances. To streamline this process, I developed an open-source QuickBook tracker application that utilizes various open-source tools. Thi...taxprep
Bezyl Mophat Otienomophat.hashnode.dev·Aug 4, 2024User's Guide: Google Address Validation API and Place Details APIIntroduction: The Google Address Validation API and Place Details API are powerful tools offered by Google Maps Platform to enhance the accuracy and efficiency of address handling processes in your applications. This user's guide will walk you throug...Google
Wojciech Sowawsowa.hashnode.dev·May 29, 2024Building Database Views with Google Drive APIIntroduction Welcome to my next article, which was created based on my collaboration with Steven Feuerstein. I would like to present and describe one of the business requirements that Steven wanted to achieve. The following analysis will be based on ...2 likes·208 readsOracle APEX meets Google API: Let's Dance Together#oracle-apex
Wojciech Sowawsowa.hashnode.dev·May 24, 2024APEX Integration with Google Drive in Pure PL/SQL with Google Service AccountIntroduction Welcome to my post about integrating an APEX application with Google Drive (or any Google API in general) using Service Account credentials, all created in PL/SQL. If you are asking yourself what kind of problem I am going to solve, plea...1 like·523 readsOracle APEX meets Google API: Let's Dance Together#oracle-apex
Wojciech Sowawsowa.hashnode.dev·May 19, 2024APEX Integration with Google Drive on Javascript Side as an APEX PluginIntroduction Welcome to my post on integrating an APEX application with Google Drive (or any Google API in general) using a JavaScript approach. If you are asking yourself what kind of problem I am going to solve, please read my introduction post whi...2 likes·661 readsOracle APEX meets Google API: Let's Dance Together#oracle-apex
Wojciech Sowawsowa.hashnode.dev·May 12, 2024Using My Skills to Help Heal the Planet: The beginningIntroduction I remember the moment when I started my career as an Oracle Developer. It was back in 2016 when I participated in extra Oracle classes at my university and a trainee program at one of the biggest IT companies in Poland. I wasn't really s...2 likes·381 readsOracle APEX meets Google API: Let's Dance Together#oracle-apex
Saumitra TopinkattiforInfraspecinfraspec.hashnode.dev·May 11, 2024Securing and Rotating Secrets Easily with AWS Secrets Manager (Part 2 of 2)Quick Recap In Part 1, we discussed upon configuring AWS Secrets Manager, AWS Lambda, and Automatic Rotation for our Secret. We also defined permissions for our Lambda function, which enabled the Secrets Manager to invoke it on a scheduled basis. In ...AWS
Saumitra TopinkattiforInfraspecinfraspec.hashnode.dev·May 10, 2024Securing and Rotating Secrets Easily with AWS Secrets Manager (Part 1 of 2)Managing secrets has always been a significant aspect when deploying applications. Typically, we set up a pipeline to provide secrets to our application as Environment Variables. For enhanced security, we can also choose to encrypt our secrets and st...AWS
LebCitlebcit.hashnode.dev·Apr 21, 2024Google's Query Language WrapperSome years ago (2021), I've used Google Sheets as a data store and created some useful applications using Apps Script.Recently, I needed to get the data of a publicly available and editable spreadsheet for a project that I'm working on.Initially, I c...Google API