../20250506-meta-frontend-pro-cert

Meta Front-End Developer Professional Certificate 心得

Meta Front-End Developer Professional Certificate

meta-frontend-pro-courses

Introduction to Front-End Development

Module 1: Get started with web development

Introduction

介紹這堂課可以學到什麼,有一節在教怎樣在這堂課學得更好和學習的技巧。

還有一個 meta 工程師訪談,有一個問題是 soft skill,他回答:要有同理心去瞭解其他人的觀點。和後端比起來,前端有更多的機會和 design 和 product manager 溝通。

How the web works

講了什麼是 server、browser 還有 web hosting 的概念。

Core internet technologies

Module 2: Introduction to HTML and CSS

Getting started with HTML

<!DOCTYPE html>
<html>
  <head>
    <title>title</title>
  </head>
  <body>
    Hello HTML!
  </body>
</html>

CSS Bascis

Module 3: UI Frameworks