Skip to content

Commit

Permalink
New post, intro to DSA journey
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoaguirre committed Sep 7, 2024
1 parent 1ff5329 commit 5c80cec
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 0 additions & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
+++
author = "Hugo Aguirre"
+++

4 changes: 2 additions & 2 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ type: page
draft: false
---

I'm a Cloud Software Engineer at Intel helped building [Intel's Performance Hub](https://performancehub.intel.com) back-end being a co-owner of one of the core microservices that interacted with AWS SSM to safely execute workloads on customer managed instances.
I'm a Cloud Software Engineer at Intel that helped building [Intel's Performance Hub](https://performancehub.intel.com) backend being a co-owner of one of the core microservices that interacted with AWS SSM to safely execute workloads on customer managed instances.

Currently I am focusing more in the CI/CD side of projects and learning how to make a devs life easier.
Currently I am focusing more in the CI/CD side of projects and learning how to make a devs life easier within my organization.

On my early days I started as an Embedded Software Engineer at Continental Automotive working with Qualcomm's chipsets but that's a long and dark story for another time.

Expand Down
15 changes: 15 additions & 0 deletions content/posts/dsa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
+++
title: DSA adventure and a simple intro to my next posts
date: 2024-09-06 22:05
+++

So, I've been grinding LeetCode (Blind 75) and plenty of DesignGurus. My plan is to get better at problem solving and revive the old days at College where all these topics were the only thing we talked about.

My intention with the knowledge that I get from this grinding is to write down some tips and tricks for the things that I learn.

I won't post solutions to problems or so, instead I will try to talk about each pattern for example: how to use them or when to use them.

My first post of this series of post will be the Two Pointers since this is the most basic approach for DSA.

Keep grinding folks!
Cheers.

0 comments on commit 5c80cec

Please sign in to comment.