

IT and Programming for PC Tutorials
IT and Programming for PC Tutorials → Pluralsight – Introduction to .NET Testing with NUnit 3
Published by: E-Learning79 on 7-01-2025, 05:24 |
0

Free Download Pluralsight – Introduction to .NET Testing with NUnit 3
Jason Roberts | Duration: 2:06 h | Video: H264 1024x768 | Audio: AAC 44,1 kHz 2ch | 344 MB | Language: English
NUnit is one of the most downloaded test frameworks for .NET. This course will teach you everything you need to know to get started testing your code, including asserts, categories, data-driven tests, customization, and how to reduce test code duplication.
Releasing bug-ridden code to production is a sure fire way of creating unhappy end-users, management, and development teams. Nobody likes to receive a phone call in the middle of the night saying that the production system has gone down and needs fixing, immediately. In this course, Introduction to .NET Testing with NUnit 3, you will gain the ability to create automated tests for you code. First, you will learn how to set up a test project and run tests. Next, you will discover the different ways to assert on test results such as numbers, collections, and expected exceptions. Finally, you will explore how to customize the test execution lifecycle, create data driven tests, and customize NUnit. When you're finished with this course, you will have the skills and knowledge of automated testing with NUnit needed to help prevent bugs from making their way into production.
Homepage:
IT and Programming for PC Tutorials → Pluralsight – Implementing an Event Log with Kafka
Published by: E-Learning79 on 7-01-2025, 05:24 |
0

Free Download Pluralsight – Implementing an Event Log with Kafka
Ivan Mushketyk | Duration: 3:35 h | Video: H264 1024x768 | Audio: AAC 48 kHz 2ch | 352 MB | Language: English
Kafka is one of the most widely-used platforms for building resilient and complex modern applications. This course will teach you how to build complex event-driven microservices using Kafka as a backbone of your application.
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. Finally, you'll learn advanced architectural patterns to work with data in Kafka. When you're finished with this course, you'll have the skills and knowledge needed to implement complex event-driven applications using Kafka.
Homepage:
IT and Programming for PC Tutorials → Pluralsight – Git 2 Administration
Published by: E-Learning79 on 7-01-2025, 05:24 |
0

Free Download Pluralsight – Git 2 Administration
David Tucker | Duration: 1:19 h | Video: H264 1024x768 | Audio: AAC 48 kHz 2ch | 133 MB | Language: English
This course will cover Git server administration including setup, user management, and access control for both SSH and HTTP access.
While there are many options for managed Git services, some organizations cannot leverage these services for security or IP restrictions. In this course, Git Administration, you will learn to implement and manage your own Git server. First, you will learn more about Git and how it can be configured to communicate with users. Next, you will configure SSH access and manage users for your Git server. Finally, you will establish HTTP access for your Git server and give users a way to view their repositories on the web. When you're finished with this course, you will have the skills and knowledge to install, configure, and manage a Git server for your organization.
Homepage:
IT and Programming for PC Tutorials → Pluralsight – Generative AI for Researchers
Published by: E-Learning79 on 7-01-2025, 05:24 |
0

Free Download Pluralsight – Generative AI for Researchers
Released 12/2024
By Aaron Rosenmund
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Beginner | Genre: eLearning | Language: English + subtitle | Duration: 30m 7s | Size: 105 MB
IT and Programming for PC Tutorials → Pluralsight – Foundations of Accessible Web Design
Published by: E-Learning79 on 7-01-2025, 05:24 |
0

Free Download Pluralsight – Foundations of Accessible Web Design
Released 12/2024
By Gerard K. Cohen
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Beginner | Genre: eLearning | Language: English + subtitle | Duration: 2h 14m | Size: 329 MB
IT and Programming for PC Tutorials → Pluralsight – Exploring Web Scraping with Python
Published by: E-Learning79 on 7-01-2025, 05:24 |
0

Free Download Pluralsight – Exploring Web Scraping with Python
Clarke Bishop | Duration: 1:34 h | Video: H264 1024x768 | Audio: AAC 48 kHz 2ch | 200 MB | Language: English
The course introduces data professionals and Python developers to Web Scraping with Python. Much data is "trapped" in web pages and this course starts you down the path on how to liberate the data for your data science projects.
The web is a giant database and when there's no API, you can still retrieve the data through web scraping. In this course, Exploring Web Scraping with Python, you will learn foundational knowledge of web scraping and how to use Python's rich set of scraping capabilities. First, you will learn how to download and extract data with Requests and Beautiful Soup. Next, you will discover how to build a spider in about 20 lines of code with Scrapy. Finally, you will explore how to use a robotic browser to solve advanced web scraping challenges. When you are finished with this course, you will know "SQL for web scraping," and have the skills and knowledge of content selectors and Python needed to start your own website scraping projects.
Homepage:
IT and Programming for PC Tutorials → Pluralsight – Databases and Sessions in PHP
Published by: E-Learning79 on 7-01-2025, 05:24 |
0

Free Download Pluralsight – Databases and Sessions in PHP
Released 12/2024
By Mohamed Echout
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate | Genre: eLearning | Language: English + subtitle | Duration: 1h 16m | Size: 153 MB
IT and Programming for PC Tutorials → Pluralsight – Cloud Center of Excellence
Published by: E-Learning79 on 7-01-2025, 05:23 |
0

Free Download Pluralsight – Cloud Center of Excellence
Released 12/2024
By Lars Klint
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Intermediate| Genre: eLearning | Language: English + subtitle | Duration: 26m 14s | Size: 153 MB
IT and Programming for PC Tutorials → Pluralsight – Advanced Git 2 Techniques
Published by: E-Learning79 on 7-01-2025, 05:23 |
0

Free Download Pluralsight – Advanced Git 2 Techniques
David Tucker | Duration: 1:21 h | Video: H264 1024x768 | Audio: AAC 48 kHz 2ch | 137 MB | Language: English
This course will cover how to leverage advanced Git techniques like hooks, attributes, and submodules as well as tools for helping you find bugs and automate repetitive tasks when using Git.
Software developers can often see source control as simply a system that must be used rather than a tool that enables efficiency. In this course, Advanced Git Techniques, you will learn how to optimize and automate your workflow with Git by leveraging some of its advanced capabilities. First, you will review the configuration of Git. Next, you will discover how multiple repositories can be interconnected by utilizing Git submodules. Next, you will leverage the bisect tool within Git to help us find defects within our code. Finally, you will implement both client and server-side hooks to optimize both individual and team workflows. When you are finished with this course, you will have the skills to leverage the advanced capabilities of Git that make you and your team more efficient in whatever software you are creating.
Homepage:
IT and Programming for PC Tutorials → MasterClass – Annie Leibovitz Teaches Photography
Published by: E-Learning79 on 7-01-2025, 05:23 |
0

Free Download MasterClass – Annie Leibovitz Teaches Photography
Released 10/2020
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English | Duration: 15 Lessons ( 3h 4m ) | Size: 7 GB
Annie brings you into her studio and onto her shoots to teach you everything she knows about portraiture and telling stories through images.
Search
Updates
Partner
» Byte
» Crawli
» Warezomen
» Warez-DDL
» Raidrush
» KATZCD
» Free Ebooks Library
Your Link Here ?
(Pagerank 4 or above)


