Luis CastilloHow to create a ReactJS and Rails Monorepos to GitHubWhat is a Monorepos? A monorepos is when you have multiple applications within the exact location. Many developers use monorepos to have a…Aug 25, 2022Aug 25, 2022
Luis CastilloDSA: Sliding Window PatternJavaScript Sliding window pattern The use of the Sliding Window technique can be done in a very specific scenario, where the size of window…Jun 11, 2022Jun 11, 2022
Luis CastilloThe Big O NotationWhat is Big O Notation, and why does it matterMay 23, 2022May 23, 2022
Luis CastilloWhat happens when we type a URL into a browser?What is an URL? URL stands for Uniform Resource Locator. A URL is nothing more than the address of a given unique resource on the Web. In…May 15, 2022May 15, 2022
Luis CastilloReactJS and ChartJSWhatis ChartJS? Chart.js is a chart library that is available as a client-side JavaScript package. There are also derivatives for other…May 2, 2022May 2, 2022
Luis CastilloReactJS — Prop DrillingWhat is prop drilling? Prop Drilling is the process by which you pass data from one component of the React Component tree to another by…Apr 18, 20221Apr 18, 20221