Scala Livelessons

Livelessons - Modern JavaScript for the Impatient  eBooks & eLearning

Posted by lucky_aut at Sept. 15, 2023
Livelessons - Modern JavaScript for the Impatient

Livelessons - Modern JavaScript for the Impatient
Duration: 8h | Video: 1280x720 30fps | Audio: AAC, 48 kHz, 2ch | Size: 1.63 GB
Genre: eLearning | Language: English

It can be difficult for developers familiar with Java and other languages to make the transition to modern JavaScript. If you simply want to be productive with JavaScript as it exists today, then you don’t want to relive history with books or courses that teach older JavaScript versions, or that assume familiarity with those older versions and focus on recently introduced features.

Debugging for Java, Scala, and Clojure  eBooks & eLearning

Posted by FenixN at Jan. 30, 2017
Debugging for Java, Scala, and Clojure

Debugging for Java, Scala, and Clojure
HDRips | MP4/AVC, ~838 kb/s | 1920x1080 | Duration: 00:53:09 | English: AAC, 128 kb/s (2 ch) | 256 MB
Genre: Development / Programming

Production debugging is hard, and it’s getting harder. With architectures becoming more distributed and code more asynchronous, pinpointing and resolving errors in production is no child's game. This session will cover advanced techniques that Java, Scala and Clojure developers can use to debug live servers and resolve critical errors in production quickly.We'll explore five crucial techniques for distributed and reactive logging, and some of the pitfalls that make resolution much more difficult (and even lead to downtime). We'll then dive into more advanced techniques and powerful tools for capturing live state from a production JVM without deploying new code, restarting the application or attaching a debugger.
Learning Path: Get Started with Natural Language Processing Using Python, Spark, and Scala

Learning Path: Get Started with Natural Language Processing Using Python, Spark, and Scala
HDRips | MP4/AVC, ~461 kb/s | 1280x720 | Duration: 05:48:48 | English: AAC, 128 kb/s (2 ch) | 4,21 GB
Genre: Development / Programming

Whether you’re a programmer with little to no knowledge of Python, or an experienced data scientist or engineer, this Learning Path will walk you through natural language processing, using both Python and Scala, and show you how to implement a range of popular tools including Spark, scikit-learn, SpaCy, NLTK, and gensim for text mining.

Scala for the Impatient  eBooks & eLearning

Posted by naag at April 23, 2017
Scala for the Impatient

Scala for the Impatient
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 4 Hours | 7.09 GB
Genre: eLearning | Language: English

Java Programming Essentials  eBooks & eLearning

Posted by sammoh at June 9, 2021
Java Programming Essentials

Java Programming Essentials
MP4 | Video: AVC 1280 x 720 | Audio: AAC 48 Khz 2ch | Duration: 10:35:56 | 19.04 GB

Build a solid understanding of core features of the Java programming language.

Building Pipelines for Natural Language Understanding with Spark  eBooks & eLearning

Posted by FenixN at Jan. 8, 2017
Building Pipelines for Natural Language Understanding with Spark

Building Pipelines for Natural Language Understanding with Spark
HDRips | MP4/AVC, ~28010 kb/s | 1920x1080 | Duration: 01:32:57 | English: AAC, 128 kb/s (2 ch) | 1.74 GB
Genre: Development / Programming

The course is designed for engineers and data scientists who have some familiarity with Scala, Apache Spark, and machine learning who need to process large natural language text in a distributed fashion.We will use sample of posts from the subreddit /r/WritingPrompts, which contains short stories and comments about the short stories.The course has four parts1. Building a natural language processing and entity extraction pipeline on Scala & Spark2.

Real Time Over Wireless [full]  eBooks & eLearning

Posted by FenixN at Aug. 31, 2017
Real Time Over Wireless [full]

Real Time Over Wireless
HDRips | M4V/AVC, ~768 kb/s | 1280x720 | Duration: 02:24:34 | English: AAC, 155 kb/s (2 ch)
Size: 13.9 GB | Genre: Development

Today, Wi-Fi is everywhere, and the need to provide good Wi-Fi is an essential part of doing business. But “good Wi-Fi” is not just about coverage or converting your APs to 802.11ac or 802.11ax. Good Wi-Fi means that your user experience is seamless. Most of the wireless networks today are designed to support only data applications and not real-time applications. In recent years, more and more companies are deploying real-time applications, and enterprise-quality is expected.

Reactive Python for Data Science  eBooks & eLearning

Posted by FenixN at Jan. 21, 2017
Reactive Python for Data Science

Reactive Python for Data Science
HDRips | MP4/AVC, ~2000 kb/s | 1920x1080 | Duration: 02:17:37 | English: AAC, 128 kb/s (2 ch) | 2.00 GB
Genre: Development / Programming

Reactive programming is shaping the future of how we model data. With reactive, not only can you concisely wrangle and analyze static data, you can effectively work with data as a real-time infinite feed. Reactive Extensions (Rx) first gained traction in 2009 and has been ported to over a dozen major languages and platforms.

Redux, Once and for All  eBooks & eLearning

Posted by FenixN at Aug. 2, 2017
Redux, Once and for All

Redux, Once and for All
HDRips | M4V/AVC, ~3924 kb/s | 1920x1080 | Duration: 05:13:05 | English: AAC, 128 kb/s (2 ch)
Size: 3.57 GB | Genre: Development / Programming

You've tried to figure out what all those technical terms are all about (WTF is a reducer??) and you may even be convinced that you need a degree in Computer Science to be able to use Redux. You don't.

REST APIs with Node/Express  eBooks & eLearning

Posted by FenixN at Aug. 1, 2017
REST APIs with Node/Express

REST APIs with Node/Express
HDRips | M4V/AVC, ~768 kb/s | 1920x1080 | Duration: 02:24:34 | English: AAC, 115 kb/s (2 ch)
Size: 8.53 GB | Genre: Development

After taking this course, you can start mastering ExpressJS by building RESTful APIs for your single-page applications (powered by AngularJS, ReactJS, BackboneJS or any other front-end framework). With ExpressJS, developers can easily organize their code (middleware pattern), add more functionality (npm modules) and configure the server (configuration over convention).