CodeNewbie Community 🌱

Discussion on: [#CNC2022 "Write More" Cohort 1] What are your top 3 writing ideas?

Collapse
 
annetawamono profile image
Anneta Wamono

I'm sorry I'm late for the party! I had a terribly busy week. Here are my 3 ideas:

  1. How components talk to each other in React (Explainer) - this was a pain point for me that I learned recently for a test
  2. How I use SASS to theme my projects (Project) - I've been creating small design systems for my projects for the past 6 months and it's improved the efficiency and flexibility of my code. I'd like to share this tip to help others with their projects
  3. How to create a twitch chat overlay (Tutorial) - I picked this for a tutorial because it's a fun project and not many people know that you can create overlays with HTML, CSS and JS
Collapse
 
yuridevat profile image
𝕁𝕦𝕝𝕚𝕒 👩🏻‍💻

Number 2 sounds really cool and professional. Being able to create a design system doesn't sound easy, I really want to know more about it already 😊

Collapse
 
coder_utkarsh profile image
Utkarsh Maurya

Great ideas Anneta. I really like #3 because it would be a really cool project.