From 7fe654bb4e5d3e6cef5d44de87b051673502a6f3 Mon Sep 17 00:00:00 2001 From: Ariv Date: Wed, 9 Nov 2022 08:19:54 +0530 Subject: [PATCH 1/2] Proper Commit message final Removed few more lines Removed few more files --- index.html | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/index.html b/index.html index f451b71..85c5e1a 100755 --- a/index.html +++ b/index.html @@ -16,12 +16,8 @@ - - - - + - @@ -41,9 +37,7 @@ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-K2Z55M6'); - - -
@@ -109,7 +99,6 @@
-
@@ -139,16 +128,13 @@

About Me

I'm largely technology agnostic; though I'm strongest in Linux, Java, JavaScript, Postgres, MySQL, HBase, Spring eco system, Spring-boot, Microservices, JHipster etc.

-

I'm always interested in becoming a better technology leader, and meeting interesting people in various sector.

-

I'm also very much interested in Data Structure and Algorithms. Always want to provide algoritms based solutions towards both time and space complexity & with the intention of scalable product.

-

See my LinkedIn profile for more career details.

From 89c985e5720887e6050b84d8121b16c7d1450e90 Mon Sep 17 00:00:00 2001 From: Aariv Date: Sun, 1 Oct 2023 22:27:20 +0530 Subject: [PATCH 2/2] Drafted Initial Design for the DSA Blog --- blog/blog.html | 508 ++++++++++++++++++++++++++++++++++++++++++ blog/ds-overview.html | 501 +++++++++++++++++++++++++++++++++++++++++ index.html | 5 +- 3 files changed, 1013 insertions(+), 1 deletion(-) create mode 100644 blog/blog.html create mode 100644 blog/ds-overview.html diff --git a/blog/blog.html b/blog/blog.html new file mode 100644 index 0000000..1f29bbe --- /dev/null +++ b/blog/blog.html @@ -0,0 +1,508 @@ + + + + + + Arivazhagan L + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Technical Blogs

+

+
+
+
+
+ +
+ + +
+ + +
+ + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/blog/ds-overview.html b/blog/ds-overview.html new file mode 100644 index 0000000..5d4f203 --- /dev/null +++ b/blog/ds-overview.html @@ -0,0 +1,501 @@ + + + + + + Arivazhagan L + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

Data Structure Overview

+

+
+
+
+
+
+ +
+ +
+ + +
+
+
+
+ + +
+ + +
+ + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 85c5e1a..4777c89 100755 --- a/index.html +++ b/index.html @@ -78,6 +78,9 @@
  • Contact
  • +
  • + Blog +
  • @@ -360,7 +363,7 @@

    - Copyright © Arivazhagan L 2022 + Copyright © Arivazhagan L 2023