Showing posts with label coding. Show all posts
Showing posts with label coding. Show all posts

Monday, 20 February 2017

How to become a veteran coder or programmer: Steps to follow

Hello there! It's me again today and I am going to share with you how to become a veteran/pro programmer/coder/developer. Humor me. You'd ask me if I am one, smiles. Anyways, I am good at what I know and I am very good at it. Oh, enough of chit chat and paparazzo. Let me delve right in.

Saturday, 29 October 2016

Intro to JavaScript functions

What are JavaScript functions?

Functions are blocks of code designed to perform specific tasks. Functions have one major advantage which is code reuse. This ensures that you write some blocks of code once and use it several times in your program. 
In some programming languages like Java,Functions are known as Methods.

Monday, 24 October 2016

Coding Newbies — Do not be idle



Here is the advise I give to every newbie I coma across (myself inclusive)  — Do Something! 

I barely know some code, how do I do something?
Oops!!! Don't be like that... You can reproduce other people's work(s) — just in a different way. 

When I was still very fresh to Python programming