Skip to main content

Posts

Showing posts from August, 2020

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   ...

💰 Income ideas as a web developer

1. Resell the entire website to others  2. Freelance with your skills (to build other's business site) 3. Create online course (Udemy) 4. Create YouTube channel  5. Blog 6. Paid mentor service for learners  7. Sell eBooks  8. Sell themes, templates, plugins, animations like message emoji   9. Affilate marketing website 

How I studied Javascript- part 4

There's complete 65(20 + 15 + 30) JS projects course. I'd still focus on the theory but doing one of 65 projects is such as great practice to push your skills.  1.  20 Web Projects With Vanilla JavaScript by Brad https://www.udemy.com/course/web-projects-with-vanilla-javascript/ 2. Build 15 JavaScript Projects - Vanilla JavaScript Course https://www.youtube.com/watch?time_continue=17306&v=3PHXvlpOkf4&feature=emb_logo 3. JavaScript 30 https://courses.wesbos.com/account/access/5bf9074271ff0d6fad4e82be

Color Flipper - Vanilla JS Project

 I could not complete it but i'd still say it is still a lot of improvement on my JS skill. When i click button, i was able to get rbg(randomNumber *3) in console.  const btn = document. getElementById ( " btn " ); const main = document. getElementById ( " main " ); btn. addEventListener ( " click " , randomColor); function randomColor ( e ) { randomNumber = Math . round ( Math . random () * 255 ); const rgb = `rgb( ${ randomNumber } , ${ randomNumber } , ${ randomNumber } )` ; console. log (rgb); }

Where to invest

 I want to diversify to other asset, not only the US equity as my time and money are limited.  So, i'm thinking to buy some Asian equity that i can trust such as Samsung electronics, SoftBank...

Dividend

1.Quarterly Dividend (1,4,7,10) SPY, NOBL, JPM 2.Quarterly Dividend (2,5,8,11) MA,VZ,T, COST, AAPL,  3.Quarterly Dividend (3,6,9,12) QQQ, MSFT, V,  4.Monthly Dividend   DIA, O

How I studied Javascript- part 3

 I made up a study schedules as i feel so lost during learning JavaScript course.  For Brad course, Section 8(1) : Github Finder Project Section 9(1) : Error Handling & Regular Expressions  Section 10(1) : Other newer Features - ES2015+ Section 11(1) : JavaScript patterns Section 12(2) : til Add total calories(107) || Delete & Clear from localStorage Section 13(1) : Microposts Project Takes at least 7 days to complete it. But i assume it might takes about 10 days if i get lazy or can't focus on it. But i'd like to finish off until 24th of August, which is my 24th birthday.  =========================================== Will set up a plan for each day's study amount and keep making notes, rather than just watching his tutorials. I do not expect myself to make JS web applications without looking at other resources. But hopefully, i can just try to mimic very small part like i do with clone projects with CSS. 

How I studied Javascript- part 2

Here's my 2 basic JS course to learn the fundamentals. Jonas course was a bit difficult to understand at the beginning. So I switched to Brad course. But I'm not saying Brad course is easy. It is also difficult at early learning stage. I guess I might finish Brad course in 7 days with 7 sections if I keep pushing this pace.  when I retake Jonas course, hopefully I can understand better and complete those 2 course to be called a real Javascript developer.  Learning Javascript is so hard 😭 but the real money in frontend is Javascript. HTML+CSS isn't easy but I need to learn JS to be a FE developer.

A lesson at the age of 24

My favourite quote was "Expect the best, but prepare the worst". Recently I'm having such a tough time as I have to compete with the society to survive. But also, when things come with a uncontrollable amount of money, my head starts thinking like a jungle. Like my UK visa will cost a lot and the healthcare fee gradually increase. I don't complain on this as this is a UK government policy so I'd respect that. What I mean is that a person like who just get into the society doesn't have enough money and I know this is my issue so nobody can help this. So I'm trying to figure it out for my future.  My life quote is changing like "Write code as much as I can & remember money is a tool for your goal". I do quite a lot of part time jobs to cover the future payments. But I keep feeling that I am looking my time in 20s life that would never come back. So I'm so confused what's right decision. Whether to study programming or earn some money wi...