The latest blogs from the UK women in technology blogger.

Agile Business Analyst Interview Questions

Agile Business Analyst Interview Questions

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.

Sales Order vs Purchase Order

Sales Order vs Purchase Order

Introduction So what is the difference when it comes to a Sales Order vs Purchase Order? In this article, I will explain how the purchasing process in businesses usually works. I then go on to explain how the Sales Order Processing workflow works in a business. I...

End-of-life (EOL) software best practices

End-of-life (EOL) software best practices

Introduction to EOL Best Practice End-of-life (EOL) software refers to software that is no longer supported or maintained by its developer. This may be due to the vendor going out of business or as a natural part of product life cycles. Often the end-of-life software...

Project Status Report Template – Microsoft Word – Free download.

Project Status Report Template – Microsoft Word – Free download.

We have produced a simple to use, best practice project summary report template for Microsoft Word. This is free to download using the link below. You are free to use this in your projects and for educational purposes but please do not resell the template itself for...

Template folder structure for Project Management (Free download)

Template folder structure for Project Management (Free download)

Why do you need a project management folder structure to keep your files organised? When you start running projects of any size and complexity you will understand the importance of keeping your project files well organised. As a busy Project Manager, you need a filing...

The Philosophy of Project Management

The Philosophy of Project Management

Introduction Before we dive into the philosophy of project management, I would first like to define philosophy and methodology as people often confuse the two: What is philosophy? Wikipedia says, Philosophy is the study of general and fundamental questions, such...

Unix/Linux commands cheat sheet notebook

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...

Watching ITV on Apple TV with the ITV App.

Watching ITV on Apple TV with the ITV App.

How to watch ITV on your Apple TV Update: April 2022 I thought I'd post a quick update to show what Apple TV looks like in the UK and in particular what the ITV Hub app looks like. To watch ITV on your Apple TV you need to go into the App Store. This is the big blue...

Scrum Epic vs Story in Agile

Scrum Epic vs Story in Agile

Scrum Epic vs Story: The short answer An Epic is a way to group related User Stories. Within the Agile methodology, User Stories should be small enough to be completed within a single sprint, which is typically one or two weeks. Epics on the other hand are...

25 ways to pick the best web hosting for a small business in 2022

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 get into Project Management

How to get into Project Management

This article gives lots of advice on how to get into project management and the career path you can follow. Project Management is an interesting and constantly in demand skill set so well worth learning about. Many jobs have transferable skills which will help you...

The best 53 ways to increase the profit margin in your business

The best 53 ways to increase the profit margin in your business

Introduction: So you want to maximise the profitability of your business and make more money. I am about to show you how to increase profit generation and increase the value of your business. Before we begin, we should define a few terms which you may hear people...

How to find the index of the maximum value in a list in Python?

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

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 Apple TVPlus?

What is Apple TVPlus?

Apple TVPlus or (Apple TV+) is Apples subscription TV Service. It was initially only available on Apple devices but in recent years it is now increasingly supported as a built-in app on modern TV's along with Netflix. Apple TVPlus is more like the Disney or Paramount...

Apple TV How to force quit an app

Apple TV How to force quit an app

Why would I want to force quite an App? This article explains how to close, force quit and restart an app on your Apple TV. This is sometimes necessary if the app becomes unresponsive or develops some other type of bug. Also, while Apple would probably disagree, I...

What is the best IDE for Python?

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...

Python Programming Cheat Sheet & Tips

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...