• Home
  • Java
    • Java Basics
  • Kafka
    • Producer
  • AWS
  • GoLang
  • About Me
mjpric3@gmail.com
Curriculum Vitae

The Code Standard

  • Home
  • Java
    • Java Basics
  • Kafka
    • Producer
  • AWS
  • GoLang
  • About Me

Producer

Kafka
What is a Kafka Producer?
Read More

Interfaces

Basics
Understanding Interfaces Interfaces are abstract classes. We don’t usually put the abstract keyword at the class or method levels of interfaces because the compiler […]
Read More

Abstraction

Basics
Abstraction is used to hide the implementation details of a particular task(s) from a user. For example, Let’s say you get […]
Read More

Polymorphism

Basics
Polymorphism is a key component of Java’s Object Oriented Nature. There are two types of polymorphism we will discuss. Compile Time Polymorphism(Static […]
Read More

Conditional Statements

Basics
Conditional Statements are a core part of programming and everyday life. When writing a program will have to tell the […]
Read More
  • 1
  • 2
  • 3
  • 4

Recent Posts

  • Producer
  • Interfaces
  • Abstraction
  • Polymorphism
  • Conditional Statements

Categories

  • Basics
  • Kafka
  • Welcome

© 2025 · thecodestandard.com