Development Issues

Prevent usage of Array index in keys – React

So, React has thrown you a curveball - or, you've discovered when linting your getting… Read More

Access denied for user ‘root’@’localhost’ – MySQL Error

You've landed here in frustration whilst developing your latest database-driven creation and want an answer… Read More

Creating Variable Names for Variables in Python

OK, you've not just entered the matrix. Googling Google is dangerous some say, but what… Read More

Warning: Each child in a list should have a unique “key” prop.

After you've used React for only a short time, you're likely to come across one… Read More

Cannot load mysql extension. Please check your PHP configuration. phpMyAdmin

phpMyAdmin is a popular tool used by many web hosts, control panels and web developers… Read More

Fatal error: Call to undefined function mysqli_connect()

So you've come across this error, you've changed every line of code 3000 times and… Read More

TypeError: undefined is not an object – React

In React (and other JavaScript-based languages and frameworks) a common error that you may come… Read More

mysqli_connect(): The server requested authentication method unknown to the client

As every developer will know (or is learning) - mysqli_connect() can be a finicky thing… Read More