Programming

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


Create A Guess Game On Algorand Using Python.

23 Jun 2020 5 minute read 0 comments Ddev

src In this solution, you will be able to: Install and write program with Algorand's Python SDK. Connect to Algorand testnet using REST API call.  create a simple guess game using Python and deploy on Algorand blockchain. Learn basis of secure way...

WebDev Pack - What is Framework and Library in Web Development?

23 Jun 2020 3 minute read 0 comments Eroshi

Hello guys! Today I'm going to be explaining about Frameworks and Libraries in programming language, to explain something this two expressions that you read in some article anywhere from here: - "This tech was built used framework X or library Y"! Th...

Setting Sublime Text 3 for Git Flow

22 Jun 2020 1 minute read 0 comments pensebien

Sublime Text 3 is my best Text Editor and I use it mostly for Development and for every other editing since I moved from Windows to MAC.Yeah!, I lost my touch on Ms Office, anyways everyone started using Gsuite or Google Docs.  I hope to come back t...

The list of the main programming languages/libraries to develop smart contracts

22 Jun 2020 2 minute read 4 comments Eroshi

Hi guys! Today I'm gonna list some of the main languages to create smart contracts in blockchain! What are Smart Contracts? First things first, a Smart Contract is a way to develop a way to do contracts in a decentralized way, for example, a buy onli...

Python - execute external command and get output

20 Jun 2020 1 minute read 0 comments d-erf

Hello python devs!   Question here is to practically execute and external command like a system command, and get the output in a variable to work with.   Do do such, use subprocess import:   #!/usr/bin/env python import subprocess import pprint cm...

WebDev Starter Pack - HTML for beginners! The interface's structure from WWW!

18 Jun 2020 5 minute read 1 comment Eroshi

Hello guys, Andrercules (or Koro-sensei for weaboos) here, today i'm gonna talk about the power one the most known languages of web development, to be a beginner web developer front end: HTML. If you want to be a web developer, in a certain moment yo...

Game Dev Diary: Storybuilding

16 Jun 2020 5 minute read 0 comments X-51

Things have been pretty quiet here on the game-making front lately. I hit a technical snag changing my maps so the walls were objects instead of tiles which I am still working through - I will hopefully post more about that problem when I figure it o...

Develop your OCR Scan!

16 Jun 2020 7 minute read 0 comments PhoenixDev

In iOS 11 Apple integrated a library called Vision. This library use algorithms to perform a series of tasks on images and video (text detection, barcodes, etc.). Now, with iOS 13, Apple has published a new library, VisionKit, that allows you to use...

Be a POWERFUL Developer! Learn Design Patterns

15 Jun 2020 3 minute read 0 comments PhoenixDev

Design patterns allow developers to have a guide when establishing the structure of a program, and make it more flexible and reusable. In addition, it also allows solving problems with a methodology already tested and not doing so from scratch. Norm...

How EdX and Harvard Helped Me Boost My Portfolio

14 Jun 2020 3 minute read 1 comment _TrustSid

So, I took the decision to enroll myself into a certified online course. Because I wanted to boost my career and learn things that I have no prior knowledge about. And since I have a lot of time on my hands, Why not. I enrolled in the HarvardX progra...