I am a newbie at coding in Java. I get paralyzed trying to understand a full blown Java project thrown at me. Project setup and config files are other added headache to understand.
I am slacking behind my estimates and want to improve in Java asap. I try to google stuff out and read a book on Java. But what i want is like a mentor portal, like a 1-1 session where i can ask doubts.
What do you guys recommend?
#Java
Yoe: 1 yr
Tc: 90k
Want to see the real deal?
More inside scoop? View in App
More inside scoop? View in App
blind
SUPPORT
FOLLOW US
DOWNLOAD THE APP:
FOLLOWING
Industries
Job Groups
- Software Engineering
- Product Management
- Information Technology
- Data Science & Analytics
- Management Consulting
- Hardware Engineering
- Design
- Sales
- Security
- Investment Banking & Sell Side
- Marketing
- Private Equity & Buy Side
- Corporate Finance
- Supply Chain
- Business Development
- Human Resources
- Operations
- Legal
- Admin
- Customer Service
- Communications
Return to Office
Work From Home
COVID-19
Layoffs
Investments & Money
Work Visa
Housing
Referrals
Job Openings
Startups
Office Life
Mental Health
HR Issues
Blockchain & Crypto
Fitness & Nutrition
Travel
Health Care & Insurance
Tax
Hobbies & Entertainment
Working Parents
Food & Dining
IPO
Side Jobs
Show more
SUPPORT
FOLLOW US
DOWNLOAD THE APP:
comments
The consequence is that java bakes a lot of what might be considered "stylist" or design decisions directly into the language.
To understand java better, you need to lean into that canonicalization and avoid "fighting the language" (e.g. just make more classes, most people don't make enough classes).
That canonicalization is best described by "effective java"
Are there specific aspects of the language giving you trouble?
Do you have an example?