Skip to content
View david125tran's full-sized avatar
  • Durham, NC

Block or report david125tran

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
david125tran/README.md

Hi there 👋

LinkedIn My LinkedIn
Gmail [email protected]

Table of Contents

Name of Project Languages & Framework Description
ASP.NET_Core_Web_App C# .NET A CRUD web app using the ASP .NET Core Web App project template.
Book_to_audio_converter Python PDF file to MP3 file converter.
CSharp_JSON_to_SQL C# MicrosoftSQLServer TSQL In this project, I use the dapper mapper method (an open-source object-relational mapping (ORM) library for .NET and .NET Core applications). I parse JSON data into string and then use the dapper library to inject it into a MS SQL table as TSQL code.
CSharp_Masterclass C# C# coursework that I am working through. In progress.
Data_Structures_and_Algorithms Python Data structures & algorithms coursework that I worked through.
Database_to_CSV Python Pandas MySQL SQL This repo takes data from a database stored in MySQL & pushes it into a CSV file.
Django_REST_API Python Django A REST API with CRUD functionality.
Excel_VBA Excel VBA Two different sheets with VBA programming showcasing VBA, macros, buttons, creating functions, calling functions, case statements, if else statements, looping through rows, creating macros, etc.
Flask-api Python Flask A Flask RESTful API to make a random list of quotes to return.
Flask_rest_api Python Flask A Flask REST API with CRUD functionality.
Flask_REST_API_MySQL Python Flask SQL A Flask REST API demonstrating CRUD functionality with the data connected to a MySQL relational database.
Ibjjf_scraper_to_excel Python Webscraping data into an Excel sheet.
GUI_tkinter_app Python A Tkinter GUI that converts PDF files to MP3 files.
JSON-REST-API Python JSON A REST API app that receives data in JSON format.
MySQL_Database_Queries MySQL SQL A couple of different database design schemas in MySQL showcasing different queries.
Matplotlib Python Matplotlib Data visualizations using the Matplotlib library.
NumPy-Image Python NumPy A script that converts a colored image into a black and white image using the NumPy library by putting the image color tuples into an array and doing matrix modification on the array.
R_Tidyverse R R coursework that I worked through to learn R.
Selenium_webdriver Python Selenium Automated webrowsing using selenium webdriver.
Space_invaders Python A mock example of the classic arcade game, Space Invaders.
Tableau Tableau Some data visualizations done in Tableau with large data sets.
Terraform_weather JavaScript AWS Terraform HCL Infrastructure as code (IaC) using AWS Cloud 9.
Tic_tac_toe Python A simple script to play tic, tac, toe as a text based game.
TicTacToeOOP C# Showcasing the pillars of object oriented programming in C#.
US-Weather-API Python Getting the current temperature of all 50 US states using an API. The API call requires a latitude & longitude of each state which I get by using BeautifulSoup webscraper to scrape into a list from a website.
WindowsForms_CRUD_App.NET C# .NET TSQL A CRUD Windows desktop connected to a SQL database.

Pinned Loading

  1. Database_to_CSV Database_to_CSV Public

    Python

  2. space_invaders space_invaders Public

    Python

  3. MySQL_Database_queries MySQL_Database_queries Public

  4. C_Sharp_.NET C_Sharp_.NET Public

    C#

  5. JSON-REST-API JSON-REST-API Public

    Python

  6. CSharp_JSON_to_SQL CSharp_JSON_to_SQL Public

    C#