Actor model (computer science)

Akka (toolkit)

Akka is a source-available toolkit and runtime simplifying the construction of concurrent and distributed applications on the JVM. Akka supports multiple programming models for concurrency, but it emphasizes actor-based concurrency, with inspiration drawn from Erlang. Language bindings exist for both Java and Scala. Akka is written in Scala and, as of Scala 2.10, the actors in the Scala standard library are deprecated in favor of Akka. (Wikipedia).

Akka (toolkit)
Video thumbnail

What is API testing? | API Testing Using Katalon Studio | Software Certification Training | Edureka

(** Test Automation Masters Program: https://www.edureka.co/masters-program/automation-testing-engineer-training **) This Edureka video on "What is API Testing?" will help you get in-depth knowledge on API Testing and why it is important to subject APIs to tests before putting them to use

From playlist Software Testing Training Videos | Edureka

Video thumbnail

Scikit Learn Tutorial | Scikit Learn Tutorial with Python | Scikit Tutorial -1

( Python Training : https://www.edureka.co/python ) scikit-learn is an open source machine learning library for the Python programming language.It features various classification, regression and clustering algorithms including support vector machines, logistic regression, naive Bayes, ran

From playlist Python Tutorial For Beginners | Edureka

Video thumbnail

Apache Drill Tutorial for Beginners - Part 1 | Edureka

This Apache Drill Tutorial for Beginners will introduce you to the concepts of Apache Drill, comparison with other tools, Drillbit, Apache drill execution flow and integration with Hive and HBase. This Apache drill tutorial is ideal for beginners to learn the basics.

From playlist Apache Drill Tutorial Videos

Video thumbnail

Reactive architecture, design, and programming with Duncan Devore

Subscribe to O'Reilly on YouTube: http://goo.gl/n3QSYi Follow O'Reilly on Twitter: http://twitter.com/oreillymedia Facebook: http://facebook.com/OReilly Google: http://plus.google.com/+oreillymedia

From playlist O'Reilly Software Architecture Conference 2016 - London, United Kingdom

Video thumbnail

Introduction to Scikit Learn | Edureka

( Python Training : https://www.edureka.co/python ) Scikit is a machine learning package in Python.It features various classification, regression & clustering algorithms. It is designed to interoperate with the Python numerical and scientific libraries NumPy & SciPy. Watch this video whi

From playlist Python Tutorial For Beginners | Edureka

Video thumbnail

Angular Bootstrap Tutorial | Building Websites with Angular Bootstrap | Angular Training | Edureka

šŸ”„ Edureka Angular Certification Training: https://www.edureka.co/angular-training This Edureka "Angular Bootstrap" video will help you learn to create beautiful websites easily using Bootstrap along with Angular. Take a look at that is covered over here: 3:48 What is Angular? 4:44 Creatin

From playlist Angular Tutorial Videos | Edureka

Video thumbnail

Java Rewind - 1 | Top Java Frameworks | Spring, Hibernate, Struts, GWT,JSF | Java Training | Edureka

šŸ”„Java Certification Training: https://www.edureka.co/java-j2ee-training-course This Edureka's ā€œJava Frameworksā€ will give you a brief introduction to the top 10 Java frameworks in use. šŸ”“Subscribe to our channel to get video updates. Hit the subscribe button above: https://goo.gl/6ohpTV

From playlist Edureka Live Classes 2020

Video thumbnail

Top 10 Java Frameworks in 2022 | Spring, Hibernate, Struts, GWT,JSF | Java Training | Edureka

** Java Certification Training: https://www.edureka.co/java-j2ee-training-course ** This Edureka's ā€œTop 10 Java Frameworks in 2022ā€ will give you a brief introduction to the top 10 Java frameworks in use. Through this video, you will learn the following topics: What is Java Frameworks?

From playlist Java Tutorial For Beginners | Edureka

Video thumbnail

What is Appium? | Introduction to Appium | Appium Certification Training | Edureka

** Appium Certification Training: https://www.edureka.co/appium-training-mobile-automation-testing ** This Edureka "What is Appium" video will give you a general introduction to Appium, a tool that has widespread acceptance in the mobile application testing industry. The following topics w

From playlist Software Testing Training Videos | Edureka

Video thumbnail

Reactive Architecture with Play, Akka, and Scala - Henrik Engstrom (Typesafe)

In this video from OSCON 2015, Henrik Engstrom will teach you how to use Play, Akka, and Scala to build reactive applications. More details about the OSCON 2015 conference, as well as more free content, can be found at http://oreil.ly/2aVEUO3 Subscribe to O'Reilly on YouTube: http://goo.

From playlist Scala

Video thumbnail

Pacific Northwest Scala 2013 Network I/O for a More Civilized Age: The New Akka I/O

by Brendan McAdams Until recently, users seeking a way of doing Scalable I/O had two choices: NIO, which provides an esoteric interface requiring serious expertise and concurrency control, or Netty - which provides a rich and powerful layer above NIO. The downsides to Netty however includ

From playlist Pacific Northwest Scala 2013

Video thumbnail

Tkinter Python Tutorial | Python GUI Programming Using Tkinter Tutorial | Python Training | Edureka

( ** Python Certification Training: https://www.edureka.co/data-science-python-certification-course ** ) This Edureka video on Tkinter tutorial covers all the basic aspects of creating and making use of your own simple Graphical User Interface (GUI) using Python. It establishes all of the

From playlist Python Programming Tutorials | Edureka

Video thumbnail

Pacific Northwest Scala 2013 Akka in Production: Our Story by Evan Chan

Everyone in the Scala world is using or looking into using Akka for low-latency, scalable, distributed or concurrent systems. We want to share our story of developing and productionizing multiple Akka apps, including low-latency ingestion and real-time processing systems, and Spark-based a

From playlist Pacific Northwest Scala 2013

Video thumbnail

Apache Kafka Tutorial | What is Apache Kafka? | Kafka Tutorial for Beginners | Edureka

( Apache Kafka Training: https://www.edureka.co/kafka-certification-training ) This Apache Kafka Tutorial video will help you understand what is Apache Kafka & its features. It covers different components of Apache Kafka & itā€™s architecture..So, the topics which we will be discussing in th

From playlist Apache Kafka Tutorial Videos

Video thumbnail

RailsConf 2020 CE - Mistakes Were Made by Jesse Spevack

Mistakes Were Made by Jesse Spevack We picked the wrong technology. We worked in silos. We prematurely optimized. We introduced too many changes at once. And yet somehow we delivered a system that is integral to a shopping rewards app used by millions across the United States. I want to t

From playlist RailsConf 2020 CE

Video thumbnail

What is Puppet? Puppet DevOps Tutorial | DevOps Tools | Edureka

***** DevOps Training : https://www.edureka.co/devops-certification-training ***** Check out Puppet Tutorial Blog Series: https://goo.gl/whAHhz DevOps is a blend of two words, ā€˜developmentā€™ and ā€˜operationsā€™, which is the integration of software development and IT operations in a company. I

From playlist DevOps Training Videos

Video thumbnail

New Concurrency Models on the JVM: Fibres, Verticles, Agents and Actors. by Lutz Huehnken

Until recently, concurrency in Java meant: java.util.concurrent and threads. Threads were originally envisioned as "lightweight processes" - starting a new process for concurrent operations meant to much overhead, and posed the problem of inter-process communication. Threads were supposed

From playlist Software Development Lectures

Video thumbnail

Martin Odersky, "Working Hard to Keep It Simple" - OSCON Java 2011

Today's world of parallel and distributed computing poses hard new challenges for software development. A rapidly increasing number of developers now have to deal with races, deadlocks, non-determinism, and we are ill-equipped to do so. How can we keep things simple, in spite of the comple

From playlist OSCON 2011

Video thumbnail

Making the Most of Bootstrap

Bootstrap is a set of templates and tools that fast-track front-end web development. Basically, it makes your site look pretty and professional! We'll go over tips and tricks and make sure you're taking full advantage of the opportunities Bootstrap can provide.

From playlist CS50 Seminars 2016

Video thumbnail

PNWS 2014 - One Year of Akka

By, Ryan Tanner How do three people build a scalable backend in a language only one has ever used before in just three months? By getting something else to do the heavy lifting. When Conspire graduated from TechStars and began planning our revamped product, we knew we needed a backend th

From playlist PNWS 2014

Related pages

Scala (programming language) | Futures and promises | Apache Flink | Erlang (programming language) | Actor model