Ice1187
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
# Awesome CS/Programming Articles [toc] ``` markdown TODO: - [ ] 加入收入文章標準 ``` --- ## Code Writting - (Error: 410) [Excellent Code = Clean and Beautiful Code](https://medium.com/swlh/excellent-code-clean-and-beautiful-code-b541ca4b5a39) > TA: > 普通的工程師寫 code,卓越的工程師寫「簡潔、易讀、優美」的好 code > 此文用直接易懂的語言說明 **the abstract/practical concepts of writing clean, readable, and beautiful code**. ## Web Development ### Concept #### Architecture of Web Application - [皇輿全覽圖:前後端架構總覽](https://ithelp.ithome.com.tw/articles/10185632) > TA: > 如果你對網頁還沒什麼概念,建議從這篇開始閱讀。 > 如果你對「server 跟 client 的不同」以及「client 跟 server 如何溝通」的概念不是很清楚,也建議閱讀這篇文章。 > > 此文用**淺顯易懂 + 附圖**的方式,簡述了 web 運作的整體架構。 > **注意**:此文經高度簡化,因此有少數地方沒有講得很清楚,可能造成誤解,建議搭配下篇文一起服用。 - [front-end vs back-end vs client-side vs server-side](https://chunksofco.de/front-end-vs-back-end-vs-client-side-vs-server-side-7a04b3ec8764) > TA: > 任何對網頁開發有興趣的人。 > > 清楚講述 web 運作的整體架構,並釐清一些容易混淆的概念。 > 「client 跟 server 指的是什麼」 > 「client 跟 server 各自負責什麼事情」 > 「釐清 front-end framework 跟 back-end framework 實際上是什麼」 #### Cookie & Session - [淺談 Session 與 Cookie:一起來讀 RFC](https://github.com/aszx87410/blog/issues/45) > TA: > 對 cookie 跟 seesion 概念不清楚的人 > > 此篇文章從零開始詳細介紹 cookie, session 的功能、由來與實作方式,且導讀了定義 cooike, session 的正式規範(RFC-2109, RFC-2965, RFC-6265)。對於深入了解 cookie, sessoin 很有幫助。 ### Technique #### JavaScript - [重新認識 JavaScript]( https://ithelp.ithome.com.tw/users/20065504/ironman/1259) > TA: > 任何覺得 js 是門怪語言的人。 > > 如其名,教你重新認識 JavaScript,清楚解釋 JS 那些讓人混淆、爆氣的部分,例如變數轉型,變數提升...等。對有在寫 JS 的人來說非常值得一看。 > (附註:六角學院創辦人 廖洧杰 推薦) - [重新認識 JavaScript - 瀏覽器裡的 JS](https://ithelp.ithome.com.tw/articles/10191666) > TA: > 你知道 js 怎麼控制網頁跟瀏覽器內的元件嗎? > 如果覺得回答的不完整,適合一看 > > 回答上面那個問題,包含BOM, DOM...等等。 - [What the heck is the event loop anyway? – Philip Roberts](https://www.youtube.com/watch?v=8aGhZQkoFbQ) > TA: > 對 event loop 沒什麼概念的人。 > > "If you can't explain it simply, you don't understand it well enough." > 講者用簡潔、清楚的講解,加上明確的視覺化輔助,讓人快速對 how event loop work 有基礎的了解。 #### Python - [Async IO in Python: A Complete Walkthrough](https://realpython.com/async-io-python/#the-asyncio-package-and-asyncawait) > TA: > 想學習如何使用在 python 中使用 event loop 和了解 `async`、`await` 功能的人。 > > 介紹仔細、深入,適時附帶 example codes ## Development Methodology - [Readme Driven Development](https://tom.preston-werner.com/2010/08/23/readme-driven-development.html) > TA: > 平時聽過許多開發模式,例如:瀑布開發模式、敏捷開發模式,但這些通常是針對比較大架構的專案所設計的。這篇介紹的 RDD 則是針對較小規模的程式所設計(但也能應用於大架構),強調「Write your Readme First」。 > > 寫介紹好難(躺 [name=Aga] [color=green] ## Operating System - [Operating System Tutorial | Tutorialspoint](https://www.tutorialspoint.com/operating_system/index.htm) > TA: > 對於OS已經有基本概念(Ex: 知道OS有分Kernel、User,知道什麼是 System Call,知道 process、thread...),想深入了解 OS 底層運作的人。

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully