Orginale white paper di Bitcoin tradotto in italiano
Satoshi Nakamoto
satoshin@gmx.com
www.bitcoin.org
Translated in Italian from bitcoin.org/bitcoin.pdf
by @terzim
PDF to HTML by @stefcud
Sommario. Una versione puramente peer-to-peer di denaro elettronico permetterebbe di spedire direttamente pagamenti online da un’entità ad un’altra senza passare tramite un’istituzione finanziaria. Le firme digitali offrono una soluzione parziale al problema, ma i benefici principali sono persi se una terza persona di fiducia è ancora richiesta per prevenire la doppia spesa. Proponiamo una soluzione al problema della doppia spesa mediante l’utilizzo di una rete peer-to-peer. La rete stampa un marcatore temporale sulle transazioni facendo hashing…
thanks Meteor Software team for their friendliness! 🖤
This article is a clone of the original offline:
http://experimentsinmeteor.com/package-based-architecture/
Author: Nick Riebeek
Furthermore it was used for the design of the framework KeplerJs and inspiration to write the article:
Software Architecture for large-scale NodeJS applications
I recently viewed a great screen cast by Sacha Grief where he explains Telescope’s package based architecture.
We’re going to take an existing application and apply the principles laid out in Sacha’s screen cast to convert the application to a package based architecture. We’ll be replicating a lot of the conventions used in Telescope such as utilizing a lib and core package.
So before…
This article consider the large-scale Javascript NodeJS/Meteor applications architecture and treat the case study of the framework KeplerJs.
This article is work in progress…
UPDATES:
19 March 2018 (Plugins dependecies section)
24 March 2018 (Templates section)
4 February 2019 (Templates section)
31 January 2020 (Package.js)
I will to explain how to structure scalable applications designed to greatly increase their complexity, facilitating contributions and organizing the source code in a sustainable way from today until the end of the universe.
Kepler is a open source geosocial framework that allow to aggregate different geospatial data sources in a single application, the data…
Statistics on data and users are a very important part of a social platform. This article describes which tools have been developed to control and analyze some quantitative aspects of the KeplerJs platform.
This article is work in progress…
UPDATES:
2 April 2018 (charts integration)
Homepage redesign integrates data generated from official demo.
The data is produced by the new plugin keplerjs:stats
A new experimental plugin that allows you to publish through a REST interface some aggregated geostatistical data coming directly from the platform’s database, preserving user’s privacy.
Hi everybody devs!
In recent months I have resumed working on my very large Meteor project, the biggest of my experience in Meteor, after a part of rewriting for supporting pkg-based architecture and a plugins system now is published and it is online and released under MIT license.
It is an open source Geosocial solution that allows users to create and share favorite places and join discussions, checkin in places in real-time. It can be seen as a platform where users can interact with other open data platforms searching across OpenStreetMap, Geonames among other sources, importing data in order to…
The open source full-stack geosocial network platform.
The latest open source geosocial solution that lets users share favorite places and join discussions in real-time. It can be seen as a platform where users can interact with other open data platforms searching across OpenStreetMap, Geonames among other sources. The name as the best Meteor tradition wants to remain in the space field, “Kepler” is inspired by Kepler space telescope and wants to be seen as an sequel of the first big Meteor projects Telescope current VulcanJS.
Allows users to collect and georeferencing places on a modern web-mapping interface, describe them accurately…
The basic project documentation has been written and published on a dedicated website. The docs is subdivided into categories accessible online has a modern and responsive layout. It self is an open source project and you can report problems or translation errors in its issue reporting.