Only programming
Only programming

Only programming

The posts in this Blog want to teach the base of programming and explain basic concepts of programming. The languages we use are: - Typescript / javascript (FrontEnd Angular, BackEnd Deno, Node.js); - C# .net Core (Web api BackEnd).


Desktop application with Electron

9 Jan 2021 2 minute read 0 comments T89

Today we tolk about Electron, that is a fantastic framework that allows you to create desktop applications with Javascript, HTML and CSS. You can use Typescript and other framewrok like Angular, React or Vue.js. You can create a single dasktop applic...

What is the tecnology behind "The Graph"?

5 Jan 2021 2 minute read 0 comments T89

  As we all know "The Graph" is an indexing protocol for querying networks like Ethereum and IPFS.To create this, "The Graph" uses GraphQL Api. GraphQL is a query language that provides clients with exactly the data requested by the user. It was crea...

What is Deno? Deno or Node?

2 Jan 2021 1 minute read 0 comments T89

In short Deno  is a new runtime for JavaScript, create from Ryan Dahl (creator of Node.js).Deno supports TypeScript natively, this means you don't need to have a TypeScript configuration. All compilation is done by it. Why we need a new runtime? Den...