The Latest News On The API Economy
Searching: No Search Term , Filtered By Language: "JavaScript"
WhiteSource Threat Report Documents JavaScript npm Cyberattacks
WhiteSource, a security and management company, today released a new threat report based on malicious activity found in npm, the most popular JavaScript package manager used by developers worldwide. The report is based on findings from more than 1,300 malicious npm packages identified in 2021
02-08-2022
Node.js V17 Adds New Promises API
The Node.js Project recently released version 17 of its open-source JavaScript framework. Odd-numbered versions serve as short-term advancement versions that feed experimental features into long-term even-numbered versions. One experimental feature included in this version is Promise APIs.
10-27-2021
Facebook Adds Relay Hooks for Improved GraphQL Data Fetching
Facebook has introduced Relay Hooks, an updated set of React APIs that the company believes are a more developer-friendly way to work with Relay. Relay Hooks APIs allow developers to leverage the Relay JavaScript framework for fetching GraphQL data in React applications.
03-11-2021
How to Make Use of gRPC Libraries and Frameworks
While gRPC brings a lot of power to enterprise-level distributed computing, it's not an easy technology to implement. Fortunately, there are projects that provide the necessary framework to do this. This article focuses on a detailed examination of the Node.js implementation of gRPC.
10-14-2020
Vue.js 3.0 Soon to be Generally Available
Vue.js, a progressive JavaScript framework, is expected to release 3.0 for general availability by the end of this month. The beta version of 3.0 has been around for a few months now, and the Vue team has updated the roadmap for an official release in Q2 of 2020. 2.7 is the last release under 2.x.
06-11-2020
Monetate Launches SDK for React Mobile JavaScript Framework
Monetate today announced it has released a new SDK for the React Mobile JavaScript framework. This new offering gives customers a streamlined method to leverage Monetate’s platform capabilities on the React framework for single-page applications (SPAs).
05-06-2020
GitHub Announces the Acquisition of JavaScript Package Manager npm
GitHub today announced plans to purchase JavaScript package manager npm and noted that they plan to keep the resource free and available. Additionally, GitHub expressed intent to invest in npm’s registry infrastructure, improve the developer experience, and help foster community growth.
03-16-2020
Google Deprecates Android AsyncTask API
Google this week deprecated the AsyncTask API found in Android. The API, part of Android for years, helped synchronize network requests with and match them to the user interface on Android smartphones and tablets. The company did not provide a reason for deprecating the API.
11-08-2019
TypeScript is Now Airbnb's Official Language for Web Development
Brie Bunge, Front-End Engineer at Airbnb told the audience that Airbnb has adopted TypeScript as its standard language for Web development. TypeScript provides a level of reliability and programming efficiency which is difficult to achieve when programming only with JavaScript.
11-05-2019
AWS Cloud Development Kit now Generally Available
Amazon released its AWS Cloud Development Kit last year as a preview. Now, the CDKs for TypeScript and Python are now generally available. The CDK allows administrators to manage their infrastructure using the same language and tools they use to build applications, a move towards DevOps practices.
07-11-2019
GraphQL Nexus Enhances Code First Capabilities for GraphQL API Development
Tim Greisser, Software Engineer at Cypress.io presented the benefits of using GraphQL Nexus for taking a “code first” approach to GraphQL API development. GraphQL Nexus is a development library that allows GraphQL developers to do strong-type programming when creating a GraphQL API.
06-28-2019
How to Transform an Air Traffic API to GeoJSON to Render on a Map
Many APIs provide data to use in an application but that data isn't always complete. This tutorial shows how to retrieve data from an API for global flight tracking and then transform it into GeoJSON to store in HERE's XYZ Geospatial Storage API and then render it as a 3D map with Three.js.
06-14-2019
Google Announces the “Kotlin-First” Approach for Android Development
Google announced the Kotlin first approach to Android development at the developer keynote presentation on Day 1 of the yearly Google I/O developer conference. Google’s intention is to position Kotlin as the favored programming language for Android application development moving forward.
05-08-2019
Facebook Targets Browser Queueing Delays With New isInputPending API in Chrome 74
Facebook has announced that a new isInputPending API it created is included in Chrome 74, the latest version of Google's popular Chrome browser, as an origin trial. The social networking giant created the isInputPending API to address the problem of browser queueing time delays.
04-24-2019
How to Build Twilio Appointment Reminders with Node.js and Express
Many of us have a love/hate relationship with appointment reminders. Maybe the least annoying notification is a text message, and it's also the easiest. The Twilio REST API lets you create intelligent reminders, and you can also benefit from simple integration with your CRM and reservation systems.
03-27-2019
Top Social APIs in 2019
Despite the recent privacy snafus from some social media platforms, developers are just as interested in creating social applications as they ever were. Here we take a look at some the social APIs in ProgrammableWeb's directory that get the most traffic, and what developers can do with them.
03-10-2019
Salesforce Opens Up Lightning Platform to World’s 7 Million+ Javascript Developers
Salesforce today announced its Lightning Web Components Framework; a technology that makes it possible for developers to use the Javascript programming language to customize browser-based web applications built on top of Salesforce’s core capabilities.
12-13-2018
How to Make a Heatmap with Mapbox GL JS
This tutorial will show you how to make a heatmap using Mapbox GL JS. Heatmaps can be used to display a large amounts of points in a visually engaging way for your audience. Here we refer to heatmaps as a visualization that is useful for showing the density of points over an area.
11-01-2018
How to Build a Store Locator Using Mapbox GL JS
This guide will walk you through how to create a store locator map using Mapbox GL JS. You'll be able to browse all of the locations from a sidebar and select a specific store to view more information. It takes a deep dive into JavaScript with Mapbox GL JS to build an interactive web map.
10-27-2018
How to Switch from Google Maps to Mapbox
For Google Maps users looking for an alternative, this guide will walk you through making the switch to Mapbox. You will be shown how to use Mapbox GL JS, a web mapping JavaScript library, to create a web map, add a marker, and attach a popup using similar methods as the Google Maps JavaScript API.
10-25-2018