Dec 18, 2020What is React? What is JSX? What is React Native?Thank you for visiting this post! Be sure to also take a look at my other work on LinkedIn and GitHub. In this post, I am going to talk about React. Also, I am going over JSX and React Native. What is React? What is JSX? What is React Native…2 min read
Dec 18, 2020How to use propsIn this post, I am going to be talking about how to use props to pass data down from the parent class in a React app through components. Also, the things you can do with that data when you get it to where you want. I am not going to…2 min read
Dec 18, 2020You should make a planner as a devIn this blog, I am going to talk about why you should create and use some type of planner to plan out your daily tasks. and how it can help you as a dev and in general a more efficient person. In my time during flatiron school(Software engineering) I was…2 min read
Oct 26, 2020How to use the JS debugger keyword to debug your codeIn this post, I am going to walk through the basics of how to use the debugger keyword in JavaScript(in Chrome). I will provide an example to visualize what is happening. The JavaScript debugger keyword is a tool that you can put in any script you make to debug it…Debugging4 min read
Sep 24, 2020Ruby Enumerable methods? What are they?The following is going to talk about what an enumerable is in Ruby ,what some basic Enumerable methods can do for you when applying them to a collection of data and what an enumeration is. Real quick it might just be me but this word was kind of hard to…Ruby2 min read