Build a WordPress Application on an AWS EC2 Instance
Follow these steps to get WordPress up and running in AWS by installing Apache, MySQL, and WordPress and setting the necessary permissions.
Follow these steps to get WordPress up and running in AWS by installing Apache, MySQL, and WordPress and setting the necessary permissions.
Steps to create WordPress development environment including Apache web server, MySQL server, and walk through the phpMyAdmin interface.
Step-by-step instructions to create a multi-node Apache Hadoop cluster for the distributed processing of large data sets across multiple computers.
This article introduces M language concepts and examples of using M to manipulate data in Excel.
In this tutorial, learn how to use DAX to build Excel functions to build efficient data models for data analysis.
This article shows how to use Power Query to combine data from multiple sheets in an Excel file.
In this tutorial, learn how to build a comprehensive pivot table in Excel using data from a SQL Server database.
Learn how to use Power Query in Excel to transform data from SQL Server tables into useful data for Excel reporting and charts.
Learn about the process and principal components of building a data warehouse and learn about the five predominant architectures.
The article describes the steps to create an MSI installer for a Python application for easy distribution.
In this article, learn how to build a standalone Python application without the need to have Python installed for the application user.
Learn how to build a Python graphical user interface application in this step-by-step article.
In this article, learn how to build a Python application that runs as a Windows Service to handle ongoing routine tasks using NSSM.
In this article, we look at how to build a Python application that runs as a Windows Service to handle ongoing routine tasks.
In this article we look at how to use Python to build a web crawler and conduct a website content audit.
In this article we look at how we can use Python to scrape website content from a web page and then analyze the data.
In this article we look at how to use Windows Task Scheduler to run Python scripts on a scheduled basis along with examples.
In this article we cover in depth how Regular Expressions (RegEx) works along with several examples using Python to explain RegEx.
In this article we walk through how you can run Python scripts using SQL Server Agent, so you can setup scheduled jobs to run your Python code.
Learn how to do web scraping using Python and how to store the data into a SQL Server database.
This article explains which Python library provides create, read, update, and delete (CRUD) operations on a SharePoint list along with examples.
Deep dive into multiple linear regression for estimation and prediction using real estate data and SQL Server and R for data analysis.

In this article we look at several Python script examples that all you to manipulate files within a SharePoint document library.
Learn about time series forecasting using R with Mean Method, Naive Method, Seasonal Naive method and Simple Moving Average Method.