tech/webdev magazine

July 1, 2018

How to build powerful REST APIs blazingly fast with Node.js · rest-hapi

Sunday, July 01, 2018 Teklinks

Let’s face it, if you’re a web developer, you deal with APIs. Whether you write your own or use someone else’s, it’s just part of the job. REST APIs in particular are very common place. Unfortunately when it comes to the wild west world of Javascript and Node.js, standards and good practice in writing RESTful APIs can sometimes get thrown out the window.

Full article

Analyze Redux

Sunday, July 01, 2018 Teklinks

Redux is a state management container, implemented as inspired by Event Sourcing patterns and Functional programming. It helps to save and easily predict application states, so as to maintain consistency in implementation. As a result, it is simple and easy to test, maintain and debug.

Full article

June 30, 2018

Github Stars !== Usage: React is still blowing Vue and Angular Away

Saturday, June 30, 2018 Teklinks

Last week there was a fairly momentous occurance in the JavaScript framework world: Vue.js passed React.js in the number of people who have 'starred' it on Github. Congratulations to @vuejs for surpassing React’s star count on GitHub! Seems like I almost captured a historical moment by accident.

Full article

A Comprehensive Guide to Flexbox Alignment

Saturday, June 30, 2018 Teklinks

Alignment is probably the most confusing aspect of flexbox. The flexbox layout module has a handful of alignment properties that behave differently under different circumstances, and when using them you might not necessarily understand what is happening or why.

Full article

Building a Music Streaming App using React Native

Saturday, June 30, 2018 Teklinks

React Native is a framework for building native apps using React and Javascript. In this post, I’ll walk through the process of building a music streaming similar to Spotify. What’s really cool is that the exact same code is going to work for both iOS and Android, and the apps are going to be 100 % native (no WebViews or anything).

Full article