coding

216 Articles 3 Followers


Python 1- Variables, Lists, and Dictionaries

3 Apr 2020 1 minute read 2 comments CPix

Recently, I started a FinTech Bootcamp and wanted to share some of the basics I have learned. Python is an important programming language for financial analysis and so much more. To get started you will want to download an application which supports...

10 Programming Tips For New Web Developers

18 Mar 2020 5 minute read 3 comments creatorskeep

Are you a new web developer or thinking about taking the first steps towards web development? Then welcome to the cool kid’s club! As a reward for entering in this awesome yet challenging world, I would like to present you 10 programming tips...

The 0x in Publish0x - BTC Addresses

10 Mar 2020 3 minute read 0 comments VKrum

Image source: thenextweb.com The concept of using a long address code for payments are a function similar to e-mail. For instance - PayPal uses e-mail addresses to send money between registered users. BTC wallets do the same in conceptual terms. I am...

Top 10 programming languages

2 Mar 2020 4 minute read 1 comment ryosuke

If you are a beginner in the IT field, the first question that comes to your mind is: From where should i start ? There are hundreds of fields to choose from for example you can choose the ones based on your career goals.One of the easiest way to cho...

Top 10 Coding Tips For Beginners

27 Feb 2020 6 minute read 2 comments creatorskeep

Are you a new coder or thinking about getting your feet on the world of coding? Then buckle up! It will be a wonderful ride with many obstacles to surpass and many goals to accomplish. I’ve been a coder for more than 10 years now, and today I...

Build your own Silent Crypto Miner | knowledge 1on1

26 Feb 2020 4 minute read 1 comment Bartl0miej

Create your own silent, virus free bitcoin miner to spread around and make some cash. This tutorial will teach you to do so using almost no skills in computing. Confused We will use regular freeware tools to do so. All software is property of their a...

What is an ERC-20 Token?

27 Jan 2020 2 minute read 0 comments Lanky Asha'man

With the arrival of the Ethereum Network, the crypto community saw a revival.  Vitalik Buterin's vision led to the birth of the alt-coin market, and a few years after going live, the Ethereum Network now supports more than 200,000 ERC-20 token contra...

Learn software programming the fun way

4 Jan 2020 1 minute read 3 comments SikkoSum

Here is a cool website where you learn software programming by coding little video games:  https://www.codingame.com The focus here is on algorithms and logic which is great if you want to become a good programmer.   My advices: 1/ pick javascript or...

The Dungeons Of Tweet_Dungeon (😶 Tweet_Dungeon dev log #4 💀)

25 Nov 2019 3 minute read 0 comments StuffBySpencer

  The Dungeons Of Tweet_Dungeon Can't have a dungeon-crawler without dungeons! Today we'll look at how the dungeons in Tweet_Dungeon take form, and what you can expect to encounter while traversing these dangerous-depths!     Making Fun Dunge...

The trick with deploying your node.js apps to Heroku

13 Oct 2019 1 minute read 0 comments 0xgult

If you are working on a simple nodejs/express service and are looking to deploy to Heroku, even though the steps to deploy are really straightforward if you are using the Heroku CLI, when you first deploy your app, you will run into an issue like thi...