Skip to content

Commit

Permalink
Site updated: 2024-11-17 10:01:44
Browse files Browse the repository at this point in the history
  • Loading branch information
estelledc committed Nov 17, 2024
1 parent 59a935f commit fbe633b
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion 2024/11/14/JS-node-js-study-plan/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description" content="I use ChatGPT to create a plan for me"><link rel="stylesheet" type="text/css" href="/css/normalize.css"><link rel="stylesheet" type="text/css" href="/css/highlight.css"><link rel="stylesheet" type="text/css" href="/css/noise.css"><title>JS&amp;node.js_study_plan_2weeks | Xun</title><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico"><link rel="alternate" type="application/atom+xml" href="/atom.xml"><meta name="generator" content="Hexo 7.3.0"></head><body><article class="wrapper"><div class="post-main"><div class="nav"><nav class="container"><a class="sidebar-nav-item active" href="/">Home</a><a class="sidebar-nav-item" href="/archives">Archives</a><a class="sidebar-nav-item" href="/about/index.html">About</a><a class="sidebar-nav-item" href="/Contact/index.html">Contact</a></nav><div class="container post-meta"><div class="post-tags"><a class="post-tag-noise-link" href="/tags/JS/" rel="tag">JS</a><a class="post-tag-noise-link" href="/tags/node-js/" rel="tag">node.js</a><a class="post-tag-noise-link" href="/tags/plan/" rel="tag">plan</a></div><div class="post-time">2024-11-14</div></div></div><div class="container post-header"><h1>JS&amp;node.js_study_plan_2weeks</h1></div><div class="container post-toc"><details class="toc"><summary class="toc-accordion">Table of Contents</summary><ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Sum"><span class="toc-number">1.</span> <span class="toc-text">Sum</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#create-by-ChatGPT"><span class="toc-number">2.</span> <span class="toc-text">create by ChatGPT</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#Week-1-JavaScript-Basics"><span class="toc-number">2.1.</span> <span class="toc-text">Week 1: JavaScript Basics</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-1-Introduction-to-JavaScript"><span class="toc-number">2.1.1.</span> <span class="toc-text">Day 1: Introduction to JavaScript</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-2-Control-Structures-Functions"><span class="toc-number">2.1.2.</span> <span class="toc-text">Day 2: Control Structures &amp; Functions</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-3-Arrays-Objects"><span class="toc-number">2.1.3.</span> <span class="toc-text">Day 3: Arrays &amp; Objects</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-4-Understanding-Scope-Closures"><span class="toc-number">2.1.4.</span> <span class="toc-text">Day 4: Understanding Scope &amp; Closures</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-5-Asynchronous-JavaScript-Part-1"><span class="toc-number">2.1.5.</span> <span class="toc-text">Day 5: Asynchronous JavaScript (Part 1)</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-6-Asynchronous-JavaScript-Part-2"><span class="toc-number">2.1.6.</span> <span class="toc-text">Day 6: Asynchronous JavaScript (Part 2)</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-7-Review-Practice"><span class="toc-number">2.1.7.</span> <span class="toc-text">Day 7: Review &amp; Practice</span></a></li></ol></li><li class="toc-item toc-level-3"><a class="toc-link" href="#Week-2-Introduction-to-Node-js"><span class="toc-number">2.2.</span> <span class="toc-text">Week 2: Introduction to Node.js</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-8-Introduction-to-Node-js"><span class="toc-number">2.2.1.</span> <span class="toc-text">Day 8: Introduction to Node.js</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-9-Working-with-the-File-System"><span class="toc-number">2.2.2.</span> <span class="toc-text">Day 9: Working with the File System</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-10-HTTP-Module-Building-a-Basic-Server"><span class="toc-number">2.2.3.</span> <span class="toc-text">Day 10: HTTP Module &amp; Building a Basic Server</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-11-Introduction-to-Express-js"><span class="toc-number">2.2.4.</span> <span class="toc-text">Day 11: Introduction to Express.js</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-12-Working-with-APIs-JSON"><span class="toc-number">2.2.5.</span> <span class="toc-text">Day 12: Working with APIs &amp; JSON</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-13-Databases-with-Node-js"><span class="toc-number">2.2.6.</span> <span class="toc-text">Day 13: Databases with Node.js</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-14-Review-Build-a-Simple-Project"><span class="toc-number">2.2.7.</span> <span class="toc-text">Day 14: Review &amp; Build a Simple Project</span></a></li></ol></li><li class="toc-item toc-level-3"><a class="toc-link" href="#General-Tips"><span class="toc-number">2.3.</span> <span class="toc-text">General Tips:</span></a></li></ol></li></ol></details></div><div class="container post-content"><h2 id="Sum"><a href="#Sum" class="headerlink" title="Sum"></a>Sum</h2><p>1.<a target="_blank" rel="noopener" href="https://wangdoc.com/javascript/">JavaScript 教程 - 网道 (wangdoc.com)</a></p>
<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description" content="I use ChatGPT to create a plan for me"><link rel="stylesheet" type="text/css" href="/css/normalize.css"><link rel="stylesheet" type="text/css" href="/css/highlight.css"><link rel="stylesheet" type="text/css" href="/css/noise.css"><title>JS&amp;node.js_study_plan_2weeks | Xun</title><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico"><link rel="alternate" type="application/atom+xml" href="/atom.xml"><meta name="generator" content="Hexo 7.3.0"></head><body><article class="wrapper"><div class="post-main"><div class="nav"><nav class="container"><a class="sidebar-nav-item active" href="/">Home</a><a class="sidebar-nav-item" href="/archives">Archives</a><a class="sidebar-nav-item" href="/about/index.html">About</a><a class="sidebar-nav-item" href="/contact/index.html">Contact</a></nav><div class="container post-meta"><div class="post-tags"><a class="post-tag-noise-link" href="/tags/JS/" rel="tag">JS</a><a class="post-tag-noise-link" href="/tags/node-js/" rel="tag">node.js</a><a class="post-tag-noise-link" href="/tags/plan/" rel="tag">plan</a></div><div class="post-time">2024-11-14</div></div></div><div class="container post-header"><h1>JS&amp;node.js_study_plan_2weeks</h1></div><div class="container post-toc"><details class="toc"><summary class="toc-accordion">Table of Contents</summary><ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Sum"><span class="toc-number">1.</span> <span class="toc-text">Sum</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#create-by-ChatGPT"><span class="toc-number">2.</span> <span class="toc-text">create by ChatGPT</span></a><ol class="toc-child"><li class="toc-item toc-level-3"><a class="toc-link" href="#Week-1-JavaScript-Basics"><span class="toc-number">2.1.</span> <span class="toc-text">Week 1: JavaScript Basics</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-1-Introduction-to-JavaScript"><span class="toc-number">2.1.1.</span> <span class="toc-text">Day 1: Introduction to JavaScript</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-2-Control-Structures-Functions"><span class="toc-number">2.1.2.</span> <span class="toc-text">Day 2: Control Structures &amp; Functions</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-3-Arrays-Objects"><span class="toc-number">2.1.3.</span> <span class="toc-text">Day 3: Arrays &amp; Objects</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-4-Understanding-Scope-Closures"><span class="toc-number">2.1.4.</span> <span class="toc-text">Day 4: Understanding Scope &amp; Closures</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-5-Asynchronous-JavaScript-Part-1"><span class="toc-number">2.1.5.</span> <span class="toc-text">Day 5: Asynchronous JavaScript (Part 1)</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-6-Asynchronous-JavaScript-Part-2"><span class="toc-number">2.1.6.</span> <span class="toc-text">Day 6: Asynchronous JavaScript (Part 2)</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-7-Review-Practice"><span class="toc-number">2.1.7.</span> <span class="toc-text">Day 7: Review &amp; Practice</span></a></li></ol></li><li class="toc-item toc-level-3"><a class="toc-link" href="#Week-2-Introduction-to-Node-js"><span class="toc-number">2.2.</span> <span class="toc-text">Week 2: Introduction to Node.js</span></a><ol class="toc-child"><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-8-Introduction-to-Node-js"><span class="toc-number">2.2.1.</span> <span class="toc-text">Day 8: Introduction to Node.js</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-9-Working-with-the-File-System"><span class="toc-number">2.2.2.</span> <span class="toc-text">Day 9: Working with the File System</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-10-HTTP-Module-Building-a-Basic-Server"><span class="toc-number">2.2.3.</span> <span class="toc-text">Day 10: HTTP Module &amp; Building a Basic Server</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-11-Introduction-to-Express-js"><span class="toc-number">2.2.4.</span> <span class="toc-text">Day 11: Introduction to Express.js</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-12-Working-with-APIs-JSON"><span class="toc-number">2.2.5.</span> <span class="toc-text">Day 12: Working with APIs &amp; JSON</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-13-Databases-with-Node-js"><span class="toc-number">2.2.6.</span> <span class="toc-text">Day 13: Databases with Node.js</span></a></li><li class="toc-item toc-level-4"><a class="toc-link" href="#Day-14-Review-Build-a-Simple-Project"><span class="toc-number">2.2.7.</span> <span class="toc-text">Day 14: Review &amp; Build a Simple Project</span></a></li></ol></li><li class="toc-item toc-level-3"><a class="toc-link" href="#General-Tips"><span class="toc-number">2.3.</span> <span class="toc-text">General Tips:</span></a></li></ol></li></ol></details></div><div class="container post-content"><h2 id="Sum"><a href="#Sum" class="headerlink" title="Sum"></a>Sum</h2><p>1.<a target="_blank" rel="noopener" href="https://wangdoc.com/javascript/">JavaScript 教程 - 网道 (wangdoc.com)</a></p>
<p>2.<a target="_blank" rel="noopener" href="https://www.runoob.com/nodejs/nodejs-tutorial.html">Node.js 教程 | 菜鸟教程 (runoob.com)</a></p>
<h2 id="create-by-ChatGPT"><a href="#create-by-ChatGPT" class="headerlink" title="create by ChatGPT"></a>create by ChatGPT</h2><p>Here’s a 2-week study plan to learn the basics of JavaScript and Node.js. This plan assumes you’re starting from scratch and want a solid foundation in both front-end JavaScript (which is the core language) and back-end Node.js (which builds on JavaScript for server-side development).</p>
<h3 id="Week-1-JavaScript-Basics"><a href="#Week-1-JavaScript-Basics" class="headerlink" title="Week 1: JavaScript Basics"></a><strong>Week 1: JavaScript Basics</strong></h3><p>In the first week, you’ll focus on learning the core concepts of JavaScript, which is essential before moving to Node.js.</p>
Expand Down
2 changes: 1 addition & 1 deletion 2024/11/14/end before and begin now/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description" content=" id=&quot;Foreword&quot;&gt;&lt;a href=&quot;#Foreword&quot; class=&quot;headerlink&quot; title=&quot;Foreword&quot;&gt;&lt;/a&gt;Foreword&lt;/h2&gt;&lt;p&gt;After 2 hours, I finally end the building of my blog and I have seen my blog in the preview. It is such an amazing thing to express my thought with it to others."><link rel="stylesheet" type="text/css" href="/css/normalize.css"><link rel="stylesheet" type="text/css" href="/css/highlight.css"><link rel="stylesheet" type="text/css" href="/css/noise.css"><title>end before and begin now | Xun</title><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico"><link rel="alternate" type="application/atom+xml" href="/atom.xml"><meta name="generator" content="Hexo 7.3.0"></head><body><article class="wrapper"><div class="post-main"><div class="nav"><nav class="container"><a class="sidebar-nav-item active" href="/">Home</a><a class="sidebar-nav-item" href="/archives">Archives</a><a class="sidebar-nav-item" href="/about/index.html">About</a><a class="sidebar-nav-item" href="/Contact/index.html">Contact</a></nav><div class="container post-meta"><div class="post-time">2024-11-14</div></div></div><div class="container post-header"><h1>end before and begin now</h1></div><div class="container post-toc"><details class="toc"><summary class="toc-accordion">Table of Contents</summary><ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Foreword"><span class="toc-number">1.</span> <span class="toc-text">Foreword</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Difficulty"><span class="toc-number">2.</span> <span class="toc-text">Difficulty</span></a></li></ol></details></div><div class="container post-content"><h2 id="Foreword"><a href="#Foreword" class="headerlink" title="Foreword"></a>Foreword</h2><p>After 2 hours, I finally end the building of my blog and I have seen my blog in the preview. It is such an amazing thing to express my thought with it to others.</p>
<!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description" content=" id=&quot;Foreword&quot;&gt;&lt;a href=&quot;#Foreword&quot; class=&quot;headerlink&quot; title=&quot;Foreword&quot;&gt;&lt;/a&gt;Foreword&lt;/h2&gt;&lt;p&gt;After 2 hours, I finally end the building of my blog and I have seen my blog in the preview. It is such an amazing thing to express my thought with it to others."><link rel="stylesheet" type="text/css" href="/css/normalize.css"><link rel="stylesheet" type="text/css" href="/css/highlight.css"><link rel="stylesheet" type="text/css" href="/css/noise.css"><title>end before and begin now | Xun</title><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.ico"><link rel="alternate" type="application/atom+xml" href="/atom.xml"><meta name="generator" content="Hexo 7.3.0"></head><body><article class="wrapper"><div class="post-main"><div class="nav"><nav class="container"><a class="sidebar-nav-item active" href="/">Home</a><a class="sidebar-nav-item" href="/archives">Archives</a><a class="sidebar-nav-item" href="/about/index.html">About</a><a class="sidebar-nav-item" href="/contact/index.html">Contact</a></nav><div class="container post-meta"><div class="post-time">2024-11-14</div></div></div><div class="container post-header"><h1>end before and begin now</h1></div><div class="container post-toc"><details class="toc"><summary class="toc-accordion">Table of Contents</summary><ol class="toc"><li class="toc-item toc-level-2"><a class="toc-link" href="#Foreword"><span class="toc-number">1.</span> <span class="toc-text">Foreword</span></a></li><li class="toc-item toc-level-2"><a class="toc-link" href="#Difficulty"><span class="toc-number">2.</span> <span class="toc-text">Difficulty</span></a></li></ol></details></div><div class="container post-content"><h2 id="Foreword"><a href="#Foreword" class="headerlink" title="Foreword"></a>Foreword</h2><p>After 2 hours, I finally end the building of my blog and I have seen my blog in the preview. It is such an amazing thing to express my thought with it to others.</p>
<h2 id="Difficulty"><a href="#Difficulty" class="headerlink" title="Difficulty"></a>Difficulty</h2><p>I spent most of my 2-hours-time on my “About” page.</p>
<p>But I finally succeeded half.</p>
<p>P.S. The update in windows made me suffer many privations because of the <strong>Set-ExecutionPolicy RemoteSigned</strong></p>
Expand Down
Loading

0 comments on commit fbe633b

Please sign in to comment.