Nirbhay Vashisht Profile picture
Making Software Development easier for beginners.
Omisakin Olatunji Profile picture Kamrul Hasan Raza👑🚀 Profile picture 2 subscribed
Jun 4, 2021 8 tweets 3 min read
Subjects you should study to become a better software developer (with learning resources)

Detailed Thread 🧵👇 ✨ Data Structures and Algorithms

This is the first and most important choice in the list. Most self taught developers tend to skip this subject. Trust me studying DSA WILL make you a better software developer.

Book Recommendation:
Introduction to Algorithms by Thomas S. Cormen
Jun 3, 2021 10 tweets 9 min read
Free JavaScript Learning Resources

Mega Thread 🧵👇 Learning Platforms:

freeCodeCamp.org
JavaScript.info
theodinproject.com
scrimba.com
jsforcats.com
codecademy.com
JavaScript30.com
sololearn.com
coursera.org
Jun 2, 2021 11 tweets 4 min read
Want to learn JavaScript ?

Here's a Detailed Roadmap for you 🧵👇 1. Start with freecodecamp.org's - JavaScript Algorithms and Data Structures Certification and finish the "Basic JavaScript" module.

You'll get a basic understanding of JavaScript and Programming in general.
Jun 1, 2021 9 tweets 3 min read
GitHub Repositories to help you prepare for a JavaScript Interview.

Thread 🧵👇 ✨ JavaScript Interview QnA ( 3.6K ⭐️)

100's of JavaScript Interview questions and answers

🔗: github.com/sudheerj/javas…
May 1, 2021 4 tweets 2 min read
Calling All Developers 🆘,

Will you be interested in taking part in a hackathon to find some solution to this health crisis in India ?

This will be a collective effort and the solution will be open sourced.

Prize: You get to save a ton of lives The whole point is to find a solution to this. I believe that if enough minds make an effort together, a solution might be possible.
And this will be more of a finding a solution together rather than a competition.
Apr 21, 2021 13 tweets 2 min read
Few things I learnt from my 5+ Years of Programming.

A Thread🧵 ⚡️ You don't need to know everything.

Learning everything is very tempting but it can get quite wasteful.

Trying to learn everything often results in burnout when you are not managing your life properly.

Googling is completely okay. Everyone does it.
Apr 19, 2021 8 tweets 3 min read
Best Resources to learn JavaScript ✨

A Thread🧵👇 A list of best free and paid resources to learn JavaScript.
Apr 14, 2021 13 tweets 2 min read
How to make yourself STAND OUT against Developers with a Computer Science Degree?!

A Thread🧵 While it is true that you don't need a CS Degree to be a developer,
BUT, there are certain subjects that you should study.
1. Data Structures
2. Algorithms
3. Computer Networking
4. Database Management Systems
5. Operating Systems
6. Design Patterns
7. OOP

Explained👇
Feb 2, 2021 6 tweets 1 min read
Information Security THREATS Developers should know about

🧵👇 ⚡️ 1. Impersonation
Gaining access to a system by impersonating yourself as someone with authority.

⚡️ 2. Trojan Horse Method
Concealing within an authorized program as a set of instructions that will cause unauthorized act.
Jan 30, 2021 12 tweets 2 min read
Software Testing Terms Every Software Developer Should Know.
(In Layman Language)

A Thread (Part 2) 🧵👇 ⚡️ Functional Testing
- Unit Testing
- Integration Testing
- System Testing
- Regression Testing
- Acceptance Testing
- Alpha and Beta Testing

⚡️ Non-Functional testing
- Performance Testing : Load and Stress Testing
- Usability Testing
- Security Testing
- Portability Testing
Jan 29, 2021 12 tweets 2 min read
Software Testing Basic Terms every developer should know.
(In Layman Language)

A Thread 🧵👇 ⚡️ What is Software Testing ?

Process of evaluating a system or its component(s) to find whether it satisfies the specified requirements or not.

Basically finding if the current software is equal to the required software or not
Jan 29, 2021 9 tweets 1 min read
Public Speaking Tips for those who are Shy and/or Awkward and/or not a Native English Speaker.

🧵👇 1. People don’t care if you are bad

They won’t care if you fail.
They won’t care if you slip up.
It might be awkward for that moment, or a day or two, but after a while no one cares.
For getting more confidence, be with supportive friends.
Jan 22, 2021 12 tweets 2 min read
Some (Non-Technical but Essential) Skills every developer should develop

🧵👇 The following skills are called soft skills.
These skills helps us stand out against other developers and be a better version of ourselves.
Jan 21, 2021 5 tweets 3 min read
Want to learn React in 2021?

Here are some Best Free Resources for Beginners

A Thread🧵👇 ⚡️ Official Website tutorials
reactjs.org/tutorial/tutor…

⚡️ Official Docs
reactjs.org/docs/getting-s…

⚡️The Beginner's Guide to React
egghead.io/courses/the-be…

⚡️Learn React for free, A course by Scrimba
scrimba.com/learn/learnrea…

⚡️React Tutorial for Beginners
Jan 16, 2021 10 tweets 2 min read
Someone tried to seriously demotivate me today (Thread)🧵💔

Today, I went to someone's house with my mother.
Let's call this person mr. A-whole.

(Just so you know mr. A-whole and I met for the first time.
We know nothing about each other. )

After 5 minutes of conversation.. with my mother he asked me, "What do you do?"

Me: "I am a final year CSE undergrad."

Mr. A-whole: "So, does your university have On-Campus placements?"

Me: "Yes"

mr. A-whole: "That is good. You should definitely try to get a job though placements"

🧵
Jan 16, 2021 9 tweets 2 min read
In case you missed last 15 days' threads:

- GitHub Repositories containing Data Structures and Algorithms implemented in
(Java, Python, JavaScript, C, Go, C-plus plus etc)

- JavaScript learning Roadmap

- Nodejs, Python, git and GitHub learning resources

and more

Links🔗🧵👇
Jan 15, 2021 6 tweets 3 min read
Want to learn/master git and GitHub?

Here are some Best Free Resources for you

A Thread🧵👇 ⚡️ Git introduction for "advanced beginners," who are still struggling.

think-like-a-git.net

⚡️ Git Immersion

A guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.

gitimmersion.com
Jan 12, 2021 11 tweets 2 min read
Best VS Code Extensions for JavaScript Developers

🧵👇 ⚡️JavaScript (ES6) code snippets

marketplace.visualstudio.com/items?itemName…
Jan 11, 2021 7 tweets 4 min read
Want to learn Python in 2021?

Here are some awesome free resources for you🧵👇 Some of the best tutorials

⚡️Full Stack Python
fullstackpython.com

⚡️ Python Cheat Sheet dot org
pythoncheatsheet.org

⚡️ The Hitchhiker’s Guide to Python
docs.python-guide.org

⚡️ Ultimate Python study guide
github.com/huangsam/ultim…
Jan 10, 2021 11 tweets 3 min read
Most Helpful GitHub Repositories for JavaScript Developers

A Thread🧵👇 ⚡️30-Days-Of-JavaScript

As the name suggests learn JavaScript in 30 Days.
github.com/Asabeneh/30-Da…
Jan 9, 2021 13 tweets 7 min read
How to join a developer community?
or
How to find mentors/developer friends?

A detailed thread 🧵👇 For context I have been a part of various developer communities for ~3 Years. I have found that learning with people is the best and most effective way to learn.

So here are the ways you can join a developer community: