[ZeroToMastery] Go Programming (Golang): The Complete Developer’s Guide

  About Learn Golang from scratch, from an industry expert. Build real-world apps. You’ll learn the fundamentals all the way to advanced concurrency so that you go from beginner to being able to get hired as a Go developer!   Course Details We guarantee you that this is the most comprehensive and up-to-date online resource […]

[Pluralsight] Core Python – Learning Paths

  About Python is an interpreted, high-level, general-purpose programming language that emphasizes code readability. It’s a dynamically typed and garbage-collected language that supports structured, object-oriented, and functional programming. It’s often described as a “batteries included” language due to its comprehensive standard library. In this path you will learn the basics of Python and more advanced […]

[O’REILLY] Humane Code Video Series

  Overview 1. Humane Code: Why are most code bases bad? Why is it that, despite our best intentions, code rots between our fingers? The answer is that most of us still think of code as merely a technical tool to reach a goal: to implement a feature, or fix a bug. While code certainly […]

[PentesterAcademy] Python for Pentesters

  Description This course will teach you Python scripting and its application to problems in computer and network security. This course is ideal for penetration testers, security enthusiasts and network administrators who want to learn to automate tasks or go beyond just using ready made tools. We will be covering topics in system security, network […]

[Todd Lammle] CCIE Mastering Python

  Description Part of the Todd Lammle CCIE Mastering series 74 intense hands-on labs included! Learn Network Programmability and Network Automation using GNS3 and Python. Want to program networks using Python, but not sure where to start? Well, this course will show you how you can start programming Cisco networks within 20 minutes. This course […]

[PacktPub] Sorting and Searching Algorithms in Scala [Integrated Course]

  Video Details ISBN 9781788476850 Course Length 5 hours 16 minute   About Scala’s functional programming features are a boon when it comes to designing easy-to-reason-about systems to curb growing software complexities. In this course, we will learn about many concepts and tools available in the Scala language by implementing, in a functional manner, some […]

[O’REILLY] Open Source Software Superstream Series: C++

  Description Known for its speed and multithreading support—and its more than four decades of powerful application development—C++ remains one of the most popular languages for a wide range of applications from banking and trading to advanced software development. And the language continues to evolve. Join us for four hours of expert-led sessions on the […]

[MANNING] Object Design Style Guide [Videos + eBook]

  Video Description Objects are the central concept of languages like Java, Python, C#. Applying best practices for object design means that your code will be easy to read, write, and maintain. Object Design Style Guide captures dozens of techniques for creating pro-quality OO code that can stand the test of time. Examples are in […]

[PacktPub] The Complete Quantum Computing Course for Beginners [Video]

  About Quantum computers are expected to change our lives drastically in the upcoming years. We know we can solve specific problems in minutes with Quantum computers while we can solve them in thousands of years with classical computers. If you want to get ahead of technology and learn about the future, then you are […]

[ZeroToMastery] Rust Programming: The Complete Developer’s Guide

  Learn the Rust programming language from scratch! Learn how to code & build real-world applications using Rust so that you can get hired and be recognized as a top programmer. No previous experience needed.   Course Details We guarantee you that this is the most comprehensive and up-to-date Rust programming course that you can […]

[PacktPub] Python for Finance: Investment Fundamentals and Data Analytics [Video]

  About Explore how Python can be applied in the world of finance and solve portfolio optimization problems.   Description This course will take you on a journey where you will learn how to code in Python. You will learn how to use Python in a real working environment and explore how Python can be […]

[O’REILLY] Open Source Software Superstream Series: Java

  Description: Java’s been around for over a quarter of a century now, but it remains dominant in the world of programming due to its portability, speed, and security. Yet with today’s increased reliance on cloud computing and distributed systems, the language must keep changing to keep pace. In this Superstream event, Java Champions and […]

[SkillShare] Clean Code With PHP Examples

  About This Class This is a course about useful clean code principles. My aim is to teach you concepts that you can use every time you write code. Clean Code can help you: – Write better PHP code and thus become a better PHP programmer – Create easy to maintain projects – Perform better […]

[O’REILLY] Full-Stack React with Spring Boot

  Description: Build full-stack applications using React and Spring Boot.   Overview: In recent years, React has emerged as a popular lightweight framework for implementing compelling web-based user interfaces. Using React you can easily integrate with back-end services via REST APIs, and Spring Boot is an excellent framework for implementing REST services. Spring Boot also […]

[PacktPub] Structural Design Patterns in Modern C++ [Video]

  About With design patterns, it is very easy to solve common object-oriented design problems. However, understanding and learning design patterns is tough and time-consuming. This course will help you to get acquainted with the design patterns and teach you some useful techniques to implement them in modern C++. The course starts with an introduction […]

[PacktPub] Creational Design Patterns in Modern C++ [Video]

  About The best way to solve common object-oriented design problems is by implementing design patterns. However, understanding and learning design patterns can be time-consuming and intimidating, but this course has got you covered! With Creational Design Patterns in Modern C++, you’ll learn how to understand and implement creational design patterns in C++ with the […]

[O’REILLY] Neal Ford on Agile Engineering Practices

  Released 2021   Video description Many people who explain agile software development often discuss project and planning practices, but hardly mention the development phase—as if actual development were an afterthought. In this insightful video, renowned software architect Neal Ford drills into the real details of agile engineering practices from a pure development perspective, based […]

[SkillShare] Beginners Masterclass into Internet of Things with Raspberry Pi and Microsoft Azure

  About This Class   Are you trying to study Internet of Things? Are you getting confused with all the hardware and software stuffs? Learning IoT can be very confusing especially if you’re new to electronics. Even experienced people struggle in understanding everything at one place, definitely you’re not alone Stop Struggling to Learn IoT I’ve […]

[SkillShare] Ultimate Guide to Raspberry Pi : Tips, Tricks and Hacks

  Description This course will provide the information you need to Master the Raspberry Pi 3! It assumes no prior programming or electronics knowledge and walks you through everything you need to know to use the platform to the fullest! Learn how to setup the Raspberry Pi, install software, work with Linux, work with GPIO […]

[SkillShare] Learn Python In 120 Minutes: Complete Python Programming

  Description In this class we will Learn Python from the scratch the class is completely for noobs so even if you don’t have any prior programming experience or never written a single line of code you will still be able to understand and follow along   Class Content: Entire class is divided into 6 […]

[SkillShare] Learn Java Programming with real life projects

  Description Java is a useful ,robust and popular programming language to embark on that journey. This course is a practical Hands-on course from the first to the last section. The best way to learn is by doing so you will be doing a lot of coding. This course will guide you through java basics, […]

[A Cloud Guru] GUI Programming with Python

  By Keith Thompson   Learn how to build GUI applications using Python.   About the course Sometimes building a command-line or web application doesn’t quite meet your end-users’ needs, and you need to build an application with a graphical user interface (GUI). Being the wonderful programming language that it is, Python allows us to build […]

[SkillShare] 2021 Kotlin Crash Course for Beginners

  Description This is a crash course about Kotlin programming language. Since 2016 Kotlin is the preferred language for Android mobile app development, which means that this relatively new language is becoming more and more popular. Kotlin is similar to Java, but at the same time, it’s more concise and fixes what’s known as Javas […]

[PacktPub] Automated Software Testing with Python [Video]

  By: Jose Salvatierra Fuentes   Video Details ISBN: 9781839214592 Course Length: 12 hour 55 minutes   About Welcome to the most comprehensive course on automated software testing with Python. Software testing is an essential skill for any developer, and this course will help you truly understand all types of test automation with Python. The […]

[PacktPub] Mastering Keras [Video]

  By Mike Ashcroft   About this video Successful data scientists need to be able to work with the most powerful tools to solve the most challenging problems. As deep learning becomes ever more entrenched as the gold-standard tool for a wide variety of advanced data analytics and Artificial Intelligence problems, it is essential for […]

[Code4Startup] Fundamental Android for newbies in just 1 hour

  Course Description: This short course will cover basic and core concepts that you need to know to get up and running with Android in just 1 hour. It will help the beginners to start building their own Android apps from scratch. By the end of this course (after about 1 hour), you will get […]

[Pearson] Salesforce for Developers

  Salesforce for Developers LiveLessons provides developers with a practical introduction to customizing the Force.com Platform programmatically. The Force.com Platform lies at the heart of the leading cloud CRM, Salesforce.com. Description This video training begins with instructor Michael Wicherski providing a brief introduction to the Force.com Platform, walking through how to sign up for a developer […]

[PacktPub] Redis Bootcamp for Beginners: Get Hands-On with Redis 5 [Video]

  ISBN 9781800202009 Course Length 5 hours 56 minutes About Data structures allow you to improve the efficiency, performance, speed, and scalability of your applications. In this course, you’ll learn what data structures are, why they are essential, and how to code them in JavaScript. Along the way, you’ll also learn other important programming concepts […]