diff --git a/assets/images/demos/ImageCatalog.gif b/assets/images/demos/ImageCatalog.gif new file mode 100644 index 0000000..16899ee Binary files /dev/null and b/assets/images/demos/ImageCatalog.gif differ diff --git a/index.html b/index.html index 726de20..681c968 100644 --- a/index.html +++ b/index.html @@ -59,10 +59,8 @@

BAO NGUYEN

About Me

- I am an aspiring Software Engineer who is specializing in big data processing pipelines. - With more than 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 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.

I graduated from the University of Texas at Dallas @@ -72,7 +70,7 @@

About Me

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.

diff --git a/scripts/contents/projects.js b/scripts/contents/projects.js index a6a8895..a8f827a 100644 --- a/scripts/contents/projects.js +++ b/scripts/contents/projects.js @@ -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 " + @@ -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") ] },