• Java
    • Conditions
    • Data Types
    • Spring Framework
      • Spring Core
      • Aspect Oriented Programming
    • API
      • Streams
      • EJB
      • JMS
      • JPA
      • Servlets
  • Protocols
  • Database
  • Algorithms
  • Cloud Computing
    • Infrastructure
      • Containerization
    • AWS
    • Azure
  • Design Patterns
  • Security
  • Java
    • Conditions
    • Data Types
    • Spring Framework
      • Spring Core
      • Aspect Oriented Programming
    • API
      • Streams
      • EJB
      • JMS
      • JPA
      • Servlets
  • Protocols
  • Database
  • Algorithms
  • Cloud Computing
    • Infrastructure
      • Containerization
    • AWS
    • Azure
  • Design Patterns
  • Security
  • LinkedIn

Categories

  • Algorithms
  • API
  • Aspect Oriented Programming
  • AWS
  • Azure
  • Cloud Computing
  • Collections
  • Conditions
  • Containerization
  • Data Structures
  • Data Types
  • Database
  • Design Patterns
  • EJB
  • Functional Programming
  • Infrastructure
  • Jackson
  • Java
  • JMS
  • JPA
  • Kotlin
  • Libraries
  • Micronaut
  • OAuth
  • OpenID Connect
  • Protocols
  • Security
  • Security
  • Servlets
  • Spring Boot
  • Spring Core
  • Spring Framework
  • Streams
  • Util
  • Spring Framework

    Spring auto-configuration

    Naiomi

    What is auto-configuration? Auto-configuration is a key feature of Springboot that contributes to rapid development of applications by eliminating the need to pre-configure resources or properties required by the application in runtime. @EnableAutoConfiguration…

    read more
  • Data Types,  Database,  Java

    RDMS interaction with Hibernate

    Naiomi / 0 Comments

    Hibernate Object Relational Mapping (ORM) is an open source framework that facilitates Java program access and data persistence to a relational database management system. Hibernate is an implementation of JPA and can either…

    read more
  • Conditions,  Java

    Conditions in Java : If…Else

    Naiomi / 0 Comments

    Conditional logic is common practice when different actions or tasks are required to be performed on input or data and is based on specific conditions being met. If…else Scenario: Evaluate the user’s input…

    read more
  • API,  Java,  Streams

    Streams API

    Naiomi / 0 Comments

    The Streams API creates a sequence of items and iterates through data collections by collapsing iterations into more efficient and readable code.  There are multiple ways to create a stream instance from a…

    read more
  • Java

    Access modifiers in Java

    Naiomi / 0 Comments

    Access modifiers determine how and where variables and methods can be accessed and enable you to restrict scope to specific functionality in your program. Access modifiers supports more secure and maintainable code.

    read more
  • Algorithms

    String Algorithms

    Naiomi / 0 Comments

    String validation algorithms are quite common when determining the properties or attributes of the string. The output of a validation algorithm is boolean, that is, true or false. Validating all-or-nothing properties Scenario :…

    read more
  • Java

    Object-oriented programming concepts in Java

    Naiomi / 0 Comments

    Inheritance in Java Inheritance is a way of defining relationships between classes and supports easier debugging and maintenance. A class can inherit and extend functionality from a single direct superclass. The extends keyword…

    read more
  • Design Patterns,  Java

    Structural Software Design Patterns

    Naiomi / 0 Comments

    Structural design patterns are a way of structuring code to make it more maintainable and flexible by re-using solutions to common problems. The idea stemmed from the book “Design Patterns: Elements of Reusable…

    read more
  • API,  Java,  JMS

    Java Messaging Service (JMS)

    Naiomi / 0 Comments

    Messaging is a common integration pattern used by Java applications. The Java messaging API (JMS) supports message creation, delivery, receipt and the ability to read messages. JMS defines roles for messaging services known…

    read more
  • API,  EJB,  Java

    Enterprise Java Beans (EJB)

    Naiomi / 0 Comments

    Enterprise Java Beans (EJBs) is an API within the Java EE specification that provides a standard component architecture for building object-oriented business applications. EJBs are reusable Java objects or POJOs that run in…

    read more
 Older Posts
Newer Posts 

Recent Posts

  • Understanding Project Loom’s Virtual Threads
  • SOLID Principles
  • Java Object Lifecycle
  • Java Certification Guide
  • Declaring and Instantiating Java Objects
Ashe Theme by WP Royal.