coding

221 Articles 3 Followers


How to create/add SSH key to your GitHub account.

21 Jul 2021 1 minute read 0 comments Amit Kumar1

Hey There! Hope this post helps you in setting up the SSH key in your local and connecting it to GitHub Repos. An SSH key is used to securely connect the local machines to GitHub repositories. Let's see the steps: First, Check if your local machine h...

Python Hello world!!

19 Jul 2021 1 minute read 0 comments Amit Kumar1

Hey There! This post will cover how to code in python using python shell or by creating a .py file i.e to write a basic program.let's get to it then! Once python is installed in your system, you can open a command window and type `python` to open the...

How to Install Python on windows?

19 Jul 2021 1 minute read 0 comments Amit Kumar1

Hey There! This post will cover Python Installation. So let's get right to it.   Python Installation: 1. Go to the Python Download link, here. If you want the latest version of Python then click on 1. If you want the specific previous version the c...

Why Python for coding?

18 Jul 2021 3 minute read 1 comment Amit Kumar1

Hey there! This post is meant for someone who is new to Python or someone who wants to get an overview. I will be covering a basic overview of Python and its use-cases. Topics covered: Python programming language. Why is there a lot of buzz about Py...

Expression of crypto!

15 Jul 2021 1 minute read 1 comment Code+psypher

Not sure about everyone but im excited.  When i first started writing i saw myself trying to express how i felt towards whats been happening around the world.  Im excited. The world as i see it is evolving and we should be feeling things. Standards t...

CARTESI THE DEVELOPERS PLATFORM

9 Jul 2021 1 minute read 0 comments ELEVATED1000X

    Cartesi vanquishing  a myriad of issues on Blockchain DApps, computation, and scalability Blockchain agnostic DApps built to gain access to powerful computational scalability without compromising data security on the blockchain. DApp data not di...

Step by step guide to associate a domain or sub domain to your Hive Engine RPC node using Caddy

15 Jun 2021 3 minute read 1 comment Bala

I started using Caddy recently to serve my sites from the server. I find it a very comfortable solution because it takes care of SSL certification automatically without me setting it up manually. In fact, that was one of the reasons why I wanted to t...

Learning to code - Day 1

4 Jun 2021 1 minute read 2 comments skylinebuds

[Imagesource]() When it comes to this year I am sure I am not the only one looking for other means of work. I for one have been looking and waiting even before covid to change my job. With that, I have been waiting to change my job and learn to code...

My experience building with Flutter and finally coming close to app completion.

11 May 2021 2 minute read 2 comments Unhedged

So, I've been working on this Flutter application in my free time as a side project with my girlfriend and her graphic designer friend. I went into this not knowing anything about Flutter or mobile app development and figured it would be a good learn...

Host your Django website on Heroku

28 Apr 2021 3 minute read 0 comments _Almin_

Deploying your website to Heroku can seem like a hassle. However if you follow this guide, you should be up and running in no time.I will assume that you have a complete Django website that you are ready to publish. You will also need Git. First we n...