-
Notifications
You must be signed in to change notification settings - Fork 1
/
new_references to Postman.js
370 lines (366 loc) · 19.5 KB
/
new_references to Postman.js
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
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
// const fakeData = [
{
"title": "React - The Complete Guide (incl Hooks, React Router, Redux)",
"link": "https://www.udemy.com/course/react-the-complete-guide-incl-redux/",
"previewImage":
"https://media-exp1.licdn.com/dms/image/C4D12AQFhVVUXMCFfRg/article-cover_image-shrink_720_1280/0/1537600218280?e=1616025600&v=beta&t=GL38Ceosn9xGv9e_dFykDr2jEFvjtU1oSwnzuDexf-g",
"user": "6058979bb4bc497eb48ff689",
"category": ["frontend"],
"rating": 1,
"num_ratings": 1,
"num_views": 349813,
"paid": false,
"description":
"Dive in and learn React.js from scratch! Learn Reactjs, Hooks, Redux, React Routing, Animations, Next.js and way more!",
"edited": "false",
"comments": []
},
{
"title": "REST Client Extension",
"link":
"https://marketplace.visualstudio.com/items?itemName=humao.rest-client",
"previewImage":
"https://humao.gallerycdn.vsassets.io/extensions/humao/rest-client/0.24.4/1604923740596/Microsoft.VisualStudio.Services.Icons.Default",
"user": "6058979bb4bc497eb48ff689",
"category": ["backend"],
"rating": 1,
"num_ratings": 1,
"num_views": 137456,
"paid": false,
"description":
"REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.",
"edited": "false",
"comments": []
},
{
"title": "Mongoose",
"link": "https://mongoosejs.com/",
"previewImage": "https://niralar.com/wp-content/uploads/2018/07/mongoose.jpg",
"user": "6058979bb4bc497eb48ff689",
"category": ["database"],
"rating": 2,
"num_ratings": 1,
"num_views": 1384745,
"paid": false,
"description":
"Mongoose is a MongoDB object modeling tool designed to work in an asynchronous environment. Mongoose supports both promises and callbacks.",
"edited": "false",
"comments": []
},
{
"title": "Lodash",
"link": "https://lodash.com/",
"previewImage": "http://blog.avarteq.com/wp-content/uploads/2016/02/Lodash.jpg",
"user": "6058979bb4bc497eb48ff689",
"category": ["backend"],
"rating": 2,
"num_ratings": 1,
"num_views": 0,
"paid": false,
"description":
"Lodash makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc. Lodash s modular methods are great for: - Iterating arrays, objects, & strings,Manipulating & testing values, Creating composite functions",
"edited": "false",
"comments": []
},
{
"title": "Faker.js",
"link": "https://github.com/Marak/Faker.js#readme",
"previewImage":
"https://raw.githubusercontent.com/Marak/faker.js/master/logo.png",
"user": "6058979bb4bc497eb48ff689",
"category": ["backend"],
"rating": 3,
"num_ratings": 1,
"num_views": 112394,
"paid": false,
"description":
"Generates massive amounts of realistic fake data in Node.js and the browser",
"edited": "false",
"comments": []
},
{
"title": "Guide to use GitHub Pages",
"link": "https://www.thinkful.com/learn/a-guide-to-using-github-pages/",
"previewImage": "https://i.ytimg.com/vi/2MsN8gpT6jY/maxresdefault.jpg",
"user": "6058979bb4bc497eb48ff689",
"category": ["general"],
"rating": 3,
"num_ratings": 1,
"num_views": 10523,
"paid": false,
"description":
"Are you learning to code and need an easy, free way to host your projects? GitHub pages is your answer. Not only is it an easy hosting solution for websites with HTML, CSS, and JavaScript files, but it also gives you practice using Git, an important but tricky tool. This step-by-step guide gets you up to speed in minutes.",
"edited": "false",
"comments": []
},
{
"title": "Git--fast-version-control",
"link": "https://git-scm.com/about",
"previewImage": "https://git-scm.com/images/logo@2x.png",
"user": "6058979bb4bc497eb48ff689",
"category": ["general"],
"rating": 4,
"num_ratings": 1,
"num_views": 11529,
"paid": false,
"description":
"This site teaches you how to use Git. It is open source and maintained by members of the Git community. We welcome patches, suggestions, and corrections.",
"edited": "false",
"comments": []
},
{
"title": "JWT Authentication Tutorial - Node.js",
"link":
"https://www.youtube.com/watch?v=mbsmsi7l3r4&ab_channel=WebDevSimplified",
"previewImage": "https://git-scm.com/images/logo@2x.png",
"user": "6058979bb4bc497eb48ff689",
"category": ["backend", "frontend"],
"rating": 4.5,
"num_ratings": 1,
"num_views": 1589253,
"paid": false,
"description":
"How to generate 64bit secret key in the terminal and other useful things in this video",
"edited": "false",
"comments": []
},
{
"title": "How to access HTTP Cookie in Node.js ?",
"link": "https://www.geeksforgeeks.org/how-to-access-http-cookie-in-node-js/",
"previewImage":
"https://res.cloudinary.com/practicaldev/image/fetch/s--qWK2FkdC--/c_imagga_scale,f_auto,fl_progressive,h_900,q_auto,w_1600/https://thepracticaldev.s3.amazonaws.com/i/dr6e3at3dlznretj460y.jpeg",
"user": "6058979bb4bc497eb48ff689",
"category": ["backend", "frontend", "database"],
"rating": 5,
"num_ratings": 1,
"num_views": 0,
"paid": false,
"description":
"Cookies are small data that are stored on a client-side and sent to the client along with server requests. With the help of the cookie-parser module, we can do set the cookies as well as get the cookies",
"edited": "false",
"comments": []
},
{
"title": "Cookies",
"link":
"https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/cookies",
"previewImage":
"https://res.cloudinary.com/practicaldev/image/fetch/s--qWK2FkdC--/c_imagga_scale,f_auto,fl_progressive,h_900,q_auto,w_1600/https://thepracticaldev.s3.amazonaws.com/i/dr6e3at3dlznretj460y.jpeg",
"user": "6058979bb4bc497eb48ff689",
"category": ["backend", "frontend", "database"],
"rating": 5,
"num_ratings": 1,
"num_views": 0,
"paid": false,
"description":
"Enables extensions to get and set cookies, and be notified when they change. To use this API, you need to include the cookies API permission in your manifest.json file, as well as host permissions for the sites whose cookies you need to access. See cookie Permissions. ",
"edited": "false",
"comments": []
},
{
"title": "Angular - The Complete Guide (2021 Edition)",
"link": "https://www.udemy.com/course/the-complete-guide-to-angular-2/",
"previewImage":
"hhttps://appdesign.dev/wp-content/uploads/2020/08/Agencia-desarrollo-Angular-JS.jpg",
"user": "6058979bb4bc497eb48ff689",
"category": ["frontend"],
"rating": 4.6,
"num_ratings": 1,
"num_views": 459039,
"paid": true,
"description":
" With this course you are going to Develop modern, complex, responsive and scalable web applications with Angular 11 Fully understand the architecture behind an Angular application and how to use it ",
"edited": "false",
"comments": []
},
{
"title": "JavaScript, jQuery, and JSON",
"link": "https://www.coursera.org/learn/javascript-jquery-json?",
"previewImage":
"https://cdn-images-1.medium.com/max/285/1*QR2SBNwG75LyY5uwqWpN3A.png",
"user": "6058979bb4bc497eb48ff689",
"category": ["frontend", "backend"],
"rating": 4.6,
"num_ratings": 1,
"num_views": 72447,
"paid": true,
"description":
" n this course, we'll look at the JavaScript language, and how it supports the Object-Oriented pattern, with a focus on the unique aspect of how JavaScript approaches OO. We'll explore a brief introduction to the jQuery library, which is widely used to do in-browser manipulation of the Document Object Model (DOM) and event handling. You'll also learn more about JavaScript Object Notation (JSON), which is commonly used as a syntax to exchange data between code running on the server (i.e. in PHP) and code running in the browser (JavaScript/jQuery).",
"edited": "false",
"comments": []
},
{
"title": "Introduction to MongoDB",
"link": "https://www.coursera.org/learn/introduction-mongodb?",
"previewImage":
"https://i.pcmag.com/imagery/reviews/02Q6yxveinggAu3PomearaV-7..1569481734.jpg",
"user": "6058979bb4bc497eb48ff689",
"category": ["database"],
"rating": 4.3,
"num_ratings": 1,
"num_views": 41946,
"paid": false,
"description":
"This course will get you up and running with MongoDB quickly, and teach you how to leverage its power for data analytics. We'll start by mastering the fundamentals of MongoDB, including MongoDB’s Document data model, importing data into a cluster, working with our CRUD API and Aggregation Framework. These topics will be taught through a demo application which will give you a great first encounter of how simple and practical it can be to build applications with MongoDB.In addition to these essential topics, you will also learn and work with useful MongoDB tools and services. You will work with Atlas, MongoDB's database as a service, MongoDB Compass, a schema visualization tool, as well as many other useful command-line utilities.",
"edited": "false",
"comments": []
},
{
"title": "Python for Everybody",
"link": "https://www.coursera.org/specializations/python",
"previewImage":
"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/768px-Python-logo-notext.svg.png",
"user": "6058979bb4bc497eb48ff689",
"category": ["database"],
"rating": 4.8,
"num_ratings": 1,
"num_views": 981019,
"paid": false,
"description":
"This Specialization builds on the success of the Python for Everybody course and will introduce fundamental programming concepts including data structures, networked application program interfaces, and databases, using the Python programming language. In the Capstone Project, you’ll use the technologies learned throughout the Specialization to design and create your own applications for data retrieval, processing, and visualization.",
"edited": "false",
"comments": []
},
{
"title": "Applied Data Science with Python",
"link": "https://www.coursera.org/specializations/python",
"previewImage":
"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Python-logo-notext.svg/768px-Python-logo-notext.svg.png",
"user": "6058979bb4bc497eb48ff689",
"category": ["machineLearning"],
"rating": 4.5,
"num_ratings": 1,
"num_views": 272307,
"paid": false,
"description":
"The 5 courses in this University of Michigan specialization introduce learners to data science through the python programming language. This skills-based specialization is intended for learners who have a basic python or programming background, and want to apply statistical, machine learning, information visualization, text analysis, and social network analysis techniques through popular python toolkits such as pandas, matplotlib, scikit-learn, nltk, and networkx to gain insight into their data.",
"edited": "false",
"comments": []
},
{
"title": "Machine Learning",
"link": "https://www.coursera.org/specializations/python",
"previewImage":
"https://www.ionos.de/digitalguide/fileadmin/DigitalGuide/Teaser/deep-learning-vs-machine-learning-t.jpg",
"user": "6058979bb4bc497eb48ff689",
"category": ["machineLearning"],
"rating": 4.7,
"num_ratings": 1,
"num_views": 165313,
"paid": true,
"description":
"This Specialization from leading researchers at the University of Washington introduces you to the exciting, high-demand field of Machine Learning. Through a series of practical case studies, you will gain applied experience in major areas of Machine Learning including Prediction, Classification, Clustering, and Information Retrieval. You will learn to analyze large and complex datasets, create systems that adapt and improve over time, and build intelligent applications that can make predictions from data.",
"edited": "false",
"comments": []
}, {
"title": "Learn SQL Basics for Data Science",
"link": "https://www.coursera.org/specializations/learn-sql-basics-data-science",
"previewImage":
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTurEq9SK3CCsMF43Qk2HFhcSQsxT-BlvL-Ow&usqp=CAU",
"user": "6058979bb4bc497eb48ff689",
"category": ["database"],
"rating": 4.1,
"num_ratings": 1,
"num_views": 69752,
"paid": false,
"description":
"This Specialization is intended for a learner with no previous coding experience seeking to develop SQL query fluency. Through four progressively more difficult SQL projects with data science applications, you will cover topics such as SQL basics, data wrangling, SQL analysis, AB testing, distributed computing using Apache Spark, and more. These topics will prepare you to apply SQL creatively to analyze and explore data; demonstrate efficiency in writing queries; create data analysis datasets; conduct feature engineering, use SQL with other data analysis and machine learning toolsets; and use SQL with unstructured data sets.",
"edited": "false",
"comments": []
},
{
"title": "Introduction to Structured Query Language (SQL)",
"link": "https://www.coursera.org/learn/intro-sql",
"previewImage":
"https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTurEq9SK3CCsMF43Qk2HFhcSQsxT-BlvL-Ow&usqp=CAU",
"user": "6058979bb4bc497eb48ff689",
"category": ["database"],
"rating": 4.8,
"num_ratings": 1,
"num_views": 105789,
"paid": false,
"description":
"In this course, you'll walk through installation steps for installing a text editor, installing MAMP or XAMPP (or equivalent) and creating a MySql Database. You'll learn about single table queries and the basic syntax of the SQL language, as well as database design with multiple tables, foreign keys, and the JOIN operation. Lastly, you'll learn to model many-to-many relationships like those needed to represent users, roles, and courses.",
"edited": "false",
"comments": []
},
{
"title": "Full-Stack Web Development with React",
"link": "https://www.coursera.org/specializations/full-stack-react",
"previewImage":
"https://miro.medium.com/max/3840/1*yjH3SiDaVWtpBX0g_2q68g.png",
"user": "6058979bb4bc497eb48ff689",
"category": ["frontend", "backend", "database"],
"rating": 4.7,
"num_ratings": 1,
"num_views": 103123,
"paid": false,
"description":
"The first two courses in this Specialization cover front-end frameworks: Bootstrap 4 and React. You’ll also learn to create hybrid mobile applications, using React Native. On the server side, you’ll learn to implement NoSQL databases using MongoDB, work within a Node.js environment and Express framework, and communicate to the client side through a RESTful API. Learners enrolling in this Specialization are expected to have prior working knowledge of HTML, CSS and JavaScript.",
"edited": "false",
"comments": []
}, {
"title": "Responsive Website Development and Design",
"link": "https://www.coursera.org/specializations/website-development",
"previewImage":
"http://www.websize.info/wp-content/uploads/responsive-design-websize.jpg",
"user": "6058979bb4bc497eb48ff689",
"category": ["frontend", "backend", "database"],
"rating": 4.5,
"num_ratings": 1,
"num_views": 54122,
"paid": false,
"description":
"Responsive web design is all about creating the best user experience regardless of whether a user is accessing your site from a desktop computer, a mobile phone, or a tablet. This Specialisation covers the basics of modern full stack web development, from UX design to front-end coding to custom databases. You’ll build foundational skills in a full range of technologies, including HTML/CSS, Javascript, and MongoDB, and you’ll learn to implement a reactive, multi-user web application using the meteor.js framework. We’ll also touch on more advanced topics, such as APIs, data visualization, and animation.",
"edited": "false",
"comments": []
}, {
"title": "Introduction to HTML",
"link": "https://www.coursera.org/learn/html",
"previewImage":
"https://upload.wikimedia.org/wikipedia/commons/thumb/6/61/HTML5_logo_and_wordmark.svg/220px-HTML5_logo_and_wordmark.svg.png",
"user": "6058979bb4bc497eb48ff689",
"category": ["frontend"],
"rating": 4.7,
"num_ratings": 1,
"num_views": 360122,
"paid": false,
"description":
"This course will appeal to a wide variety of people, but specifically those who would like a step-by-step description of the basics. There are no prerequisites for this course and it is assumed that students have no prior programming skills or IT experience. The course will culminate in a small final project that will require the completion of a very simple page with links and images. The focus of this course is on the basics, not appearance. You can see a sample final page at http://intro-webdesign.com/html5-plain.html. ",
"edited": "false",
"comments": []
},
{
"title": "HTML, CSS, and Javascript for Web Developers",
"link": "https://www.coursera.org/learn/html-css-javascript-for-web-developers",
"previewImage":
"https://journocode.com/wp-content/uploads/2016/06/htmlCssJS-1140x515.jpg",
"user": "6058979bb4bc497eb48ff689",
"category": ["frontend"],
"rating": 4.8,
"num_ratings": 1,
"num_views": 474115,
"paid": true,
"description":
"In this course, we will learn the basic tools that every web page coder needs to know. We will start from the ground up by learning how to implement modern web pages with HTML and CSS. We will then advance to learning how to code our pages such that its components rearrange and resize themselves automatically based on the size of the user’s screen. You’ll be able to code up a web page that will be just as useful on a mobile phone as on a desktop computer. No “pinch and zoom” required! Last but certainly not least, we will get a thorough introduction to the most ubiquitous, popular, and incredibly powerful language of the web: Javascript. Using Javascript, you will be able to build a fully functional web application that utilizes Ajax to expose server-side functionality and data to the end user. ",
"edited": "false",
"comments": []
}
];
export default fakeData;
{
"title": "HTML, CSS, and Javascript for Web Developers",
"link": "https://www.coursera.org/learn/html-css-javascript-for-web-developers",
"previewImage":
"https://journocode.com/wp-content/uploads/2016/06/htmlCssJS-1140x515.jpg",
"user": "6058979bb4bc497eb48ff689",
"category": ["frontend"],
"rating": 4.8,
"num_ratings": 1,
"num_views": 474115,
"paid": true,
"description":
"In this course, we will learn the basic tools that every web page coder needs to know. We will start from the ground up by learning how to implement modern web pages with HTML and CSS. We will then advance to learning how to code our pages such that its components rearrange and resize themselves automatically based on the size of the user’s screen. You’ll be able to code up a web page that will be just as useful on a mobile phone as on a desktop computer. No “pinch and zoom” required! Last but certainly not least, we will get a thorough introduction to the most ubiquitous, popular, and incredibly powerful language of the web: Javascript. Using Javascript, you will be able to build a fully functional web application that utilizes Ajax to expose server-side functionality and data to the end user. ",
"edited": "false",
"comments": []
},