Posts

React app notes

 Building React App 1. download npm, react 2. need tabs, use material-ui [npm install @material-ui/core] 3. integrate tabs w/ react router video: https://bonsaiilabs.com/material-ui-tabs-react-router/ 4. how to implement a clicker: https://github.com/Alaricus/clicker-tutorial 5. difference between hooks to update state in functions, and the more standard way to do it in the constructor () { this.state = {} } for classes : https://reactjs.org/docs/hooks-state.html Intermediate apps: - Basic clicker - More advanced clicker Notes:  Good example (Particle clicker): https://github.com/particle-clicker/particle-clicker/ Search Bar: Search Bar: https://www.emgoto.com/react-search-bar/ Conditional Rendering: https://reactjs.org/docs/conditional-rendering.html Local Storage tutorial: https://programmingwithmosh.com/react/localstorage-react/ React State: https://blog.logrocket.com/modern-guide-react-state-patterns/

javascript

 *Objects* constructors and prototypes *Algorithms* *Web/Apps* React tutorial

bouldering

 .

CS Notes

 https://dbader.org/blog/fundamental-data-structures-in-python https://www.freecodecamp.org/learn https://www.theodinproject.com/dashboard https://replit.com/@ZacharyShifrel https://replit.com/@gaharaz https://replit.com/repls/folder/algs%20(fcc)

ML resources

 Keeping track of stuff for ML/big data in physics project. ML at LIGO and LHC Deep Learning application to LHC Searching for Exotic Particles in High-Energy Physics with Deep Learning Real-Time Detection of Gravitational Waves with NN

Let's Study (Renormalization)

Index Tutorials Species of the RG History Philosophy Fun Applications 1. Tutorials Let's start off with papers that go easy on the math.  Butterfield & Bouatta, Renormalization for Philosophers Batterman, Universality and RG Explanations Wilson,  Problems in Physics with Many Scales of Length   Williams, RG methods Alexandre, Concepts of Renormalization in Physics Batterman, The Devil in the Details  (see chapter 4) Teller, Infinite Renormalization Crank the difficulty up:  Manohar, Intro to EFT Neubert, Renormalization and EFT Creswick, Farach, and Poole,  Intro to Renorm Group Methods Fisher, Renormalization Group Theory in Statistical Physics Lepage, What is Renormalization?   Delamotte, A Hint of Renormalization Tong, Statistical Field Theory (RG is 3rd chapter) Polchinski, Renormalization and Effective Lagrangians Okay, let's dive in now. Here are full texts:  McComb, Renormalization Methods: A Gu...