Programming

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


Boot Camp Week 4, Technical Recap

5 Mar 2022 3 minute read 0 comments Mike Bivens

Another week down in the Coding Dojo and it was the final week of Web Fundamentals. With Python starting on Monday, I'm feeling a mix of nervousness and excitement. I've made it further than I ever have in self-directed study and I feel like I have a...

Learning Python update #3 - The Crypto headline generator

2 Mar 2022 2 minute read 0 comments dotMatrix

Anyone who has been around crypto for a while will be used to seeing the amount of FUD thrown around, particularly from the mainstream media.  I remember reading the comments section on one particular article on the Guardian, and was blown away by th...

Programming Languages for Writing Blockchain Smart Contract's

2 Mar 2022 6 minute read 8 comments cryptogod-1

Hello everyone, I hope you all are having a nice day, welcome to CryptoGod-1's blog on all things Crypto. In this post I will be looking at some of the popular programming languages used when creating smart contracts. As most of us are probably aware...

Boot Camp Week 3, Technical Recap

28 Feb 2022 2 minute read 0 comments Mike Bivens

I'm splitting up what has been the week-end recaps into two separate posts to help differentiate the content and because I think these two posts may appeal to different people and the content is increasing as we proceed further into the boot camp. So...

How to make a REST API call in React

27 Feb 2022 4 minute read 0 comments mi1g08

This article provides an overview of making a REST API call in the React library using JavaScript Fetch API. The readers of this article must have some prior knowledge of using React library for creating user interfaces. It uses functional component...

"Pay to win" is difficult to evade

27 Feb 2022 3 minute read 0 comments wabinab

It's difficult to evade "pay to win". There are games that tries their best to not "pay to win", but essentially it's hard, believe me. The moment you can buy something, and it is linked to some stats that differs with each items, it's most likely pa...

What is the "fastest" coin to mine on unMineable - a programmer's answer

25 Feb 2022 1 minute read 9 comments k88.io

unMineable offers over 60 coins to mine. But how do you choose which one to mine? I will use the unMineable APIs to determine which coin is the "fastest" to mine in this post. By "fast," I mean which coin can get you to the minimum payment requiremen...

Learning Python update #2 - I made a game :)

24 Feb 2022 2 minute read 0 comments dotMatrix

Bit more of an update today, I've been spending a good deal of time over the last few days learning how to code a game in the 'Minesweeper' mould following the instructions laid out in the excellent 'Coding for beginners' book that I have shared a li...

How to use YAML Aliases

24 Feb 2022 1 minute read 0 comments jasonheecs

Have you ever had to copy and paste duplicate content in a YAML file and wondered if it is possible to DRY that up? As it turns out, YAML allows you to repeat nodes via aliases. YAML Aliases allow you to assign a name to a value or block of data and...

Learning Python update #1

23 Feb 2022 1 minute read 0 comments dotMatrix

So I have been learning python for a little while now, approximately a month off and on.  But so far haven't really committed to consistent learning.  I was given the advice of setting up a blog to post regular updates of my progress to keep me hones...