Skip to content

Commit

Permalink
Merge pull request #34 from baonguyen96/dev
Browse files Browse the repository at this point in the history
Add dashboard project
  • Loading branch information
baonguyen96 authored Nov 1, 2024
2 parents f9070cc + 9aad8f4 commit 623edbe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
Binary file added assets/images/demos/ImageCatalog.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,8 @@ <h1>BAO NGUYEN</h1>
<section class="section" id="aboutSection">
<h2><span>About Me</span></h2>
<p>
I am an aspiring Software Engineer who is specializing in big data processing pipelines.
With more than <span id="yearsOfExperience"></span> years of experience, my expertise involves architecting/implementing big data lake/data warehouse
(using tools such as SSIS, Spark, EMR, Glue, etc.), modernizing/migrating on-prem applications to Cloud-centric solutions (Azure/AWS),
as well as building CI/CD pipelines.
I am an aspiring Software Engineer with more than <span id="yearsOfExperience"></span> years of experience. My expertise involves architecting/implementing big data lake/warehouse,
modernizing/migrating on-prem applications to Cloud-centric solutions, as well as building infrastructure and CI/CD pipelines.
</p>
<p>
I graduated from the <a href="https://www.utdallas.edu/" target="_blank">University of Texas at Dallas</a>
Expand All @@ -72,7 +70,7 @@ <h2><span>About Me</span></h2>
</p>
<p>
I love modernizing applications, automating as many things as possible, and learning new technologies.
I also enjoy reading books (mostly finance and engineering related), travelling, and photography.
In my free time I also enjoy reading books (mostly finance and engineering related), travelling, and photography.
</p>
</section>

Expand Down
10 changes: 9 additions & 1 deletion scripts/contents/projects.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
// NOTE: demos are recorded at resolutions: 1024×576 (aspect ratio: 16:9) on 27in 1920x1080 screen
let projects = [
{
"title": "Image Catalog",
"intro": createIntro("A suite of applications that scan through file system to collect metadata of images and provide useful insights. " +
"It consists of C# application for image crawler, Microsoft SQL Server for data storage and ETL, and PowerBI dashboard for insights consumption and presentation.",
["C#", "SQL", "PowerBI"]),
"links": [
createDemoLink(),
]
},
{
"title": "Distributed File System",
"intro": createIntro("A distributed file replication system coded in Java. Multiple clients can concurrently " +
Expand Down Expand Up @@ -103,7 +112,6 @@ let projects = [
"Utilizing GitHub API, C#, and .NET Framework. Currently still under development process.",
["GitHub API", "C#", ".NET"]),
"links": [
// createDemoLink(),
createSourceLink("https://github.com/baonguyen96/GitData")
]
},
Expand Down

0 comments on commit 623edbe

Please sign in to comment.