Browse By

Daily Archives: May 16, 2017

onion microcontroller omega2

Onion BitTorrent Machine

Before you start, make sure your Omega is connected to a WiFi network and that it has internet access. Network connectivity is essential since we’ll be controlling torrent downloads using the browser on your computer! Ok, to store the downloaded content, you’ll need to use

firebase logo

How to Use Firebase Cloud Functions to create a user profile

Interesting tutorial by Jorge Vergara on how to use Firebase Cloud Functions to create an authentication listener on Firebase servers. The listener triggers every time a new account is created, and it creates the user profile for that account. Continue reading here: https://javebratt.com/firebase-cloud-functions-profile/

React Optimizing Performance

Internally, React uses several clever techniques to minimize the number of costly DOM operations required to update the UI. For many applications, using React will lead to a fast user interface without doing much work to specifically optimize for performance. Nevertheless, there are several ways

ngUpgrade

NgUpgrade HOWTO Guide

NgUpgrade is a library put together by the Angular team, which we can use in our applications to mix and match AngularJS and Angular components and bridge the AngularJS and Angular dependency injection systems. In this article we will look at what it is and

.NET Core 2.0

.NET Core 2.0 released

The first public release of .NET Core 2.0. You can develop .NET Core 2.0 apps with Visual Studio 2017 Preview 15.3, Visual Studio for Mac or VS Code. ASP.NET Core 2.0 Preview 1 is also releasing today and takes advantage of the improvements in .NET

azure-logo

Azure Application Architecture Guide

This guide presents a structured approach for designing applications on Azure that are scalable, resilient, and highly available. It is based on proven practices that we have learned from customer engagements. Introduction The cloud is changing the way applications are designed. Instead of monoliths, applications