🎭 What is Synapse ?
https://synapse1-0.vercel.app/
- A list of topics is given below. You can write on as many topics as you want.
- The threshold word count is 100 words.
- Your article will be rated on a scale of 1 to 10 based on quality, words used and resemblance to the topic.
- All articles must be plagiarism free.
- The participant with the maximum number of points will be declared the winner.
- You have to make a readme file and attach the ticket in your contributed folder.
- Recession plays a key role in unemployment.
- Chatgpt
- DALL E
- Web 3.0
- Engineering can make you feel passionate about your passion.
- Engineering is helpful to grow your character.
- Engineering is an emotion.
- Engineering Hostel/Mess Life.
- Engineering can make you independent.
- Are ed tech startups looting Indian youth of their dreams?
- Green steel - will India play a game changer role?
- Ransomware- the faceless war( Internet has changed modern day warfare)
- The Need of personal branding in 2023
- AI- a threat to humanity
- India's rocket journey from Rohini-75 to Prarambh
- UHI : will it unify India?
- Cyber pandemic.
- Financial literacy
- The fate of Indian drama post covid
- Crypto is the currency of the future.
- India's last village mana.
- Does the Indian debt recovery system need a massive change?
- Virtual Reality Gaming.
- Technology advancement in the Music industry.
- EDM case study.
- Meta case study.
- From Satyajit Roy to South Indian Dominance: the evolution of the Indian Cinema ecosystem.
- Web 2.0 Technology: Development and Issues
- Machine learning.
- India's Drug problem.
- Social media dating app crimes.
- Space
- The diverse Food culture in india.
- Diversity of Culture in india.
- Bengali culture.
- The diverse festival culture in india.
- The Indian Startups- a way to atmanirbhar renaissance?
- React Deployment
- How to deploy flutter web apps to firebase
- React 'Aha' Moments.
- Why Go and not Rust?
- Using Go as a scripting language in Linux
- How to Use the React Profiler Component to Measure Render Performance
- You get some awesome goodies for FREE!.
- participation certificates for all participants.
To add your contributions towards opensource community and grab the oppurtunity:smiley: :smiley::smiley:
Then lets start with this repository.
✅ Pull requests can be submitted to given repository on GitHub.
✅ The pull request must contain commits you made yourself.
✅ If a maintainer reports your pull request as 'spam' or 'invalid', it will not be counted toward your participation in Synapse.
✅ If a maintainer reports behaviour that’s not in line with the project’s code of conduct, you will be ineligible to participate.
✅ TOP performers will get free goodies for their approved pull requests (PRs) on given repos between January 1-31.
❌ PRs that are automated (e.g. scripted opening PRs to remove whitespace/optimize images)
❌ PRs that are disruptive (e.g. taking someone else’s branch/commits and making a PR)
❌ PRs that are regarded by a project maintainer as a hindrance vs. helping
❌ Something that’s clearly an attempt to simply +1 your PR count for January
$ git clone https://github.com/your_username/make-pull-request
$ cd <cloned-folder>
$ git remote add upstream https://github.com/SC-ECE/CONTENT.git
It will help you to keep your forked repo updated with the original repo.
$ git checkout main
$ git fetch upstream
$ git merge upstream/main
$ git push origin main
$ git checkout -b <feature-branch>
🔺 After making changes or modification on to your code locally, you need to add these files to the staging area.
$ git add --all
$ git commit -m "<your-message>"
$ git push origin <your-created-branch-name>