<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Data Wrights</title><link>https://datawrights.com/</link><description>Recent content on Data Wrights</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 14 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://datawrights.com/index.xml" rel="self" type="application/rss+xml"/><item><title>About</title><link>https://datawrights.com/about/</link><pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate><guid>https://datawrights.com/about/</guid><description>&lt;div class="about-layout"&gt;
&lt;div class="about-content"&gt;
&lt;p&gt;&lt;strong&gt;Hey, I&amp;rsquo;m Chris Albert.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I got my start in IT doing system administration before moving into database administration back in 2010. That led me deep into the world of data engineering, and I spent a good chunk of my career in healthcare — working across independent hospitals and health systems of all sizes. I learned a ton about how data can make a real difference in those environments.&lt;/p&gt;
&lt;p&gt;In 2022 I joined Travelers and shifted my focus to DevOps. These days I spend most of my time working on CI/CD pipelines, infrastructure as code, and the tooling that helps teams ship software more reliably. It&amp;rsquo;s been a fun evolution from managing databases to managing the systems that deliver them.&lt;/p&gt;</description></item><item><title>Python: Presenting Data with Streamlit</title><link>https://datawrights.com/posts/python-presenting-data-with-streamlit/</link><pubDate>Sun, 07 Jul 2024 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/python-presenting-data-with-streamlit/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;You have all your data ready to go. It has been cleansed and transformed to all your needs. Now you need to make it easy to consume by your target audience. In this scenario our users can be just about anyone. We need to make the data easy to access and even easier to navigate.&lt;/p&gt;
&lt;p&gt;Challenge accepted!&lt;/p&gt;
&lt;h2 id="tooling"&gt;Tooling&lt;/h2&gt;
&lt;p&gt;As the title suggests we are going to be using &lt;a href="https://pypi.org/project/streamlit/"&gt;Streamlit&lt;/a&gt; to present our data. If you aren&amp;rsquo;t familiar with Streamlit I suggest you take a tour of their &lt;a href="https://streamlit.io/"&gt;website&lt;/a&gt; or &lt;a href="https://github.com/streamlit/streamlit"&gt;GitHub repo&lt;/a&gt; to see what they have to offer. I chose Streamlit because it offers the ability to get a small project like this off the ground very quickly. We will also be using &lt;a href="https://pandas.pydata.org/"&gt;Pandas&lt;/a&gt;, and this will all be running on Python 3.12.2.&lt;/p&gt;</description></item><item><title>Python: Extract Data From PDF</title><link>https://datawrights.com/posts/python-extract-data-from-pdf/</link><pubDate>Fri, 05 Jul 2024 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/python-extract-data-from-pdf/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;True story, the town I live in recently had some issues around the town budget. As I started to get involved I wanted to look at the data provided by our Board of Finance. To my misfortune, I found myself trying to analyze data in a PDF. Trying to do any sort of analysis on it was time consuming and frustrating. To make the data useful I needed to extract data from PDF and into something more flexible, in this case a simple CSV will do. Here is a sample of what we are working with:&lt;/p&gt;</description></item><item><title>Python &amp; SQL Server: Manage Database Transactions</title><link>https://datawrights.com/posts/python-sql-server-manage-database-transactions/</link><pubDate>Sun, 14 Jan 2024 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/python-sql-server-manage-database-transactions/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;In our &lt;a href="https://dataartisans.tech/python-sql-server-bulk-loading-data/"&gt;last post&lt;/a&gt; we used &lt;a href="https://www.sqlalchemy.org/"&gt;SQLAlchemy&lt;/a&gt; to bulk load data into SQL Server. Now that we can bulk load data we want to perform other actions on our database. In todays post we want follow a common loading strategy and &lt;a href="https://learn.microsoft.com/en-us/sql/t-sql/statements/truncate-table-transact-sql?view=sql-server-ver16"&gt;TRUNCATE&lt;/a&gt; the target table before loading it. Adding this functionality to our script leaves us with a choice to make in how we want to execute our SQL statements and manage database transactions.&lt;/p&gt;</description></item><item><title>Python &amp; SQL Server: Bulk Loading Data</title><link>https://datawrights.com/posts/python-sql-server-bulk-loading-data/</link><pubDate>Sun, 19 Nov 2023 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/python-sql-server-bulk-loading-data/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;You have a bunch of data and need to load it into SQL Server using Python. With the abundance of options out there its difficult to know what the best tool is to use. Lets approach the problem with two requirements. The solution needs to be &lt;strong&gt;easy to implement&lt;/strong&gt; and &lt;strong&gt;blazing fast&lt;/strong&gt;.&lt;/p&gt;
&lt;h2 id="tooling"&gt;Tooling&lt;/h2&gt;
&lt;p&gt;Initially &lt;a href="https://pypi.org/project/bcpandas/"&gt;bcpandas&lt;/a&gt; looked like a great solution for this task. While it does fit our two requirements, it becomes very difficult to work with for data that contains multiple separators or any odd strings. If the data you work with is like mine it is almost never perfect. I quickly pivoted away from this due to its inability to handle imperfect data.&lt;/p&gt;</description></item><item><title>OpenTofu</title><link>https://datawrights.com/posts/opentofu/</link><pubDate>Mon, 06 Nov 2023 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/opentofu/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;Back in August &lt;a href="https://www.hashicorp.com/blog/hashicorp-adopts-business-source-license"&gt;HashiCorp switched Terraforms license&lt;/a&gt; from Mozilla Public License v2.0 (MPL 2.0) to a Business Source License. In response, the open source community has forked the last MPL release of Terraform to a new project named &lt;a href="https://opentofu.org/"&gt;OpenTofu&lt;/a&gt;. To understand their mission checkout the &lt;a href="https://opentofu.org/manifesto"&gt;The OpenTofu Manifesto&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="current-state"&gt;Current State&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://github.com/opentofu/opentofu/releases/tag/v1.6.0-alpha3"&gt;OpenTofu has an alpha release&lt;/a&gt; out if you want to take it for a test drive. I did so myself with a few sample projects and they all worked without any issues. Biggest difference so far is using &lt;code&gt;tofu apply&lt;/code&gt; instead of &lt;code&gt;terraform apply&lt;/code&gt; in the CLI.&lt;/p&gt;</description></item><item><title>Terraform Azure: Tests</title><link>https://datawrights.com/posts/terraform-azure-tests/</link><pubDate>Sun, 22 Oct 2023 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/terraform-azure-tests/</guid><description>&lt;h2 id="intro"&gt;Intro&lt;/h2&gt;
&lt;p&gt;With the exciting new announcement for &lt;a href="https://developer.hashicorp.com/terraform/language/tests"&gt;Terraform Tests&lt;/a&gt; I couldn&amp;rsquo;t help but take them for a test drive. For our use case we will build on a prior post &lt;a href="https://dataartisans.tech/terraform-azure-reusable-sql-database-configurations/"&gt;Terraform Azure: Reusable SQL Database Configurations&lt;/a&gt;. In the last post we created a module to deploy SQL Servers. Today we will add a new default prefix to SQL Server name and then build a test to check the name of the server.&lt;/p&gt;</description></item><item><title>Terraform Azure: Import SQL Database</title><link>https://datawrights.com/posts/terraform-azure-import-sql-database/</link><pubDate>Wed, 15 Feb 2023 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/terraform-azure-import-sql-database/</guid><description>&lt;h2 id="intro"&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;In this post we will cover how to import an existing Azure SQL Database to Terraform. If the resource wasn’t originally created by Terraform you will need to import it before Terraform can manage it. This comes in handy when you have existing infrastructure and want to start using Terraform later on.&lt;/p&gt;
&lt;p&gt;For a video walkthrough check out my &lt;a href="https://youtu.be/y5tkKoGFXCk"&gt;YouTube video&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here we will use the &lt;a href="https://developer.hashicorp.com/terraform/cli/import"&gt;standard import functionality&lt;/a&gt; provided by Terraform. There are other 3rd party tools you can use for this process as well. One of the most popular is &lt;a href="https://github.com/GoogleCloudPlatform/terraformer"&gt;Terraformer&lt;/a&gt;, I will cover how to use that in a later post.&lt;/p&gt;</description></item><item><title>Terraform Azure: Reusable SQL Database Configurations</title><link>https://datawrights.com/posts/terraform-azure-reusable-sql-database-configurations/</link><pubDate>Sun, 29 Jan 2023 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/terraform-azure-reusable-sql-database-configurations/</guid><description>&lt;h2 id="intro"&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;In this post we are going to build on the previous post &lt;a href="https://dataartisans.tech/terraform-azure-sql-database/"&gt;Terraform Azure: SQL Database&lt;/a&gt;. We will cover how you can use Terraform to create multiple &lt;a href="https://azure.microsoft.com/en-us/products/azure-sql/database/"&gt;Azure SQL Databases&lt;/a&gt; with &lt;a href="https://developer.hashicorp.com/terraform/language/modules/develop"&gt;Terraform modules&lt;/a&gt;. We are going to turn the original Terraform into a module so we can create as many databases as we need with identical configurations. Another advantage here is maintenance, if a setting needs to be adjusted you can simply adjust the module and it will propagate to each resource using the module configuration.&lt;/p&gt;</description></item><item><title>Terraform Azure: SQL Server VM</title><link>https://datawrights.com/posts/terraform-azure-sql-server-vm/</link><pubDate>Mon, 16 Jan 2023 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/terraform-azure-sql-server-vm/</guid><description>&lt;h2 id="intro"&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;In this post we are going to deploy a SQL Server VM in Azure. Deploying a VM requires a little more work than the &lt;a href="https://dataartisans.tech/terraform-azure-sql-database/"&gt;SQL Database we deployed in the last post&lt;/a&gt;. We will need to add some networking resources and configure the host VM. If you need help setting up Terraform please see my prior post, &lt;a href="http://terraform-azure-setting-up-your-environment"&gt;Terraform Azure: Setting Up Your Environment&lt;/a&gt;. This post assumes you have an Azure account. If you do not, you can &lt;a href="https://azure.microsoft.com/en-us/free/"&gt;create one for free&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Terraform Azure: SQL Database</title><link>https://datawrights.com/posts/terraform-azure-sql-database/</link><pubDate>Sun, 15 Jan 2023 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/terraform-azure-sql-database/</guid><description>&lt;h2 id="intro"&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/h2&gt;
&lt;p&gt;In this post we are going to cover how you can use Terraform to create an &lt;a href="https://azure.microsoft.com/en-us/products/azure-sql/database/"&gt;Azure SQL Database&lt;/a&gt;. If you need help setting up Terraform please see my prior post, &lt;a href="https://dataartisans.tech/terraform-azure-setting-up-your-environment/"&gt;Terraform Azure: Setting Up Your Environment&lt;/a&gt;.This post assumes you have an Azure account. If you do not, you can &lt;a href="https://azure.microsoft.com/en-us/free/"&gt;create one for free&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We will take a slow approach to accomplishing our task. The goal here is to get familiar with Terraform and its commands by creating some basic resources. Terraform also has some great resources for getting started &lt;a href="https://developer.hashicorp.com/terraform/tutorials/azure-get-started"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Terraform Azure: Setting Up Your Environment</title><link>https://datawrights.com/posts/terraform-azure-setting-up-your-environment/</link><pubDate>Sat, 14 Jan 2023 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/terraform-azure-setting-up-your-environment/</guid><description>&lt;p&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You want to start using Terraform to manage your Azure infrastructure. To get started you will need to get your local development environment setup. In this post I will walk you through setting up Terraform and the Azure CLI on Windows.&lt;/p&gt;
&lt;p&gt;For a video walkthrough check out my &lt;a href="https://www.youtube.com/watch?v=HFyi0ZnmAho"&gt;YouTube video&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;PowerShell&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I’m a huge fan of PowerShell so that is my preferred way to interact with Terraform. If you are using Windows you will already have a version of PowerShell available on your machine. I like to use the latest and greatest so I start by installing the latest version which as of this writing is 7.3.1. Download the package and install it, you&amp;rsquo;re done.&lt;/p&gt;</description></item><item><title>AthenaHealth: Connect Power BI to Data View</title><link>https://datawrights.com/posts/athenahealth-connect-power-bi-to-data-view/</link><pubDate>Mon, 06 Jun 2022 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/athenahealth-connect-power-bi-to-data-view/</guid><description>&lt;p&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In our &lt;a href="https://dataartisans.tech/athenahealth-data-view-vs-data-warehouse-feed/"&gt;previous post&lt;/a&gt; we discussed the difference between the &lt;a href="https://www.athenahealth.com/"&gt;AthenaHealth&lt;/a&gt; data delivery options. In this post we are going to cover how to connect Power BI to Data View. This post assumes you have already installed Power BI on your computer. If you have not you can download it &lt;a href="https://powerbi.microsoft.com/en-us/downloads/"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Gather Information&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;To get started you will need to find out what your &lt;a href="https://docs.snowflake.com/en/user-guide/connecting.html"&gt;SnowFlake URL&lt;/a&gt; is. In Athena if you open Practice Manager Admin there is an option for Data View Settings. To access this your Athena account will need to be in the Data View Admin role. Once on the Data View Setting page you should see your URL at the top of the page. Copy that URL somewhere so we can use it later.&lt;/p&gt;</description></item><item><title>AthenaHealth Data View vs Data Warehouse Feed</title><link>https://datawrights.com/posts/athenahealth-data-view-vs-data-warehouse-feed/</link><pubDate>Wed, 25 May 2022 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/athenahealth-data-view-vs-data-warehouse-feed/</guid><description>&lt;p&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.athenahealth.com/"&gt;Athenahealth&lt;/a&gt; offers two options for receiving data from their EMR. They offer either the Data Warehouse Feed or Data View. This post will describe each option and the difference between the two.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Data Warehouse Feed&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The data warehouse feed is athena’s traditional data offering. It has been around for a quite some time and functions like most traditional data feeds. Data is delivered on a daily basis in flat files to an FTP site. &lt;/p&gt;</description></item><item><title>Log Shipping Restore With dbatools</title><link>https://datawrights.com/posts/log-shipping-restore-with-dbatools/</link><pubDate>Tue, 17 May 2022 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/log-shipping-restore-with-dbatools/</guid><description>&lt;p&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In some scenarios a vendor or other 3rd party will send you a copy of their &lt;a href="https://docs.microsoft.com/en-us/sql/database-engine/log-shipping/about-log-shipping-sql-server"&gt;log shipping&lt;/a&gt; backups so you can keep a reporting copy of their database. Today&amp;rsquo;s post will cover how we can use &lt;a href="https://dbatools.io/"&gt;dbatools&lt;/a&gt; to automate the restore process. This post assumes you have already restored the initial full backup and are now at the point where you are ready to automate the transaction log backups you are receiving.&lt;/p&gt;</description></item><item><title>Start and Stop VM with Azure Data Factory</title><link>https://datawrights.com/posts/start-and-stop-vm-with-azure-data-factory/</link><pubDate>Mon, 09 May 2022 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/start-and-stop-vm-with-azure-data-factory/</guid><description>&lt;p&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In this post I will describe how to manage the state of a VM with Azure Data Factory (ADF). I was inspired to write this post after reading a very similar walk through on &lt;a href="https://www.techtalkcorner.com/start-and-stop-azure-vm/"&gt;Tech Talk Corner&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;A VM can be in one of &lt;a href="https://docs.microsoft.com/en-us/azure/virtual-machines/states-billing"&gt;several states&lt;/a&gt;, for this post we are going to focus on Running and Deallocated. When a VM is running you are being billed for it and able to access its resources. If the VM is deallocated you are not being billed for it and its resources are inaccessible. In many scenarios it makes sense to have a VM in a deallocated state to save on cost and only keep it running when absolutely necessary.&lt;/p&gt;</description></item><item><title>How to Configure SQL Server Management Studio for Efficiency</title><link>https://datawrights.com/posts/how-to-configure-sql-server-management-studio-for-efficiency/</link><pubDate>Mon, 13 Apr 2020 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/how-to-configure-sql-server-management-studio-for-efficiency/</guid><description>&lt;p&gt;&lt;strong&gt;Intro&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;SQL Server Management Studio (SSMS) is a great product. Out of the box SSMS is an awesome tool that many of us have come to know and love. In my quest for efficiency I have found some very helpful settings that can be changed. If you spend most of your day in SSMS like I do, these changes can help you be more productive.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Version&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;First and foremost is the version you are running. If you aren&amp;rsquo;t running the latest version of SSMS go &lt;a href="https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms"&gt;download&lt;/a&gt; it now. It&amp;rsquo;s free! SSMS has received a lot of love from Microsoft over the last couple years. Now updates come out regularly instead of with the SQL Server release cycle. If you are still running SSMS 2005 I’m begging you to go download the latest version and give it a try.&lt;/p&gt;</description></item><item><title>Installing dbatools</title><link>https://datawrights.com/posts/installing-dbatools/</link><pubDate>Tue, 07 Apr 2020 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/installing-dbatools/</guid><description>&lt;p&gt;I had some issues installing &lt;a href="https://dbatools.io/"&gt;dbatools&lt;/a&gt; over the weekend and wanted to share my experience. If you have not heard of dbatools I encourage you to go check it out and see what it can do.&lt;/p&gt;
&lt;p&gt;The easiest method to install dbatools is to open PowerShell as administrator and run the following command:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-powershell" data-lang="powershell"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;Install-Module dbatools
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Following the &lt;a href="https://dbatools.io/download/"&gt;install instructions on the dbatools website&lt;/a&gt; and other relevant blog posts around the web the install should be as easy as that. In my case it was not.&lt;/p&gt;</description></item><item><title>First 3 SQL Server Settings to Check</title><link>https://datawrights.com/posts/first-3-sql-server-settings-to-check/</link><pubDate>Fri, 20 Jul 2018 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/first-3-sql-server-settings-to-check/</guid><description>&lt;p&gt;You are handed a SQL Server that someone else set up and has, or more likely has not, maintained over time. You are now responsible for this server, but have limited time to check it out because of your busy schedule. What are your first 3 SQL Server settings to check?&lt;/p&gt;
&lt;h4 id="1-backups"&gt;1. &lt;strong&gt;Backups&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;This should always without a doubt be the first thing you check. If backups are failing or even are non existent, you need to know about it and make it your first priority to fix. Now that this server is your responsibility, the business is going to look at you when the server crashes and they need a restore. Not being able to recover any data is a great way to get fired!&lt;/p&gt;</description></item><item><title>CTE: Make Your Data Easier to Query</title><link>https://datawrights.com/posts/cte-how-to-make-your-data-easier-to-query/</link><pubDate>Mon, 09 Jul 2018 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/cte-how-to-make-your-data-easier-to-query/</guid><description>&lt;p&gt;Ever wish your data was a little different so it is easier to query? Don&amp;rsquo;t fret, we have all had those queries that are gigantic and become too cumbersome to read through or modify. A CTE, a.k.a. Common Table Expression, can be the savior you have been wishing for. They are great for separating different pieces of your query and performing some tasks before your query runs.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To use a CTE:&lt;/strong&gt;&lt;/p&gt;</description></item><item><title>Reset SQL Server sa Password</title><link>https://datawrights.com/posts/how-to-reset-sql-server-sa-password/</link><pubDate>Tue, 26 Sep 2017 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/how-to-reset-sql-server-sa-password/</guid><description>&lt;p&gt;Once upon a time a vendor set up a new SQL Server at the company I was working for. For whatever reason they decided it best to not work with the local DBA. A few weeks later a server admin emails me asking if I can help out with an issue they were having. He says the vendor has lost the sa password and cannot connect to the SQL Server instance. After having a good chuckle I agreed to help out and reset the SQL Server sa password. Here is how I did it:&lt;/p&gt;</description></item><item><title>My First Blog Post</title><link>https://datawrights.com/posts/my-first-blog-post/</link><pubDate>Tue, 08 Aug 2017 00:00:00 +0000</pubDate><guid>https://datawrights.com/posts/my-first-blog-post/</guid><description>&lt;p&gt;I have been back and forth with the idea of blogging for a long time now. I read other people’s blogs daily and I really enjoy them. Constantly I get ideas that I would like to see blogged about, especially from bloggers I currently read. Time and time again I have written down my ideas for blog posts, maybe even managed to get a few paragraphs typed out. Nothing ever came of them besides consuming disk space on my laptop. So here it is, I finally made my first blog post. What was different this time than the other times? 3 things come to mind when I ask myself that question.&lt;/p&gt;</description></item></channel></rss>