-
Candlestick Pattern – Part 2
Read More: Candlestick Pattern – Part 2Candlestick Pattern – Part 2 3. Doji Candle The term “Doji” comes from Japanese and literally means “the same thing.”…
-
Candlestick Pattern
Read More: Candlestick PatternCandlestick Pattern – Part 1 One of the key ideas behind technical analysis is the belief that history tends to…
-
Federated Microservice Architecture
Read More: Federated Microservice ArchitectureFederated Microservice Architecture Federated Microservice architecture is a strategic blueprint for IT systems that fosters coordinated management and seamless interoperability of data,…
-
Calypso
Read More: CalypsoCalypso The Calypso Core Architecture refers to the foundational structure and design principles of the Calypso software platform, which is widely used…
-
Java application architecture
Read More: Java application architectureJava application architecture Java application architecture Enterprise OSGi combines two of Java’s most enduringly popular programming models: enterprise Java and…
-
Enterprise System Integration Patterns
Read More: Enterprise System Integration PatternsEnterprise System Integration Patterns Enterprise integration is the task of making separate applications work together to produce a unified set…
-
Publisher Subscriber Architecture Design Pattern
Read More: Publisher Subscriber Architecture Design PatternPublisher Subscriber Architecture Design Pattern Publisher Subscriber (Pub/Sub) is a popular architectural design pattern used in distributed systems to allow…
-
Enterprise Data Warehouse (EDW) architecture
Read More: Enterprise Data Warehouse (EDW) architectureAn Enterprise Data Warehouse (EDW) is a form of centralized corporate repository that stores and manages all the historical business data of…
-
GitHub
Read More: GitHubManaged GitHub repositories and permissions, including branching and tagging.
-
Event-Driven Architecture
Read More: Event-Driven ArchitectureEvent-Driven Architecture An event-driven architecture uses events to trigger and communicate between decoupled services and is common in modern applications…
-
Docker
Read More: DockerDocker Docker is an open-source engine that automates the deployment of applications into containers. It was written by the team…
-
DevOps Architecture
Read More: DevOps ArchitectureDevOps Architecture DevOps architecture brings together teams from development and operations to make the software delivery process faster and more…
-
CI/CD pipelines for code deployment using Jenkins
Read More: CI/CD pipelines for code deployment using JenkinsCI/CD pipelines for code deployment using Jenkins CI-CD Pipeline in Jenkins What does a CI/CD Pipeline entail? Imagine DevOps as…
-
Modern Cloud infrastructure
Read More: Modern Cloud infrastructureModern Cloud Infrastructure To grasp why it’s crucial to distinguish between different types of changes in our industry, let’s take…
-
Pipes and Filters Architecture Design Pattern
Read More: Pipes and Filters Architecture Design PatternPipes and Filters Architecture Design Pattern Pipes and filters pattern break down a complex task into smaller parts that can…
-
Amazon Virtual Private Cloud ( VPC design)
Read More: Amazon Virtual Private Cloud ( VPC design)Amazon VPC Architecture Imagine Amazon VPC as a private neighborhood in the vast city that is the internet. In this neighborhood, you…
-
Top 10 Popular Data Warehouse Tools
Read More: Top 10 Popular Data Warehouse ToolsTop 10 Popular Data Warehouse Tools A data warehouse is a relational database that is designed for query and analysis…
-
Websocket – API Architecture Style Every Developer Must Know
Read More: Websocket – API Architecture Style Every Developer Must KnowWebsocket – API Architecture Style Every Developer Must Know WebSocket APIs offer APIs that the client can access through the…
-
MQTT (Message Queuing Telemetry Transport)- API Architecture Style Every Developer Must Know
Read More: MQTT (Message Queuing Telemetry Transport)- API Architecture Style Every Developer Must KnowMQTT (Message Queuing Telemetry Transport)- API Architecture Style Every Developer Must Know MQTT stands for MQ Telemetry Transport. MQTT is the…
-
gRPC – API Architecture Style Every Developer Must Know
Read More: gRPC – API Architecture Style Every Developer Must KnowA High Performance, Open Source Universal RPC Framework gRPC is a modern open source high performance Remote Procedure Call (RPC)…
-
Serverless – API Architecture Style Every Developer Must Know
Read More: Serverless – API Architecture Style Every Developer Must KnowServerless – API Architecture Style Every Developer Must Know Serverless architecture is an approach to software design that allows developers to…
-
REST (Representational State Transfer)-API Architecture Style Every Developer Must Know
Read More: REST (Representational State Transfer)-API Architecture Style Every Developer Must KnowREST (Representational State Transfer) – API Architecture Style Every Developer Must Know REST, or REpresentational State Transfer, is an architectural style for…
-
Code Review vs. Code Walkthrough vs. Code Inspection
Read More: Code Review vs. Code Walkthrough vs. Code InspectionCode Review vs. Code Walkthrough vs. Code Inspection In Code review and code walkthrough the author of the material being reviewed facilitates…
-
GraphQL – API Architecture Style Every Developer Must Know
Read More: GraphQL – API Architecture Style Every Developer Must KnowGraphQL – API Architecture Style Every Developer Must Know Introduction GraphQL is a query language for APIs—meaning that it excels at fetching…
-
Java Local Variable Type Inference
Read More: Java Local Variable Type InferenceJava Local Variable Type Inference Java SE 10 introduced type inference for local variables. Previously, all local variable declarations required an…
-
Java Text Blocks
Read More: Java Text BlocksJava Text Blocks Java text block is a multi-line string literal that avoids the need for most escape sequences, automatically formats…
-
Java Switch Expressions
Read More: Java Switch ExpressionsJava Switch Expressions Like all expressions, java switch expressions evaluate to a single value and can be used in statements. They may contain…
-
Java Record Classes
Read More: Java Record ClassesJava Record Classes Java records classes; like an enum, a record is a restricted form of class. It declares its representation, and commits to…
-
Java Pattern Matching
Read More: Java Pattern MatchingJava Pattern Matching Java Pattern matching involves testing whether an object has a particular structure, then extracting data from that object if…
-
Java Sealed Classes in JDK 17
Read More: Java Sealed Classes in JDK 17Java Sealed Classes in JDK 17 History Java Sealed Classes were proposed by JEP 360 and delivered in JDK 15 as a preview feature. They…
-
Cyclone Michaung: Heavy Rains In Chennai Today
Read More: Cyclone Michaung: Heavy Rains In Chennai TodayCyclone Michaung: Heavy Rains In Chennai Today The India Meteorological Department (IMD) predicted that the Chennai city and its neighbouring districts would…
-
New Features in Java 17
Read More: New Features in Java 17The New Features Of Java 17 : Java Development Kit (JDK) 17 This blog describes some of the enhancements in Java SE…
-
Java Multithreading Programming Interview Questions and Answers
Read More: Java Multithreading Programming Interview Questions and AnswersJava Multithreading Programming Interview Questions and Answers Java provides built-in support for multithreaded programming. A multithreaded program contains two or…
-
Java Generics Interview Questions and Answers
Read More: Java Generics Interview Questions and AnswersJava Generics Interview Questions and Answers Introduced by JDK 5, generics changed Java in two important ways. First, it added a new…
-
Java Lambda Expressions Interview Questions and Answers
Read More: Java Lambda Expressions Interview Questions and AnswersJava Lambda Expressions Interview Questions and Answers Added by JDK 8, lambda expressions (and their related features) significantly enhance Java because…
-
Java Abstract Class Interview Questions and Answers
Read More: Java Abstract Class Interview Questions and AnswersJava Abstract Class Interview Questions and Answers Java Abstract classes are particularly useful when there’s a need to model complex relationships…
-
Java Exception Handling Top Interview Questions
Read More: Java Exception Handling Top Interview QuestionsJava Exception Handling Interview Questions and Answers Java exception is managed via five keywords: try, catch, throw, throws, and finally. An…
-
Java Method Overloading and Overriding Top 30 Interview Questions and Answers
Read More: Java Method Overloading and Overriding Top 30 Interview Questions and AnswersJava Method Overloading and Overriding Top 30 Interview Questions and Answers Java is somewhat unusual in that it allows two different…
-
Java OOPs Top 50 Interview Questions and Answers in 2023
Read More: Java OOPs Top 50 Interview Questions and Answers in 2023Java OOPs Top 50 Interview Questions and Answers in 2023 Java is object oriented and here we are covering oops…
-
The Major new functionality in Java 21
Read More: The Major new functionality in Java 21The Major new functionality in Java 21 Below are major new functionality in java 21 which will help one to understand…
-
The new features in Java 21 : Java Development Kit (JDK) 21
Read More: The new features in Java 21 : Java Development Kit (JDK) 21The new features of Java 21 : Java Development Kit (JDK) 21 Java 21 is now available with millions of…
-
Employment in IT sector, 5 fascinating factors
Read More: Employment in IT sector, 5 fascinating factorsEmployment in IT sector According to a Nasscom survey release recently, employment in IT sector hired almost 380,000 freshmen in FY22,…