You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
-[5 Steps to Overcoming Deployment Anxiety with Error Monitoring](https://scotch.io/bar-talk/5-steps-to-overcoming-deployment-anxiety-with-error-monitoring)
74
75
-[5 Reasons Why You Should Find the Time for Mentoring](https://mmaksimovic.dev/5-reasons-why-you-should-find-the-time-for-mentoring-cju3tarp4007gqcs19cxysfo7)
@@ -99,6 +100,12 @@ Useful articles and learning resources.
99
100
-[Front End Interview Handbook](https://yangshun.github.io/front-end-interview-handbook/)
-[Why you should be using JAMSTACK](https://blog.logrocket.com/why-you-should-be-using-jamstack/)
105
+
-[Web development Technologies](https://www.tutorialspoint.com/web_development_tutorials.htm)
106
+
-[Spark AR tutorials](https://sparkar.facebook.com/ar-studio/learn/tutorials/)
107
+
108
+
102
109
</details>
103
110
104
111
<details>
@@ -109,9 +116,17 @@ Useful articles and learning resources.
109
116
<br />
110
117
111
118
-[Wisdom Geek](https://www.wisdomgeek.com) - Web development and data science related posts
112
-
-[https://bolajiayodeji.com/](https://www.bolajiayodeji.com) - Web development, JavaScript and JAMstack related posts
119
+
-[https://bolajiayodeji.com/](https://bolajiayodeji.com) - Web development, JavaScript and JAMstack related posts
113
120
-[Free Code Camp](https://www.freecodecamp.org) - Software development related posts
114
121
-[CSS Tricks](https://css-tricks.com) - CSS related posts
122
+
-[DEV.to](https://dev.to) - The All in One Blogs Portal for Developers
123
+
-[LogRocket Blog](https://blog.logrocket.com/) - For Frontend Developers and Web App Engineers
124
+
-[Hashnode](https://hashnode.com/) - A one-stop platform to start blogging as a developer.
125
+
-[Codepen Blog](https://blog.codepen.io/) - A blog about the ins and outs of running a web software business.
126
+
-[Airbnb Engineering Blog](https://airbnb.io/) - A blog about Airbnb's Engineering and Data Science Structure
127
+
-[R2D3](http://www.r2d3.us/visual-intro-to-machine-learning-part-1/) - A visually pleasing way of understanding machine learning
128
+
-[Facebook AI Blog](https://ai.facebook.com/blog) - A blog on researches and open source projects at Facebook AI.
129
+
-[Stephen Jude's Blog](http://stephenjude.me/) - Everything about PHP, Laravel and the Web
115
130
</details>
116
131
117
132
<details>
@@ -127,15 +142,22 @@ Useful articles and learning resources.
127
142
-[StaticGen](https://www.staticgen.com/) - A List of Static Site Generators for JAMstack Sites
128
143
-[Headless CMS](https://headlesscms.org/) - A List of Content Management Systems for JAMstack Sites
129
144
-[Netlify](https://www.netlify.com/) - Everything you need to build fast, modern websites from local development to global deployment.
145
+
-[Heroku](https://www.heroku.com/) - Heroku is a platform as a service (PaaS) that enables developers to build, run, host, and operate applications entirely in the cloud.
130
146
-[Postman](https://www.getpostman.com/) - The Collaboration Platform for API Development
147
+
-[Insomnia](https://insomnia.rest/) - API Design Platform and REST Client
131
148
-[StaticKit](https://statickit.com/) - Form Hosting for JAMstack Sites
132
149
-[Vercel](https://vercel.com/) - The easiest way to deploy websites
150
+
-[Babel](https://babeljs.io/) - A JS compiler and toolchain to convert ECMAScript 2015+ code into a backwards compatible version of JavaScript in current and older browsers or environments.
133
151
-[Disqus](https://disqus.com/) - Blog comment hosting service for your JAMstack sites
134
152
-[NetlifyCMS](https://www.netlifycms.org/) - Headless CMS content management for your Git workflow
135
153
-[Carbon](https://carbon.now.sh/) - Create and share beautiful images of your source code.
136
154
-[Parcel](https://parceljs.org/) - Blazing fast, zero configuration web application bundler
137
155
-[Emotion](https://emotion.sh/docs/introduction) - A CSS-in-JS library that promises users a high level of performance and flexibility.
138
156
-[Create React App](https://github.com/facebook/create-react-app) - Create React apps with no build configurations.
157
+
-[Swagger](https://swagger.io/) - Design and document APIs compatible with OpenAPI specification.
-[CodeSandBox](https://codesandbox.io/) - An Online IDE for rapid web development with live preview and support for npm packages.
160
+
139
161
</details>
140
162
141
163
<details>
@@ -145,6 +167,7 @@ Useful articles and learning resources.
145
167
146
168
<br />
147
169
170
+
-[The Clean Coder](https://www.goodreads.com/book/show/10284614-the-clean-coder), by Robert C. Martin
148
171
-[Clean Code](https://www.goodreads.com/book/show/3735293-clean-code), by Robert C. Martin
149
172
-[The Pragmatic Programmer](https://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer), by Andy Hunt, Dave Thomas
150
173
-[Cracking the Coding Interview](https://www.goodreads.com/book/show/12544648-cracking-the-coding-interview), by Gayle Laakmann McDowell
@@ -153,9 +176,18 @@ Useful articles and learning resources.
153
176
-[The Developer's Guide to Creating a Successful Blog](https://gumroad.com/l/successfulblog), by Flavio Copes
154
177
-[Technical Writing for Dummies](http://www.amazon.co.uk/Technical-Writing-Dummies-Sheryl-Lindsell-Roberts/dp/0764553089/), by Sheryl Lindsell-Roberts
155
178
-[The Handbook of Technical Writing](https://www.amazon.com/dp/1457675528), by Gerald J. Alre
156
-
-[You Dont Know JS](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/README.md), by Kyle Simpson
157
-
</details>
179
+
-[You Dont Know JS](https://github.com/getify/You-Dont-Know-JS/blob/2nd-ed/README.md), by Kyle Simpson
180
+
-[JavaScript: The Good Parts](https://www.oreilly.com/library/view/javascript-the-good/9780596517748/)
181
+
-[Eloquent JavaScript Modern Introduction Programming](https://eloquentjavascript.net/), by Marijn Haverbeke
182
+
-[Cracking the Code to a Successful Interview](https://www.amazon.com/Cracking-Code-Successful-Interview-Top-Level/dp/1504760883), by Evan Pellett
183
+
-[Guide to Competitive Programming](https://www.pdfdrive.com/guide-to-competitive-programming-learning-and-improving-algorithms-through-contests-e187746875.html), by Antti Laaksonen
184
+
-[Pure React: Learn to think in React](https://purereact.com/), by Dave Ceddia
185
+
186
+
-[Starting out with Python](https://www.pearson.com/us/higher-education/program/Gaddis-Starting-Out-with-Python-plus-My-Lab-Programming-with-Pearson-e-Text-Access-Card-Package-3rd-Edition/PGM9873.html?tab=contents), by Tony Gaddis
187
+
-[Road To Redux](https://www.roadtoredux.com/), by Robin Wieruch
158
188
189
+
190
+
</details>
159
191
<details>
160
192
<summary>
161
193
📺 Videos
@@ -175,7 +207,11 @@ Useful articles and learning resources.
175
207
-[CS50 Lectures 2019](https://www.youtube.com/playlist?list=PLhQjrBD2T381L3iZyDTxRwOBuUt6m1FnW), by David J. Malan
176
208
-[Streamelopers](http://bit.ly/streamelopersub) Community tech talks in spanish
177
209
-[Top 10 Best VS Code Extensions for developers](https://www.youtube.com/watch?v=c5GAS_PMXDs),by codeSTACKr
210
+
-[Learn React JS](https://www.youtube.com/watch?v=DLX62G4lc44), a full course for beginners by freeCodeCamp.org
211
+
-[Grit, the power of passion and perseverance](https://www.youtube.com/watch?v=H14bBuluwB8) by Angela Lee Duckworth
212
+
-[Growth vs Fixed Mindset](https://www.youtube.com/watch?v=KUWn_TJTrnU) animated video by Sprouts
178
213
-[Make Your Own 3D Instagram Filters │Spark AR Basics Tutorial](https://www.youtube.com/watch?v=mIt2fdjExy0),by Black Mixture
214
+
179
215
</details>
180
216
181
217
<details>
@@ -185,7 +221,7 @@ Useful articles and learning resources.
185
221
186
222
<br />
187
223
188
-
-[The Diff](https://thediffpodcast.com/) - The Diff showcases the program, the projects and the people that drive th mission of building open source community.
224
+
-[The Diff](https://thediffpodcast.com/) - The Diff showcases the program, the projects and the people that drive the mission of building open source community.
189
225
-[Software Engineering Daily](https://softwareengineeringdaily.com/) - Features daily interviews about technical software topics.
190
226
-[JAMstack Radio](https://www.netlify.com/tags/podcast/) - Exploring the Jamstack, static sites, and the future of Web Development.
191
227
-[Syntax.fm](https://syntax.fm/) - A Tasty Treats podcast for Web Developers.
@@ -198,8 +234,23 @@ Useful articles and learning resources.
198
234
-[GraphQL Radio](https://graphqlradio.com/) - About the GraphQL ecosystem. Monthly talks with experienced developers and experts.
199
235
-[Front End Happy Hour](https://frontendhappyhour.com/) - Featuring of engineers from Netflix, Twitch, & Atlassian talking things Front End development.
200
236
-[Go Figure](https://gofigure.go-jek.com/) - A podcast discussing the inner workings of tech companies.
237
+
-[The Stack Overflow Podcast](https://stackoverflow.blog/podcast/) - The Stack Overflow Podcast is a twice-weekly conversation about working in software development, learning to code, and the art and culture of computer programming.
238
+
-[Google Cloud Platform Podcast](https://www.gcppodcast.com/) - Weekly updates on Cloud Platform professionals, answer some of your burning questions, and introduce you to cool new things!
201
239
-[Artificial Intelligence: AI Podcast](https://lexfridman.com/ai/) - A series of conversations about technology, science, and the human condition.
202
240
-[Software Engineering](https://www.se-radio.net/) - A podcast targeted at the professional software developer managed by the volunteers and staff of IEEE Software.
241
+
-[The Changelog](https://changelog.com/podcast)- The Changelog mainly discusses topics related to open source software.
242
+
-[This Developer's Life](https://daraoladapo.com/thisdevlife/) - A Podcast about developer work and life balance.
243
+
</details>
244
+
245
+
<details>
246
+
<summary>
247
+
:space_invader: Hackathons
248
+
</summary>
249
+
250
+
<br />
251
+
252
+
-[Devpost](https://devpost.com/) - An awesome place for hackathons.
253
+
-[hackathon.io](https://www.hackathon.io/events) - A place where lots of hackathons are hosted.
203
254
</details>
204
255
205
256
<details>
@@ -211,11 +262,15 @@ Useful articles and learning resources.
211
262
212
263
Useful fun activities that can be done at the meetup/events/activities.
213
264
265
+
-[Git reference tool](https://ohshitgit.com/) - FAQ site for Git commands.
214
266
-[Kahoot](https://kahoot.com/) - Kahoot! brings engagement and fun to your events and makes learning awesome.
215
267
-[Wheel Of Names](https://wheelofnames.com/) - Random name picker with Wheel Of Fortunes style animation.
216
268
-[AirConsole](https://www.airconsole.com/) - Multiplayer browser games with your smartphones as the gamepads.
217
269
-[Gartic](https://gartic.io/) - Pictionary-inspired games that can be played online
218
-
-[Mentimeter](https://www.mentimeter.com/) - Mentimeter is a goodway to engage the community live and understand them using it's analytical dashboard.
270
+
-[DevSwag](https://devswag.io/) - FREE Swag for developers!
271
+
-[Mentimeter](https://www.mentimeter.com/) - Mentimeter is a good way to engage the community live and understand them using it's analytical dashboard.
272
+
-[QuizBreaker](https://www.quizbreaker.com/) - A scheduled virtual team building quiz delivered in inbox. Can be a good ice breaker.
273
+
-[TypeRacer](https://play.typeracer.com/) - TypeRacer is a fun way to engage people during a meetup while improving their typing skills.
0 commit comments