Open in app

Sign In

Write

Sign In

Alexander Schnapp
Alexander Schnapp

34 Followers

Home

About

Published in

HackerNoon.com

·Aug 30, 2017

5 simple steps to quickly start a new VR project

A step by step guide on setting up a new A-Frame project in React — A-Frame is a great way to get into developing VR, especially for those who come from a Javascript background. For those who dont know what A-Frame is, here is the official description taken directly from the first paragraph of “What is A-Frame” on their website: A-Frame is a web framework…

Virtual Reality

4 min read

5 simple steps to quickly start a new VR project
5 simple steps to quickly start a new VR project
Virtual Reality

4 min read


Published in

codeburst

·Aug 7, 2017

A-Frame VR pitfalls, tips and tricks

An unofficial cheatsheet and FAQ — A-Frame is a simple, lightweight yet powerful tool to build awesome web VR applications. If you are not familiar with A-Frame and want to know more, click here to go to the official site and see all the demos. …

JavaScript

2 min read

A-Frame VR pitfalls, tips and tricks
A-Frame VR pitfalls, tips and tricks
JavaScript

2 min read


Published in

codeburst

·Jul 17, 2017

Early exploration with React VR

Including takeaways, tips, and tricks — Getting Started Getting started with React VR is extremely easy. Follow the steps in the documentation linked below and you’ll get the hello world running in 5 minutes or less. Getting Started A framework for building native apps using Reactfacebook.github.io X, Y & Z axes If you look inside the <text> tag in “index.vr.js” file, you will see an item called transform, like this:

React

3 min read

Early exploration with React VR
Early exploration with React VR
React

3 min read


Published in

codeburst

·Jul 10, 2017

Debugging Asynchronous Javascipt

Tips on quickly debugging async bugs — When a bug occurs in a complex web asynchronous promises and ‘unpromisifiable’ callbacks, it can kill a lot of brain cells trying to debug it. Here is an example taken from this twilio blog post about a async, await. var request = require('request'); function getQuote() { var quote; request('http://ron-swanson-quotes.herokuapp.com/v2/quotes', …

JavaScript

3 min read

Debugging Asynchronous Javascipt
Debugging Asynchronous Javascipt
JavaScript

3 min read


Jul 3, 2017

How to Fetch

Quick basic tutorial on the “Fetch” api — Fetch: ES6’s more elegant version of AJAX that uses promise. It is often confusing when you first use it for anything that is not a simple “GET” request. Here is a link to the docs about “fetch” on MDN: Fetch API The Fetch API provides an interface for fetching resources (including across the network). It will seem familiar to…developer.mozilla.org The basic structure of Fetch:

JavaScript

3 min read

How to Fetch
How to Fetch
JavaScript

3 min read


Published in

codeburst

·Jun 27, 2017

Common MongoDB and Mongoose Pitfalls

And their solutions — MongoDB and Mongoose are commonly used with Node JS projects. In this article, you’ll find a small list of pitfalls that can be easily avoided and save you hours of debugging time. If you are new to Mongo and Mongoose, I highly recommend the Mongoose quick start guide: Mongoose Quick Start v4.10.8 That's the end of our quick start. We created a schema, added a custom document method, saved and queried kittens in…mongoosejs.com

Nodejs

2 min read

Common MongoDB and Mongoose Pitfalls
Common MongoDB and Mongoose Pitfalls
Nodejs

2 min read


Published in

codeburst

·Jun 18, 2017

Tips on passing data between components in AngularJS

Plus bonus tips on escaping — Typically in Angular, you have a main view, and multiple models. Life is great until you have one function written in the main view that is supposed to manipulate the content in a child model. How do you do pass that function to the child component? …

JavaScript

3 min read

Tips on passing data between components in AngularJS
Tips on passing data between components in AngularJS
JavaScript

3 min read


Jun 13, 2017

Beginner programmer’s guide to problem solving

Four steps to avoid debugging hell. — Example problem: Run a filter on every value of a tree of numbers in breadth first order, and return an array of values that are true. The filter takes in two arguments: value and depth; and returns true or false. This problem will be done this in javascript. Step 1, Figure out what the problem is: Sometimes the…

JavaScript

3 min read

Beginner programmer’s guide to problem solving
Beginner programmer’s guide to problem solving
JavaScript

3 min read

Alexander Schnapp

Alexander Schnapp

34 Followers
Following
  • Andrea Miralles

    Andrea Miralles

  • Padma Govindarajalu

    Padma Govindarajalu

  • OpenBazaar

    OpenBazaar

  • Kamie Robinson

    Kamie Robinson

  • Mozilla Open Leaders

    Mozilla Open Leaders

See all (24)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams