While a number of languages can be used to build Android apps, Java is the language Google encourages developers to use. However, it...
Wednesday, January 31, 2018
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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 ...
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...
ARKit introduction
Apple has announced at WWDC17 a new iOS framework called ARKit. It's a framework that "allows you to easily create unparallel...
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...
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 ...
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 ...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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...