Every week I hear a new AI podcast or read an article about AI that claims “artificial intelligence has conquered the coding problem”. The claim that is being made, is…Continue readingAI Is Not A Great Coder
I’ve been playing with artificial intelligence as a coding assistant for the past 30 months. The first attempts to employ AI to speed up code maintenance and development was a…Continue readingCurrent State Of AI As A Junior Programmer
After posting my recent articles about ChatGPT, I have continued to have multiple discussions surrounding the “intelligence” of these tools. One common thread that comes up is setting the proper…Continue readingChatGPT As A Coding Assistant
Building on the successful test project as noted in the React App On AWS : Amplify Training Notes post, it is time to start a new project. This time it…Continue readingStarting A New App On Amplify
From WebStorm This is to follow the tutorial here: AWS Getting Started, React tutorial. Assumptions The following are installed: Start A New React App Start a new “React” project in…Continue readingBuilding React Apps With Amplify
It took a LOT longer than it should have to build an efficient query for WordPress users today. The query — an WP_User_Query INVERSE search. The list I was trying…Continue readingWP_User_Query Inverse (NOT) Search
I am completely baffled by this one and hope one of my techie friends can help. I’m using a PHP class with magic methods to set and get the properties…Continue readingPHP __set() Magic Method Conundrum