
Building a React Universal Blog App: Implementing Flux
In this second and last part we’ll get into the real meat of how to easily scale our React Universal Blog App using React organizational concepts and the Flux pattern.
In this second and last part we’ll get into the real meat of how to easily scale our React Universal Blog App using React organizational concepts and the Flux pattern.
Apple’s latest IDE version, Xcode 9, is being released along with iOS 11 this September. And it's a huge update! Fans of Git for source control management (SCM) are big winners in this upcoming release.
The goals of this project were: reading/writing/manipulating data, designing a mobile UI and learning Preact by Building a Small PWA with Preact and Firebase
It's a common practice for a Vue app to use the DOM as its template. In this article, I'll explain the issues and offer some alternatives.
In this tutorial, you’ll learn how to achieve these tasks by converting your instances to another representation, this process is known as encoding, also known as serialization.
Learn about how Reactive programming is a whole new paradigm using RxJava and RxAndroid in Android with Kotlin.
iOS 11 introduces a variety of major changes to the way apps look and work, and how they interact with the user. You’ll need to start making a few changes now.
In this article we're going to go over three of the most important SVG attributes that control SVG coordinate systems: viewport, viewBox, and preserveAspectRatio.
Is there a way to get the angle through JavaScript by which the element is rotated?
Despite the fact that all modern browsers can run ES2015+ code and natively support the features I just mentioned, most developers still transpile their code to ES5
One of the next versions of Chrome is going to force all domains ending on .dev (and .foo) to be redirected to HTTPs via a preloaded HTTP Strict Transport Security (HSTS) header.
In this tutorial, you'll build a UICollectionView custom layout inspired by the Pinterest app, including how to cache attributes and dynamically size cells.
Apple's iPhone X has a screen that covers the entire face of the phone, save for a "notch" to make space for a camera and other various components.
Protecting routes is something that has to happen in any app with authentication. Use route guards to control the flow of your Angular application.
SVG is a graphics format based on geometry and geometry is exactly what is needed to visually display data. React + D3 + SVG = Pretty good for dataviz.