This blog is all about my journey from Jan 2021 to June 2021. Checkout the part 1: My Web Dev Journey and part 2: Post Web Dev Journey.
Electron JS is a famous javascript framework for developing desktop apps. I just learnt the basics and didn't dive deep into desktop app development.
You can checkout the blog: Electron JS for more information about it.
React Native is the popular javascript framework for developing hybrid mobile apps. So basically you write code in javascript that runs the app on both android and ios.
If you are familiar with React JS then learning react native won't be difficult. So I hardly took one month to get started with it and slowly progressed by developing more projects.
I worked on few projects to develop mobile apps which made me go through ups and downs, debugging and self testing the application for literally >100 times.
No one can just skip the heart of computer science. I had to learn Algorithms as a part of my college syllabus. Few are easy but few are bit complicated to understand and implement them.
I have a whole series explaining the basics of DSA and implementing them in C++. So do check the DSA Series if you are interested.
GSSOC'21 is an open source program which was held from March to May this year. It's all about contributing to any open source projects and getting your pull requests(PRs) merged into master/main branch.
I just contributed to few projects for one month only because I felt that open source was about 'collaboration' but this program was all about 'competition' among the participants to be in top 50 contributors(It is just my personal opinion).
Overall, it was amazing contributing to some unknown projects and that repo's maintainer accepting and merging my PR. Do checkout my blog about Open Source Contribution for more information.
That's it from this blog post. If you liked it then do share this blog with your friends or people who wanna get into programming world. Thank You!