Programming

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


Create And Customize Asset(s) For A Business With Algorand Standard Asset (ASA) Using Algorand Python SDK

13 Jun 2020 6 minute read 0 comments Ddev

  FreThler Thompson, one of the top multinational companies located in over 10 countries of the world seeks to create a private asset in the coy's name to use internally across its branches. We have been contracted to create an asset custom to this p...

Follow this Principles to be a SOLID Developer!

13 Jun 2020 5 minute read 0 comments PhoenixDev

As a developer, you probably use or have heard about SOLID principles. This acronym, introduced by Robert C. Martin (Uncle Bob), in his book Agile Software Development: Principles, Patterns, and Practices, refers to five basic principles of object-or...

Get ready for Swift 5.3!

12 Jun 2020 3 minute read 0 comments PhoenixDev

Swift 5.3 News What is new in Swift 5.3 (whose publication process was announced by Apple on 3/25) can be found both at the code level (multi-pattern catch, multiple trailing closure …) and in the use of Swift Package Manager (addition of binary depe...

Two main advantages of Docker Desktop against terminal

12 Jun 2020 1 minute read 0 comments brauliodd

Docker Desktop is a desktop app for building, debugging, and testing Dockerized apps and these two are for me the two main advantages of Docker Desktop against terminal: 1. The way you can navigate between services logs is really neat Docker Desktop...

How To Build a Verifiably Random Lottery Smart Contract on Ethereum

11 Jun 2020 6 minute read 1 comment alexroan

True randomness has been near impossible on Ethereum. This is because transactions need to be verified by multiple nodes on the network to be confirmed. If a smart contract function were truly random, each node that verified a transaction using that...

How to Test Ethereum Smart Contracts for Access Restriction

11 Jun 2020 3 minute read 3 comments alexroan

Prerequisite: Ths article assumes an understanding of Solidity and Ethereum smart contracts. Controlling access to smart contracts is vital to ensuring security. Common patterns, like OpenZeppelin’s Ownable and AccessControl contracts, enable develop...

Be a Developer! Tips and Tricks

11 Jun 2020 6 minute read 0 comments PhoenixDev

Congratulations! You have decide to learn to program. Maybe you have great ideas to develop new applications or you would like to create web pages as impressive as the ones you see while browsing the internet. But, where can you start? There are seve...

All the major upcoming events for the next month that could result in these coins pumping.

11 Jun 2020 1 minute read 2 comments noBeans

Here's a list i have compiled of major events for the next 30 days that could result in a pump for these coins. Do your own research and then trade. This is just for reference. REN- BKEX will list REN on 12th June.   This coin has already seen a lot...

Fullstack Wizard. On creating a pleasant UI and other design tips.

10 Jun 2020 5 minute read 31 comments ProngsDark

For previous episode check HERE. For full code see my GitHub repo instrumentality-landing For a live demo of the progress of the project see this Heroku app: https://instrumentality-landing.herokuapp.com/#/ Today, in Fullstack Wizard, we are going...

WebDev Starter Pack - What are Programming Languages?! Overview about: Java, Python and Node.JS!

9 Jun 2020 7 minute read 0 comments Eroshi

Hello guys I'm here again to overview about some famous back-end languages nowadays, I already explained about back-end developer works here, and about HTTP here(the mainly work for a back end developer is creating a web server). I'm going to explain...