My thoughts on SaaS products
I was recently interviewed to give my thoughts on SaaS products. SaaS products have a number of advantages such as: Check out the post from Qarea here.
I was recently interviewed to give my thoughts on SaaS products. SaaS products have a number of advantages such as: Check out the post from Qarea here.
ChatGPT was released 30th November 2022 and since then it has taken the world by storm. I have been using it to build some Django code and I thought it would be nice to show you the prompts I’m working… Read More »How I am using ChatGPT to increase my productivity coding Django
Instead of striving for perfection, which is often unattainable, it is important to focus on making progress toward your goals. This means setting attainable objectives and consistently working toward them, even if you encounter setbacks along the way. It is better to celebrate small wins and progress along the way, rather than getting discouraged by the pursuit of an unrealistic ideal. By focusing on progress, you can build momentum and confidence, and eventually achieve the success that you desire.
Consider the case where you need the emails of all your customers. You might be doing this to set up a mailing list for your newsletter or as part of a marketing campaign. Here is the simplest way I’ve found.… Read More »How to quickly get a list of all users and their emails in Django using django-extensions
I have been featured on the Wellness app Five Minutes for Me. I recorded 3 separate episodes on success, business tactics and tips for launching a software product. The articles are found in the “Productivity” Section. And yes – I sneaks… Read More »Five Minutes for Me
We often hear about people hitting fame and fortune overnight. Perhaps after winning a prize on a TV show or a horse winning a million dollar race. The fact is that the work that has been done before becoming an… Read More »Success is a staircase, not an elevator
Neil and Rob called me yesterday and asked me about the town I live in and some of the work I am doing. Check it out!
A customer of mine has a lot of animals and wanted to scan a QR code of each animal before working on it. The code would then take them straight to the animal’s data entry page. Let’s see how it’s… Read More »QR Codes in Django
From time to time we want to prevent double clicks on a link – but also give notification to the user that something is happening on the back end. So we decide that on click of our link, we want… Read More »Changing anchor tag text on click – and stop double clicks!
Selenium is a tool to automate accessing a browser programatically. It tends be to ‘locked’ to a particular version of the Chrome Driver. My system need Chrome Driver 102 – and at the time of writing the Chrome Driver is… Read More »Fixing “This version of ChromeDriver only supports Chrome version 102” caused by Selenium