This article will help you prepare for your Agile Business Analysis interview with over 20 tips for attending an Agile Business Analyst interview and 30+ sample interview questions.
Web & Software Application Development Blogs
Blogs and articles about web and application development. As a full stack developer I talk about everything from Operating Systems, Databases, Version Management, Backend server side code where the business logic is implemented, front end user interface (UI) and User Experience (UX), testing, deployment, requirements analysis, change management and service delivery.
Unix/Linux commands cheat sheet notebook
Introduction to the Unix / Linux command notebook I first used Unix over 20 years ago when I was at college. After that I got my first job and the company were then taking out their old Unix based system and were replacing it with a big IBM S/36 system which was...
25 ways to pick the best web hosting for a small business in 2022
Why is getting your web hosting provider right so important? As a small business owner, the hosting for your small business website and your emails, may not seem like a big deal. In fact, if you ask most small business owners who they use for web hosting, they...
How to find the index of the maximum value in a list in Python?
Introduction to finding the minimum or maximum value in a list in Python This is a classic computer science problem that students are asked to solve in a range of programming languages. You are asked to find the array or list element with the maximum value or the...
Sample Web Browser Compatibility & Accessibility Policy
If you have a website or web application you will probably be asked for your cross-browser compatibility statement. Likewise, if you are a business looking to purchase a new website or web application it is advisable to build a browser compatibility clause into any...
What is the best IDE for Python?
So what is the best Python IDE and what makes a good IDE anyway? Do you need an IDE to program in Python? No you certainly don't need an IDE (Interactive Development Environment) to program in Python. For example on Mac and Linux you can work in the terminal and...
Optimise images for the web on MacOS / Linux using free Open Source software.
I store all my master images in iPhoto on Mac, which is great but where you export them, or drag them into Wordpress they are too big for web usage. What was needed is a simple, quick and reliable way to optimise images for web on Mac and Linux which is where I mostly...
WordPress Unable to create directory uploads/20../.. and can’t upload new images.
Unable to create directory uploads/2021/07. I was trying to upload some new images but got the above error message. I checked the directory permissions and they were fine. I then manually created the directory and still got the same error message. Tracking down the...
How to install Python, WSGI, Flask & Apache on Centos 8 and get your first Python Web App up and running.
Installing Python 3 on Centos 8 sudo dnf update sudo def install python3 You can now run Python, with the Python3 command, check the version information and then use exit() to quit. Create a Python Virtual Environment for your Flask project Keep in mind that the user...
Python Programming Cheat Sheet & Tips
Introduction to Python Tips & Tricks On this page I capture all the little Python tips & tricks which I discover while working with Python. They tend to be the little snippets which are too small for a full blog post. Don't use Print for debugging There is a...