Skip to main content

Posts

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

Tesla Robotaxi

 I think this is going to be the next game changer. So, i'd like to create my own version with design for Tesla, Inc. The stock price is insane. Once they launch robotaxi app and joining S&P components, i'd buy some share as they are splitting the shares.  https://github.com/iDeveloperBrandon/Tesla-robotaxi https://www.behance.net/gallery/79399901/Tesla-RoboTaxi-App   I assume that i have completed the layout for this project but i want to make it as responsive page. It isn't going to be easy but i will keep trying my best  For uncle Elon, i'd create a robotaxi prototype web app - dashboard for income.  - Tesla network

What Every JavaScript Developer should know

There's so many things to learn to be a FE developer, especially when it comes JS. The real $$$ is JS in FE world. More and more i do study, i'm losing faith in myself and wonder how am i gonna be a proper javascript developer. everyone said i should focus on more on building projects and study myself. Before studying these, i need to know what do i need to know ;( so this isn't easy at all https://roadmap.sh/frontend Modern JavaScript Learning Path in 2020 33 Concepts JavaScript Developer Should Know   by Nomad Coder   What to learn before a JavaScript Framework  by my hero Brad Traversy Things to learn before choosing a framework  JavaScript fundamentals  - Syntax and basic constructor    - Events   - DOM manipulation   - Functions, loops, conditions  Modules   - ES6 Modules  - Parcel, Webpack & Babel   - Import & Export Default  Classes   - Structuring a class   ...