forked from Bhupesh-V/awesome-dev.to
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseries.json
129 lines (129 loc) · 4.34 KB
/
series.json
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
{
"series":[
{
"Series-Title" : "Moving Past Tutorials: a course on problem solving for programmers ",
"link" : "https://dev.to/aspittel/moving-past-tutorials-a-course-on-problem-solving-for-programmers-3oa4",
"author" : "Ali Spittel"
},
{
"Series-Title" : "Ultra List: One List to Rule Them All.",
"link" : "https://dev.to/teamxenox/-ultra-list-one-list-to-rule-them-all-march-19-4p4f",
"author" : "Sarthak Sharma"
},
{
"Series-Title" : "Dead Simple Python",
"link" : "https://dev.to/codemouse92/introducing-dead-simple-python-563o",
"author" : "Jason C. McDonald"
},
{
"Series-Title" : "alien articles",
"link" : "https://dev.to/teamxenox/5-alien-articles-of-the-week-worth-reading--2aom",
"author" : "Vaibhav"
},
{
"Series-Title" : "Underrated Articles",
"link" : "https://dev.to/teamxenox/underrated-articles-on-devto-last-week-o2l",
"author" : "Manpreet virk"
},
{
"Series-Title" : "Docker - from the beginning",
"link" : "https://dev.to/azure/docker---from-the-beginning-part-i-28c6",
"author" : "Chris Noring"
},
{
"Series-Title" : "BaseCS Video Series",
"link" : "https://dev.to/vaidehijoshi/linked-lists--basecs-video-series--2le8",
"author" : "Vaidehi Joshi"
},
{
"Series-Title" : "AWS Developer Associate Certification",
"link" : "https://dev.to/helenanders26/the-journey-to-aws-certification-1bnn",
"author" : "Helen Anderson"
},
{
"Series-Title" : "Power Up Your Command Line",
"link" : "https://dev.to/_darrenburns/10-tools-to-power-up-your-command-line-4id4",
"author" : "Darren Burns"
},
{
"Series-Title" : "Business Intelligence",
"link" : "https://dev.to/helenanders26/thoughts-on-dashboard-design-383d",
"author" : "Helen Anderson"
},
{
"Series-Title" : "Functional fundamentals",
"link" : "https://dev.to/drbearhands/a-series-on-functional-fundamentals-48mb",
"author" : "DrBearhands"
},
{
"Series-Title" : "Best DEV.to Posts for Beginners",
"link" : "https://dev.to/desi/best-dev-to-posts-for-beginners-week-of-march-31-2019-4ngg",
"author" : "Desi"
},
{
"Series-Title" : "Azure April",
"link" : "https://dev.to/azure/create-an-email-subscription-with-azure-functions-part-1-1m0k",
"author" : "Burke Holland"
},
{
"Series-Title" : "AWS DevOps Pro Certification",
"link" : "https://dev.to/booyaa/aws-devops-pro-certification-blog-post-series-6hg",
"author" : "Mark Sta Ana"
},
{
"Series-Title" : "Blog-A-Day in June",
"link" : "https://dev.to/samthor/rebuild-only-when-necessary-in-node-506e",
"author" : "Sam Thorogood"
},
{
"Series-Title" : "pattern-design",
"link" : "https://dev.to/carlillo/design-patterns---strategy-pattern-in-javascript-2hg3",
"author" : "Carlos Caballero"
},
{
"Series-Title" : "SQL 101",
"link" : "https://dev.to/helenanders26/five-sql-tips-2hb",
"author" : "Helen Anderson"
},
{
"Series-Title" : "Top CSS Interview Questions",
"link" : "https://dev.to/theodesp/top-css-interview-questions-with-detailed-answers-part-i-5bjh",
"author" : "Theofanis Despoudis"
},
{
"Series-Title" : "SQL 201",
"link" : "https://dev.to/helenanders26/why-you-should-use-sql-ctes-25lk",
"author" : "Helen Anderson"
},
{
"Series-Title" : "JavaScript Revisited",
"link" : "https://dev.to/attacomsian/how-to-show-desktop-notifications-using-javascript-5aco",
"author" : "Atta"
},
{
"Series-Title" : "SQL 301",
"link" : "https://dev.to/helenanders26/sql-301-why-you-need-sql-window-functions-part-1-6e1",
"author" : "Helen Anderson"
},
{
"Series-Title" : "Mindset tips for anyone learning to code",
"link" : "https://dev.to/skill_pathway/why-learning-to-code-makes-you-feel-incompetentand-ways-to-combat-it-1ch",
"author" : "Skill Pathway"
},
{
"Series-Title" : "5 Tips and Tricks for Firefox DevTools",
"link" : "https://dev.to/lakatos88/5-tips-and-tricks-for-firefox-devtools-page-inspector-2p95",
"author" : "Alex Lakatos"
},
{
"Series-Title" : "How To Become A Developer",
"link" : "https://dev.to/codemouse92/how-to-become-a-developer-part-1-coding-skills-5fen",
"author" : "Jason C. McDonald"
},
{
"Series-Title" : "Become a Fullstack JavaScript Developer",
"link" : "https://dev.to/hoangbkit/become-a-fullstack-javascript-developer-part-1-the-motivation-1h4c",
"author" : "Hoang Nguyen"
}
]
}