CodeNewbie Community 🌱

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

Collapse
 
abdulrrazzaq profile image
abdulrrazzaq

I know I'm late to the party here are my ideas:
1) Git, how to merge two repos into one each in sub-directory without losing the commits history, I had a really difficult time doing this and I couldn't find any resource strait away for this issue.
2) How to master [].map(), [].forEach(), and [].reduce() by creating your own, I really had a difficult time understanding how they work until I created mine, it was a great idea from my previous superior at work. I want to share with others.
3) How I create My portfolio using ReactJS, SSR, and i18n, it's the traditional I really want to create mine but I never had enough time or motivation to do it, so it's the best time. While sharing the process with the community.

Collapse
 
yuridevat profile image
𝕁𝕦𝕝𝕚𝕒 👩🏻‍💻

Number 1 sounds great. Git is something we all strungle to understand in the beginning. 😊