Skip to content

Professional Development Plan

AWS

Goal: AWS Cloud Practitioner Cert

  • EC2
  • Global infrastructure and reliability
  • Networking
  • Storage
  • Security
  • Analytics
  • Pricing
  • Migration

Rust

Goal: Adopt rust as a primary language for algorithm practice and portfolio development.

  • Solve interview problems with all beginning control structures.
  • Solve interview problems using basic data types.
  • Solve interview problems using strings and structs.
  • Implement command-line utility in rust.
  • Implement api interface in rust.

Algorithms

Goal: Review algorithms previously covered.

  • Hash tables
  • Two-pointer
  • Binary search
  • Dynamic programming
  • Queues, stacks, and heaps
  • Breadth-first search
  • Depth-first search
  • Dijkstra