LEARNING FOR LIFE

Get Yourself a Better Life! Free eLearning Download

  • Technical
    • Internet & Networking
    • Security & Hacking
    • AI | Artificial intelligence
    • OS & Server
    • WEB/HTML/CSS/AJAX
    • Database & SQL
    • Programming
    • Perl & PHP
    • .Net & Java
    • Mobile Development
    • C/C++/C#
    • Game Development
    • Unix & Linux
    • MAC OS X
    • Windows
    • OFFICE
    • Operation Systems
    • Hardware
  • Graphic & Media
    • Photography
    • 3D
    • Adobe Product Training
    • Art & Drawing & Painting
    • Film & Film Making
    • Game Designing
    • Music Training
    • Tutorials for designer
  • Business
    • Business & Investing
    • Writing & Affiliate
    • Marketing
    • Sales
    • Economics & Finances
    • Seo & Site Traffic
    • Stock & ForEX
  • Life Stype
    • Self Improvement | MP
    • Mindset | NLP
    • Fashion / Clothing / Grooming
    • Seduction
    • Fighting / Martial Arts
    • Food / Drink / Cooking
    • Health / Fitness / Massage
    • Languages / Accents
    • Magic / Illusions / Tricks
    • Psychology / Body Language
  • Engineering & Science
    • Cultures & History
    • Electrical & Architecture
    • Mathematics & Physics
    • Medical
  • Entertainment
    • Comic
    • Manga
    • Novel
    • Magazine
  • PC Game
    • Mac Game
    • Xbox Game
    • Play Station Game

Packt Publishing – Mastering Multithreading with C++

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Mastering Multithreading with C++
English | Size: 380.88 MB
Category: Tutorial


Multithreaded applications execute multiple threads in a single processor environment, allowing developers achieve concurrency. This video will teach you the finer points of multithreading and concurrency concepts and how to apply them efficiently in C++.
[Read more…]

C/C++/C# C++, Mastering, Multithreading, Packt Publishing

Packt Publishing – Learning Python

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Learning Python
English | Size: 708.71 MB
Category: CBTs


Python is a great language to get started in the world of programming and application development. This course will help you to take your skills to the next level having a good knowledge of the fundamentals of Python.

We begin with the absolute foundation, covering the basic syntax, type variables, and operators. Then we’ll move on to concepts such as statements, arrays, operators, string processing, and I/O handling. You’ll learn how to operate tuples, and understand the functions and methods of lists. [Read more…]

Programming Learning, Packt Publishing, Python

Packt Publishing – Learning GraphQL with React and Relay

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Learning GraphQL with React and Relay
English | Size: 481.38 MB
Category: Tutorial


The video is packed with step-by-step instructions, working examples, and helpful advice about GraphQL. You will learn to build your Blog with GraphQL This practical course is divided into clear byte size chunks, so you can learn at your own pace and focus on the areas of most interest to you.

GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API. [Read more…]

Programming graphql, Learning, Packt Publishing, React, Relay

Packt Publishing – Iterators in Functional Programming with Python.

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Iterators in Functional Programming with Python
English | Size: 800.02 MB
Category: CBTs


This is a hands-on course where each video starts with a useful introduction, followed by short, practical examples; some topics contain more elaborate examples to demonstrate how all the concepts learned so far can be applied in a realistic project.

Functional programming is a style of programming that is characterized by short functions and little reliance on variables. You will learn what functional programming is, and how you can apply functional programming in Python. [Read more…]

Programming Functional, Iterators, Packt Publishing, Programming, Python

Packt Publishing – Infrastructure as a Service Solutions with Azure

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Infrastructure as a Service Solutions with Azure
English | Size: 2.00 GB
Category: CBTs


Microsoft Azure’s Infrastructure as a Service provides users with the flexibility and freedom required for scaling and automating their virtual machines on demand for powerful cloud management. This video tutorial takes you through the core of Infrastructure as a Service with Microsoft Azure, and equips you with the practical know how to manage various Azure Services for effective business over the cloud.
[Read more…]

OS & Server Azure, Infrastructure, Packt Publishing, Service, Solutions

Packt Publishing – Functional Programming in C – Part 3

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Functional Programming in C – Part 3
English | Size: 434.09 MB
Category: Tutorial


This course takes a pragmatic approach and shows you techniques to write better functional constructs in C#. We’ll also show you how these concepts can be applied in business scenarios.

Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details. This video will build on from part 1 and will help you develop a deep understanding of the concepts and practices of LINQ and recursion in C#. You will be introduced to concepts such as lazy evaluation and eager evaluation and will learn about its usage and benefits. From here, you will learn about Monads-the computational builder in Functional Programming and its usage. Going forward, you will learn to build a fully functional app by implementing the concepts learned in both the courses. By the end of the video, you will be able to write code using the best approach and will be able to perform unit testing in functional programming – changing how you write your applications and revolutionizing your projects. [Read more…]

C/C++/C# Functional, Packt Publishing, Part 3, Programming

Packt Publishing – Functional Programming in C – Part 2

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Functional Programming in C – Part 2
English | Size: 242.61 MB
Category: CBTs


This course takes a pragmatic approach and shows you techniques to write better functional constructs in C#. We’ll also show you how these concepts can be applied in business scenarios.

Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details.This video will build on from part 1 and will help you develop a deep understanding of the concepts and practices of LINQ in C#. Going forward you will learn about asynchronous programming related to functional programming and will learn to use Async and Await in C#.
[Read more…]

C/C++/C# Functional, Packt Publishing, Part 2, Programming

Packt Publishing – Functional Programming in C – Part 1

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Functional Programming in C – Part 1
English | Size: 473.66 MB
Category: CBTs


This course takes a pragmatic approach and shows you techniques to write better functional constructs in C#. We’ll also show you how these concepts can be applied in business scenarios.

Functional programming makes your application faster, improves performance, and increases your productivity. C# code is written at a higher level of abstraction, so that code will be closer to business requirements, abstracting away many low-level implementation details.This video bridges the language gap for C# developers by showing you how to create and consume functional constructs in C#. We also bridge the domain gap by showing how functional constructs can be applied in business scenarios. We’ll take you through lambda expressions and extension methods, and help you develop a deep understanding of the concepts and practices of LINQ and recursion in C#.By the end of the video, you will be able to write code using the best approach and will be able to perform unit testing in functional programming, changing how you write your applications and revolutionizing your projects. [Read more…]

C/C++/C# Functional, Packt Publishing, Part 1, Programming

Packt Publishing – Extending Machine Learning Algorithms

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Extending Machine Learning Algorithms
English | Size: 398.28 MB
Category: Tutorial


Complex statistics in Machine Learning worry a lot of developers. Knowing statistics helps you build strong Machine Learning models that are optimized for a given problem statement. Understand the real-world examples that discuss the statistical side of Machine Learning and familiarize yourself with it. We will use libraries such as scikit-learn, e1071, randomForest, c50, xgboost, and so on.We will discuss the application of frequently used algorithms on various domain problems, using both Python and R programming.It focuses on the various tree-based machine learning models used by industry practitioners.We will also discuss k-nearest neighbors, Naive Bayes, Support Vector Machine and recommendation engine.By the end of the course, you will have mastered the required statistics for Machine Learning Algorithm and will be able to apply your new skills to any sort of industry problem. [Read more…]

Programming Algorithms, Extending, Learning, Machine, Packt Publishing

Packt Publishing – Exploring Visual Studio 2017

30/12/2017 Learning for Life Leave a Comment

Packt Publishing – Exploring Visual Studio 2017
English | Size: 370.85 MB
Category: CBTs


Microsoft Visual Studio is an IDE from Microsoft used to develop computer programs for Microsoft Windows, as well as websites, web applications, and web services. Visual Studio 2017 comes with a host of improvements and powerful tools that will help you focus more on your program to build robust applications, rather than tools itself. This video is your one stop guide to mastering the latest features of Visual Studio 2017.
[Read more…]

Programming 2017, Exploring, Packt Publishing, Studio, Visual

  • « Previous Page
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 32
  • Next Page »
  • DevOps Mastery: Secure Your Internet Traffic with WireGuard VPN | ZeroToMastery
  • The Complete SAP Analytics Cloud Course 2025 | Udemy
  • Data Entry Masterclass – The Ultimate 10 Day Course | Udemy
  • PBS American Experience – Custer’s Last Stand (2012)
  • Udemy – Ultimate Seo Certificate Course 2025

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

2019 2020 2021 2022 2023 2024 Advanced AWS Azure BBC Beginners BitBook BOOKWARE Certified Cisco Cloud Comic Complete Course Data Design eBook Fundamentals Guide Hybrid iLEARN Introduction JavaScript Learn Learning LinkedIn Linux Lynda Masterclass Microsoft Packt Pluralsight Programming Python Security Skillshare Training Udemy Using XQZT

Copyright © 2025 · Equilibre on Genesis Framework · WordPress · Log in