Posts

Showing posts from January, 2022

Do not reinvent the wheel

Image
Do not Re-invent the Wheel Hello Coder! good to have you on my blog. Today I, would be sharing my knowledge and experience on the topic; why developers should not reinvent the wheel . To anyone who may not understand the meaning of the topic. What it simply means is that, as a programmer do not try to develop systems that has already been developed by others. Whilst other developers may not agree with my point, I would only try to make sense of this argument. Imagine you are developing a regional planning website, and you have to include a map of that region on your website. As a developer, you would have to start from scratch to build this and guess what? You could probably not do it alone, you would need a whole team to build this complex system. You would need coders, designers, database administrators, photographers, even the help of the general public to give you the names of some places in the town. Developing such a system could take years and would consume resources. Me

How to use the command-line (CMD)

Image
Get Used To The Command Line   Introduction Getting started as a programmer or coder would require that you familiarize your self with one of these basic tools. That black window on your desktop. Example of image shown below. This tool you see above is pretty powerful. This article may not probably dive into it full functions. But interested beginners can humbly learn more about it here  tutorials on cmd  which I highly recommend You go through as a newbie in programming, as this tool would help you in your journey of being a professional software developer. Knowing the cmd, would help you install various modules, libraries and frameworks for your projects you may be developing. Python developers mostly use the pip  with the command line and php developers mostly use the composer  also in the command line to install dependencies for their projects. This continues on and on... making it a very basic tool to get used to as a programmer. There are other cool stuff you can also do with
Image
  You know developers mostly get rusty because they have been probably coding in a different language for a very long time, may have a reduced interest. Also, to newbies who may find it difficult to understand python, could try learning python by practicing with the turtle framework. The experience I have had with turtle just feels amazing probably due to having the chance to play with colorful graphics which helps to improve your mood. To learn Turtle please follow this link  learn turtle graphics

followers