|
1 | 1 | # Java Best Practices |
2 | | -I've been Programming, Designing and Architecting Java applications for 15 years. I would like this page to serve as a good starting point for programmers to understand what it takes to build good applications. I would talk about Best practices and Frequently asked questions in Coding, Designing and Architecting Java Applications. If you have feedback, contact me on my website http://www.in28minutes.com. |
| 2 | +I've been Programming, Designing and Architecting Java applications for 15 years. I would like this page to serve as a good starting point for programmers to understand what it takes to build good applications. I would talk about Best practices and Frequently asked questions in Coding, Designing and Architecting Java Applications. |
| 3 | + |
| 4 | +### More Courses and Videos From in28Minutes |
| 5 | +- https://github.com/in28minutes/learn |
3 | 6 |
|
4 | 7 | * [About in28Minutes](#about-in28minutes) |
5 | 8 | - [Our Beliefs](#our-beliefs) |
@@ -111,6 +114,7 @@ I've been Programming, Designing and Architecting Java applications for 15 years |
111 | 114 |
|
112 | 115 |
|
113 | 116 | ## Journey of a Programmer |
| 117 | + |
114 | 118 | ### How to become a good programmer? |
115 | 119 |  |
116 | 120 |
|
@@ -670,6 +674,9 @@ Presentation : https://github.com/in28minutes/java-best-practices/blob/master/pd |
670 | 674 | ## Campus Interview Guide |
671 | 675 | - https://docs.google.com/document/d/1IP6HNgpMdCAAJEREowfBj2XPLBrPcIIFNIGFPGX0-ao/edit#heading=h.byb5dl2v0c4p |
672 | 676 |
|
| 677 | +### Other Courses |
| 678 | +- More Courses and Videos From in28Minutes - https://github.com/in28minutes/learn |
| 679 | + |
673 | 680 | ## Compare and Contrast |
674 | 681 | - Spring MVC vs Struts |
675 | 682 | - Mockito vs EasyMock |
@@ -701,23 +708,6 @@ Presentation : https://github.com/in28minutes/java-best-practices/blob/master/pd |
701 | 708 | - We will be developing a demo application in the course, which could be reused in your projects, saving hours of your effort. |
702 | 709 | - We love open source and therefore, All our code is open source too and available on Github. |
703 | 710 |
|
704 | | -### Other Courses |
705 | | - |
706 | | -- [Check out all our courses with 100,000 Students](https://courses.in28minutes.com/courses) |
707 | | -- [Most Watched Courses on YouTube - 30,000 Subscribers](https://www.youtube.com/watch?v=bNFoN956P2A&list=PLBBog2r6uMCQhZaQ9vUT5zJWXzz-f49k1) |
708 | | -- [Programming Community Curated Resources for learning Java](https://hackr.io/tutorials/learn-java) |
709 | | -- [25 Videos and Articles for Beginners on Spring Boot](http://www.springboottutorial.com/spring-boot-tutorials-for-beginners) |
710 | | -- Our Best Courses with 66,000 Students and 4,000 5-Star Ratings |
711 | | - * [Java Interview Guide : 200+ Interview Questions and Answers](https://www.udemy.com/java-interview-questions-and-answers/?couponCode=JAVA_INTER_GIT) |
712 | | - * [First Web Application with Spring Boot](https://www.udemy.com/spring-boot-first-web-application/?couponCode=SPRING-BOOT-1-GIT) |
713 | | - * [Spring Boot Tutorial For Beginners](https://www.udemy.com/spring-boot-tutorial-for-beginners/?couponCode=SPRING-BOOT-GIT) |
714 | | - * [Mockito Tutorial : Learn mocking with 25 Junit Examples](https://www.udemy.com/mockito-tutorial-with-junit-examples/?couponCode=MOCKITO_GIT) |
715 | | - * [Java EE Made Easy - Patterns, Architecture and Frameworks](https://www.udemy.com/java-ee-design-patterns-architecture-and-frameworks/?couponCode=EEPATTERNS-GIT) |
716 | | - * [Spring MVC For Beginners : Build Java Web App in 25 Steps](https://www.udemy.com/spring-mvc-tutorial-for-beginners-step-by-step/?couponCode=SPRINGMVC-GIT) |
717 | | - * [JSP Servlets For Beginners : Build Java Web App in 25 Steps](https://www.udemy.com/learn-java-servlets-and-jsp-web-application-in-25-steps/?couponCode=JSPSRVLT-GIT) |
718 | | - * [Maven Tutorial - Manage Java Dependencies in 25 Steps](https://www.udemy.com/learn-maven-java-dependency-management-in-20-steps/?couponCode=MAVEN_GIT) |
719 | | - * [Java OOPS in 1 Hours](https://www.udemy.com/learn-object-oriented-programming-in-java/?couponCode=OOPS-GIT) |
720 | | - * [C Puzzle for Interview](https://www.udemy.com/c-puzzles-for-beginners/?couponCode=CPUZZLES-GIT) |
721 | 711 |
|
722 | 712 | ### Useful Links |
723 | 713 | - [Our Website](http://www.in28minutes.com) |
|
0 commit comments