@PeelRasel Coding challenge aren’t given to see if you can solve them, sometimes all that is required is to show how you’d go about solving them. The fact that you were able to solve one is big. Don’t beat your self up, you’re only just starting your programming journey. 🤟🏻
@PeelRasel Well when I was doing coder I has a pretty basic format resume that linked to my portfolio which I used to portray my skills but I still made the resume itself look good for what I wanted to do. 1 page with a line down the middle to separate sides
@simo_sultan@CoderAcademy_au@EntainGroup Yeah I bet. Outfit is going pretty well, we launch a new feature that I’ve been working on with a few others for the past 8 months tomorrow which is such a relief
@simo_sultan@CoderAcademy_au Well it’s not exactly copy and paste but figma just sets all of the padding or margin stuff out so you can just look at what the dimensions and place them in your code
@simo_sultan You guys won’t actually learn redux at coder which is a little upsetting because it’s such a neat tool that I would’ve loved to learn even just the basics but I had to learn the hard way haha
@NathanOtheDev Yeah mvc is like the circle of life in terms of a rails app. The view carries the stuff the user sees and interacts with, the controllers gets pretty much all of the requests made by the view and the model stores all of your database interaction