Andrew
  • About
  • Projects
  • Blog
  • Other Writings
  • About
  • Projects
  • Blog
  • Other Writings
empty journal
reflection
Face To Face With an Idea
11/15/2022
I have not posted in some time. That has not been intentional. I had an idea well over a month ago that I began working on. I loved the idea, it was so fun to explore deeper. As I kept digging. The idea kept growing and growing. It had everything I…
sand timer
reflection - pomodoro technique
Keeping Time On Your Side
8/14/2022
In the past couple of years, I have learned that time too easily gets away from me. I tend to get lost in a problem and lose track of time. It was not uncommon for half of the day to be gone and progress not where I thought it should be. Once I was…
rowing team working together
teamwork
Working as a Unit
8/10/2022
Many of us technical folks are on teams with 3 maybe 4 or more different skill sets. Not all of which are technical in nature, some more people focused, others may focus on statistical analysis, perhaps skills that are focused on art and graphics. It…
hand statue supporting tree
teamwork
Bringing In Help
7/26/2022
I remember when I was first getting into the field of software development. Ready to soak up all the knowledge from my new colleagues and the challenges I was facing down. I was going to learn it all leaving nothing left on the table. I worked my…
practicing piano
reflection
Falling Out of Practice
7/19/2022
It has been a while since I have contributed to this blog. Am I mad about it? Not in the slightest. But, in not writing I have learned something about myself. I am a creature of habit... SHOCKING! We often talk about what we can do to make ourselves…
child at the bottom of the stairs
technology - data - data series
F1 Data
5/15/2022
With all this data landed, how about some fun and interesting stats from the data set? Top 5 Constructors with podium finishes Top 5 Drivers with Podium Finishes
bench overlooking water
technology - data - data series
ETL Retrospective
5/8/2022
With my first ETL complete, I want to provide additional details on the steps I took. Then reflect on what I would do differently next time. First, a more detailed look at the steps I took: Collect data, as CSV files, from the data source Scan CSV…
progress bar
technology - data - data series
Data Loading
5/3/2022
The final step in the ETL process is to load the transformed data into the target datastore. For this example, I have created a landing database on the same SQL Server, but this final target could be anywhere data can be stored. Given that much of…
gloved hand holding cleaning spray bottle
technology - data - data series
Data Cleaning
4/28/2022
With landed data and the first pass at type analysis completed. It is time to take a better look at the current state of the data. Since this data set is quite small and I was on the edge of my SQL knowledge I performed this manually. Creating a…
table of beads
technology - data - data series
SQL Functions
4/24/2022
As discussed in previous posts (ETL and Extracting with Bulk Insert), the first step in the ETL process is to land the data. Once landed in SQL Server, it is best practice to never assume the landing schema will be the final target schema. Since this…
storage unit garage door
technology - data - data series
Stored Procedures
4/6/2022
Much like web developers will create an API endpoint that performs a specific function. DBAs have a similar tool in the toolbox, a stored procedure. Much like a single API endpoint, a stored procedure is a reusable piece of script that can be exposed…
network
technology - data - data series
Information Schema Introduction
3/27/2022
With the CSV dataset landed in SQL server the next step is to understand what type of data is in the dataset. While this can be done manually, we are developers why not perform these tasks programmatically? To be successful in this step of the…
Previous
5 of 9
Next
© Andrew Schwabe