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

Network Programming with Go | Packt

04/06/2018 Learning for Life Leave a Comment

Network Programming with Go| packt
English | Size: 366.08 MB
Category: CBTs


The course starts with coverage of fundamental network protocol primitives supported in the Go programming language. You will go on to learn how to create networking tools using concepts such as IP addresses and DNS lookup. From there, you take a deep dive into Go network primitives for support of UDP and TCP. You will learn about socket programming using both packet and stream based protocols to create server and client programs. Lastly, the course presents you with concepts to create robust client and server programs including streaming IO, data serialization, and secure sockets programming. [Read more…]

Internet & Networking Go, Network, Packt, Programming

HUMBLE BOOK BUNDLE DEVOPS BY PACKT

01/06/2018 Learning for Life Leave a Comment

HUMBLE BOOK BUNDLE: DEVOPS BY PACKT
English | Size: 9.33 GB
Category: Tutorial


Automate it! – Recipes to upskill your business

Continuous Delivery with Docker and Jenkins

Deployment with Docker

DevOps for Networking

DevOps with Kubernetes
[Read more…]

Internet & Networking Book, bundle, DevOps, Humble, Packt

Packt Learning Python Data Visualization-RiDWARE

08/05/2018 Learning for Life Leave a Comment

Packt Learning Python Data Visualization-RiDWARE
English | Size: 543.85 MB
Category: CBTs


This video course is a beginner’s introduction to data visualization, and the techniques and libraries which can be leveraged with the Python language to achieve this. The end goal is to teach analysts and data scientists how they can visually represent complex sets of data using Python.
The video course introduces visualization concepts so viewers can analyze large and small sets of data using libraries such as Matplotlib, IPython, and so on. [Read more…]

Database & SQL Data, Learning, Packt, Python, Visualization

Packt Introduction to ML Classification Models using scikit-learn-XQZT

08/05/2018 Learning for Life Leave a Comment

Packt Introduction to ML Classification Models using scikit-learn-XQZT
English | Size: 994.13 MB
Category: CBTs


This course will give you a fundamental understanding of machine learning with a focus on building classification models. The basic concepts of machine learning (ML) are explained, including supervised and unsupervised learning; regression and classification; and overfitting. There are three lab sections which focus on building classification models using support vector machines, decision trees, and random forests using real data sets. The implementation will be performed using the scikit-learn library for Python [Read more…]

Programming Classification, Introduction, ML, Models, Packt

Packt Enterprise Automation with Python-RiDWARE

08/05/2018 Learning for Life Leave a Comment

Packt Enterprise Automation with Python-RiDWARE
English | Size: 293.90 MB
Category: CBTs


In the coming years, Python programming has developed massively in terms of automation. Enterprise automation with Python will teach you how simple python programming can make your life easier by automating your infrastructure. [Read more…]

Programming Automation, Enterprise, Packt, Python, RiDWARE

Packt – Practical time series analysis video

08/05/2018 Learning for Life Leave a Comment

Packt – Practical time series analysis video
English | Size: 610.86 MB
Category: Tutorial


Time Series Analysis allows us to analyze data that is generated over a period of time and has sequential interdependencies between the observations. This video describes special mathematical tricks and techniques that are geared towards exploring the internal structures of time series data and generating powerful descriptive and predictive insights. Also, the tutorial is full of real-life time series examples and their analyses using cutting-edge solutions developed in Python. The video starts with a descriptive analysis to create insightful visualizations of internal structures such as trend, seasonality, and autocorrelation. Next, the statistical methods of dealing with autocorrelation and non-stationary time series are described. This is followed by exponential smoothing to produce meaningful insights from noisy time series data. At this point, we shift the focus towards predictive analysis and introduce autoregressive models such as ARMA and ARIMA for time series forecasting. Later, powerful deep learning methods are presented to develop accurate forecasting models for complex time series. All the topics are illustrated with real-life problem scenarios and their solutions by best-practice implementations in Python. [Read more…]

Database & SQL Analysis, Packt, Practical, Series, Time

Packt – Deploying and running docker containers

08/05/2018 Learning for Life Leave a Comment

Packt – Deploying and running docker containers
English | Size: 712.45 MB
Category: CBTs


Docker is a portable container format that allows you to run code anywhere from your desktop to the cloud. Docker’s workflow makes development, testing, and deployment much easier and much faster. This video course will walk you through a basic deployment-pipeline setup in Jenkins. You will then learn how to create two minimal Docker environments: one for development and one for production. You will then set up Jenkins inside a Docker container to support and automate your deployment pipeline. Next, you will learn how to provide reliability and scalability to your application by setting up a cluster of Docker hosts using Docker’s Swarm mode, and then automate the deployment of Docker hosts using Chef. Finally, you will monitor, log, and manage your Docker containers. Towards the end of this video course, you will work with the various components required to run Docker in production. [Read more…]

Database & SQL Containers, deploying, Docker, Packt, Running

Mastering Clean Code in Javascript [Packt] (2018)

07/05/2018 Learning for Life Leave a Comment

Mastering Clean Code in Javascript [Packt] (2018)
English | Size: 1.06 GB
Category: Tutorial


Alongside HTML and CSS, JavaScript is one of the three core technologies of World Wide Web content production. You can write terrible code in any language, but if you wanted to try to write terrible code that works, JavaScript would be your language of choice.
[Read more…]

.Net & Java 2018, Clean Code, JavaScript, Mastering, Packt

Packt Serverless Programming Solutions-RiDWARE

21/04/2018 Learning for Life Leave a Comment

Packt Serverless Programming Solutions-RiDWARE
English | Size: 357.67 MB
Category: CBTS


Video Description
This video course will get you hands-on with Serverless computing. You will be provided with solutions working with cloud functions in serverless environments. You will be taken through the steps to understand the different patterns of serverless application using working examples. The video addresses key challenges in serverless scenarios such as how to develop highly scalable application slicing out the core functionality of the software to be distributed in different FaaS, how to test and monitor applications, and how to apply software development best practices in continuous delivery, testing, and lifecycle management. By the end of the video you’ll be able to build serverless applications efficiently. [Read more…]

Programming Packt, Programming, RiDWARE, Serverless, Solutions

Packt Hands On Reinforcement Learning with Python

20/04/2018 Learning for Life Leave a Comment

Packt Hands On Reinforcement Learning with Python
English | Size: 1.05 GB
Category: CBTS


Reinforcement learning (RL) is hot! This branch of machine learning powers AlphaGo and Deepmind’s Atari AI. It allows programmers to create software agents that learn to take optimal actions to maximize reward, through trying out different strategies in a given environment.
[Read more…]

Programming Hands Reinforcement, Learning, Packt, Python

  • « Previous Page
  • 1
  • …
  • 131
  • 132
  • 133
  • 134
  • 135
  • …
  • 139
  • Next Page »
  • DevOps to MLOps Bootcamp: Build & Deploy MLSystems End-2-End | Udemy
  • AWS Certified Machine Learning Specialty MLS-C01 [2025] | Udemy
  • CBT Nuggets – Troubleshooting Cisco Data Center Infrastructure (300-615 DCIT) 2024 part3
  • Udemy – Apache Kafka Series – Kafka Connect Hands-on Learning
  • Pearson – Deploying OSPF for Cisco Networks

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