Creating a Machine Learning Web API with Flask

In our previous post, we went over how to create a simple linear regression model with scikit-learn and how to use it to make predictions. But, that’s not very useful for anyone other than the creator of the model since it’s only available on their machine. In this post, we’ll go over how to use…

Data Science for Developers Webinar

What exactly is data science?  How does one become a Data Scientist? Data Scientist has been labelled by the Harvard Business Review, as “the sexiest job of the 21st century.” A quick search of job search sites reveal that this field is in high demand. However, no one can agree on a common definition of…
Innovation

Developing a Business Case for Containers

Developing a business case for any technology is not always an easy endeavor. In many organizations, CIO’s, CTO’s, and CISO’s will see the value of adopting new technology strategies, however these are harder to sell to others in the C-suite. Those that don’t fully grasp tech see a lot of costs that they don’t understand…

Xamarin Cross Platform Development Webinar

In this webinar you will learn Xamarin cross platform mobile development for building apps including IOS, Android and Windows Devices. The webinar includes an interactive and coding presentation, the mobile landscape and development options, the Xamarin development platform, and Xamarin application architectural options. Watch Webinar Now

Modernizing Legacy Apps with Containers Webinar

Rewriting applications is a costly endeavor. Sometimes the benefits do not outweigh the costs. A rewrite though isn’t the only way to modernize apps – one approach can be to use containers. Containers offer pathways to enable legacy apps to take advantage of cloud technologies and CI/CD tools. In this webinar, we’ll look at how…

Understanding Microsoft Cognitive Services – Whitepaper

Microsoft Cognitive Services is a set of cloud-based intelligence APIs for building richer, smarter, and more sophisticated applications. In this whitepaper you will learn how to use Microsoft Cognitive Services to build smart apps that see, hear, speak, and understand – in any language and on any platform. Download Whitepaper

Intro to Angular 5 Webinar

This webinar will explore Angular 5 essentials of building components, templates, data binding, and handling events. If you are looking to jump start your Angular 5 development this webinar is for you. In this recorded Wintellect webinar you will learn: Brief overview of Angular 5 How to code an angular 5 application Angular CLI Modules…

Concurrent Programming in .NET Webinar

The .NET platform has always provided a way to use multiple threads within an application. However, with the proliferation of multi-CPU architectures and highly scalable cloud computing resources, the ability to write high quality concurrent code is becoming a required skill. During this webinar, we will focus on the use of Tasks in conjunction with…

Learn Python Using 5 of the Best Features Webinar

Learn Python Using the 5 Best Language Features In this Wintellect webinar presented by Michael kennedy, host of the TalkPython and PythonBytes podcasts, you will learn Python using 5 of the best features. Michael provided a live coding session showing Python examples for: Python lightning refresher Tuple assignment and unpacking Dictionaries for performance Generators Leverage inline methods…

Silverlight Migration Strategy – Whitepaper

Browser plugin based application architectures, such as Silverlight, are rapidly losing market and mind share to open source and modern proprietary technology options. The shortcomings of plugin based architecture, in terms of security, performance, stability, and other considerations are driving current development to open standards supported by a wider variety of browsers and platforms. In…

Installing VSTS Build Agents on macOS

If you’re doing Xamarin, macOS (OS X), or iOS development work you’ve likely discovered that you need a way to automate the build of your code from Visual Studio Team Services. If you’re not familiar with setting up a private build agent macOS, the installation instructions provided by Microsoft can be a bit confusing. This…

ASP.NET Core Development with Docker Webinar

Using Docker to Create a Testing & Deployment Target for ASP.NET Core apps ASP.NET Core offers the exciting ability to develop, test, and deploy on different platforms. In this 1-hour Wintellect webinar with Jason Bell, you will learn how to use Docker to create a consistent testing and deployment target for ASP.NET Core applications. You will…