Search
Managing State in React using Unstated-Next
17.6.2019
In a previous post, we saw how to manage state using Unstated. As you might recall, Unstated uses React’s built-in setState to allow you create components that can consume state by subscribing to a provider — like the React’s Context API.
Well, we’re going to build off that last post by looking...
Venezuela Issues 50,000 Bolivar Bill Amid Persistent Hyperinflation
14.6.2019
Venezuelans are used to their currency costing less than the paper it’s printed on. Economic misfortunes and political upheaval place their country at the bottom of all inflation charts, year after year. The latest incarnation of the national fiat, Bolívar Soberano, has succumbed to...
Cardano (ADA) Price Analysis: Although the Market Volume Has Increased, The Coin Dropped Down to its Previous Ranking
13.6.2019
The Cardano (ADA) Foundation has announced to sponsor any distinguished speaker for participating in the upcoming Unchain Convention in Berlin. The convention will take place tomorrow, i.e., on 13th June, where speakers and participants will shed lights on topics related to crypto chains like...
Building a UI Component with React and Storybook
11.6.2019
In the previous article, I gave an Introduction to Storybook and how it can be used to or
VeChain Price Analysis: VeChain starts the week on a low note after an upward trending previous week
10.6.2019
VeChain drops by $0.0002 in the last two days VeChain needs to pick up a steady trend to reach out to the investors VeChain needs to now strike the right chords with the investors and traders who have believed in the coin potential so far and continue to vouch for VET coin’s success. The currency...
Bitcoin Price Analysis: Increased Interest on Bitcoin from Silicon Valley May Push the Price to Previous High
7.6.2019
Apple has recently launched iOS 13. It caters a new cryptographic developer tool. The medium-term bullish outlook places the coin at $12,000. There is nothing bigger for any crypto coin than getting recognized by huge MNCs. Recently, Apple has released its flagship iOS 13 software, and in that...
VeChain (VET) Price Analysis: Is VET Trying To Hold On To Its Previous Support Zone Or Is It Showing Some Possibility To Spike Up?
20.5.2019
The price range of VET in the price chart is indicating that somehow it is succumbing to its previous support resistances. According to majority crypto analysts, VET is somewhat trying to stay close to its previous support zones before spiking up this year. Till now, it has not performed remarkably...
Deploy from CodeSandbox to Netlify in Seconds
28.3.2019
In my previous article, Creating a Social Follow Component in React, I used Co
Git Checkout at Previous Timeframe
9.1.2019
In the past I’ve blogged about checking out branches created on a specific date as well as sorting git branches by date, but one frequent usage of git and dates is checking out a commit at a given time in the past. For example, I often say “Weird, this feature was working a month...
Storing and Using the Last Known Route in Vue
2.1.2019
There are situations where keeping a reference to the last route a user visited can come in handy. For example, let’s say we’re working with a multi-step form and the user proceeds from one step to the next. It would be ideal to have the route of that previous step in hand so we know where the user...
Bridging the Gap Between CSS and JavaScript: CSS Modules, PostCSS and the Future of CSS
4.12.2018
In the previous post in this two-part series, we explored the CSS-in-JS landscape and, we realized not only that CSS-in-JS can produce critical styles, but also that some libraries don’t even have a runtime. We saw that user experience can significantly improve by adding clever optimizations, which...
Authenticating a GraphQL API with AWS
3.12.2018
In my previous post, "Creating a GraphQL API with AWS", we walked through & learned how to create an AWS AppSyn
Page Transitions for Everyone
14.5.2018
As Sarah mentioned in her previous post about page transition using Vue.js, there is plenty of motivation for designers and developers to be building page transitions. Let's consider mobile applications. While mobile applications are evolving, more and more attention is given to the animation...
Building a Mini Invoicing Application with Vue and NodeJS - JWT Authentication and Sending Invoices
30.4.2018
In the previous parts of the series, we looked at how to create the User Interface of our Invoicing Application that allowed users to create and view existing invoices. In this final part of the se