Posts
-
Three tips to improve workplace communication
12 Feb 2022 Communication is one of the most important skills to be successful in your career.
-
Unit testing in Django
09 Dec 2021 How to run unit tests for a Django application.
-
How to read a plain text file in Rust
15 Nov 2021 This is a short article demonstrating how to read a plain text file using the Rust programming language.
-
Unlocking Climate Solutions (Climate Change Analysis)
11 Nov 2021 As part of this project, I performed an analysis of CDP (www.cdp.net) climate survey data.
-
Three ways to measure the performance of your Python code
31 Oct 2021 Are you looking for ways to measure the performance of your Python code/applications?
-
How to re-use an HttpClient instance with SendAsync
16 Jun 2021 In this post, I will be demonstrating how to re-use an HttpClient instance with multiple different API endpoints using the SendAsync method.
-
Comparing the performance of Entity Framework Core and SqlDataReader in ASP.NET Core
27 Apr 2021 In this post I will be comparing the performance of Entity Framework Core and SqlDataReader in ASP.NET Core
-
How to use async/await in JavaScript
20 Apr 2021 In this post I will be discussing how to develop using async/await in JavaScript.
-
How to convert a callback-based function to a promise-based function in JavaScript
09 Feb 2021 In this post I will be discussing how to convert a callback-based function to a promise-based function in JavaScript.
-
ElectronTextEditor Application
31 Jan 2021 A basic text editor desktop application created using Electron.
-
How to use Django's built-in CSRF protection with AJAX requests
19 Dec 2020 A simple walkthrough of using Django's built-in CSRF protection with AJAX requests
-
MovieRater Application
17 Dec 2020 An interactive web application created using Django and React.js.
-
Comparison of Texas Hospitals
15 Nov 2020 This is an analysis of Texas hospital ratings data.
-
json-to-csv-flask Web Application
05 Sep 2020 This is a simple Flask web application that allows the user to perform simple data format conversions in their browser.
-
What areas of Dallas have the highest amount of crime?
04 Aug 2020 I performed an analysis of city of Dallas crime data (as of the August, 2020).
-
Five Tips for Writing More Effective Emails
16 May 2020 Emails are an integral part of everyday communication, and they will be for years to come. It's important to make an email easy to read, comprehend, and act upon.
-
How to Chain JavaScript Promises
13 May 2020 A good understanding of how to chain JavaScript Promise objects will greatly improve the productivity of a JavaScript developer.
-
How to Pass Execution Context to a Web Resource in Dynamics 365
07 May 2020 In this article, I will be demonstrating how you can use the getContentWindow() method of the Power Apps JavaScript Client API to pass executionContext into a web resource/iframe control on a form.
-
Predictive Model to Predict NCAA March Madness Results
09 Apr 2020 I created a predictive model to predict NCAA March Madness tournament results.
-
Data Science GitHub Repository
08 Apr 2020 Data science projects, code, and resources.
-
Code Samples GitHub Repository
08 Apr 2020 This repo contains various sample scripts written in R. Included are scripts to assist in creating data visualizations.
-
Comparing the Performance of System.Text.Json and Newtonsoft.Json in .NET Core
01 Mar 2020 Are you curious about the performance of the new System.Text.Json API in .NET?
-
Analysis of Dallas Animal Services Data
27 Jan 2020 I would like to share one of my recently completed projects as a student in the Master of Science in Business Analytics program at The University of Dallas. This project is an in-depth analysis of Dallas Animal Services data using modern cloud technologies.
-
How to Send Web API Batch Requests in Dynamics 365
02 Nov 2019 Details on how to send Dynamics 365 Web API batch requests, with examples and sample code.
-
Forecasting NBA Three Pointers Made for the Next Five Seasons
11 Aug 2019 The NBA is changing. This is very evident when viewing the growing impact of the three point shot in basketball.
-
Who Should Learn Computer Programming?
21 Jul 2019 In an increasingly technological world, you may find yourself wondering if it would be beneficial for you to learn some computer programming. In fact even if you have never thought about it, I would guess that you are at least somewhat interested. After all, you have read this far.
-
How Close Are We to a Perfect NCAA Tournament Bracket?
24 Mar 2019 It's March Madness time! In the excitement of the annual tournament, I decided to do some research and write a fun article for all you bracket-builders out there.
-
What Factors Influence Net Revenue and Return on Investment of Movies at the Box Office?
16 Mar 2019 I wanted to share one of my analytical research reports that was written during my time as a student in The University of Dallas' Master of Science in Business Analytics program.
-
CrmWebApiFun.cs Sample "Helper" Class
01 Mar 2019 This is a basic C# sample "helper" class to demonstrate how to work with Dynamics 365 data programmatically using the Web API.
-
The Argument for Attending a Smaller University
20 Feb 2019 I enjoyed my time at Schreiner University so much, that I decided to author an article containing my argument for attending a smaller unversity. Please take a moment to read, and feel free to like or comment on LinkedIn!
-
CSV Statistics Application
25 Jan 2019 Command line application to see a various amount of statistics based on an imported .csv file. This application is written in Python.
-
View This Website's Source Code!
24 Jan 2019 I am very excited to be actively developing my own website!
-
CSV Splitter Application
24 Jan 2019 This repo contains applications to split CSV files into a specified number of smaller files.Included are command line applications written in both C# and Python, as well as a graphical Windows application written in C# utilizing WPF.