Skip to main content

Posts

Must watch movies

I'm working on my own movie and i'd like to work as a movie director one day. I want Liana Liberato act for my movie as she's my favour actress. Anyway hope you like my movie list. Selected only movies that gives you a thoughtful message. I just watch movie whenever i need support.  1. Brooklyn   (2015, Drama Romance) 2.  Demolition  (2015, Drama) 3. The Blind Side(2009, )

100 Service Ideas

https://github.com/iDevBrandon/100-ideas I'd create 100 service projects with my frontend skills. Burn your early & mid 20s now with building projects. Once it starts taking off, I won't have time to think of ideas. So, you have to do everything in 20s. By simply following your ideas, your project will redirect you where you want to be as you already set 10yrs amount service ideas. OXINION, To share opinions/complains based on location. ex)icbox.info RoboTaxi, Autonomous driving service ex)Uber.com for Tesla, Inc. Cheapify, Find cheap stuff around you. ex)??? Attacker, Track your dream until you take it over and know your place. ex)Monday.com AutoTrade, Better stock trade as a stock trader ex)propelor.com or etfdb.com xTrade, Action system with sell and buy realtime price for 2nd hand items ex) stockx.com indecisive, What to do/eat/watch today Take me home, Goods Exchange/ free giveaway Smart Bin, Make your own bin and connect internet after throwing rubbish and get reward ...

7. LifeCycle method

 3 Categories : Mount, Update, Unmount. Mount 1. constructor -> getDerivedStateFromProps -> render -> componentDidMount Update 1. getDerivedStateFromProps -> shouldcomponentUpdate-> render-> getSnapshotBeforeUpdate-> componentDidUpdate  

Learning ReactJS

 It is hard without vanillaJS knowledge.  The road map is available from here. https://roadmap.sh/react 1. Getting started with React 2. JSX 3. Component 4. Event handling  5. ref:DOM 6. Component Iteration  7. LifeCycle method 8. Hooks 9. Component styling 10. A basic app (ToDo list)  11. Optimizing component performance  12. immer 13. SPA with React Router 14. API calls 15. Context API 16. Redux 17. React Redux 18. Middleware 19. Code splitting 20. Server side rendering  21. Backend: Koa framework  22. MongoDB 23. JWT for authentication  24. Frontend project : Auth and login 25. Frontend project : Writing posts(C) 26. Frontend project : search posts(R) 27. Frontend project : update/delete posts(U,D)

Menu project & JS 100 algo questions

 1.  I finally found out that i can design the web design easily  2. I know i need to study algorithm to get job interview and it isn't easy. Also, i saw some people who get a job without coding skills. So i found an easy series to do JS questions. I'd done one today.  https://github.com/iDeveloperBrandon/Jeju-coding-JS100-Algorithms-Challenge

Data structures and algorithms in JavaScript

Programmers for Korean readers  letcode for everyone.  https://programmers.co.kr/learn/challenges?tab=all_challenges https://leetcode.com/problemset/all/?difficulty=Easy https://www.zerocho.com/category/Algorithm/post/5b79898d337215001b3a18eb https://www.udemy.com/course/js-algorithms-and-data-structures-masterclass/learn/lecture/8344040#overview https://takeuu.tistory.com/162?category=760791 basic Recursion Queue Stack LinkedList Hash map String Graph intermediate DFS BFS DP Exhaustive search advanced Priority queue Binary search