node.js

Article Thumbnail
Article

Node.js - Harnessing the power of Java (for PDF generation and more)

Cesar Valdez

At Red Hat, we all love playing with new technologies, and sometimes we find gaps that haven't yet been filled. I want to take a few minutes to share a personal project I've been working on in my spare time. It is a native C++11 add-on that allows you to run a JVM in Node.js, giving access to the mature Java ecosystem of libraries and frameworks. Motivation I just wanted some mature PDF library in Node.js, like iText , PDFBox...

Article Thumbnail
Article

Get started with Node.js v4 using Red Hat Software Collections 2.2 Beta

Rob Terzi

Node.js v4 is now available on Red Hat Enterprise Linux 6 and 7 using Red Hat Software Collections 2.2 Beta . The Get Started with Node.js v4 guide has you covered even if you don’t know how to use Red Hat Software Collections (RHSCL) or how to access the beta. After enabling the RHSCL 2.2 Beta software repository on your system, you will be able to install node, npm, and up to 200 additional Node.js packages with a simple yum...

Article Thumbnail
Article

Continuous Integration and Deployment for Red Hat Mobile Cloud Applications using Circle CI

Evan Shortiss

In today's fast paced world of business, delivering quickly is a top priority. Doing so is difficult, however, if you lack confidence in your codebase or rely on error prone deployment processes. Continuous integration enables development teams to automatically run test cases prior to merging code into a stable branch, while continuous deployment leverages automation to provide more reliable, faster deployments of that code. Red Hat Mobile Application Platform supports an agile approach to developing, integrating, and deploying enterprise mobile...

RedHat
Article

Apps 101: An Absolute Beginners Guide to Integrating With a Node.js Backend

Cian Clarke

In part one of this post, we discussed building a hybrid client application which scans a barcode, and sends this code to the server side of our application. Now, we're going to build the server code to take this barcode number, and look it up on an external service. We'll be writing this using Node.js - a technology which uses the Javascript programming language, just like we wrote in our hello.js file in part one , only this time on...

Article Thumbnail
Article

React.js with Isotope and Flux

Samuel Mendenhall

TL&DR To integrate React.js and Isotope you need to tell Isotope of changes to the DOM through Isotope's API ( remove and addItems ). Overview Pairing React.js with Isotope is not particularly difficult when dealing with static content. However, pairing the two with dynamic content does get a bit tricky. The problem with the combination is that Isotope, by default, expects a known set of DOM elements so that it can make computations internally. When the elements change, which will...

12 Top blog articles of 2015
Article

12 Top blog articles of 2015 - don't miss these

Mike Guerette

Another December and another list of must-read blog articles for the year. These were the most read and averaged 16,000 views per article - so lots of interest! Scala vs. Node.js as a RESTful backend server (31000 views) Improving math performance in glibc Red Hat and Microsoft making .NET on Linux work for Enterprises Five different ways to handle leap seconds with NTP JIT-compilation using GCC 5 GCC5 and the C++11 ABI GCC 5 in Fedora Live Migrating QEMU-KVM Virtual...

Review of the year Top 10 Highlights
Article

2015 Year in Review - oh what a year.

Emily Parish

2015 is coming to a close and it’s always fun to reflect on all that has changed, grown, and news that almost make you wonder if pigs can now fly. Our team has greatly expanded, the community is growing, we are now accepting content contributors from around the world...so much to pick from. As you can tell it’s been a busy year and here are just some of top highlights. Here we go and in no particular order: 1) A...

Article Thumbnail
Article

It’s time for Portland and Node.js Interactive

Emily Parish

You may have heard that Red Hat joined the Node Foundation and to continue the Node spirit we are excited to join Node.js Interactive on December 8th in Portland, Oregon. Our own Greg Rewis, will be hosting a 20 minute session called “Building Node.js powered mobile apps with Red Hat Mobile.” He’ll show the power of Node.js for delivering microservices and APIs to mobile clients using the Red Hat Mobile Platform. Greg will walk you through some of the important...

Article Thumbnail
Article

Red Hat Software Collections 2.1 now generally available

Mike Guerette

Today, Red Hat announced the general availability of Red Hat Software Collections 2.1, Red Hat’s newest installment of open source web development tools, dynamic languages, and databases. Delivered on a separate lifecycle from Red Hat Enterprise Linux with a more frequent release cadence, Red Hat Software Collections bridges developer agility and production stability by helping to accelerate the creation of modern applications that can then be more confidently deployed into production. Red Hat Software Collections 2.1 features several new and...

Software Collections logo
Article

Software Collections 2.1 now in beta - Adds Varnish Cache, nginx

Mike Guerette

Today, we are pleased to announce the beta availability of Red Hat Software Collections 2.1, Red Hat’s newest installment of open source web development tools, dynamic languages, and databases. Delivered on a separate lifecycle from Red Hat Enterprise Linux with a more frequent release cadence, Red Hat Software Collections bridges developer agility and production stability by helping to accelerate the creation of modern applications that can then be more confidently deployed into production. Red Hat Software Collections 2.1 Beta helps...

NodeJS
Article

Red Hat joins Node.js Foundation as platinum member

Mike Guerette

From yesterday's press release... "The Node.js Foundation , a community-led and industry-backed consortium to advance the development of the Node.js platform, today announced Red Hat, Inc. has joined the Foundation as a Platinum member. Red Hat joins platinum members, including Famous, IBM, Intel, Joyent, Microsoft and PayPal, to provide support in the adoption, development and long-term success of the Node.js project. "Often used for building fast, scalable network applications, Node.js supports Red Hat technologies such as Red Hat Mobile Application...

NodeConf.eu Image
Article

Node immersion at NodeConf.eu

Mike Guerette +1

A number of Red Hatters are attending this week's NodeConf.eu as one of the event sponsors, but we're also here to learn more about Node.js and listen to some great sessions. Plus, I've met probably a dozen Red Hatters for the first time - most of whom are part of the Red Hat Mobile Application Platform team (formerly FeedHenry). Another nice benefit for this event is that it's in Waterford, Ireland, and specifically at Waterford Castle (TRULY - this is...

Software Collections logo
Article

Red Hat Software Collections 2 - now generally available

Mike Guerette

Excellent news - Red Hat has announced the general availability of Red Hat Software Collections 2. You'll see considerable additions to support multiple language versions. For example, it includes updates to "Python 2.7, continues to support Python 3.3 and also adds Python 3.4 – providing a fully-supported language library and blending developer agility with production stability." New Collections B uild ing upon an already robust selection of the latest, stable developer tools, Red Hat Software Collections 2 adds more than...

Software Collections feature image
Article

Software Collections 2.0 now in BETA - new and shiny

Mike Guerette

It seems like just a few months ago when we introduced Red Hat Software Collections 1.0 (RHSCL), followed by 1.1 and 1.2 will lots of additions and updates. Today, Red Hat has announced Red Hat Software Collections 2.0 with a truck load of important languages, tools, databases and web servers - including the addition of a new component: Passenger. Here's the list: Python 3.4 – the latest stable, major release of Python 3 and includes a number of additional utilities...

Article Thumbnail
Article

Scala vs. Node.js as a RESTful backend server

Samuel Mendenhall

VS. I've been involved with full-stack development for a while now, especially stacks involving single page apps. When choosing to go with a single page webapp the backend concerns change. While any backend will do the job (think ruby, python, java, etc.) more emphasis is placed on the front-end stack as most of the time is spent in Javascript and less in the backend language since that is not where the UI logic resides. This is liberating in some senses...

Article Thumbnail
Article

Repost: Node.js - An Enterprise Situation Report | The New Stack

Mike Guerette

I found this interesting Node.js article from The New Stack . A handy piece for those of you considering Node and especially now that we now have it in both Software Collections and OpenShift. "Why Node.js is an excellent and underutilized enterprise tool "Node.js, after cutting its teeth for a few years in the open source space, then being used by large-scale startups like LinkedIn and Joyent, it is now heading for the enterprise. From scaling virtualized hyper visors to...

Article Thumbnail
Article

Find Red Hatters at OSCON and Open Cloud Day

Mike Guerette

For all of the tech people heading to Portland the week of July 21, there may be a weight shift in the cybersphere. :) Red Hat is a sponsor of OSCON again this year, plus for the new Open Cloud Day. If you plan to attend, be sure to attend these Red Hat sessions. Open Cloud Day - sponsored by Red Hat, Chef, Citrix & OpenStack Monday, July 21, 2014 from 9:00am - 5:00pm "The Open Cloud Day at OSCON...

Article Thumbnail
Article

Webinar recording - Red Hat Software Collections for RHEL 6 and 7

Mike Guerette

We recently hosted and recorded a webinar that talks to the latest for Red Hat Software Collections (RHSCL) 1.1 available for both Red Hat Enterprise Linux 6 and 7 Red Hat Software Collections (RHSCL) delivers the latest, stable versions of dynamic languages, open source databases, and web development tools, all with a faster release cadence (to keep up with the upstream) and supported for 3 years. The new additions in Red Hat Software Collections 1.1 are: 2 new open source...

Article Thumbnail
Article

Red Hat Software Collections (RHSCL) 1.1 now GA

Mike Guerette

Second installment of Red Hat Software Collections delivers comprehensive suite of dynamic languages, open source databases and web development tools Red Hat today announced the general availability of Red Hat Software Collections 1.1, the second iteration of Red Hat’s comprehensive suite of powerful web development tools, dynamic languages and open source databases. Delivered on a separate life cycle from Red Hat Enterprise Linux with a more frequent release cadence, Red Hat Software Collections puts the latest stable open source runtime...

Article Thumbnail
Article

Moving an RHSCL app to Docker on Atomic

Langdon White

As many of you have probably heard, Red Hat announced a new " Docker server" at Summit . The new server is called "Atomic" and details can be found at the project home page . As you all know, I tend to be interested in using Software Collections to ensure the portability of applications. So, putting my foot^W money where my mouth is, I decided to download Atomic, run it as a VM, create a Docker image with a Software...

Article Thumbnail
Article

Unexpected Feature of Software Collections

Langdon White

If you are anything like me, you live in perpetual fear of breaking your primary machine. The one you use for reading email, twitter, notifying you of meetings, etc. Over the years we have seen many attempts to alleviate this problem, things like etckeeper , using git to manage home ( duck it ), regular backups (sure...), etc. Today, I stumbled across one of the benefits in Software Collections that I hadn't noticed before. My internal monologue went something like...

Article Thumbnail
Article

Leveraging RHSCL for DevOps

Langdon White

As you certainly know, DevOps is all the rage these days. While DevOps is many things, some pure "buzz" and some legitimate, we aren't going to talk about all that. Instead, let's talk about one small piece of the problem, simplifying the consistency of deployment platforms. Part of what has made DevOps, and, by extension, Continuous Deployment concepts possible has been the simplification, at least on some vectors, of the modern data center. Starting with virtualization, extending to configuration management...

Article Thumbnail
Article

Released! Red Hat Software Collections now GA!

Mike Guerette

[EDITOR's Note: This article introduces V1.0 of Red Hat Software Collections, but we are now at 2.0. Read about the latest here .] We've had so much interest in Red Hat Software Collections during beta testing and now here they are! Red Hat has announced the general availability of Red Hat Software Collections 1.0! "Available via select Red Hat Enterprise Linux subscriptions, Red Hat Software Collections delivers the newest, most stable versions of open source runtime components to subscribers on...

Article Thumbnail
Article

Red Hat Software Collections 1.0 Beta Now Available

Mike Guerette

You may have seen references to " software collections " in this blog, but this is different. "Red Hat Software Collections", now in beta for the first time, is a collection of refreshed and supported web/dynamic languages and databases for Red Hat Enterprise Linux. Now you can have two versions of software on one OS, or refresh these languages and databases more frequently. See this list below! From the announcement: "Red Hat is pleased to announce the Beta release of...