Andrew
  • About
  • Projects
  • Blog
  • Other Writings
  • About
  • Projects
  • Blog
  • Other Writings
large waterfall
technology - data - etl - data series - extracting data
Extracting with Bulk Insert
3/17/2022
For this ETL journey, I will be using Microsoft tooling. More specifically Microsoft SQL Server. I have already identified the data set for this learning experience. The data can be downloaded from Kaggle as a set of comma-separated value (CSV) files…
triangles of light
technology - data - etl - data series
Extract Transform Load - An overview
3/9/2022
No matter what your role is in the IT domain, you will have some task that requires you to do some with a data set. There is an ever growing subset of positions in the IT domain that are solely roles in manipulating or interpreting data. As one might…
cone of light
technology - gatsby
Gatsby Page Query Variables
3/2/2022
I felt the need to add paging to the blog list. As I started down this path, I knew that during the implementation of this feature there would be something that I did not yet know. In past Gatsby implementations and components, I have used a graphql…
light suspended in front of teal wall
technology - c# - dotnet - web api
.NET Minimal API
2/23/2022
Implementation speed is critical in our domain. Beating the competition to market is what will bring you and your organization to the top of the pile. If you have ever written an API using ExpressJS you will understand why the framework is so popular…
stamp character set
technology - c# - dotnet - web api
.NET API Response Compression
2/16/2022
There are times when API responses are too large. In my experience, I have seen this in 2 flavors. The most common is a data model that grows and grows to a large number of properties. Increasing the amount of data being provided to the client on…
desk with laptop
technology - discord - teamwork
Discord as a Desk
2/9/2022
When everyone was sent home in early 2020 my team, like many other teams, struggled to keep the communication going as it had been in the office. Initially, there was a thought the stay-at-home orders were going to be a short-term thing. The missing…
library index drawers
technology - azure functions series - azure - cloud - cosmos db
Azure Functions - Cosmos Trigger
2/2/2022
Raise your hand if you have ever implemented a trigger in some database technology ✋. What did you think of that experience? Did you hit a wall with the ability that database triggers offer? What if you wanted to signal another system that data was…
stack of shipping containers
technology - azure functions series - azure - cloud - blob storage
Azure Functions - Blob Storage Trigger
1/26/2022
Today's modern applications are interacting with a larger variety of data stores than they have ever had to in the past. This is not to say that interacting with file storage is anything new, however, the options for storing files are ever-increasing…
yearly review checklist
reflection
Blogging - A Year In Review
1/19/2022
I can not believe it, one year into this personal blogging adventure. It has been quite an amazing and uncomfortable journey taking this project on. When I was thinking about this over a year ago, one of the main drivers was to learn something new. I…
javascript code on screen
technology - azure functions series - azure - cloud - web api
Azure Functions - Web API JavaScript
1/12/2022
In taking a deeper dive into the world of Azure Functions, I noted that there is language support beyond .NET technologies. One of those supported languages, JavaScript! JavaScript does not particularly excite me, but I am interested in the ability…
queue of people
technology - azure functions series - azure - cloud - service bus
Azure Functions - Service Bus Trigger
1/5/2022
With the scale and interaction of applications, event-driven architectures have proven why they are popular time and time again. Azure has several solutions for various event-driven architectures, the focus of this post is Azure Service Bus. So let's…
clock pile
technology - azure functions series - azure - cloud - scheduled tasks
Azure Functions - Schedule Trigger
12/8/2021
First a quick plug, this is just one post in a series of posts on Azure Functions. Check out the first post here. then, follow that one through all the content! If you have any amount of software development experience, there is likely a time where…
Previous
6 of 9
Next
© Andrew Schwabe