User
Write something
Beginner Coaching Call is happening in 3 days
Pinned
Link to book your interview preparation
https://calendly.com/cristianfloreadev/student-interview-prep Requirements: Book only if you prepared for it (don't just try it out) You are working on the crypto app or team project
10
11
New comment 6d ago
Pinned
Got Hired!
Hey guys, hope you are all doing well. I got hired as a front end engineer for a company in London recently! I also got accepted to build a booking system app for a retreat centre in Portugal and am working as a project manager/ front end developer for that project. The road to getting into tech has been a long and hard one, but definitely building the crypto app was a huge benefit - the interviewers really liked it a lot. Also working on the squared app was crucial in getting the job as there were a lot of questions on Agile and examples of team work etc. I really hope this message motivates you guys to continue coding and becoming better developers, it will pay off . Just follow essentially whatever Cristean says and you will get a job ๐Ÿ˜‚
44
28
New comment 3d ago
Got Hired!
Method Chaining in Action!
I'm finally getting to the point where my answers are pretty similar to a lot of the algos top 1 or 2 answers. This is my first "one-liner" I've been able to do in the last 2 months. I'm getting away from for loops as I try to challenge myself to solve them using the Array methods instead as I'm pretty comfortable with for loops as long as they're not nested. That "j" index is scary lol This isn't a difficult Algo by any means, but I've seen some cool ways to solve algos since I've been grinding the last 2 weeks and wanted to try new ways to get to the same result. Codewars link if you're curious: https://www.codewars.com/kata/5648b12ce68d9daa6b000099/solutions/javascript The biggest win was remembering that in the .map method you can directly access your nested array's elements using this syntax: var number = function(busStops){ return busStops.map( ([on, off]) => on - off).reduce( (acc, cur) => acc +=cur) } console.log(number([[10,0],[3,5],[5,8]])) The kata 7s are now being solved pretty quickly as I get back up to speed with all the different ways to iterate/"open" arrays. Getting my head around needing an array, variable, and for loop for everything is now slowly fading as I'm learning the redundancies in my code from all the other answers. Soon I'll be on your "one liner" level @Adelin Rosca hahaha
3
1
New comment 1h ago
Can someone explain to me how I can access my second array?
I completed the algo successfully, but I'm not quite sure how it all works lol Codewars: https://www.codewars.com/kata/5a3dd29055519e23ec000074/solutions/javascript My Code:https://codepen.io/Ricecakes_95/pen/BaXeeMx?editors=0012 Primarily, I'm confused as to why my filter method has access to array2.. Because I'm calling the filter method on array1 so obviously the values and indices should be available for array1, but why can I access array2?? Is this some type of implied access? Like I understand, since array2 exists, and it has data from the argument, that I'll have some access to array2 within the functional or block scope, but I thought I wouldn't have scope to access array2 within the filter method.. What am I missing? Thanks in advance smart people ๐Ÿ˜„
2
2
New comment 1h ago
React todo app - updated
I implemented a default sort feature, filter on tags and a few other revisions mentioned by @Cristian Florea. What would be the next steps for joining the Crypto App ๐Ÿฅณ https://simplydo-app.vercel.app/ https://github.com/rajea-bilal/simplydo
4
1
New comment 2h ago
1-30 of 4,014
Developer Pro
skool.com/developerpro
Learn how to code. Make money. Have fun. Enjoy life.
Leaderboard (30-day)
powered by