Tutorials

28 Articles 0 Followers


Tutorials - How to Stake Matic for Passive Income!

3 Aug 2020 1 minute read 7 comments DeCryptolorian

  In honor of Matic Network's Gaming Week, I thought I would do a tutorial for those who would like to stake the Matic Network token. If you are not familiar with Matic, here is a quote from one of my other articles: "At its core Matic Network is a...

How to Live on Crypto 4: Travel

16 Jul 2020 3 minute read 9 comments TheDesertLynx

Hey everyone, and welcome back to How to Live on Crypto. Before I showed you how to get and use a wallet, how to buy some crypto, and finally how to spend it buying things online. Now I’m going to show you how to travel using only crypto. Flights an...

Two days left in the Tezos Hackathon. All workshops available on-line.

23 Jun 2020 1 minute read 0 comments Allen Walters

We're almost one month into the biggest Tezos hackathon up to date. Over 1,000 devs have signed up and 11 workshops have been given so far. I'll post the first 5 workshops here today. The first workshop is provided by Baking Bad. Their team has been...

How to make drums (Tutorial) *LBRY)

30 May 2020 1 minute read 1 comment ibbysquish

This is for all the drummers out there! a quick tutorial going over how to digitise your drums. in this tutorial i'll show you how to make drums. for the purposes of this video i'll show you how to, in FL Studio but it's applicable to any DAW. Drop a...

Step by step to persist data in Flutter

27 Apr 2020 2 minute read 2 comments Chanh Ha

Introduction Most mobile apps need to store persistence data locally. There are many reasons to do so, from restoring the app state at the last session, to improve app performance. Therefore, Flutter offers us several ways to accomplish this feature....

Howto prune (shrink) the database of the Monero Blockchain on Linux

29 Mar 2020 6 minute read 0 comments SolarEclipse

Howto prune the database of the Monero Blockchain In this little tutorial, I will show you how to prune (equally shrink) the LMDB database, where Monero (XMR) stores it blockchain. Why do you want to do this? Obviously, because of the actual size of...

VG’s Tutorials — ZCore Token — Swap Process

28 Mar 2020 3 minute read 0 comments virtugrana

Note: This article aims to contribute informative content for you. I write this, based on my opinion. I am not responsible for your gains or losses. When you finish reading, do your own study and invest at your own risk. We currently have several cry...

Unity Shader Graph Procedural Skybox & Day/Night Cycle Tutorial

12 Mar 2020 1 minute read 0 comments Timanious

Unity Shader Graph Procedural Skybox & Day/Night Cycle Tutorial Hey everyone!I recently published part two of a written Shader Graph procedural skybox tutorial on my blog over here: timcoster.com/2020/02/26/unity-shadergraph-procedural-skybox-tutori...

Hello World in C++

3 Mar 2020 1 minute read 0 comments TechCogs

C++ is truly a historic language.  Based heavily on C, most client applications, especially in embedded systems and commercial software, are still written in C++, and the language continues to evolve and add new features.  C++ compilers have become m...

Hello World in Java

28 Feb 2020 2 minute read 0 comments TechCogs

Java is a very common language these days.  It's largely used for servers and especially for Android applications, being the main language for Android. Java syntax is inspired by C++ but in Java, unlike in many other programming languages, everything...