-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnodejs.html
executable file
·186 lines (185 loc) · 12.1 KB
/
nodejs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="manifest" href="/site.webmanifest">
<title>DevDum!</title>
<link rel="stylesheet" href="style.css">
<script src="script.js"></script>
</head>
<body>
<header>
<div id="header">
<svg version="1.1" id="Capa_1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"></svg>
</div>
</div>
<div id="mobileMenuToggle" title="Menu">Menu</div>
<div id="headerLeft">
<a href="/"><img alt="Home" title="Home" id="menuToggle" src="DevDum copy (1).png" width="190px"/></a>
</div>
<div id="headerRight">
<nav>
<ul>
<li><a id="github" rel="nofollow" href="https://github.com/" target="_blank">GitHub</a></li>
<li><a id="dailydev" rel="nofollow" href="https://app.daily.dev/" target="_blank">DailyDev</a></li>
<li><a id="w3" rel="nofollow" href="https://www.w3schools.com/" target="_blank">W3Schools</a></li>
<li><a id="mdn" rel="nofollow" href="https://developer.mozilla.org/en-US/" target="_blank">MDN WebDocs</a></li>
<li><a id="stack" rel="nofollow" href="https://stackoverflow.com/" target="_blank">StackOverflow</a></li>
</ul>
</nav>
</div>
</div>
</header>
<div id="wrapall">
<div id="sidebar">
<div id="stickThis">
<div id="sidebarContent">
<!-- <div id="logo"><imd </h1>
<h4>Less Searching. More Learning.</h4> -->
<aside>
<div><a id="color1" href="html.html"><img alt="HTML" title="HTML" src="icons/output-onlineimagetools-html.png"/></a></div>
<div><a id="color2" href="style.html"><img alt="CSS" title="CSS" src="icons/output-onlineimagetools-css.png"/></a></div>
<div><a id="color3" href="javascript.html"><img alt="JavaScript" title="Javascript" src="icons/output-onlineimagetools-js.png" width="53px"/></a></div>
<div><a id="color4" href="bootstrap.html"><img alt="Bootstrap" title="Bootstrap" src="icons/output-onlineimagetools-bootstrap.png"/></a></div>
<div><a id="color5" href="react.html"><img alt="React" title="React" src="icons/output-onlineimagetools-react.png"/></a></div>
<div><a id="color6" href="nodejs.html"><img alt="Node" title="Node" src="icons/output-onlineimagetools-nodejs.png" width="50px"/></a></div>
<div><a id="color7" href="api.html"><img alt="API" title="API" src="icons/output-onlineimagetools-api.png"/></a></div>
<div><a id="color8" href="mysql.html"><img alt="SQL" title="SQL" src="icons/output-onlineimagetools-sql.png"/></a></div>
<div><a id="color9" href="github.html"><img alt="GitHub" title="GitHub" src="icons/output-onlineimagetools-github.png"/></a></div>
<div><a id="color10" href="youtube.html"><img alt="YouTube" title="YouTube" src="icons/output-onlineimagetools-youtube.png"/></a></div>
<div><a id="color11" href="more.html"><img alt="More" title="More" src="icons/output-onlineimagetools-more.png" width="48px"/></a></div>
<a class="back2Top" href="#"><code>⮝ Back to Top ⮝</code></a>
</aside>
</div>
</div>
<div id="stick-here"></div>
</div>
<div id="main">
<section id="page">
<main>
<article id="yellow">
<h1 class="display-2">NODEJS<span class="vim-caret"><img alt="nodejs" title="nodejs" src="icons/output-onlineimagetools-nodejs.png" width="65x"/></span></h1>
<h4><strong>Node.js </strong>is a runtime environment for JavaScript that runs on the server. Node.js is an open source, cross-platform framework that helps to write front-end and back-end code in the same language.</h4>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for resources..." title="Type in a name">
</article>
<ul id="myUL">
<article>
<h2><a href="https://nodejs.org/en/" target="_blank"> Official Site | Download NodeJS</a></h2>
<p>Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.</p>
</article>
<article>
<h2><a href="https://nodejs.dev/learn" target="_blank"> Introduction to Node.js</a></h2>
<p>Node.js is a low-level platform. In order to make things easy and exciting for developers, thousands of libraries were built upon Node.js by the community.</p>
</article>
<article>
<h2><a href="https://developer.mozilla.org/en-US/docs/Glossary/Node.js target="_blank">MDN | Node.js Reference</a></h2>
<p>This HTML reference describes all elements and attributes of HTML, including global attributes that apply to all elements.</p>
</article>
<article>
<h2><a href="https://coderwall.com/t/nodejs/popular" target="_blank">Node.js Development Tips</a></h2>
<p>npm install these node jitsu tricks straight into your brain.</p>
</article>
<article>
<h2><a href="https://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js/5511507#5511507" target="_blank">Stackoverflow | Node JS</a></h2>
<p>How to get started with Node.js: Tutorials, Videos, Books, Courses, Modules, & More... </p>
</article>
<article>
<h2><a href="https://overapi.com/nodejs" target="_blank">OverAPI | Node JS Cheat Sheet</a></h2>
<p>Node JS Tools & Cheat Sheets: this is the whole code of OverAPI, you can fork it and use it like Github Pages locally.</p>
</article>
<article>
<h2><a href="https://www.smashingmagazine.com/2011/09/useful-node-js-tools-tutorials-and-resources/" target="_blank">Node JS Tools & Resources</a></h2>
<p> In this round-up, you will find the most useful resources for Node.js, from handy tools to detailed tutorials, not to mention in-depth articles and resources on this promising technology. .</p>
</article>
<article>
<h2><a href="https://nodejs.org/api/documentation.html" target="_blank">DevDocs| NodeJS Documentation</a></h2>
<p>Welcome to the official API reference documentation for Node.js!.
In our extensive HTML reference section, you'll find the details about every element and attribute in HTML.</p>
</article>
<article>
<h2><a href="https://blog.hubspot.com/website/application-programming-interface-api" target="_blank">Hubspot | Types of APIs</a></h2>
<p>APIs can be categorized by their intended audience and scope. There are four main types of APIs that developers work with</p>
</article>
<article>
<h2><a href="https://stasklymenko.hashnode.dev/nodejs-roadmap-for-beginners" target="_blank">Node.js Roadmap for Beginners </a></h2>
<p>We have collected fifty pre-built responsive HTML5 templates that will have your web design project live in no time with just a little bit of creative tweaking. And the best thing of all is that the website templates are completely free!.</p>
</article>
<article>
<h2><a href="https://hackr.io/tutorials/learn-node-js" target="_blank">Hacker.io | Node JS Tutorials </a></h2>
<p>Learn Node.js online from the best Node.js tutorials & courses recommended by the programming community.</p>
</article>
<article>
<h2><a href="https://www.w3docs.com/snippets/html.html" target="_blank">Node.js Modules | Basics to Advanced</a></h2>
<p>How create a module in Node. Types of Modules. How Modularity works in node... </p>
</article>
<article>
<h2><a href="https://blog.bitsrc.io/23-insanely-useful-nodejs-libraries-you-should-know-in-2020-5a9b570d5416" target="_blank">Meduim | Node.js Libraries </a></h2>
<p> 23 Insanely Useful javascript backend libraries in the market</p>
</article>
<article>
<h2><a href="https://www.freecodecamp.org/news/the-definitive-node-js-handbook-6912378afc6e/" target="_blank">Definitive Node.js Handbook</a></h2>
<p>This handbook is a getting started guide to Node.js, the server-side JavaScript runtime environment.</p>
</article>
<article>
<h2><a href="https://www.codecademy.com/learn/learn-node-js" target="_blank">Code Academy | Learn Node.js </a></h2>
<p>This course is a great introduction to the concepts of server-side web development. You’ll learn the different parts that make up the back-end of a website or web application, and you’ll gain familiarity with the Node.js runtime environment.</p>
</article>
<article>
<h2><a href="https://expressjs.com//" target="_blank">ExpressJS Framework for NodeJS</a></h2>
<p>Express.js is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.</p>
</article>
<article>
<h2><a href="https://www.geeksforgeeks.org/node-js-first-application/?ref=lbp" target="_blank">Geeks for Geeks | Node.js First Application</a></h2>
<p>Welcome to HTMLQuick. In these pages I'll try to share with you my experience using this basic and popular language: HTML. The whole site is basically divided in two parts: the tutorials and the reference.</p>
</article>
<article>
<h2><a href="https://www.geeksforgeeks.org/12-best-rest-api-testing-tools-in-2021/"_blank">12 Best API Testing Tools in 2021 </a></h2>
<p>In this feature, we will discuss different tools to interact with RESTful Web Services. It is important to make use of advanced tools that interact with RESTful web services so that we
can check whether the API returns correct output under different conditions. </p>
</article>
<article>
<h2><a href="https://googleapis.dev/nodejs/googleapis/latest/" target="_blank">Google API Node.js Client</a></h2>
<p>Google provides client libraries that can reduce the amount of code you need to write and make your code more robust. </p>
</article>
</ul>
</main>
<footer>
<p>2022©DevDum! Less searching. More learning. <a rel="nofollow" href="https://github.com/rdevans87/DevDum" target="_blank" rel="nofollow">Hosted on GitHub!</a></p>
<a href="https://www.buymeacoffee.com/ryanevans" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 42px !important;width: 180px !important;"></a>
<a href="https://www.producthunt.com/posts/devdum-code-smarter-not-harder?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-devdum-code-smarter-not-harder" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=343032&theme=light"
alt="DevDum! Code Smarter. Not Harder. - 200+ Resources for web developers. It's a no brainer! | Product Hunt" style="width: 200px; height: 43px;" width="250" height="54" /></a>
</footer>
</section>
</div>
</div>
<script>
function myFunction() {
var input, filter, ul, li, a, i, txtValue;
input = document.getElementById("myInput");
filter = input.value.toUpperCase();
ul = document.getElementById("myUL");
article = ul.getElementsByTagName("article");
for (i = 0; i < article.length; i++) {
a = article[i].getElementsByTagName("a")[0];
txtValue = a.textContent || a.innerText;
if (txtValue.toUpperCase().indexOf(filter) > -1) {
article[i].style.display = "";
} else {
article[i].style.display = "none";
}
}
}
</script>
</body>
</html>