tech/webdev magazine

May 8, 2019

Getting To Know The MutationObserver API

Wednesday, May 08, 2019 Teklinks

In complex web apps, DOM changes can be frequent. As a result, there are instances where your app might need to respond to a specific change to the DOM. For some time, the accepted way to look for changes to the DOM was by means of a feature called Mutation Events, which is now deprecated. The W3C-approved replacement for Mutation Events is the MutationObserver API, which is what I’ll be discussing in detail in this article.

Full article

Why GraphQL is the future of APIs

Wednesday, May 08, 2019 Teklinks

Since the beginning of the web, developing APIs has been a difficult task for developers. The way we develop our APIs must evolve with time so that we can always build good, intuitive and well-designed APIs. In the last few years, GraphQL has been growing in popularity among developers.

Full article

May 7, 2019

How to Profit from Cryptocurrency

Tuesday, May 07, 2019 Teklinks

Cryptocurrency is one of the most risky yet rewarding investments in our current era. All kinds of people having made huge amounts of money by investing into cryptocurrency, from tech nerds to average Joes.

Full article

May 4, 2019

create-react-app v3, What's new?

Saturday, May 04, 2019 Teklinks

When you're looking to setup your React developer environment, create-react-app is one of the go to ways to go about it. This package allows you to do so with minimal configuration as it creates most of the boilerplate code needed to get you up and running.

Full article

May 2, 2019