Category: Uncategorized

ChatGPT to Create Acceptance Criteria

Today’s Learning Today, I took a business requirement and put it into ChatGPT. I created a couple of simple prompts. The first prompt created acceptance criteria to make the software developer successful. The second prompt was to create test cases. Surprisingly enough,

Posted in AI, Business, Developer, Ideas, Uncategorized Tagged with: , , , ,

Published Books on Amazon

As a personal experiment, I am creating books that are published as purchased by Amazon. These books will vary from topic and format. Most of these books will be in the form of a journal, diary and planners.

Posted in Uncategorized

Importance of Building Internal Tools

I recently sat through a few meetings where we described doing the same thing many times and in the same way. I was seeing a pattern that could be automated. Since seeing a pattern, I began to think about tools

Posted in Business, Contributing, Creativity, Developer, Goals, How To, Listening, Uncategorized

Why a Process is Important

A Software Development Perspective A process is important as it creates an expectation of an outcome. Outcomes can measure a process and result in different ways making the process essential to follow. Without a strategy, we will not confidently be

Posted in Better Coding, Contributing, Developer, evaluation, Manager, Metrics, Personal Thoughts, Professional Development, Success, Team, Team Lead, Team Manager, Uncategorized

About Andrew Pallant

I am the Director of Research and Development ( R&D or Engineering ) at Doxim. My team creates FinTech solutions for Loan Origination and CRM. I have six teams comprising of about 43 developers worldwide, and we are all remote.

Posted in Uncategorized Tagged with: ,

My Favourite Tool

My favourite tool goes wherever I go. I keep it beside the bed, and it is the first thing I put in my suitcase or backpack. My favourite tool knows more about me than anything or anyone else. It carries

Posted in Balanced Life, Books, Business, Creativity, Ideas, Personal Thoughts, Uncategorized Tagged with:

Pause for a Commercial Break

Hey everyone. Life has been a little busy lately. I have every intention to start blogging again soon. If you have questions about where I have been, it means you probably do not know me well ( and that is

Posted in Uncategorized

Happy Holidays – 2015

Posted in Uncategorized

Note To Self My – Friend RegEx

I keep looking for a script to make phone numbers +0000-000-0000 into 00000000000 I always forget my friend RegEx Sample: Regex.Replace(Text, “[^0-9]”, “”)

Posted in Uncategorized

Why Not To Choose a Web Interface

For some applications it seems to me that the web interface may be at it is limits. For those applications that need large amounts of data on display on a single screen that also include calculations and database updates a

Posted in Uncategorized