- 120
- 32 884
EngineeringWithSandeep
India
Приєднався 28 січ 2012
Hey, My name is Sandeep, i have done my graduation in computer science from the University of Mumbai, MH, in year 2016 and since then i am working as software developer with strong focus on Java & COBOL backend systems and i have been using spring boot from the past 8+ years. In 2019, i joined Infosys where i got chance to work on front end development using ReactJS framework and it's integration with the java backend system. I have recently working as senior software developer creating ETL pipeline using apache spark, apache Kafka, apache Flink, scala and building robust spring boot services.
I have strong knowledge with java async programming, scala functional programming and python.
My experience includes, building REST APIs, implementing scalable and robust micro services, creating and testing React UI functional components and building services using functional programming like scala.
I have strong knowledge with java async programming, scala functional programming and python.
My experience includes, building REST APIs, implementing scalable and robust micro services, creating and testing React UI functional components and building services using functional programming like scala.
Java Queue Deep Dive: All You Need to Know!
In this tutorial, we dive into the Queue data structure in Java and explain how it follows the First-In-First-Out (FIFO) principle. Whether you're a beginner or an experienced developer, this video will help you understand how queues work in Java with real-world examples and practical code demonstrations.
🔍 Topics Covered:
What is a Queue?
How the FIFO principle works
Common Queue implementations in Java (LinkedList, PriorityQueue, ArrayDeque)
Key methods: offer(), poll(), peek(), remove(), add()
Code example: Implementing a queue using LinkedList
Real-world examples: Call centers, CPU task scheduling, print queues
🔔 Don't forget to:
Like the video if you found it helpful!
Subscribe for more Java tutorials!
Hit the notification bell to stay updated with new content.
🔍 Topics Covered:
What is a Queue?
How the FIFO principle works
Common Queue implementations in Java (LinkedList, PriorityQueue, ArrayDeque)
Key methods: offer(), poll(), peek(), remove(), add()
Code example: Implementing a queue using LinkedList
Real-world examples: Call centers, CPU task scheduling, print queues
🔔 Don't forget to:
Like the video if you found it helpful!
Subscribe for more Java tutorials!
Hit the notification bell to stay updated with new content.
Переглядів: 22
Відео
Java FutureTask for Asynchronous Programming | Full Tutorial
Переглядів 80Місяць тому
In this video, we dive deep into Java FutureTask and learn how to leverage it for asynchronous programming. FutureTask is a powerful tool that allows you to run tasks concurrently, manage their execution, and retrieve results at a later time without blocking the main thread. 🚀 What You'll Learn: What is FutureTask and why it's important for asynchronous programming How to use FutureTask with Ca...
Java Queue Data Structure | FIFO Principle with Code Examples
Переглядів 29Місяць тому
In this tutorial, we dive into the Queue data structure in Java and explain how it follows the First-In-First-Out (FIFO) principle. Whether you're a beginner or an experienced developer, this video will help you understand how queues work in Java with real-world examples and practical code demonstrations. 🔍 Topics Covered: What is a Queue? How the FIFO principle works Common Queue implementatio...
Java Stack Deep Dive: All You Need to Know!
Переглядів 17Місяць тому
📚 Welcome to the Java Data Structures & Algorithms (DSA) Series! 🚀 In this episode, we dive deep into the Stack data structure - one of the most fundamental and widely used concepts in programming. Whether you're preparing for coding interviews or strengthening your DSA foundation, this tutorial covers everything you need to know about Stacks in Java. 🔑 Topics Covered: What is a Stack? (LIFO Co...
Java Stack Data Structure Tutorial | DSA Made Easy
Переглядів 37Місяць тому
📚 Welcome to the Java Data Structures & Algorithms (DSA) Series! 🚀 In this episode, we dive deep into the Stack data structure - one of the most fundamental and widely used concepts in programming. Whether you're preparing for coding interviews or strengthening your DSA foundation, this tutorial covers everything you need to know about Stacks in Java. 🔑 Topics Covered: What is a Stack? (LIFO Co...
Active Object Design Pattern Explained | EngineeringWithSandeep
Переглядів 135Місяць тому
Welcome to EngineeringWithSandeep! In this video, we dive into the Active Object Design Pattern, a powerful concurrency design pattern that helps decouple method execution from method invocation. Learn how this pattern enables asynchronous method execution and enhances system responsiveness, especially in multi-threaded applications. We’ll break down its core components-method request, schedule...
Java Command Design Pattern Tutorial
Переглядів 133Місяць тому
Java Command Design Pattern Tutorial | Behavioral Design Patterns Explained In this tutorial, we’ll dive deep into the Command Design Pattern in Java, a behavioral design pattern that helps encapsulate requests as objects. Learn how the Command pattern decouples the sender from the receiver, allowing you to parameterize, queue, and log operations easily. What You'll Learn: What the Command Desi...
K-Nearest Neighbours (KNN) Algorithm Explained in Java
Переглядів 41Місяць тому
Ready to dive into machine learning with the K-Nearest Neighbours (KNN) algorithm? In this tutorial, we’ll break down everything you need to know about implementing KNN from scratch in Java and Python. 💻 🔍 In this video, you will learn: What is the KNN algorithm and how does it work? Step-by-step implementation of KNN in Java Step-by-step implementation of KNN in Python Key differences between ...
Configuring our Java Development Environment
Переглядів 9Місяць тому
Welcome to our comprehensive guide on setting up your Java development environment! 🚀 In this video, we'll walk you through the entire process of configuring your machine for Java development, from installing essential tools to ensuring everything works seamlessly. 🔧 In this tutorial, you will learn: How to download and install Java Development Kit (JDK) Setting up the JAVA_HOME environment var...
Observer Design Pattern in Java Explanation with Coding
Переглядів 792 місяці тому
Observer Design Pattern in Java Explanation with Coding
Understanding Collections.singletonList() in Java: Create Immutable Single-Element Lists
Переглядів 1412 місяці тому
Understanding Collections.singletonList() in Java: Create Immutable Single-Element Lists
Factory Design Pattern in Java | Simplifying Object Creation
Переглядів 722 місяці тому
Factory Design Pattern in Java | Simplifying Object Creation
Java Protection Proxy Design Pattern: Secure Your Applications
Переглядів 1432 місяці тому
Java Protection Proxy Design Pattern: Secure Your Applications
Mastering the Optional Class in Java: Avoid NullPointerExceptions Like a Pro!
Переглядів 582 місяці тому
Mastering the Optional Class in Java: Avoid NullPointerExceptions Like a Pro!
Java Streams Overview | Introduction to Stream API in Java 8
Переглядів 532 місяці тому
Java Streams Overview | Introduction to Stream API in Java 8
Mastering the Java 8 BiConsumer[T, U] Functional Interface with real world exmaple
Переглядів 3372 місяці тому
Mastering the Java 8 BiConsumer[T, U] Functional Interface with real world exmaple
Mastering the Java 8 Callable[T] Functional Interface with real world example
Переглядів 2442 місяці тому
Mastering the Java 8 Callable[T] Functional Interface with real world example
Mastering the Java 8 Runnable Functional Interface with real world example
Переглядів 6462 місяці тому
Mastering the Java 8 Runnable Functional Interface with real world example
Mastering the Java 8 Predicate[T] Functional Interface with real world example
Переглядів 1942 місяці тому
Mastering the Java 8 Predicate[T] Functional Interface with real world example
Mastering the Java 8 Consumer[T] Functional Interface with real world example
Переглядів 3242 місяці тому
Mastering the Java 8 Consumer[T] Functional Interface with real world example
Mastering the Java 8 Function[T, R] Functional Interface with real word example
Переглядів 912 місяці тому
Mastering the Java 8 Function[T, R] Functional Interface with real word example
Mastering the Java 8 Supplier[T] Functional Interface with real world example
Переглядів 7042 місяці тому
Mastering the Java 8 Supplier[T] Functional Interface with real world example
Javascript visualisation - Runtime explained
Переглядів 46 місяців тому
Javascript visualisation - Runtime explained
Software Development and Engineering Series - SOLID Desing Principles - Part 5
Переглядів 142Рік тому
Software Development and Engineering Series - SOLID Desing Principles - Part 5
🎉
🎉
Very nice
Jay ho, jay veer maharaj
🎉
good.....very good. (salvador-Brasil)
😠 Promo>SM
Hi Sandeep , can I get this PPT
Sir can you contact me i need help with rexx
Can you tell me how to pass the time in parm
I have a doubt if sortin file is in length of 95 and sortout file length in 80 and trying to copy only few fields within 80 length but getting abend u0016 ... In spoil it shows the sortout file length is mismatch how could I solve this?
dude how your getting create local queue manager option
In my opinion the second part is a bit confusing, next time please stop the recording, arrange it, and continue working as good as the first step. Thank you!
Thank you for this very useful video!
Hi Sandeep can you please help me to resolve a problem related to ldo while loop?
Great explanation
Thank you Sandeep for this very interesting video! Can we send more than one parameter? And how?
Numeric data should also be included within ' ' or not ? Please confirm this
PARM=1234 will be numeric data
If you try to pass PARM='1234', string value and your COBOL accepts value in numeric fields, program will abend with SC07
Thank you Sandeep for this very interesting video! Do you know how to "prepare" a result member of a SPUFI query. I mean to obtain a member with the table result only(header and rows)?
how to upgrade ibm websphere mq version from 8.0.0.9 to 9.1.0.4 for windows server
Pls. help me out
tq so much brother uploading this..help me with the materials.
What is the use of "wrk" here ? As it is not used anywhere in code. Please explain this
Why it will give error on defining Lrecl of output file as 80, and blksize as 800?? As it is greater than the size of input file so what's the issue ? Can you please explain this.
Your load module has the machine instructions stating you have selected a file with FD area as 80 and block size 800, so the executor except a 80 as the file LRECL, but now you pass a file with 40 as the LRECL length, hence it give a protection exception SC04, these is a way of securing a storage area designed by IBM to avoid any loss of data or something.
@@SandeepPrajapati-xu9ru thanks :)Video was Very informative .. please upload some more contents like this.
Hi well explained, can you tell me how you compared both the files in single screen
F2
Thank you Sandeep! The control function is very interesting!
Good explanation 👍
Great video and explanation. How do you do it if you want to sort by multiple fields in the same program? Thanks
Very well explained Sandeep. Thanks 👍
Thank you
👍🏻
Kadakk
Nice brother 👍👍👍👍👍
Ty
Wohh bro u r amazing ..u r making amazing videos about all thing...
Congratulations naya phone ki liye ek number video
Nice bro
Ek number hai bhai video
Aree bhai bhai full power
Super mara bhai
Ty bro