[teamtreehouse] Hibernate Basics

129-minute Java Course About this Course Most meaningful applications you will write will have a database associated with it. Knowing how to connect with and incorporate this data is critical to success as a Java developer. In this course, we’ll cover how to connect a Java application to a database using what’s called JDBC, or […]

[teamtreehouse] Designing Interfaces in PHP

137-minute PHP Course About this Course An interface is a type of contract that assures that certain abilities are available on on a particular object class. We’ll write and extend multiple interfaces, then implement them to design and match functionality. Interfaces do not store any implementation details themselves. To share implementation details between classes, we […]

[teamtreehouse] Dependency Management with Gradle

30-minute workshop with Craig Dennis About this Workshop This workshop will walk through what dependencies are, why you want them, how to use them, and finally how to manage them. Teacher   Craig Dennis I am a developer / mentor seeking to make this world better than it was yesterday. I am a proud father. […]

[Lynda] Magento Community Edition 2 Essential Training

Author Robert Ring Released 12/1/2017 Note: This course was created by OSTraining.  It was originally released on January 6, 2017. We are pleased to host this training in our library. Magento is one of the most popular ecommerce solutions in the world. But this powerful content management system also has a reputation for being challenging to […]

[Pluralsight] Building an Enterprise Application with ASP.NET Core MVC

In this practical course, you’ll learn how to build a line-of-business, enterprise application with ASP.NET Core MVC, including topics such as security, logging, testing, validation, and much more. Course info Rating  (37) Level Intermediate  Updated September 18, 2017  Duration 6h 38m  Description ASP.NET Core introduces numerous features that web developers can put to use to […]

[Lynda] Getting Your Website Online

Author Christina Truong Released 10/3/2017 Getting a site up and running used to mean buying a domain name and hosting, and then setting up infrastructure. You can still do that, but there are many—often, easier—options available today. In this course, Christina Truong explores the core foundations you need to make your site visible, as well […]

[LARACASTS] Learn Flexbox Through Examples

Flexbox is easily one of the most important additions to CSS in the last decade. The only problem is that there’s a bit of a learning curve. Trust me, though: you want to learn this. And once you have, you’ll be singing its praises to anyone who will listen. I guarantee it. Size: 292.04M

[teamtreehouse] Debugging an Existing Java Application

79-minute workshop with Craig Dennis About this Workshop We developers spend more than half our time maintaining code. In this course you will get armed with some helpful debugging tools and practices that will help you navigate around an inherited project. Teacher   Craig Dennis I am a developer / mentor seeking to make this […]

[teamtreehouse] CRUD Operations with PHP

142-minute PHP Course About this Course In this course we’ll delve into the full spectrum of database interactions. Whether the application is an e-commerce, or social network site, or even a todo app on your phone, the data needs to change over time. CRUD is an acronym that refers to the four main operations that […]

[teamtreehouse] Build a REST API in Spring

119-minute workshop with Craig Dennis About this Workshop Let’s build a Spring Boot application that builds out a Course Reviews API. We’ll check out the awesome Spring Data REST umbrella project. Source code is available on GitHub. Teacher Craig Dennis I am a developer / mentor seeking to make this world better than it was […]

[teamtreehouse] Build a REST API in Spark

115-minute workshop with Craig Dennis About this Workshop Together we’ll explore how to build a REST API in the wonderful Spark micro-framework. Teacher Craig Dennis I am a developer / mentor seeking to make this world better than it was yesterday. I am a proud father. You can find me around Internettown as craigsdennis. Size: […]

[Lynda] Database Clinic: Neo4J

Author William Lyon Released 9/19/2017 The Database Clinic series helps you compare and contrast different database tools by pitting experts and their databases of choice against a series of the same challenges. This installment of the series focuses on Neo4j, a native graph database that can help you manage highly connected data. This course introduces Cypher, the […]

[Lynda] Database Clinic: MySQL

Author Brad Wheeler Released 9/19/2017 The Database Clinic series pits experts and their databases of choice against a series of the same challenges, to highlight the unique capabilities of each database. In this installment of the series, Brad Wheeler demonstrates how MySQL—one of the most widely-used database programs—would rise to meet each task. After going over the […]

[Lynda] Database Clinic: MS Excel

Author Curt Frye Released 6/27/2017 The Database Clinic series shows how to plan, build, and optimize databases using different software. This course focuses on Microsoft Excel. While Excel doesn’t offer traditional relational database management features, its table-based sheets, functions links, and powerful search and reporting features make it a great tool for learning the basics […]

[Lynda] Database Clinic: MongoDB

Author Kirsten Hunter Released 8/28/2017 The Database Clinic series pits experts and their databases of choice against a series of the same challenges. In each installment of the series, a specialist demonstrates how their tool of choice would meet each task, providing you with key insights into where each database shines—or falls a bit short. […]

[Lynda] CSS Shorts Weekly

Author Chris Converse Updated 12/5/2017 Released 12/6/2016 CSS Shorts is a weekly series covering all aspects of CSS, including properties, preprocessors, positioning, floats, and the most up-to-date styling techniques. Instructor Chris Converse returns every Tuesday, bringing you short and timely tips that will help new and experienced web developers alike create more beautiful websites and […]

[LARACASTS] PHP 7 Up and Running

Slated for release in December, 2015, PHP 7 brings a wealth of new features, bug fixes, and performance improvements. If you’re curious, come with me, as I demonstrate what’s new! Size: 117.66M

[LARACASTS] The PHP Practitioner

We all start somewhere. When it comes to web development with PHP, well, your first stop is this series. Designed specifically and exclusively for beginners, here, you’ll learn the fundamentals of PHP – all the way down to defining variables and arrays. If you feel somewhat unprepared for the content at Laracasts, this “PHP for […]