hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Monday, 13 September, 2021 UTC

Download & Update Node.js to the Latest Version! Node v16.11.0 Current / LTS v14.18.0 Direct Links

Node 14 became the LTS version, while Node 16 became the Current version from April 2021! In this article below, you’ll find changelogs and download / update information regarding Node.js! Node.js LTS & Current Download for macOS: 14.18.0 LTS macOS ... more


Wednesday, 21 July, 2021 UTC

React-Native Sound & Animation Tutorial

In this React-Native sound and animation tutorial, you’ll learn tips on how you can add animation and sound effects to your mobile application. We’ll also discuss topics like persisting data with React-Native AsyncStorage. To showcase how you can do ... more


Thursday, 8 July, 2021 UTC

Stripe & JS: Payments Integration Tutorial

In this Stripe & JS tutorial, I’ll show how you can create a simple webshop using Stripe Payments integration, React and Express. We’ll get familiar with the Stripe Dashboard and basic Stripe features such as charges, customers, orders, coupons and ... more


Friday, 25 June, 2021 UTC

Getting Started with Ansible Tutorial – Automate your Infrastructure

This Ansible tutorial teaches the basics our favorite open-source software provisioning, configuration management, and application-deployment tool. First, we’ll discuss the Infrastructure as Code concept, and we’ll also take a thorough look at the currently ... more


Thursday, 24 June, 2021 UTC

D3.js Bar Chart Tutorial: Build Interactive JavaScript Charts and Graphs

Recently, we had the pleasure to participate in a machine learning project that involved libraries like React and D3.js. Among many tasks, I developed a few d3 bar charts and line charts that helped to process the result of ML models like Naive Bayes. ... more


Monday, 14 June, 2021 UTC

Puppeteer HTML to PDF Generation with Node.js

In this article I’m going to show how you can generate a Puppeteer PDF document from a heavily styled React web page using Node.js, headless Chrome & Docker. Background: A few months ago one of the clients of RisingStack asked us to develop a feature ... more


Thursday, 10 June, 2021 UTC

Async Await in Node.js – How to Master it?

In this article, you will learn how you can simplify your callback or Promise based Node.js application with async functions (async await). Whether you’ve looked at async/await and promises in JavaScript before, but haven’t quite mastered them yet, or ... more


Wednesday, 2 June, 2021 UTC

Handling runtime environment variables in create-react-apps

Have you ever run into a problem in production/staging, when you just wanted to change the API URL in your React app in a quick and easy way? Usually, to change the API URL you need to rebuild your application and redeploy it. If it's in a Docker container, ... more


Wednesday, 2 June, 2021 UTC

Handling runtime environment variables in create-react-apps

Have you ever run into a problem in production/staging, when you just wanted to change the API URL in your React app in a quick and easy way? Usually, to change the API URL you need to rebuild your application and redeploy it. If it’s in a Docker container, ... more


Tuesday, 16 February, 2021 UTC

Building a Real-Time Webapp with Node.js and Socket.io

In this blogpost we showcase a project we recently finished for National Democratic Institute, an NGO that supports democratic institutions and practices worldwide. NDI’s mission is to strengthen political and civic organizations, safeguard elections ... more


Tuesday, 16 February, 2021 UTC

Building a Real-Time Webapp with Node.js and Socket.io

In this blogpost we showcase a project we recently finished for National Democratic Institute, an NGO that supports democratic institutions and practices worldwide. NDI’s mission is to strengthen political and civic organizations, safeguard elections ... more


Tuesday, 17 November, 2020 UTC

Case Study: Building a Mobile Game with Dart and Flutter

Hello, and welcome to the last episode of this Flutter series! 👋 In the previous episodes, we looked at some basic Dart and Flutter concepts ranging from data structures and types, OOP and asynchrony to widgets, layouts, states, and props. Alongside ... more


Tuesday, 27 October, 2020 UTC

Flutter Crash Course for JavaScript Developers

Welcome! I’m glad you’re here again for some more Dart and Flutter magic. ✨ In the previous episode of this series, we looked at Dart and went from basically zero to hero with all those types, classes and asynchrony. I hope you had enough practice on ... more


Thursday, 8 October, 2020 UTC

Beginner Dart Language Tutorial for JavaScript Developers

Hello, and welcome to this series! 👋 I’m Daniel, a software engineer at RisingStack, and I’ll be your guiding hand to get to learn Dart and Flutter. This series is aimed at those who know React-Native, JavaScript, or web development and are trying to ... more


Tuesday, 4 August, 2020 UTC

Auth0: Vue & TypeScript Quickstart SDK - The Missing Docs

Authentication is hard. Even if you know the ins and outs of it, handling registration, login, email verification, forgotten password, secret rotation... and what not... is a tedious work. For this reason, we use auth providers such as AWS Cognito or ... more


Tuesday, 5 May, 2020 UTC

About Async Iterators in Node.js

Async iterators have been around in Node since version 10.0.0, and they seem to be gaining more and more traction in the community lately. In this article, we’ll discuss what Async iterators do and we'll also tackle the question of what they could be ... more


Tuesday, 31 March, 2020 UTC

Introducing React Easy State by RisingStack

Hi! About a year ago I created React Easy State - a moderately popular React state manager - which currently has around 1.8K stars, and a small but enthusiastic community forming around it. Unfortunately, I didn't have enough time to keep up with the ... more


Monday, 20 January, 2020 UTC

Generating a Static Site with Hugo + Netlify in 15 minutes

In this article, I’m going to show how you can quickly generate a static site with Hugo and Netlify in an easy way. What are static site generators, and why do you need one? Simply put, a static site generator takes your content, applies it to a template, ... more


Thursday, 9 January, 2020 UTC

Production Ready with React Training

Hello there, and Happy 2020! At RisingStack, besides working on consulting and outsourced development projects, we're actively training engineering teams as well, ranging in size from 5 to 25 ppl at a time. You might already know that we have 2-days-long ... more


Thursday, 9 January, 2020 UTC

Production Ready with Node.js Training

Hello there, and Happy 2020! At RisingStack, besides working on consulting and outsourced development projects, we're actively training engineering teams as well, ranging in size from 5 to 25 ppl at a time. You might already know that we have 2-days-long ... more


Wednesday, 1 January, 2020 UTC

Every Article by RisingStack

This page is simply a collection of every article we ever wrote, in reverse chronological order: 2020 About Async Iterators in Node.js Reinventing Hooks with React Easy State Introducing React Easy State by RisingStack Getting Started with Ansible a.k.a. ... more


Wednesday, 18 December, 2019 UTC

RisingStack in 2019 - Achievements, Highlights and Blogposts.

🎄 How was 2019 at RisingStack? 🥳 - you might ask, as a kind reader already did it in a comment under our wrap-up of 2018. Well, it was an intensive year with a lot of new challenges and major events in the life of our team! Just to quickly sum it up: ... more


Wednesday, 6 November, 2019 UTC

Great Content from JSConf Budapest 2019

JSConf Budapest is a JSConf family member 2-day non-profit community conference about JavaScript in the beautiful Budapest, Hungary. RisingStack participated in the conf for several years as well as we did this September. In 2019 we delivered a workshop ... more


Wednesday, 2 October, 2019 UTC

Update Now! Node.js 8 is Not Supported from 2020.

The Node.js 8.x Maintenance LTS cycle will expire on December 31, 2019 - which means that Node 8 won’t get any more updates, bug fixes or security patches. In this article, we’ll discuss how and why you should move to newer, feature-packed, still supported ... more


Monday, 23 September, 2019 UTC

How to Deploy a Ceph Storage to Bare Virtual Machines

Ceph is a freely available storage platform that implements object storage on a single distributed computer cluster and provides interfaces for object-, block- and file-level storage. Ceph aims primarily for completely distributed operation without a ... more


Thursday, 1 August, 2019 UTC

React-Native Testing with Expo, Unit Testing with Jest

Welcome back! This is the 6th and final episode of our React-Native tutorial aimed at React developers. In this episode, we'll make our app a bit more responsive, we'll do React-Native testing with Expo on both Android and iOS devices . We'll also improve ... more


Tuesday, 2 July, 2019 UTC

React-Native Tutorial: Adding Animation & Sound to our Mobile Application

In this React-Native tutorial, you'll learn about how you can add Animation and Sound to your mobile application. We'll also discuss topics like persisting data with React-Native AsyncStorage. To showcase how you can do these things, we'll use our Mobile ... more


Wednesday, 26 June, 2019 UTC

Golang Tutorial for Node.js Developers, Part I.: Getting started

In case you are a Node.js developer (like we are at RisingStack) and you are interested in learning Golang, this blogpost is made for you! Throughout this tutorial series, we'll cover the basics of getting started with the Go language, while building ... more


Wednesday, 29 May, 2019 UTC

A Definitive React-Native Guide for React Developers: Part IV.

Welcome back! In this series, we’ll cover the basics of React-Native development and develop a mobile game together. You can read the previous parts of this article series here if you missed any: Part I. - built-in components, styling, storing persisting ... more


Wednesday, 15 May, 2019 UTC

A Definitive React-Native Guide for React Developers: Part III.

Welcome back! In the previous episodes of this React-Native tutorial series, we initialized the routing, added our custom font, and built our first component while working on the home screen. Now, we are going to work on the main game logic and the Game ... more