[teamtreehouse] Java Lambdas

16-minute workshop with Craig Dennis About this Workshop Lambdas are anonymous functions. They were added to the language in Java 8, and can be used any place a Single Abstract Method was used before. Teacher   Craig Dennis I am a developer / mentor seeking to make this world better than it was yesterday. I […]

[Lynda] Financial Forecasting with Big Data

Preview This Course   Video Player The video is currently playing in a different window. Play video here instead Playback Speed 2x 1.75x 1.5x 1.25x 1x .75x .5x Video Quality 360p 540p 720p HD Auto Play ON OFF Popout Video (p) 00:00   00:00 / 00:00 Use Up/Down Arrow keys to increase or decrease volume. […]

[Lynda] Excel 2016: Business Process Analysis

Author Curt Frye Released 7/31/2017 Operate with increased efficiency. Learn how to evaluate business processes using Excel worksheet formulas. These formulas let business analysts determine the theoretical throughput of processes, assess the impact of changeover time, identify bottlenecks, and weigh setup costs versus product costs when placing an order. Curt Frye shows how to apply […]

[Lynda] Drawing 2-Point Perspective

Author Amy Wynne Released 7/14/2016 The principles of perspective allow artists to draw objects so they accurately reflect their height, width, depth, and position relative to one another. In one-point perspective, all lines converge to a single point on the horizon. Two-point perspective addresses the drawing issues we face rendering our subject from the side, […]

[Lynda] Django: 2 Building a Social Website

Author Antonio Mele de Juan Released 5/26/2017 Django—a powerful Python web framework—offers a comprehensive set of tools to build scalable web applications. In this course, learn how to leverage the features of Django by building a social website, sharing content in that website, and tracking user actions. Antonio Mele de Juan walks through the creation […]

[PHLEARN] Island of Morel PRO

Medium 1.75 hours PRO Tutorials & Photoshop 100 out of 5 14 Reviews In this special composite and lighting Phlearn PRO Tutorial we will learn how to create remarkable, detailed fantasy images. Create light rays, glows, composites with multiple people, increased highlights & shadows, sharper details and much more! Included in this tutorial   | […]

[Lynda] Design the Web: Slice Tool

Author Chris Converse Released 9/11/2013 Learn to create multiple, optimized web graphics from a single Adobe Photoshop or Illustrator file with the powerful and versatile Slice tool. Increase your productivity by exporting many graphics from a single composition, while maintaining the integrity of the design. Design the Web author Chris Converse teaches you how to […]

[Lynda] Design the Web: Multiple Graphic Sizes

Author Chris Converse Released 9/9/2013 With so many different devices on the market, web designers are faced with the challenge of creating multiple versions of their graphics for phones and tablets. Let Chris Converse show you how to leverage Smart Objects, clipping masks, and slices in Adobe Photoshop and make graphics that will look razor […]

[Lynda] Design the Web: HTML Background Video

Author Chris Converse Released 6/18/2015 Learn to use HTML5 video as a design element, by running it below other text and graphics on your website. This episode of Design the Web quickly runs through the six steps to accomplishing this technique, including: setting up the video element, positioning a logo and caption over the video, […]

[PHLEARN] Juicy Kicks PRO

Medium 2 hours PRO Tutorials & Photoshop 100 out of 5 5 Reviews Gain the confidence to master your product photography as well as the inspiration needed to push the boundaries of what you can do in post production. In this Phlearn PRO Tutorial you will learn you to composite, dodge, burn, shade, paint, color, […]

[Lynda] Design the Web: Creating Smaller Graphics with PNG-8

Author Chris Converse Released 4/1/2014 PNG-24 files provide great quality with the added benefit of 8-bit transparency; however, this particular file format can be rather large. And larger files sizes mean longer loading times for your users. The good news is you can create varying transparent PNG-8 files—files that are between 60% and 80% smaller […]

[Lynda] Database Clinic: SQLite

Author Mark Niemann-Ross Released 10/13/2017 SQLite is a powerful embedded database engine that’s a core storage technology in Android and iOS applications. In this installment of the Database Clinic series—in which experts and their databases of choice are pitted against a series of the same challenges— Mark Niemann-Ross demonstrates how to leverage SQLite to solve common […]

[PHLEARN] Underwater Fantasy PRO

Advanced 2.75 hours PRO Tutorials & Photoshop 100 out of 5 6 Reviews In this advanced Phlearn PRO Tutorial you will learn the photography and photoshop required to transform your images into an underwater world. These skills and techniques will allow you create just about anything you can image. Included in this tutorial   | […]

[teamtreehouse] Java Annotations

118-minute Java Course About this Course Annotations have rapidly become the preferred approach to integrating powerful third-party libraries into your own Java applications. In this course, we’ll first explore the basic use of annotations to give the compiler instructions. Then, we’ll use more advanced techniques to create our own annotation and look for it using […]

[teamtreehouse] Introduction to Functional Programming

288-minute Java Course About this Course Functional Programming is an old paradigm, but one that is relatively new to Java world. In this course we will explore how to take advantage of the power that comes with thinking declaratively. What you’ll learn Imperative vs. Declarative Syntax Lambdas & Method References Streams Functional Programming concepts Higher […]

[teamtreehouse] Intro to Java Web Development with Spark

145-minute Java Course About this Course Spark is a Micro-framework that allows you to spin up a web server fairly easily. What you’ll learn Spark Microframework Request Response loop Session management Error handling Teacher Craig Dennis I am a developer / mentor seeking to make this world better than it was yesterday. I am a […]

[teamtreehouse] HTTP Basics

67-minute Development Tools Course About this Course During this course, we’ll take a look at the underlying method that devices use to communicate with each other: HTTP, or the HyperText Transfer Protocol. In particular, we’ll focus on how a modern web browser automates the sending of HTTP requests and the receiving of HTTP responses. What […]

[PHLEARN] The Last Athlete PRO

Advanced 3.75 hours PRO Tutorials & Photoshop 100 out of 5 8 Reviews Launch your Photoshop knowledge to a whole new level with this advanced Phlearn PRO Tutorial. Learn how to create an entire world from scratch, incorporating more than 20 photos, computer generated wings and lighting effects all with perfect perspective. Included in this […]

[PHLEARN] Blending In PRO

Medium 1.25 hours PRO Tutorials & Photoshop 100 out of 5 6 Reviews In this Phlearn PRO Tutorial, you will learn how to take the texture from any background and blend it directly onto your subject. Discover techniques for blending, colorizing, advanced cloning, creating highlights + shadows, making selections and more. Included in this tutorial […]

[PHLEARN] Liquid Portrait PRO

Medium 3.25 hours PRO Tutorials & Photoshop 100 out of 5 11 Reviews In this Phlearn PRO Tutorial, you will learn how to the photography and Photoshop retouching necessary to add incredible liquid splashes seamlessly to any portrait. Every aspect is covered in great detail—compositing, coloring, retouching, cutting subjects out from the background, painting details, dodging, […]

[PHLEARN] Fashion PRO

Medium 1.75 hours PRO Tutorials & Photoshop 100 out of 5 9 Reviews In this incredible fashion tutorial, we walk you through step-by-step to transform your portrait images into fantastic magazine covers! Use Photoshop to change the background, match colors and even add your own text. Plus, receive 12 high-resolution texture images with instructions to […]

[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 […]