PluralSight – Node.js Getting Started

PluralSight – Node.js Getting Started Bookware-KNiSO
English | Size: 270.60 MB
Category: Tutorial


Web and mobile applications depend on back-end services to host their various resources and do most of the heavy lifting Creating these back-end services is often very difficult, but the Node.js runtime makes it easier and more fun. In this course, Node.js: Getting Started, you’ll learn the basic skills you need to create scalable back-end services with Node.js. First, you’ll explore the tools that come built-in with Node as well as some of the tools that are offered by the community. Next, you’ll learn about package management module dependencies, event-driven concurrency strategies, and how to write code to interface with the operating systems on servers. Finally, you’ll discover the modern JavaScript features that you can use with Node.js today. When you’re finished with this course, you’ll be comfortable creating and executing code for Node

PluralSight – Implementing an Event Log with Kafka

PluralSight – Implementing an Event Log with Kafka Bookware-KNiSO
English | Size: 390.19 MB
Category: Tutorial


In this course, Implementing an Event Log with Kafka, you will gain the ability to build complex microservice architectures around immutable events stored in Kafka. First, you ll explore what issues you can encounter when migrating an application to a microsevices architecture. Next, you ll master Kafka fundamentals and will learn how they allow you to address common issues in microservices applications

PluralSight – Deep Dive into DocumentDB

PluralSight – Deep Dive into DocumentDB Bookware-KNiSO
English | Size: 37.98 MB
Category: Tutorial


This course introduces you to the fully managed document database service that supports MongoDB workloads, Amazon DocumentDB In this course, we discuss the different challenges of database scaling. The course further explains the core Amazon DocumentDB capabilities, how it is used with MongoDB and its best practices

PluralSight – Metasploit Getting Started

PluralSight – Metasploit Getting Started Bookware-KNiSO
English | Size: 201.05 MB
Category: Tutorial


The Metasploit Framework is a very capable exploitation toolkit It is not an easy tool to quickly understand and utilize effectively. In this course, Metasploit: Getting Started you ll learn to use the Metasploit Framework to configure and launch exploits with payloads to compromise vulnerable target systems in a red team and penetration testing context. First you ll explore the Metasploit Framework architecture, which is key to understanding the framework s capabilities and inner workings. Next, you ll discover how to configure the Metasploit Framework for launching an attack. Finally, you ll learn how to use the Metasploit Framework s tools for post-exploitation activities once a system has been compromised. When you re finished with this course, you ll have the skills and knowledge of configuring and launching penetration tests needed to effectively use the Metasploit Framework

PluralSight – Django Admin Bookware

PluralSight – Django Admin Bookware-KNiSO
English | Size: 246.44 MB
Category: Tutorial


Release Notes: Any Django site consists of many models that represent data you show to the end users. If there is a need to provide a way of managing that data using a handy user interface, then you should consider relying on Django’s built-in Admin component In this course, Django Admin, you ll learn how to harness the power of Django’s Admin simplifying data management for users without programming skills. First, you ll explore the basics of Django Admin: create a super user both manually and programmatically, use the default Admin s interface, get acquainted with the most important features, and you’ll add models by registering them. Next you ll customize the look of the registered models without using templates. Finally you ll learn how to add custom validation of models and generate the documentation. By the end of this course, you’ll have in-depth knowledge of Django Admin and be able to customize it’s look and behavior