coding-for-beginners (1)
coding-for-beginners (1)
for beginners
use this to land your dream job
a message from me ..
hey there!
-Gauri
coding basics.
Regardless of what language you choose to begin with, you should
use the checklist below to ensure you know all this.
Functions: Sets:
Function definition and invocation Creating sets
Parameters and return values Set operations (union,
intersection, difference)
Object-Oriented
Inheritance and Polymorphism:
Programming (OOP) Extending classes
Method overriding
Classes and Objects: Abstract classes and interfaces (if
Class declaration applicable)
Creating objects
Constructors and destructors
Error Handling Version Control
Try, catch, else, and finally blocks Git Basics:
Initializing a repository
Committing changes
Branching
Merging
Resolving merge conflicts
Others for software dev.
Indentation
Depends on language (e.g Eslint)
Best Practices
Naming Conventions
Debugging techniques
resources.
You can refer to some of these to learn more.
4. When stuck, find how others have done a similar project online
and learn