#JavaGuide
Explore tagged Tumblr posts
asadmukhtarr · 2 months ago
Text
"Java in a Nutshell" by Benjamin J. Evans and David Flanagan is a concise yet comprehensive guide to the Java programming language. It serves as both a tutorial for beginners and a reference for experienced developers. The book covers the core features of Java, along with advanced topics, making it a valuable resource for anyone looking to master Java. Below is a user-friendly, step-by-step breakdown of the key outcomes and takeaways from the book, designed to help readers understand and apply Java effectively.
0 notes
theknowledgereview · 3 years ago
Photo
Tumblr media
If you went to learn Java programming with No Programming Experience, then this article is for you.
0 notes
hptposts · 6 years ago
Text
Effective
- Requirement Gather and notes (Functional and non Functional) All and one
- System UML, System document
- New System UML, early document
- Code (Autocomplete, Tool Lombok, Snippet)
- Unit Test (Validate with Requirement), Generate test for all parameter? is there a lib in java?
- Load test, Performance test (JProfiler Premium, Netbeans profiler, cmd line java)
- Code doc -> Generate javadoc every day -> rsync to git
- Generate UML in eclipse, do not manual write.
- Manual deploy: build -> run test -> run script pass -> rsync to server -> test + script again -> performance (deploy 2 ver - old and new) -> compare perf -> note -> decision -> release. 
- CI/CD Test Environment / Deployment 
- Get Feed back from client (Message, Note one times to self doc update to zgit)
- Git Commit (6h - 12h - 3h - 6h)
- Kanban, Scrum (o365)
-> Guideline:
https://github.com/alibaba/Alibaba-Java-Coding-Guidelines#1-programming-specification
https://google.github.io/styleguide/javaguide
https://petroware.no/javastyle.html
Reference: 
https://dev.to/edwardgunawan/how-to-maintain-clean-code-in-your-projects-22cb
Define Rules -> Write Code -> Use Static Code Checker -> Code Review -> Merge
0 notes
asadmukhtarr · 2 months ago
Text
Effective Java by Joshua Bloch is a definitive guide for Java developers who want to write efficient, maintainable, and robust code. The third edition, updated for Java 7, 8, and 9, provides 90 best practices (or "items") that cover a wide range of topics, from language fundamentals to advanced techniques. Below is a step-by-step breakdown of the key outcomes and takeaways from the book:
0 notes
asadmukhtarr · 2 months ago
Text
"Java: The Complete Reference, Ninth Edition" by Herbert Schildt is a comprehensive guide for anyone looking to master Java programming. Whether you're a beginner, an intermediate learner, or an experienced developer, this book offers a wealth of knowledge and practical insights. Below is a step-by-step breakdown of the outcomes you can expect after reading this book, presented in a user-friendly manner:
0 notes
asadmukhtarr · 2 months ago
Text
"Java Performance: The Definitive Guide" by Scott Oaks is a must-read for Java developers who want to optimize the performance of their applications. This book dives deep into the intricacies of Java performance tuning, providing practical insights and actionable strategies. Below is a step-by-step breakdown of the outcomes you can expect after reading this book, presented in a user-friendly manner:
0 notes
theknowledgereview · 3 years ago
Link
If you went to learn #Javaprogramming with No #Programming Experience, then this article is for you.
0 notes