Skip to main content

FE WebDev Routine Training Feb 10, 2021

I keep worrying about my future when i study more and more. I'm not 100% sure that I'm taking the right path to be a software engineer. I found so many great developers on YouTube community and they provide so many useful information. I do live coding streaming everyday when i study and also try to do at least 3 sessions. 1 session is consisted of these(Algorithm/ Vanilla JS/ React). When i have tech interview, they expect me a decent level of algorithm and JS toy project implementation. So i found out that learning React isn't important at this point. Although it isn't important until i build up the foundation, i'd like to be a React developer and would like design whatever i want to.  



Coding test - codewar 1

 


CSS - grid/

 


JS - Sec 9

 


React -  

A bit of Yelp



Portfolio - 

List the 100JS projects


Job hunting -

Karrot for internship 

Apply SW maestro

Comments

Popular posts from this blog

[BAEKJOON Online Judge + Node.js] 2292: Honeycomb

  I did't use while loop that much so didn't come up what to do. While loop create a loop that execute a specific statement. So, the main point of this problem is "prevNum + max * 6" input = 13, output = 3 https://www.acmicpc.net/problem/2292 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/while const input = require ( "fs" ). readFileSync ( "/dev/stdin" ). toString () ; let count = 1 ; let max = 1 ; // set the range while (max < input) { max += count * 6 ; count ++ ; } console . log (count) ; // prevNum + count * 6 // 1 so +6 every loop! // 2 - 7, 5 // 8 - 19, 11 // 20 - 37, 17 // 38 - 61, 23

FE WebDev Routine Training Feb 09, 2021

 FE WebDev Routine Training Feb 09, 2021  A lot of things to do. DO FUCKING FOCUS!!!  Coding test - codewar 1 Kakao 2021 No.1 CSS - grid/ SCSS and Cloning(besthorrorscenes.com) JS - for of loop/  Sec9/ DOM array methods toy project React -   A bit of Yelp Portfolio -  List the 100JS projects Job hunting -  NAVER Finance(on 10th) Karrot for  internship  Apply SW maestro