Search
Stellar Node Outage Causes Two-Hour Complete Transaction Freeze
16.5.2019
Blockchain network Stellar (XLM) stopped confirming transactions for two hours on May 15
HTC To Release Economical Blockchain Smartphone With Potential Of Running A Bitcoin Full Node
14.5.2019
Taiwanese Consumer electronics giant- High Tech Computer (HTC) has announced the unveiling of a brand new economical version of its blockchain smartphone. Last year in May, the Company had broadcasted to be working on an Android phone powered by blockchain technology. Later in October, Exodus...
Consumer Electronics Giant HTC Announces Bitcoin Full-Node on Exodus 1S Smartphone
13.5.2019
The Exodus 1S smartphone with bitcoin full node capability has been announced by consumer electronics giant HTC
HTC Says Its Next Smartphone Will Run a Full Bitcoin Node
11.5.2019
HTC plans to release a low-cost smartphone capable of running a full bitcoin node by the end of Q3
Boston Fed Announces Plans To Design a Blockchain ‘Supervisory Node’
10.5.2019
The Boston Federal Reserve is close to launching their own private supervisory node
New ECMAScript Modules in Node v12
9.5.2019
If you’re familiar with popular JavaScript frontend frameworks like React, Angular, etc, then the concept of ECMAScript won’t be entirely new to you. ES Modules have the import and
Používáme knihovnu Readability na serveru
4.4.2019
Možná znáte Readability z reader-view v prohlížeči. Odstraní ze stránky přebytečný balast a zůstane jen dobře čitelný text. Stejný projekt lze s úspěchem použít i na serveru. Pojďme si ukázat, proč i servery potřebují dobře čitelné texty
Setting Up a Node Project With Typescript
18.3.2019
Node, a run-time environment that makes it possible to write server-side JavaScript, has gained a lot of adoption since its release in 201
Get Started with Node: An Introduction to APIs, HTTP and ES6+ JavaScript
11.3.2019
Jamie Corkhill has written this wonderful post about Node and I think it’s perhaps one of the best technical articles I’ve ever read. Not only is it jam-packed with information for folks like me who aren't writing JavaScript everyday, it is also incredibly deliberate as Jamie slowly walks through...
Web<element> – první vydání fullstack konference
20.2.2019
Jak to vlastně je s těmi full-stack vývojáři? Existují? Nebo jsou to jen urban legends? Ale víte co? Je to jedno. Ale co taková konfrence, která bude mít široký přesah? Tak na to odpověd máme v podobě prvního webelementu
Building a modern app using Nest.js, MongoDB and Vue.js
19.2.2019
Introduction
Nest.js introduces a modern way of building Node.js apps by giving it a proper and modular structure out of the box. It was fully built with TypeScript but still preserves com
How to use console in node.js
11.2.2019
Introduction
In this article, we'll learn how to use most methods available in the nodeJS console class more effectively.
To demonstrate, I'll use Chrome browser version 70
Getting Started with Nest.js
22.1.2019
If you have ever worked on a Node.js application before, either built a REST API or an enterprise application, you must have realised how tedious and daunting it was to maintain, especially wheneve
Getting started with Gateman.JS for Node app authorization
17.1.2019
Gatemanjs is an authorization system designed to manage roles and claims in node applications that use mongodb for data storage. It works together with mongoose to provide a fluent approach to mana
Super Simple GraphQL with Node
14.1.2019
GraphQL is a specification and therefore language agnostic. When it comes GraphQL development with node, there are various options available ranging from
Build a Secure Node.js Application with JavaScript Async Await Using Hapi
18.12.2018
At the core of the JavaScript language is its asynchronous programming model. Unfortunately, dealing with callback functions has long been a source of frustration for many developers. JavaScript Pr
Souhrn 48. týdne
3.12.2018
Facebook BOLT. Atom 1.33. TypeScript 3.2. Amazon Personalize. Neo4j 3.5. Node.js Compiler Collection. ???? HTTP/3 Explained
10 Node Frameworks to Use in 2019
28.11.2018
Introduction
More developers have switched to using JavaScript to build more applications, especially for the web. This has brought about an exponential growth in the usage of frameworks b
Automate Your Workflow with Node
18.7.2018
You know those tedious tasks you have to do at work: Updating configuration files, copying and pasting files, updating Jira tickets.
Time adds up after a while. This was very much the case when I worked for an online games company back in 2016. The job could be very rewarding at times when I had...
Build and Understand a Simple Node.js Website with User Authentication
10.7.2018
Building websites with user authentication and management (login, registration, password reset, etc.), can be a huge pain. As a developer there are a million little things you need to worry about: