Thanks to visit codestin.com
Credit goes to dev.to

DEV Community

Kyle Carter profile picture

Kyle Carter

Backend Architect at MasterControl

Codestin Search App Joined on  Codestin Search App
Eight Year Club
Seven Year Club
Writing Debut
Six Year Club
Five Year Club
Four Year Club
16 Week Writing Streak
Three Year Club
Hacktoberfest 2019
8 Week Writing Streak
4 Week Writing Streak
Two Year Club
Supporting Cross Node Interactive Queries In Kafka Streams

Supporting Cross Node Interactive Queries In Kafka Streams

6
Codestin Search App
10 min read

Want to connect with Kyle Carter?

Create an account to connect with Kyle Carter. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Effective Java: Consider Serialization Proxies Instead of Serialized Instances

Effective Java: Consider Serialization Proxies Instead of Serialized Instances

6
Codestin Search App
4 min read
Effective Java: For Instance Control, Prefer Enum types to readResolve

Effective Java: For Instance Control, Prefer Enum types to readResolve

4
Codestin Search App
3 min read
Effective Java: Write readObject Methods Defensively

Effective Java: Write readObject Methods Defensively

6
Codestin Search App
4 min read
Effective Java: Consider Using a Custom Serialized Form

Effective Java: Consider Using a Custom Serialized Form

6
Codestin Search App
6 min read
Effective Java: Implement Serializable With Great Caution

Effective Java: Implement Serializable With Great Caution

5
Codestin Search App
5 min read
Effective Java: Prefer Alternatives To Java Serialization

Effective Java: Prefer Alternatives To Java Serialization

6
Codestin Search App
4 min read
Effective Java: Don't Depend on the Thread Scheduler

Effective Java: Don't Depend on the Thread Scheduler

2
Codestin Search App
3 min read
Effective Java: Use Lazy Initialization Judiciously

Effective Java: Use Lazy Initialization Judiciously

7
Codestin Search App
3 min read
Effective Java: Document Thread Safety

Effective Java: Document Thread Safety

1
Codestin Search App
3 min read
Effective Java: Prefer Concurrency Utilities Over wait and notify

Effective Java: Prefer Concurrency Utilities Over wait and notify

1
Codestin Search App
5 min read
Effective Java: Prefer Executors, Tasks, and Streams to Threads

Effective Java: Prefer Executors, Tasks, and Streams to Threads

4
Codestin Search App
3 min read
Effective Java: Avoid Excessive Synchronization

Effective Java: Avoid Excessive Synchronization

6
Codestin Search App
5 min read
Effective Java: Synchronize Access to Shared Mutable Data

Effective Java: Synchronize Access to Shared Mutable Data

6
Codestin Search App
4 min read
Effective Java: Don't Ignore Exceptions

Effective Java: Don't Ignore Exceptions

2
Codestin Search App
2 min read
Effective Java: Strive for Failure Atomicity

Effective Java: Strive for Failure Atomicity

5
Codestin Search App
3 min read
Effective Java: Include Failure-Capture Information in Detail Messages

Effective Java: Include Failure-Capture Information in Detail Messages

6
Codestin Search App
2 min read
Effective Java: Document All Exceptions Thrown By Each Method

Effective Java: Document All Exceptions Thrown By Each Method

3
Codestin Search App
1 min read
Effective Java: Throw Exceptions Appropriate To The Abstraction

Effective Java: Throw Exceptions Appropriate To The Abstraction

3
Codestin Search App
3 min read
Effective Java: Favor The Use of Standard Exceptions

Effective Java: Favor The Use of Standard Exceptions

3
Codestin Search App
4 min read
Effective Java: Avoid Unnecessary Use of Checked Exceptions

Effective Java: Avoid Unnecessary Use of Checked Exceptions

4
Codestin Search App
2 min read
Effective Java: Use Checked Exceptions for Recoverable Conditions

Effective Java: Use Checked Exceptions for Recoverable Conditions

2
Codestin Search App
2 min read
Effective Java: Use Exceptions for Only Exceptional Circumstances

Effective Java: Use Exceptions for Only Exceptional Circumstances

2
Codestin Search App
3 min read
Effective Java: Adhere to Generally Accepted Naming Conventions

Effective Java: Adhere to Generally Accepted Naming Conventions

3
Codestin Search App
3 min read
Effective Java: Optimize Judiciously

Effective Java: Optimize Judiciously

1
Codestin Search App
2 min read
Effective Java: Use Native Methods Judiciously

Effective Java: Use Native Methods Judiciously

Codestin Search App
2 min read
Effective Java: Prefer Interfaces To Reflection

Effective Java: Prefer Interfaces To Reflection

Codestin Search App
2 min read
Effective Java: Refer to Objects By Their Interfaces

Effective Java: Refer to Objects By Their Interfaces

5
Codestin Search App
2 min read
Effective Java: Beware the Performance of String Concatenation

Effective Java: Beware the Performance of String Concatenation

4
Codestin Search App 2
1 min read
Effective Java: Avoid Strings When Other Types Are More Appropriate

Effective Java: Avoid Strings When Other Types Are More Appropriate

Codestin Search App
1 min read
How I Built an Overengineered Serverless Uptime Checker

How I Built an Overengineered Serverless Uptime Checker

7
Codestin Search App
6 min read
Effective Java: Prefer Primitive Types to Boxed Types

Effective Java: Prefer Primitive Types to Boxed Types

10
Codestin Search App
3 min read
Effective Java: Avoid Float and Double If Exact Answers Are Required

Effective Java: Avoid Float and Double If Exact Answers Are Required

4
Codestin Search App
2 min read
Effective Java: Know and Use the Libraries

Effective Java: Know and Use the Libraries

9
Codestin Search App 1
3 min read
Effective Java: Prefer for-each loops to traditional for loops

Effective Java: Prefer for-each loops to traditional for loops

3
Codestin Search App
2 min read
Effective Java: Minimize The Scope of Local Variables

Effective Java: Minimize The Scope of Local Variables

7
Codestin Search App
2 min read
Effective Java: Write Doc Comments For All Exposed APIs

Effective Java: Write Doc Comments For All Exposed APIs

4
Codestin Search App 2
2 min read
Effective Java! Return Optionals Judiciously

Effective Java! Return Optionals Judiciously

13
Codestin Search App
4 min read
Effective Java! Return Empty Collections or Arrays, Not Nulls

Effective Java! Return Empty Collections or Arrays, Not Nulls

8
Codestin Search App
2 min read
Effective Java! Use Varargs Judiciously

Effective Java! Use Varargs Judiciously

8
Codestin Search App
2 min read
Effective Java! Use Overloading Judiciously

Effective Java! Use Overloading Judiciously

7
Codestin Search App
2 min read
Effective Java! Design Method Signatures Carefully

Effective Java! Design Method Signatures Carefully

5
Codestin Search App 2
3 min read
Effective Java! Make Defensive Copies When Necessary

Effective Java! Make Defensive Copies When Necessary

8
Codestin Search App
3 min read
Effective Java! Check Parameters for Validity

Effective Java! Check Parameters for Validity

3
Codestin Search App 2
2 min read
Effective Java! Use Caution When Making Streams Parallel

Effective Java! Use Caution When Making Streams Parallel

3
Codestin Search App 1
3 min read
Effective Java! Prefer Collection To Stream as a Return Type

Effective Java! Prefer Collection To Stream as a Return Type

1
Codestin Search App
2 min read
Effective Java! Prefer Side-Effect-Free Functions in Streams

Effective Java! Prefer Side-Effect-Free Functions in Streams

4
Codestin Search App
3 min read
Effective Java! Use Stream Judiciously

Effective Java! Use Stream Judiciously

7
Codestin Search App
3 min read
Effective Java! Favor the Use of Standard Functional Interfaces

Effective Java! Favor the Use of Standard Functional Interfaces

7
Codestin Search App
3 min read
Effective Java! Prefer Method References to Lambdas

Effective Java! Prefer Method References to Lambdas

5
Codestin Search App
2 min read
Effective Java! Prefer Lambdas to Anonymous Classes

Effective Java! Prefer Lambdas to Anonymous Classes

7
Codestin Search App
3 min read
Effective Java! Use Marker Interfaces to Define Types

Effective Java! Use Marker Interfaces to Define Types

3
Codestin Search App 5
2 min read
Effective Java! Consistently Use the Override Annotation

Effective Java! Consistently Use the Override Annotation

6
Codestin Search App
2 min read
Effective Java! Prefer Annotations to Naming Patterns

Effective Java! Prefer Annotations to Naming Patterns

8
Codestin Search App
6 min read
Effective Java! Emulate Extensible Enums With Interfaces.

Effective Java! Emulate Extensible Enums With Interfaces.

8
Codestin Search App
2 min read
Effective Java! Use EnumMap instead of Ordinal Indexing

Effective Java! Use EnumMap instead of Ordinal Indexing

9
Codestin Search App
2 min read
Effective Java! Use EnumSet Instead of Bit Fields

Effective Java! Use EnumSet Instead of Bit Fields

6
Codestin Search App 2
2 min read
Effective Java! Use Instance Fields Instead of Ordinals

Effective Java! Use Instance Fields Instead of Ordinals

6
Codestin Search App
2 min read
Effective Java! Use Enums Instead of int Constants

Effective Java! Use Enums Instead of int Constants

10
Codestin Search App 2
8 min read
Effective Java! Consider Typesafe Heterogenous Containers

Effective Java! Consider Typesafe Heterogenous Containers

5
Codestin Search App
3 min read
loading...