ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

136 results

Carlos Chacin
Master AWS Lambda with Java 17 in 2 Mins! 馃く鈽曪笍鈿★笍

Can you really Master AWS Lambda with Java 17 in 2 Mins? This video shares THE key insight or trick that will make you feel聽...

2:00
Master AWS Lambda with Java 17 in 2 Mins! 馃く鈽曪笍鈿★笍

1,025 views

2 years ago

Carlos Chacin
Master AWS Lambda with Java 17 in 2 Mins! 馃く鈽曪笍鈿★笍

Master AWS Lambda with Java 17 in 2 Mins! En este video, te mostraremos c贸mo configurar AWS Lambda con Java 17 en solo 2聽...

1:58
Master AWS Lambda with Java 17 in 2 Mins! 馃く鈽曪笍鈿★笍

745 views

2 years ago

Artefisual
鈿欙笍 驴Qu茅 es el C谩lculo Lambda?

El c谩lculo Lambda fue una herramienta inventada en 1930 para describir con simpleza los elementos principales de la聽...

5:42
鈿欙笍 驴Qu茅 es el C谩lculo Lambda?

19,133 views

3 years ago

Code Lab
Lambda expressions

Lambda expessions are one use calculator which can calculate multiple numbers at a time. For example:- my_nums = [1,2,3,4,5,6聽...

4:35
Lambda expressions

37 views

4 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 6: Lambda Expressions

Learn how to use lambda expressions in TypeScript so you never have to worry about what "this" is again. Learn more about "this"聽...

2:20
TypeScript for JavaScript Developers Part 6: Lambda Expressions

403 views

6 years ago

Code With Divya
Calling an AWS Lambda function from Spring Boot REST API made easy

In this video, I will demonstrate how to call an AWS Lambda function of my AWS console from a Spring Boot app. I will do all the聽...

14:31
Calling an AWS Lambda function from Spring Boot REST API made easy

488 views

1 year ago

Otavio Santana
Java Supplier: A Comprehensive Guide to Simplifying Your Code

In this video tutorial, we'll explore the powerful Java Supplier interface and learn how it can simplify your code by generating data聽...

4:11
Java Supplier: A Comprehensive Guide to Simplifying Your Code

416 views

2 years ago

parlough
How to Iterate over Keys and Values in a Java Map

Learn with me as I go over how to access both the key and the value as you loop over a map in #Java. I hope you found this video聽...

5:45
How to Iterate over Keys and Values in a Java Map

101 views

5 years ago

Otavio Santana
Mastering Java Consumer Interface: A Comprehensive Guide

In this video tutorial, we'll explore the powerful Java Consumer interface and learn how it can help you generate new values by聽...

4:14
Mastering Java Consumer Interface: A Comprehensive Guide

915 views

2 years ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

808 views

4 years ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,479 views

3 years ago

The Java Den
Lists Initialization

Is there any way to initialize an List in Java? Short answer: Kinda. Java doesn't provide a native initialization for Lists, so we聽...

2:13
Lists Initialization

86 views

3 years ago

timClicks
Rust on AWS Lambda Quickstart

Get your first Rust-based Lambda function live in less than 5 minutes. Resources: - Rust in the AWS Developer Center:聽...

6:07
Rust on AWS Lambda Quickstart

3,626 views

2 years ago

Coding wala Shree
馃殌 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

In this Java Streams tutorial (Part 3), we dive into key Stream operations: filter(), map(), and flatMap(), demonstrating each with聽...

34:27
馃殌 Master Java Streams: filter, map, flatMap | PART 3 | Real-Project Examples | Java 8 Stream API

684 views

1 year ago

Drunken Engineer
java 8 Interview Questions | Theoretical

This video contains java 8 interview questions and answers. One of the best book for Interview Questions Top 1000 Java Interview聽...

10:38
java 8 Interview Questions | Theoretical

29,835 views

4 years ago

Otavio Santana
Java Builder Pattern and Fluent-API - how to create complex objects with Java

Java Builder is a pattern that can help you to create complex objects. Every time we create a new instance model, we must ensure聽...

21:29
Java Builder Pattern and Fluent-API - how to create complex objects with Java

2,125 views

3 years ago

J David Eisenberg
Chapter 1: Bits, Bytes, and the Java Virtual Machine

A brief description of what the Java compiler is on about.

2:21
Chapter 1: Bits, Bytes, and the Java Virtual Machine

979 views

6 years ago

Drunken Engineer
How to Reuse Streams in java 8 | Supplier Functional Interface | #4

This video contains one of the most asked coding questions related to java 8. One of the best book for Interview Questions Top聽...

7:54
How to Reuse Streams in java 8 | Supplier Functional Interface | #4

11,435 views

4 years ago

Otavio Santana
Simplify Your Code with Java Predicate: A Comprehensive Guide

In this video tutorial, we'll explore the powerful Java Predicate interface and learn how it can simplify your code and improve its聽...

6:12
Simplify Your Code with Java Predicate: A Comprehensive Guide

735 views

2 years ago

Mithu Roy
#3 RxJava -  Prerequisite: 3 things you should know + BONUS

Namaste everyone, in this video we've shown 3 very important things that you should know to leverage the power of RxJava.

7:23
#3 RxJava - Prerequisite: 3 things you should know + BONUS

12,611 views

7 years ago

Vlad Forfutdinov
Simple Rest Service - Nano Skill 1. Java + Gradle + Spring Boot + Docker.

Simple Rest Service - Nano Skill 1 - provides a guide for 3 step scripts that will generate a Simple Greeting Rest Service with a聽...

2:54
Simple Rest Service - Nano Skill 1. Java + Gradle + Spring Boot + Docker.

214 views

6 years ago

COMPUTER & EXCEL SOLUTION
Anonymous function Lambda in Python@COMPUTEREXCELSOLUTION

https://youtu.be/B64PWaPt2dI https://youtu.be/NPOYyRSz6bc This is my Technology Related information.Like "O" Level,"CCC",聽...

1:15
Anonymous function Lambda in Python@COMPUTEREXCELSOLUTION

60 views

4 years ago

EdumasterRD
Optimiza tu C贸digo Java StringBuilder vs StringBuffer:  al M谩ximo

Optimiza tu C贸digo Java Descubre las diferencias clave entre StringBuilder y StringBuffer en Java y c贸mo elegir la mejor opci贸n聽...

12:36
Optimiza tu C贸digo Java StringBuilder vs StringBuffer: al M谩ximo

319 views

3 years ago

Proteo4EDS Proteo4EDS
Functional Programming - super short intro

Charla/presentaci贸n sobre los principios e ideas de la Programaci贸n Funcional (FP). link slides: https://bit.ly/fp-short-intro .

1:37:54
Functional Programming - super short intro

23 views

5 years ago

COMPUTER & EXCEL SOLUTION
Java script and CSS@COMPUTEREXCELSOLUTION

This is my Technology Related information.Like "O" Level,"CCC", "Webdesign", "C" language, "C++" "Php","Java","Java Script",聽...

1:30
Java script and CSS@COMPUTEREXCELSOLUTION

51 views

4 years ago