How to build and distribute libraries via NPM using WebPack bundler.
    
  
    
   
  
    
    
    
  
    
      
  
      
  
    
    
      Three things I try to do as a senior engineer
    
  
    
   
  
    
    
    
  
    
      
  
      
  
    
    
      An instantly loading, self-rewriting application using ServiceWorker - it is like server rendering inside your browser.
    
  
    
   
  
    
    
    
  
    
      
  
      
  
    
    
      Generate the initial HTML markup from web app at build time to avoid blank screen.
    
  
    
   
  
    
    
    
  
    
      
  
      
  
    
    
      Remove the empty page flicker on web application startup.
    
  
    
   
  
    
    
    
  
    
      
  
      
  
    
    
      My collection of personal CLI apps to speed up NodeJS development.
    
  
    
   
  
    
    
    
  
    
      
  
      
  
    
    
      How to pass logic instead of data in functional programming.
    
  
    
   
  
    
    
    
  
    
      
  
      
  
    
    
      What useful ES6 features can we use right now?
    
  
    
   
  
    
    
    
  
    
      
  
      
  
    
    
      Preventing easy to catch JavaScript bugs using linters.