shlogg · Early preview
Dev.to Staff @thepracticaldev

Top 7 Career Advice Posts From This Week's Top Picks

Top 7 picks this week: career advice galore! Learn about memoization in JS, TypeScript fundamentals, building a bulletproof CI/CD pipeline, and more!

Welcome to this week's Top 7, where the DEV editorial team handpicks their favorite posts from the previous week. This week, there happens to be an an abundance of career advice from different perspectives! 
Congrats to all the authors that made it onto the list 👏

  
    
      
    
  
  
    
      Weak memoization in Javascript
      Anton Korzunov ・ Jun 11
      
        #javascript
        #web
        #state
      
    
  

Anton walks us through an evolution of concepts (with code snippets every step of the way) to help us better understand memoization in JavaScript....