Carlos Aguilera
I'm a seasoned Software Engineer with +10 years' experience developing, and managing products for HHRR, and recently for FinTech industry. I'm passionate about data structures, algorithms, software architecture, system design, and I'm currently applying this knowledge in my role as Software Engineer for companies and clients that I work with. I'm currently seeking collaborate in new projects, so if you'd like to work together, contact me by email or phone call.
Latest Posts
March 23, 2021
Stack data structure
Stack data structure implementation.
Learn MoreTags: data structure, javascript, stack, LIFO
March 20, 2021
Multiple pointers pattern - Count unique values
This function accepts a sorted array, and counts the unique values in the array.
March 19, 2021
Multiple pointers pattern - Sum Zero
Creating pointers of values that correspond to and index or position. We can move these pointers based on a condition.