Programming

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


Week Recap and plans for the next week 01/05-08/01

8 May 2022 1 minute read 0 comments Cooldudue

Hello everyone  So this week I finished two mini-code projects mentioned in my previous posts. I still have to publish my code for the most wanted primes from Numberphile. This week I finished most of the analysis and predictive models from the follo...

Boot Camp Week 13, Technical Recap

8 May 2022 5 minute read 0 comments Mike Bivens

Week 13 has finished and the first of the final course at the Coding Dojo, Projects and Algorithms, is over. This has been a very exhausting week and if it wasn't for the intermissions where I reflected on the reason and value I find in my commitment...

Reverse a String

6 May 2022 1 minute read 1 comment Cooldudue

This was a pretty easy one. From the previous problem, I knew how to convert a string to an array of char. Then I had to make a copy of the array but in Java, it's not as easy as saying a=b. Then I looped through the first array replacing each letter...

Community First: Why Web3 Progress is About Building Vibrant Communities

6 May 2022 3 minute read 0 comments GetBlock

Here’s why building a strong and passionate community is a must for a cryptocurrency product. Despite Web2 and even FCMG brands are also using ‘community first’ motto here and there, it is crypto and blockchain where communities a) have a say in many...

Checking whether or not a number is an Armstrong Number

5 May 2022 1 minute read 0 comments Cooldudue

This was an interesting challenge as I had no idea how I was going to get each digit into an array. In python, you can just convert the int to a string and then index the string directly. I found this interesting solution on Stack Exchange to convert...

Developing Blockchain-Based Applications With GetBlock

3 May 2022 2 minute read 2 comments Cryptonator`s

There are already many blockchain and crypto projects blogging on Publish0x and providing great content. One of these projects is GetBlock. They have had their official blog here on Publish0x since August 2020.  But what is GetBlock actually about?...

Boot Camp Week 12, Technical Recap

2 May 2022 4 minute read 0 comments Mike Bivens

Week 12 of the experience blew by faster than I would have liked! The Python stack courses have officially been completed now and I'll be moving on to the final component of the Coding Dojo, building projects. This week, I did my best to run through...

Solana Development (6): Understanding How Smart Contract Works in Solana

25 Apr 2022 6 minute read 0 comments Brochain

I suppose you have successfully deploy your first Smart Contract following previous post. So, now, let’s understand how things work underhook. In this article, we would first talk about some concept of account in Solana then we will start reviewing t...

How to code a calculator web app

24 Apr 2022 7 minute read 1 comment powersjo

Creating your own calculator web app is a useful project to help beginners learn code and website hosting. When I started this project, I figured the hardest part to code would be the Javascript. This is because I thought since the logic lived there,...

Boot Camp Week 11, Technical Recap

24 Apr 2022 4 minute read 0 comments Mike Bivens

Week 11 is ending busier than any since the start of this series. This week saw extensive readings (see the non-technical recap), progress in the AJAX course with the bootcamp, updates to a list of projects, and the start of the Chainlink Spring Hack...