Skip to content

Commit 46f0057

Browse files
Ranga Rao KaranamRanga Rao Karanam
Ranga Rao Karanam
authored and
Ranga Rao Karanam
committed
TOC-bug-)with)
1 parent 9021bf5 commit 46f0057

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

README.md

+51-51
Original file line numberDiff line numberDiff line change
@@ -3,103 +3,103 @@ I've been Programming, Designing and Architecting Java applications for 15 years
33

44
- [Java Best Practices](#java-best-practices)
55
* [Journey of a Programmer](#journey-of-a-programmer)
6-
+ [How to become a good programmer?](#how-to-become-a-good-programmer-)
7-
+ [Ask Why?](#ask-why-)
6+
+ [How to become a good programmer?](#how-to-become-a-good-programmer)
7+
+ [Ask Why?](#ask-why)
88
+ [Programming FAQ](#programming-faq)
9-
- [Should I be an expert at all Design Patterns?](#should-i-be-an-expert-at-all-design-patterns-)
10-
- [What are NFRs?](#what-are-nfrs-)
9+
- [Should I be an expert at all Design Patterns?](#should-i-be-an-expert-at-all-design-patterns)
10+
- [What are NFRs?](#what-are-nfrs)
1111
* [Coding](#coding)
1212
+ [Java Tips](#java-tips)
13-
- [Why should you have minimum scope for variables?](#why-should-you-have-minimum-scope-for-variables-)
14-
- [Why should you understand performance of String Concatenation?](#why-should-you-understand-performance-of-string-concatenation-)
15-
- [What are the best practices with Exception Handling?](#what-are-the-best-practices-with-exception-handling-)
16-
- [When is it recommended to prefer Unchecked Exceptions?](#when-is-it-recommended-to-prefer-unchecked-exceptions-)
17-
- [When do you use a Marker Interface?](#when-do-you-use-a-marker-interface-)
18-
- [Why are ENUMS important for Readable Code?](#why-are-enums-important-for-readable-code-)
19-
- [Why should you minimize mutability?](#why-should-you-minimize-mutability-)
20-
- [What is functional programming?](#what-is-functional-programming-)
21-
- [Why should you prefer Builder Pattern to build complex objects?](#why-should-you-prefer-builder-pattern-to-build-complex-objects-)
22-
- [Why should you avoid floats for Calculations?](#why-should-you-avoid-floats-for-calculations-)
23-
- [Why should you build the riskiest high priority features first?](#why-should-you-build-the-riskiest-high-priority-features-first-)
13+
- [Why should you have minimum scope for variables?](#why-should-you-have-minimum-scope-for-variables)
14+
- [Why should you understand performance of String Concatenation?](#why-should-you-understand-performance-of-string-concatenation)
15+
- [What are the best practices with Exception Handling?](#what-are-the-best-practices-with-exception-handling)
16+
- [When is it recommended to prefer Unchecked Exceptions?](#when-is-it-recommended-to-prefer-unchecked-exceptions)
17+
- [When do you use a Marker Interface?](#when-do-you-use-a-marker-interface)
18+
- [Why are ENUMS important for Readable Code?](#why-are-enums-important-for-readable-code)
19+
- [Why should you minimize mutability?](#why-should-you-minimize-mutability)
20+
- [What is functional programming?](#what-is-functional-programming)
21+
- [Why should you prefer Builder Pattern to build complex objects?](#why-should-you-prefer-builder-pattern-to-build-complex-objects)
22+
- [Why should you avoid floats for Calculations?](#why-should-you-avoid-floats-for-calculations)
23+
- [Why should you build the riskiest high priority features first?](#why-should-you-build-the-riskiest-high-priority-features-first)
2424
+ [Code Quality](#code-quality)
2525
- [Code Quality Overview](#code-quality-overview)
26-
- [Why should you not take code quality tools at face value?](#why-should-you-not-take-code-quality-tools-at-face-value-)
27-
- [Why should you have coding standards?](#why-should-you-have-coding-standards-)
28-
- [What are the most important coding standards?](#what-are-the-most-important-coding-standards-)
29-
- [What is Pair Programming?](#what-is-pair-programming-)
30-
- [Why is readable code important?](#why-is-readable-code-important-)
26+
- [Why should you not take code quality tools at face value?](#why-should-you-not-take-code-quality-tools-at-face-value)
27+
- [Why should you have coding standards?](#why-should-you-have-coding-standards)
28+
- [What are the most important coding standards?](#what-are-the-most-important-coding-standards)
29+
- [What is Pair Programming?](#what-is-pair-programming)
30+
- [Why is readable code important?](#why-is-readable-code-important)
3131
- [Static Code Analysis](#static-code-analysis)
3232
- [SONAR](#sonar)
3333
- [Code Reviews](#code-reviews)
3434
* [Modern Development Practices](#modern-development-practices)
3535
+ [Unit Testing](#unit-testing)
3636
- [Unit Testing Best Practices](#unit-testing-best-practices)
37-
- [Why is unit testing important?](#why-is-unit-testing-important-)
38-
- [Why is performance of Unit Tests important?](#why-is-performance-of-unit-tests-important-)
39-
- [Do not be fooled by Code Coverage?](#do-not-be-fooled-by-code-coverage-)
40-
- [Why should a good programmer understand Mocking?](#why-should-a-good-programmer-understand-mocking-)
41-
+ [What is TDD?](#what-is-tdd-)
42-
- [Why should you write unit tests with/before code?](#why-should-you-write-unit-tests-with-before-code-)
43-
+ [What is BDD?](#what-is-bdd-)
44-
+ [What is ATDD?](#what-is-atdd-)
45-
- [When should you have multiple CI builds?](#when-should-you-have-multiple-ci-builds-)
37+
- [Why is unit testing important?](#why-is-unit-testing-important)
38+
- [Why is performance of Unit Tests important?](#why-is-performance-of-unit-tests-important)
39+
- [Do not be fooled by Code Coverage?](#do-not-be-fooled-by-code-coverage)
40+
- [Why should a good programmer understand Mocking?](#why-should-a-good-programmer-understand-mocking)
41+
+ [What is TDD?](#what-is-tdd)
42+
- [Why should you write unit tests with/before code?](#why-should-you-write-unit-tests-with-before-code)
43+
+ [What is BDD?](#what-is-bdd)
44+
+ [What is ATDD?](#what-is-atdd)
45+
- [When should you have multiple CI builds?](#when-should-you-have-multiple-ci-builds)
4646
+ [Continuous Integration](#continuous-integration)
4747
- [Continuous Integration - Important Questions](#continuous-integration---important-questions)
4848
+ [DevOps](#devops)
4949
* [Design](#design)
5050
+ [Agile and Design](#agile-and-design)
5151
- [Evolutionary Design](#evolutionary-design)
52-
+ [What are the 4 Principles of Simple Design?](#what-are-the-4-principles-of-simple-design-)
52+
+ [What are the 4 Principles of Simple Design?](#what-are-the-4-principles-of-simple-design)
5353
+ [Design Focus Areas](#design-focus-areas)
5454
* [Architecture](#architecture)
5555
+ [General](#general)
56-
- [Why is it important to use Continuous Integration from Day 0 of the project?](#why-is-it-important-to-use-continuous-integration-from-day-0-of-the-project-)
57-
- [What is a vertical slice? Why should you need it?](#what-is-a-vertical-slice--why-should-you-need-it-)
58-
- [Why should you create a reference component?](#why-should-you-create-a-reference-component-)
59-
- [Agile and Architecture. Do they go together?](#agile-and-architecture-do-they-go-together-)
56+
- [Why is it important to use Continuous Integration from Day 0 of the project?](#why-is-it-important-to-use-continuous-integration-from-day-0-of-the-project)
57+
- [What is a vertical slice? Why should you need it?](#what-is-a-vertical-slice--why-should-you-need-it)
58+
- [Why should you create a reference component?](#why-should-you-create-a-reference-component)
59+
- [Agile and Architecture. Do they go together?](#agile-and-architecture-do-they-go-together)
6060
+ [Layers](#layers)
6161
- [Business Layer](#business-layer)
6262
- [Data Layer](#data-layer)
6363
- [Web Layer](#web-layer)
6464
+ [Web Services](#web-services)
6565
+ [SOAP Web Services](#soap-web-services)
6666
+ [REST Web Services](#rest-web-services)
67-
- [How should you document your REST Web Services?](#how-should-you-document-your-rest-web-services-)
67+
- [How should you document your REST Web Services?](#how-should-you-document-your-rest-web-services)
6868
+ [Microservices Architecture](#microservices-architecture)
69-
- [What are Cloud Native Applications?](#what-are-cloud-native-applications-)
70-
- [What are micro-services?](#what-are-micro-services-)
71-
- [Why is it important to have an API Standard?](#why-is-it-important-to-have-an-api-standard-)
72-
- [What is the importance of Logging and Centralized Monitoring?](#what-is-the-importance-of-logging-and-centralized-monitoring-)
73-
- [Automate! Automate! Automate!](#automate--automate--automate-)
69+
- [What are Cloud Native Applications?](#what-are-cloud-native-applications)
70+
- [What are micro-services?](#what-are-micro-services)
71+
- [Why is it important to have an API Standard?](#why-is-it-important-to-have-an-api-standard)
72+
- [What is the importance of Logging and Centralized Monitoring?](#what-is-the-importance-of-logging-and-centralized-monitoring)
73+
- [Automate! Automate! Automate!](#automate--automate--automate)
7474
+ [Component Based Architecture](#component-based-architecture)
75-
- [Why should you create small components?](#why-should-you-create-small-components-)
76-
* [How to be a good architect?](#how-to-be-a-good-architect-)
75+
- [Why should you create small components?](#why-should-you-create-small-components)
76+
* [How to be a good architect?](#how-to-be-a-good-architect)
7777
+ [Architect Responsibilities](#architect-responsibilities)
7878
+ [Architect Qualities](#architect-qualities)
7979
* [Tools](#tools)
8080
+ [Maven](#maven)
81-
- [What happens behind Maven? What is a Repository?](#what-happens-behind-maven--what-is-a-repository-)
82-
- [What is use of Maven Parent POM?](#what-is-use-of-maven-parent-pom-)
81+
- [What happens behind Maven? What is a Repository?](#what-happens-behind-maven--what-is-a-repository)
82+
- [What is use of Maven Parent POM?](#what-is-use-of-maven-parent-pom)
8383
- [Maven Best Practices](#maven-best-practices)
8484
- [10 Tips For Maven](#10-tips-for-maven)
85-
+ [Why should you have api & impl in each layer maven projects?](#why-should-you-have-api---impl-in-each-layer-maven-projects-)
85+
+ [Why should you have api & impl in each layer maven projects?](#why-should-you-have-api---impl-in-each-layer-maven-projects)
8686
+ [IDE - Eclipse](#ide---eclipse)
8787
- [10 Tips For Eclipse](#10-tips-for-eclipse)
8888
+ [Version Control](#version-control)
89-
- [Why should you migrate to GIT?](#why-should-you-migrate-to-git-)
90-
- [Why should you commit your code often?](#why-should-you-commit-your-code-often-)
89+
- [Why should you migrate to GIT?](#why-should-you-migrate-to-git)
90+
- [Why should you commit your code often?](#why-should-you-commit-your-code-often)
9191
- [What are version control best practices](#what-are-version-control-best-practices)
9292
* [Frameworks](#frameworks)
9393
* [Performance](#performance)
9494
+ [Good Practices](#good-practices)
95-
+ [Why do Stateless applications perform better?](#why-do-stateless-applications-perform-better-)
96-
+ [Why should you optimize judiciously?](#why-should-you-optimize-judiciously-)
97-
+ [How can you increase performance and reliability of applications using Queues?](#how-can-you-increase-performance-and-reliability-of-applications-using-queues-)
95+
+ [Why do Stateless applications perform better?](#why-do-stateless-applications-perform-better)
96+
+ [Why should you optimize judiciously?](#why-should-you-optimize-judiciously)
97+
+ [How can you increase performance and reliability of applications using Queues?](#how-can-you-increase-performance-and-reliability-of-applications-using-queues)
9898
+ [Distributed Cache](#distributed-cache)
9999
+ [Load and Performance Testing](#load-and-performance-testing)
100100
* [Security](#security)
101101
* [Indian IT](#indian-it)
102-
+ [How to create Good Programmers?](#how-to-create-good-programmers-)
102+
+ [How to create Good Programmers?](#how-to-create-good-programmers)
103103
* [Campus Interview Guide](#campus-interview-guide)
104104
* [Compare and Contrast](#compare-and-contrast)
105105

0 commit comments

Comments
 (0)