Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


VisualStudioCode - [Part 2] Useful Extensions

29 Jan 2021 1 minute read 0 comments Giemo

The bread and butter of VSCode is the ability to choose from a huge variety of extensions. If you don't know where the available extensions can be found, have a look here. Here is a list of some of the most useful extensions, that will help you with...

A linear search no longer beats a binary search for small arrays

29 Jan 2021 1 minute read 2 comments Scandum

Wikipedia quite authoritatively states that "Binary search is faster than linear search except for small arrays", which has been a well accepted truth for many years, but this is no longer the case. The traditional binary search which was developed m...

Git - [Part 1] What is Git?

28 Jan 2021 4 minute read 0 comments Giemo

Imagine you are working on your project and always save your progress into the same file. One day you realise, that the changes you made the day before are not correct and you would like to go back to a previous state. Because you saved all your prog...

Hydro's going to multi-chain

28 Jan 2021 3 minute read 0 comments Project Hydro

There is nothing like "one chain to rule them all", but a range of many blockchains co-exist with different specific use cases. Bitcoin and Ethereum run on single-chain networks but they would have to implement new technology or second layer solutio...

VisualStudioCode - [Part 1] Introduction

27 Jan 2021 1 minute read 0 comments Giemo

In theory all you need to write a program is a text editor and (depending on the programming language) a compiler. With only this minimal setup however, it will be hard to write or debug your code efficiently. That's why IDEs (Integrated Development ...

Puzzled by Python? Easy ways to get crypto data.

27 Jan 2021 2 minute read 1 comment Crypto Accountant

Solid facts about Crypto stats I have all manner of questions about crypto and patterns related to crypto. I, for one, think that I normally see the biggest drops of the market over Sunday night going into Monday. I like to have data that backs up my...

Open Community Voting for the Hydro Token Supply

25 Jan 2021 2 minute read 0 comments Project Hydro

Project Hydro is an open-source project driven by the community. And the Hydro community has always been a part of every major decision that evolves the Hydro ecosystem. We interact with our community and listen to their ideas and suggestions carefu...

How To Start A Website With HTML5 From Scratch

24 Jan 2021 1 minute read 0 comments Great Developer

How To Start Your Website Okay so when you start your website you are going to need to start it with this basic all around template. Meta Tags The second most important part of making a website the META TAGS The meta tags are the tags that tell you...

OpenEthereum Client: release of V3.1.1

22 Jan 2021 5 minute read 0 comments GoInvest

Networks and clients of the various assets on the market are constantly undergoing updates, making these tools lighter, faster, and more comprehensive. In particular, Ethereum clients are making great strides during the last few months. Today was the...

Visual Studio Code setup tutorial

19 Jan 2021 1 minute read 0 comments ZeusXx

So you want to start programming but you don't know which program is the best to use? Well, I can tell you that VScode is one of the best programs for writing python code. So to set up VScode you will first need to download it. after you have downloa...