-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
98 lines (54 loc) · 4.27 KB
/
atom.xml
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>antonina kallinteri</title>
<link href="http://example.com/atom.xml" rel="self"/>
<link href="http://example.com/"/>
<updated>2021-10-10T09:44:43.694Z</updated>
<id>http://example.com/</id>
<author>
<name>Antonina Kallinteri</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>The Perilous Journey of an HTTP Request</title>
<link href="http://example.com/2021/09/17/the-perilous-journey-of-an-HTTP-Request/"/>
<id>http://example.com/2021/09/17/the-perilous-journey-of-an-HTTP-Request/</id>
<published>2021-09-17T18:34:42.000Z</published>
<updated>2021-10-10T09:44:43.694Z</updated>
<summary type="html"><p>This is the story of a lonely HTTP request sailing across the vast Internet seas.</p>
<img src="https://images.unsplash.com/photo-1534447677768-be436bb09401?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1194&q=80" class="" title="Boat sailing in the ocean" alt="Photo by Johannes Plenio on Unsplash">
<p>It all started when a tired pair of human eyes searched for some peace in cute cat images.</p></summary>
<category term="Networking" scheme="http://example.com/categories/Networking/"/>
<category term="HTTP" scheme="http://example.com/tags/HTTP/"/>
<category term="TCP" scheme="http://example.com/tags/TCP/"/>
<category term="Ethernet" scheme="http://example.com/tags/Ethernet/"/>
<category term="TLS" scheme="http://example.com/tags/TLS/"/>
</entry>
<entry>
<title>Let's X-plore JavaScript's Object Creation Patterns!</title>
<link href="http://example.com/2021/07/16/x-plore-js-object-creation-patterns/"/>
<id>http://example.com/2021/07/16/x-plore-js-object-creation-patterns/</id>
<published>2021-07-16T17:34:23.000Z</published>
<updated>2021-10-10T09:44:08.629Z</updated>
<summary type="html"><p>In an attempt to fully absorb the various object creation patterns in JavaScript, in this article, we’re going to explore them through an example.</p>
<img src="https://images.unsplash.com/photo-1612036782617-472725567302?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1170&q=80" class=""></summary>
<category term="JavaScript" scheme="http://example.com/categories/JavaScript/"/>
<category term="Object" scheme="http://example.com/categories/JavaScript/Object/"/>
<category term="OOP" scheme="http://example.com/tags/OOP/"/>
<category term="Object" scheme="http://example.com/tags/Object/"/>
<category term="Prototypal Inheritance" scheme="http://example.com/tags/Prototypal-Inheritance/"/>
</entry>
<entry>
<title>Why the forEach JavaScript Method Might not Always be the Best Choice</title>
<link href="http://example.com/2021/04/20/forEach-method-not-always-best-choice/"/>
<id>http://example.com/2021/04/20/forEach-method-not-always-best-choice/</id>
<published>2021-04-20T17:16:04.000Z</published>
<updated>2022-01-03T15:19:52.540Z</updated>
<summary type="html"><p>This is a trap I’ve found myself falling into several times.</p>
<img src="https://images.unsplash.com/photo-1506702315536-dd8b83e2dcf9?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1170&q=80" class="">
<p>Although the <code>Array.prototype.forEach()</code> method seems like a good pick when you want to loop over an array of elements in JavaScript, there are several occasions when a simple <code>for</code> loop or another one of the built-in array methods is what you need.</p></summary>
<category term="JavaScript" scheme="http://example.com/categories/JavaScript/"/>
<category term="Array" scheme="http://example.com/categories/JavaScript/Array/"/>
<category term="forEach" scheme="http://example.com/tags/forEach/"/>
</entry>
</feed>