Programming

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


From the beginning to the end

25 Sep 2019 1 minute read 0 comments KiBLS

From the beginning to the end At the beginning was the love. At the end in there was life. At the beginning was the day. At the end in there was time. At the beginning was the word. At the end in there was language. At the beginning was nothing. At t...

Integrating keybase with a php website

20 Sep 2019 11 minute read 0 comments viraladmin

Today's article will be a bit different from most of my articles. Its going to explain how to integrate keybase verification with a php website. This article is specifically for people who use php as a programming language and it assumes you have cod...

My Program is Choking! Bottlenecks in software development.

19 Sep 2019 2 minute read 0 comments Daniel Goldman

"Smart contracts" or distributed and decentralized programs (DDPs) are simply very different than traditional programs, and programmers need to be careful about using traditional design practices, or it can be very costly. I remember one semester,...

Python 3: Lesson 4 - Variables & Data Types

18 Sep 2019 2 minute read 2 comments CN00b

Hi people, In Python, to declare something, you need to declare a variable. What is a variable? A variable is just a reserved memory location, to store a value; is created in the moment when you store the value to it. Comparative to other programming...

Python 3: Lesson 3 - Basic Syntax & Rules

18 Sep 2019 1 minute read 0 comments CN00b

Hi people, Before diving into Python programming, there are some rules that must be respected 100%, orelse you'll encounter a lot of errors, nerves, angry states and maybe, broken keyboards! :) The rules are simple and basic: 1. Indentation - Python...

Python 3: Lesson 2 - Choosing the best Editor/Interpreter for you

16 Sep 2019 2 minute read 4 comments CN00b

Hello people, As i said in the previous lesson, Python comes with his ows interpreter, called IDLE. It's a GUI( Graphical User Interface) and more fun than the cmd window.To run IDLE, go in your Start Menu and type IDLE. This works same as the cmd wi...

How I learned to stop worrying, and love Blocknative

16 Sep 2019 1 minute read 0 comments Dappcentral

Dapp development is a relatively new skill. Programming a blockchain game or app usually requires a new language to learn for the back end. And a new library for the front end browser interface. With all these new technologies, and little documentati...

Python 3: Lesson 1 - Installation & Your first line of code

16 Sep 2019 2 minute read 2 comments CN00b

Hi people, In this lesson i'll show you how to install, setup and write your first line of code in Python.Head to the official site and in the upper left side you'll see Downloads tab. Select your operating system (e.g. Windows) and make sure you dow...

Python 3: Lesson 0 - The Beginning

14 Sep 2019 1 minute read 8 comments CN00b

Hi people, This is the first "lesson" from a set of tutorials about Python, that i'll write for you. I'll try to write short and concise info, not to get you bored with wall of text.First lesson and it starts with 0? Starts with 0, because in program...

RIP STEEM CHAIN. 2016-2019

2 Sep 2019 1 minute read 3 comments liquid-mike

The Steem Chain Is Down. It's been down for almost a day. Here's why people should be worried and its not just a bug from oversight.  First of all there was a lack of testing for HF21. A lot of people reacted negatively to this news. In fact, peopl...