January 2018 - Online Free Computer Tutorials.

'Software Development, Games Development, Mobile Development, iOS Development, Android Development, Window Phone Development. Dot Net, Window Services,WCF Services, Web Services, MVC, MySQL, SQL Server and Oracle Tutorials, Articles and their Resources

Wednesday, January 31, 2018

Java For Android

While a number of languages can be used to build Android apps, Java is the language Google encourages developers to use. However, it&#...
Read More

Monday, January 29, 2018

The .NET Core 2 Wave

I sat down with Scott Hunter (Director of Program Management for the .NET Platform) on the Eat Sleep Code podcast to talk about all th...
Read More

It’s a Good Day to Be a C# Developer

Recently at Connect(), Microsoft made a slew of new announcements. First, the public availability of Visual Studio 2017 Release Candid...
Read More

Build and Deploy Your ASP.NET Core Application with Apache

ASP.NET Core is the latest web framework from Microsoft that supports development with C# and the .NET Framework. In this latest incar...
Read More

The New Configuration Model in ASP.NET Core

ASP.NET Core has a lot of changes compared with the others versions of ASP.NET. One change I want to highlight is the new way to confi...
Read More

Telerik UI for UWP Now Open Source

We are happy to announce that Telerik UI for Universal Windows Platform by Progress is now free and open-source. Yes, you read that co...
Read More

Wednesday, January 17, 2018

Importing 3D Models for ARKit

ARKit is the hot new technology in iOS 11 that lets you view and interact with virtual objects in real space. It's not hard to ge...
Read More

Place Objects In Augmented Reality Via ARKit

Hello there! In this article, I will explain you how to place objects in augmented reality via ARKit. If you haven't already, I r...
Read More

Augmented Reality With ARKit: Detecting Planes

In our previous article about Augmented Reality with ARKit, we learned the basics of the new augmented reality platform from Apple. In...
Read More

Build ARKit Application with Unity

Create a new Unity project(or use your existing one), search and import the Unity ARKit plugin in the asset store. The plugin contain...
Read More

Building an AR app with ARKit and Scenekit

In the last tutorial, we used SpriteKit to create an augmented reality (AR) game with ARKit. Today, it's the turn of Scenekit. Re...
Read More

ARKit Adventures - Making A Remote Control Drone

In the last few posts on ARKit, most of the content we placed was pretty static. For this example, I want to switch gears and make som...
Read More

ARKit by Example — Part 4: Realism - Lighting & PBR

In this article we are going to insert more realistic looking virtual content in to the scene. We can achieve this by using more detai...
Read More

ARKit by Example — Part 3: Adding geometry and physics fun

In the last article we used ARKit to detect horizontal planes in the real world, then visualized those planes. In this article we are ...
Read More

ARKit By Example — Part 2: Plane Detection + Visualization

In our first hello world ARKit app we setup our project and rendered a single virtual 3D cube which would render in the real world and...
Read More

ARKit by Example — Part 1: AR Cube

This first article is going to create a really simple hello world AR app using ARKit. By the end we will be able to position a 3D cube...
Read More

Augmented Reality With ARKit For IOS

This is a series of tutorials focused on Augmented Reality with ARKit. Alongside MLKit, this was the framework announcement that impre...
Read More

iOS ARKit Tutorial: Drawing in the Air with Bare Fingers

Recently, Apple announced its new augmented reality (AR) library named ARKit. For many, it looked like just another good AR library, n...
Read More

Using ARKit with Metal

Augmented Reality provides a way of overlaying virtual content on top of real world views usually obtained from a mobile device camera...
Read More

ARKit + Vision: An intriguing combination

After multiple weeks of pondering what I should do first with Apple's newly announced ARKit, I decided that I wouldn't narrow ...
Read More

Building an AR game with ARKit and Spritekit

ARKit is the new Apple framework that integrates device motion tracking, camera capture, and scene processing to build augmented reali...
Read More

ARKit introduction

Apple has announced at WWDC17 a new iOS framework called ARKit. It's a framework that "allows you to easily create unparallel...
Read More

Android Developer Beginner. Step #2��� –  Creating Lists

In Android, we have two ways of implementing a list — ListView and RecyclerView. The first one is a good old UI component, which has b...
Read More

Tuesday, January 16, 2018

How to Create a Measuring App With ARKit In iOS 11

I'm sure that many of you (like me) were really excited when Apple announced a new framework – ARKit – at WWDC 2017. The demo was ...
Read More

Getting started with ARKi

With WWDC's announcement of ARKit I knew I had to try out some of the new stuff they announced. I decided to play around with the ...
Read More

Mastering MVVM on iOS

There are a plenty of posts on the internet about app architectures in the iOS development world. Today I will show some tips for usin...
Read More

https://medium.com/swlh/a-machine-learning-model-to-understand-fancy-abbreviations-trained-on-tolkien-36601b73ecbb

Recently I bumped into a question on Stackoverflow, how to recover phrases from abbreviations, e.g. turn "wtrbtl" into "...
Read More

4 Must Have Skills Every Data Scientist Should Learn

We wanted to follow up our previous piece about how to grow as a data scientist with some other skills senior data scientists should h...
Read More

10 Machine Learning Algorithms You need to Know

In machine learning, there's something called the "No Free Lunch" theorem. In a nutshell, it states that no one algorith...
Read More

My Journey Into Data Science and Bio-Informatics — Part 1: Programming

According to IBM, 2.5 quintillion (10¹⁸) bytes of data, or 2.5 million terabytes, is being generated every day (an average computer ho...
Read More

Understanding Feature Engineering (Part 1) — Continuous Numeric Data

Any intelligent system basically consists of an end-to-end pipeline starting from ingesting raw data, leveraging data processing techn...
Read More

Time Series Analysis in Python: An Introduction

Time series are one of the most common data types encountered in daily life. Financial prices, weather, home energy usage, and even we...
Read More

30 Amazing Python Projects for the Past Year (v.2018)

For the past year, we've compared nearly 15,000 open source Python projects to pick Top 30 (0.2% chance). This is an extremely co...
Read More

A Beginner’s Guide to Data Engineering — Part I

The more experienced I become as a data scientist, the more convinced I am that data engineering is one of the most critical and found...
Read More

Machine Learning Zero-to-Hero: Everything you need in order to compete on Kaggle for the first time, step-by-step!

I recently came across Rachel Tomas's article on the importance and value of writing about what you learn, and Julia Evans's a...
Read More

The Art of Effective Visualization of Multi-dimensional Data

Descriptive Analytics is one of the core components of any analysis life-cycle pertaining to a data science project or even specific r...
Read More