Certificates
Certificate of Participation
- L0
- Watch the cert. instructions on onedrive (link on discord)
- Submit your first pull request this Repo following the instructions (due ~ 15.feb)
- L1 A
- Read the cert. instructions
-
Submit your Website link to the
#bootcamp-generalOR#l1a-frontend-discussionOR as a DM in Discord following the instructions - due ~ 28.feb
- Example Submission
- L1 B
- Read the cert. instructions
-
Submit your App repo link to the
#bootcamp-generalOR#l1b-mobile-discussionOR as a DM in Discord following the instructions - due ~ 28.feb
- Example Submission
TodoList (updated daily)
Day 0
- L0
- Install VScode
- Install Git: (Check if its Already installed (youtube), if u're stuck in the installation process, it's usually the default option, or ask for help)
- Create an Account on GitHub (no need for anything else)
- L0
- Revise Today Material
- (Optional) Create your own repository and publish it on Github
- L0
- Do this Interactive Tutorial:
- Markdown Interactive Tutorial
- Use this site to write markdown
-
Create your own
README.mdfile in your own repository
- L0
- Create a new repository and practice branching
- Submit your first pull request to an open source project ~ hint: try our site Website
- L0
- Watch the cert. instructions on onedrive (link on discord)
- Submit your first pull request this Repo following the instructions (due ~ 15.feb)
- L1
- Complete the prerequisites for your chosen sub-level, details here
- L1 A
- Create your first Astro project
- Add a simple page with some content
- Create and use an Astro component
- L1 B
- Open up Dartpad
- Implement any simple program that works with lists and maps
- Create a function that uses different parameter type
- L1 C
- Prepare your dev environment (Install Anaconda)
- L1 A
- Set up your Astro project with Tailwind CSS
- Create a responsive deck of Cards
- Build the card grid layout to be: 2 Columns on Laptops and 1 on Mobile
- Create any reusable component using Astro and Tailwind
- L1 B
- Create a new Flutter project
-
Modify the
main.dartfile to understand the basic structure - Build a simple profile screen using the widgets we learned
- Experiment with different layouts (Row, Column)
- Optional: Try to build any basic UI View of your liking (e.g. a login Screen)
- L1 C
- Load a dataset (Use the Employee Sample in discord)
- Display the first 5 rows
- Find and remove missing values
- Find the average Salary per department
- L1 A
- Watch the cert. instructions on onedrive (link on discord)
- Do your work for the Completion Certificate
- L1 C
- Group by job and find the mean
- Count the bonuses based on Gender and ethnicity
- Show your results using any type of visualization you find suitable with clear resualts.
Material (updated daily)
Day 0
L0
Day 0 Content Day 1 L0
Day 2 L0
Day 3 L0
Day 7 L1 A
L1 B
L1 C
Day 8 L1 A
L1 B
L1 C
Day 9 L1 A
Tutorial: Building a Portfolio Site(Watch Day 9 Recording)
L1 C