Blog

Welcome to my blog! I love writing about things I have learned to deepen and share my knowledge.

How to export MySQL Database on Windows with mysqldump

How to export MySQL Database on Windows with mysqldump

To export a database in Windows we need to run a file called "mysqldump.exe". This file is located within the...
Read More
How to Upload Images to a Server with React and Express

How to Upload Images to a Server with React and Express

Uploading images to an Express server with React is not as hard as it sounds! We are going to go...
Read More
Easy Migrating of WordPress Site’s URL to Root URL (With Program Files Remaining in Subdirectory)

Easy Migrating of WordPress Site’s URL to Root URL (With Program Files Remaining in Subdirectory)

I built a site for a client on her server under the url 'https://mysite.com/wordpress', but then for production I had...
Read More
Mind of React: Should I Add an Item to State, or a Variable in render()?

Mind of React: Should I Add an Item to State, or a Variable in render()?

When gardening, you go to the shed, and in your bucket of garden tools, you see a medium sized garden...
Read More
How to pass a function to a child component in React.

How to pass a function to a child component in React.

In React, passing a function to a child component can easily be done by passing the function as a prop...
Read More
1 12 13 14 15 16