Skip to content

Commit c5bd752

Browse files
Ranga Rao KaranamRanga Rao Karanam
Ranga Rao Karanam
authored and
Ranga Rao Karanam
committed
Updating Courses
1 parent b95aab1 commit c5bd752

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

README.md

+46-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Java Best Practices
22
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.
33

4+
* [About in28Minutes](#about-in28minutes)
5+
- [Our Beliefs](#our-beliefs)
6+
- [Our Approach](#our-approach)
7+
- [Find Us](#useful-links)
8+
- [Other Courses](#other-courses)
9+
410
- [Java Best Practices](#java-best-practices)
511
* [Journey of a Programmer](#journey-of-a-programmer)
612
+ [How to become a good programmer?](#how-to-become-a-good-programmer)
@@ -675,4 +681,43 @@ Presentation : https://github.com/in28minutes/java-best-practices/blob/master/pd
675681
- Different Kinds of Testing : https://upload.wikimedia.org/wikipedia/commons/8/80/Agile_DevOps_Shift_Left_Testing.jpg
676682
- Continuous Delivery : https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Continuous_Delivery_process_diagram.svg/1280px-Continuous_Delivery_process_diagram.svg.png
677683
- Devops : https://upload.wikimedia.org/wikipedia/commons/thumb/0/05/Devops-toolchain.svg/2000px-Devops-toolchain.svg.png
678-
- Devops2 : https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Devops.svg/1079px-Devops.svg.png
684+
- Devops2 : https://upload.wikimedia.org/wikipedia/commons/thumb/b/b5/Devops.svg/1079px-Devops.svg.png
685+
686+
## About in28Minutes
687+
- At in28Minutes, we ask ourselves one question everyday. How do we help you learn effectively - that is more quickly and retain more of what you have learnt?
688+
- We use Problem-Solution based Step-By-Step Hands-on Approach With Practical, Real World Application Examples.
689+
- Our success on Udemy and Youtube (2 Million Views & 12K Subscribers) speaks volumes about the success of our approach.
690+
- While our primary expertise is on Development, Design & Architecture Java & Related Frameworks (Spring, Struts, Hibernate) we are expanding into the front-end world (Bootstrap, JQuery, Angular JS).
691+
692+
### Our Beliefs
693+
- Best Courses are interactive and fun.
694+
- Foundations for building high quality applications are best laid down while learning.
695+
696+
### Our Approach
697+
- Problem Solution based Step by Step Hands-on Learning
698+
- Practical, Real World Application Examples.
699+
- We use 80-20 Rule. We discuss 20% things used 80% of time in depth. We touch upon other things briefly equipping you with enough knowledge to find out more on your own.
700+
- We will be developing a demo application in the course, which could be reused in your projects, saving hours of your effort.
701+
- We love open source and therefore, All our code is open source too and available on Github.
702+
703+
### Other Courses
704+
705+
- [Most Watched Courses on YouTube - 30,000 Subscribers](https://www.youtube.com/watch?v=bNFoN956P2A&list=PLBBog2r6uMCQhZaQ9vUT5zJWXzz-f49k1)
706+
- [25 Videos and Articles for Beginners on Spring Boot](http://www.springboottutorial.com/spring-boot-tutorials-for-beginners)
707+
- Our Best Courses with 66,000 Students and 4,000 5-Star Ratings
708+
* [Java Interview Guide : 200+ Interview Questions and Answers](https://www.udemy.com/java-interview-questions-and-answers/?couponCode=JAVA_INTER_GIT)
709+
* [First Web Application with Spring Boot](https://www.udemy.com/spring-boot-first-web-application/?couponCode=SPRING-BOOT-1-GIT)
710+
* [Spring Boot Tutorial For Beginners](https://www.udemy.com/spring-boot-tutorial-for-beginners/?couponCode=SPRING-BOOT-GIT)
711+
* [Mockito Tutorial : Learn mocking with 25 Junit Examples](https://www.udemy.com/mockito-tutorial-with-junit-examples/?couponCode=MOCKITO_GIT)
712+
* [Java EE Made Easy - Patterns, Architecture and Frameworks](https://www.udemy.com/java-ee-design-patterns-architecture-and-frameworks/?couponCode=EEPATTERNS-GIT)
713+
* [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)
714+
* [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)
715+
* [Maven Tutorial - Manage Java Dependencies in 25 Steps](https://www.udemy.com/learn-maven-java-dependency-management-in-20-steps/?couponCode=MAVEN_GIT)
716+
* [Java OOPS in 1 Hours](https://www.udemy.com/learn-object-oriented-programming-in-java/?couponCode=OOPS-GIT)
717+
* [C Puzzle for Interview](https://www.udemy.com/c-puzzles-for-beginners/?couponCode=CPUZZLES-GIT)
718+
719+
### Useful Links
720+
- [Our Website](http://www.in28minutes.com)
721+
- [Facebook](http://facebook.com/in28minutes)
722+
- [Twitter](http://twitter.com/in28minutes)
723+
- [Google Plus](https://plus.google.com/u/3/110861829188024231119)

0 commit comments

Comments
 (0)