#1 Entry-Level Front-End Web Development

Before learning the front-end web development, let’s talk about my plan in the following 30 days...

Motivation

  • Why iThelp Ironman?
    I joined the Ironman game last year, writing about "PM your Career & Life(PM的职场与生活实践)," which deviated from the script a bit but I found it very interesting!XDD So this year, I'd like to continue the game, and take the following 30-day writing as my motivation to learn coding.

  • Why Front-End?
    Because I’ve got years of PM experience. For the next step, I may apply for a Technical PM or Scrum Master position, and I don't mind trying Front-End Developer in the future. Besides, comparing with back-end, I prefer to start learning from front-end as an entrance to coding.

  • Why English?
    I'm planning to work abroad, so will have to adapt myself to English environment eventually.
    Though writing in English may attract less click through rate, a.k.a nobody is reading la~ I may also make lots of mistakes on English technical vocabularies. But I want to practice taking notes and expressing my thoughts in English throughout the IT learning process.
    PS, please comment below to let me know that I'm not alone~~

https://ithelp.ithome.com.tw/upload/images/20210901/20130362xfXT92MAJF.jpg
(Resource: unsplash)

Writing Plan

  • What does my writing plan look like? => which is today
  • HTML
    • Introduction
    • Practice
  • CSS
    • Introduction
    • Practice
  • JavaScript
    • Introduction
    • Practice
  • Git
    • Introduction
    • Installation
    • Tips & Note
  • Final Review
    *PS, I may revise the plan a bit if any surprise happens.

The following 30 days, I'll learn from JavaScript 网页前端工程入门教学, a series of Web development tutorial video by 彭彭老师. As a front-end beginner, any feedback or question would be very welcome and appreciated.
/images/emoticon/emoticon41.gif

Music of Today: Orphans by Coldplay


Like/Share/Follow

If you guys find this article helpful, please kindly do the writer a favor — LIKE this article./images/emoticon/emoticon12.gif
Feel free to comment and share your ideas below to learn together!


<<:  Day1 所以,网路到底是什麽?

>>:  新新新手阅读 Angular 文件 - Day01

DBA 训练营 - SQL Server 资料库管理入门

数据资料与 Azure SQL 热潮来袭 升级资料库专业技能 Are You Ready? DBA ...

Day16 支持向量机实作

https://github.com/PacktPublishing/Machine-Learni...

Day17 - 帮蛇多加了暂停与继续

class Game{ startGame () { this.snake = new Snake(...

#25 No-code 之旅 — 实作 Notion 部落格 Pagination (分页) 功能 ft. SWR

嗨大家!像昨天说的,今天会讲怎麽用 SWR 实作 Notion 部落格的 pagination (分...

Day 26 - State Monad I

还记得先前提到 Math.random 并非是纯函式吗,因为每次给定相同的输入都会是不同的输出回传回...