JavaScript is considered one of the most popular programming languages, but depending on which developer is asked, opinions on the current JavaScript ecosystem are either strongly positive or strongly negative. That’s why Sacha Greif, a designer and coder living in Osaka, Japan, created a survey to see what everyone thinks about the current state of … continue reading
It’s 2 AM, just hours before development is set to begin on your new multimillion-dollar project. While everyone else is sleeping, you’re wide-awake in a cold sweat. “Is that framework we selected really the right one?” you’re wondering. “Will we regret it later?” Sound familiar? Rest assured, you’re not alone! New JavaScript frameworks are under … continue reading
One of Google’s latest projects is the Magenta project, an effort to generate music, video and images using machine intelligence. It’s also an open-source library for machine learning, part of the Google Brain team, using TensorFlow. The big question Project Magenta tries to answer is, “Can machines make music and art?” If this is possible, … continue reading
The React team has released a stable version of React v15.0, which follows the previous 0.14 version. With this release, React no longer actively supports Internet Explorer 8, among other new features and bug fixes. As part of this release, the React team would like to start welcoming community contributions. As a way of receiving … continue reading
Shortly after Microsoft previewed the first set of extensions for Microsoft Edge, it was revealed the company is also working on a porting tool to allow developers to run Chrome extensions on the Edge browser. Jacob Rossi, an engineer for Microsoft Edge, tweeted: “Lots of questions on this: yes we’re working on a porting tool … continue reading
A new code generator wants to make it easier for designers and front-end programmers to create Web applications. Protoship is a code generator designed to create HTML, React and SASS components from design, without having to write CSS and HTML manually. “Unlike the output from typical code-generation tools, Protoship will produce good code indistinguishable from … continue reading
Some developers are talking about a new GitHub project that they claim is the easiest way to build isomorphic JavaScript apps using React and Redux. After giving it a look, we decided to feature it for our SD Times GitHub project of the week. Can you feel the MERN yet? MERN is a scaffolding tool … continue reading
Facebook is letting Android developers take advantage of its JavaScript framework for native development. The company has announced it is releasing React Native for Android. “React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React,” the company wrote on its GitHub page. “The … continue reading
JavaScript is empowering JavaScript to build a 3D JavaScript conceptual city. If that sounds meta, it’s because this week’s featured GitHub project, JSCity, is an implementation of the CodeCity source-code visualization environment brought to life with three.js, the popular JavaScript library enabling 3D visualizations, to illustrate facets of the JavaScript programming language as the infrastructure … continue reading
The NSA is getting into open source with the System Integrity Management Platform (SIMP), a cybersecurity tool for the masses. From the National Security Agency, the governmental organization that brought you PRISM and the arsenal of surveillance tools leaked in the Snowden files comes SIMP, a Linux framework designed to provide a combination of security … continue reading
French developer Kévin Dunglas has released the 1.0.0 beta version of API Platform, an open-source “API-first” PHP framework for creating interoperable single-page applications, native mobile apps, and websites. It is built on Symfony reusable PHP components. With API Platform, developers can first build a hypermedia REST API application before integrating and leveraging other popular client-side development … continue reading