Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit c016dc6

Browse files
committed
fix_issue_try1
1 parent eef6540 commit c016dc6

File tree

1 file changed

+66
-24
lines changed

1 file changed

+66
-24
lines changed

README.md

Lines changed: 66 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
2-
1+
<div>
2+
33
<h1 align="center">
44
<a href="https://developers.facebook.com/developercircles/">
55
Facebook Developer Circles Community Content
@@ -20,11 +20,8 @@
2020
<a href="https://github.com/fbdevelopercircles/FbDevcCommunityContent/blob/master/CONTRIBUTING.md">
2121
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs welcome!" />
2222
</a>
23-
24-
2523
</p>
2624

27-
2825
<h3 align="center">
2926
<a href="https://www.developercircleresources.com/learningPath/open-source">Getting Started</a>
3027
<span> · </span>
@@ -39,20 +36,20 @@
3936
<a href="https://github.com/fbdevelopercircles/FbDevcCommunityContent/blob/master/DevCGlobalDirectory.md">Directory</a>
4037
</h3>
4138

39+
</div>
40+
41+
---
42+
43+
<br />
4244

4345
## Contents
4446

45-
- [Workshops](#workshops)
46-
- [Articles](#articles)
47-
- [Blogs](#blogs)
48-
- [Tools](#tools)
49-
- [Books](#books)
50-
- [Videos](#videos)
51-
- [Podcasts](#podcasts)
52-
- [Developer Circles](./DevCGlobalDirectory.md)
53-
- [Fun](#fun)
47+
<details>
48+
<summary>
49+
💻 Workshops
50+
</summary>
5451

55-
## 💻Workshops
52+
<br />
5653

5754
Useful workshop materials.
5855

@@ -61,16 +58,21 @@ Useful workshop materials.
6158
- [React Router](https://github.com/DevCBali/react-router-workshop) \*Bahasa Indonesia
6259
- [Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux](https://github.com/microsoft/frontend-bootcamp)
6360
- [NodeSchool](https://nodeschool.io/)
61+
</details>
6462

65-
## 📋Articles
63+
<details>
64+
<summary>
65+
📋 Articles
66+
</summary>
67+
68+
<br />
6669

6770
Useful articles and learning resources.
6871

6972
- [DevC Resources CMS](https://developercircleresources.com/)
7073
- [5 Steps to Overcoming Deployment Anxiety with Error Monitoring](https://scotch.io/bar-talk/5-steps-to-overcoming-deployment-anxiety-with-error-monitoring)
7174
- [5 Reasons Why You Should Find the Time for Mentoring](https://mmaksimovic.dev/5-reasons-why-you-should-find-the-time-for-mentoring-cju3tarp4007gqcs19cxysfo7)
7275
- [Byte Sized Computer Science: Order of Operations](https://scotch.io/tutorials/byte-sized-computer-science-order-of-operations)
73-
- [Build a Low Latency, Globally Distributed Python App using Macrometa's Geo-Distributed Database Cloud.]()
7476
- [Handling File Uploads in GraphQL and Vue](https://scotch.io/tutorials/handling-file-uploads-in-graphql-and-vue)
7577
- [Isomorphic Rendering on the JAMstack](https://www.hawksworx.com/blog/isomorphic-rendering-on-the-jam-stack/)
7678
- [Dynamic product management in a static e-commerce workflow](https://www.contentful.com/blog/2016/02/10/snipcart-middleman-contentful)
@@ -96,15 +98,28 @@ Useful articles and learning resources.
9698
- [Tech Interview Handbook](https://yangshun.github.io/tech-interview-handbook/)
9799
- [Front End Interview Handbook](https://yangshun.github.io/front-end-interview-handbook/)
98100
- [Front-end Developer Handbook](https://thoughtworksinc.github.io/front-end-handbook/en/index.html)
101+
- [Prepare for your next interview](https://github.com/Nabagata/interview-prep)
102+
</details>
103+
104+
<details>
105+
<summary>
106+
📝 Blogs
107+
</summary>
99108

100-
## 📝Blogs
109+
<br />
101110

102111
- [Wisdom Geek](https://www.wisdomgeek.com) - Web development and data science related posts
103112
- [https://bolajiayodeji.com/](https://www.bolajiayodeji.com) - Web development, JavaScript and JAMstack related posts
104113
- [Free Code Camp](https://www.freecodecamp.org) - Software development related posts
105114
- [CSS Tricks](https://css-tricks.com) - CSS related posts
115+
</details>
106116

107-
## 🛠Tools
117+
<details>
118+
<summary>
119+
🛠 Tools
120+
</summary>
121+
122+
<br />
108123

109124
- [Graph API Explorer](https://developers.facebook.com/tools/explorer/) - Test, create, and authenticate API calls and debug responses.
110125
- [Sharing Debugger](https://developers.facebook.com/tools/debug/sharing/) - Preview how your content will look when it's shared to Facebook.
@@ -121,8 +136,14 @@ Useful articles and learning resources.
121136
- [Parcel](https://parceljs.org/) - Blazing fast, zero configuration web application bundler
122137
- [Emotion](https://emotion.sh/docs/introduction) - A CSS-in-JS library that promises users a high level of performance and flexibility.
123138
- [Create React App](https://github.com/facebook/create-react-app) - Create React apps with no build configurations.
139+
</details>
140+
141+
<details>
142+
<summary>
143+
📖 Books
144+
</summary>
124145

125-
## 📖Books
146+
<br />
126147

127148
- [Clean Code](https://www.goodreads.com/book/show/3735293-clean-code), by Robert C. Martin
128149
- [The Pragmatic Programmer](https://www.goodreads.com/book/show/4099.The_Pragmatic_Programmer), by Andy Hunt, Dave Thomas
@@ -133,8 +154,14 @@ Useful articles and learning resources.
133154
- [Technical Writing for Dummies](http://www.amazon.co.uk/Technical-Writing-Dummies-Sheryl-Lindsell-Roberts/dp/0764553089/), by Sheryl Lindsell-Roberts
134155
- [The Handbook of Technical Writing](https://www.amazon.com/dp/1457675528), by Gerald J. Alre
135156
- [You Dont Know JS](https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/README.md), by Kyle Simpson
157+
</details>
136158

137-
## 📺Videos
159+
<details>
160+
<summary>
161+
📺 Videos
162+
</summary>
163+
164+
<br />
138165

139166
- [Contributing to Open Source for the first time](https://www.youtube.com/watch?v=c6b6B9oN4Vg), by Cami Williams
140167
- [Deep Dive into Git](https://www.youtube.com/watch?v=dBSHLb1B8sw), by Edward Thomson
@@ -146,8 +173,14 @@ Useful articles and learning resources.
146173
- [Using Elm to Prototype and Build Web Applications](https://www.youtube.com/watch?v=Lmg9v2U6-y4), by David Calavera
147174
- [Cracking the Coding Interview](https://www.youtube.com/playlist?list=PLI1t_8YX-ApvFsH-DaFmAmdJboAnbg08P), by Gayle Laakmann McDowell
148175
- [CS50 Lectures 2019](https://www.youtube.com/playlist?list=PLhQjrBD2T381L3iZyDTxRwOBuUt6m1FnW), by David J. Malan
176+
</details>
177+
178+
<details>
179+
<summary>
180+
🎙 Podcasts
181+
</summary>
149182

150-
## 🎙Podcasts
183+
<br />
151184

152185
- [The Diff](https://thediffpodcast.com/) - The Diff showcases the program, the projects and the people that drive th mission of building open source community.
153186
- [Software Engineering Daily](https://softwareengineeringdaily.com/) - Features daily interviews about technical software topics.
@@ -162,8 +195,16 @@ Useful articles and learning resources.
162195
- [GraphQL Radio](https://graphqlradio.com/) - About the GraphQL ecosystem. Monthly talks with experienced developers and experts.
163196
- [Front End Happy Hour](https://frontendhappyhour.com/) - Featuring of engineers from Netflix, Twitch, & Atlassian talking things Front End development.
164197
- [Go Figure](https://gofigure.go-jek.com/) - A podcast discussing the inner workings of tech companies.
198+
- [Artificial Intelligence: AI Podcast](https://lexfridman.com/ai/) - A series of conversations about technology, science, and the human condition.
199+
- [Software Engineering](https://www.se-radio.net/) - A podcast targeted at the professional software developer managed by the volunteers and staff of IEEE Software.
200+
</details>
201+
202+
<details>
203+
<summary>
204+
🎊 Fun
205+
</summary>
165206

166-
## 🎊Fun
207+
<br />
167208

168209
Useful fun activities that can be done at the meetup/events/activities.
169210

@@ -172,9 +213,10 @@ Useful fun activities that can be done at the meetup/events/activities.
172213
- [AirConsole](https://www.airconsole.com/) - Multiplayer browser games with your smartphones as the gamepads.
173214
- [Gartic](https://gartic.io/) - Pictionary-inspired games that can be played online
174215
- [Mentimeter](https://www.mentimeter.com/) - Mentimeter is a goodway to engage the community live and understand them using it's analytical dashboard.
216+
</details>
175217

176218
## License
177219

178220
Facebook Developer Circles Community Content is [MIT licensed](./LICENSE).
179221

180-
The Facebook Developer Circles Community Content documentation (e.g., `.md` files) is [Creative Commons licensed](./LICENSE-docs).
222+
The Facebook Developer Circles Community Content documentation (e.g., `.md` files) is [Creative Commons licensed](./LICENSE-docs).

0 commit comments

Comments
 (0)