Skip to content

Instantly share code, notes, and snippets.

@pradeepdhankhar
Created February 19, 2022 08:01
Show Gist options
  • Save pradeepdhankhar/e79850683452a1a3a71d1284c3d063cb to your computer and use it in GitHub Desktop.
Save pradeepdhankhar/e79850683452a1a3a71d1284c3d063cb to your computer and use it in GitHub Desktop.
Bootcamp JSON detail sample
{
"details":[
{
"id":1,
"name":"topics",
"content":":white_check_mark: Breakdown of MERN Stack,:white_check_mark: How to learn MERN Stack?,:white_check_mark: MEAN Stack VS MERN Stack,:white_check_mark: Best MERN stack projects to build"
},
{
"id":2,
"name":"title",
"content":"Crack The Code"
},
{
"id":2,
"name":"subtitle",
"content":"Education is the passport to the future, for tomorrow belongs to those who prepare for it today. We invite you to an exclusive session on the 'How to become a MERN Stack Developer?' by Prabhanjan Padhye, Senior Software Engineer, Masai School. He comes with experience of 4+ years in the industry. This session will be empowering you with in-depth knowledge of MERN Stack."
},
{
"id":2,
"name":"badge_color",
"content":"purple"
}
],
"links":[
{
"id":1,
"name":"twitter",
"content":"https://www.twitter.com"
},
{
"id":2,
"name":"linkedin",
"content":"https://www.linkedin.com"
},
{
"id":3,
"name":"meeting_url",
"content":"https://www.masaischool.com"
},
{
"id":3,
"name":"event_image_url",
"content":"https://dashboard.masaischool.com/static/media/event.0a928c16.png"
},
{
"id":3,
"name":"event_video_url",
"content":"https://www.youtube.com/watch?v=e6tlU-LBh1g"
}
],
"instructors":[
{
"instructor_name":"Prabhanjan",
"instructor_title":"Fullstack Developer",
"instructor_company":"Masai School",
"instructor_image_url":"https://dashboard.masaischool.com/static/media/InstructorImage.0f048b44.svg"
},
{
"instructor_name":"Prabhanjan",
"instructor_title":"Fullstack Developer",
"instructor_company":"Masai School",
"instructor_image_url":"https://dashboard.masaischool.com/static/media/InstructorImage.0f048b44.svg",
"instructor_twitter_url":"",
"instructor_linkedin_url":"https://www.linkedin.com/in/Sparkenstein"
}
],
"schedule":[
{
"id":1,
"timeslot":"10:00AM - 10:15AM",
"title":"Welcome Note: Quick Intro to Masai & the day's agenda",
"content":"Masai's CTO takes you over some of the basics that will help you through the bootcamp."
},
{
"id":2,
"timeslot":"10:15AM - 10:30AM",
"title":"Coding 101 with Nrupul, Co-founder & CTO Masai School",
"content":"‍Modern Javascript, Basics of Unit Testing, Advanced CSS, Introduction to React and React Ecosystem, Data Structures and Algorithms."
},
{
"id":3,
"timeslot":"10:30AM - 11:45AM",
"title":"Theory Session 1",
"content":"Session with our instructor for the day - Learning basics of HTML and CSS."
},
{
"id":4,
"timeslot":"11:50AM - 02:00PM",
"title":"Construct Session 1",
"content":"Masai's CTO takes you over some of the basics that will help you through the bootcamp."
},
{
"id":5,
"timeslot":"02:00PM - 02:30PM",
"icon":"Hamburger",
"title":"LUNCH Break",
"content":"Put everything together! Test and finish your project! We will help, but this is all YOU! Deadline to submit the project is 5 PM."
},
{
"id":5,
"timeslot":"03:00PM - 5:00PM",
"title":"Project",
"content":"System design basics, How do they scale?, All about operating systems, Data Structures and Algorithms."
},
{
"id":6,
"timeslot":"05:00PM - 5:30PM",
"title":"Introduction to Masai",
"content":"Get an insight into Masai and learn how you can launch your career as a Developer."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment