Do you know what are we talking when we talk about computer programming? Have you ever thought how Windows or an Internet stock market system or a website work?
For a website, you can have a look at the source code by right clicking on the website and click View Page Source. You will see the coding there.
Programming is writing source codes for computer systems, computer programs and websites. The process also includes testing and debugging. Behind every computer program, website, banking system, operating system and games, there are source codes. These source codes are transparent to users. It is also part of software development and software engineering.
The complexity of the programming increases when the system has a lot of functions and dependencies. The dependencies here are referred to the pre-conditions and the post-conditions of a system. For example, you need to perform Step A before performing Step B. It also includes validations that are needed for the systems. It also involves logical thinking skills as well when writing programs for banking systems and financial institutions. It does not come easy sometimes.
The complexity of the programming increases when the system has a lot of functions and dependencies. The dependencies here are referred to the pre-conditions and the post-conditions of a system. For example, you need to perform Step A before performing Step B. It also includes validations that are needed for the systems. It also involves logical thinking skills as well when writing programs for banking systems and financial institutions. It does not come easy sometimes.
There are various programming languages available for us to write. As a software developer myself, I have been exposed to several programming languages.
These programming languages are:
- Java
- C#.NET
- Javascript
- VBScript
- SQL
- C++ (Basic)
- Unix (Basic)
- HTML
- CSS
- RPG Programming
I do enjoy writing programs for various systems such as banking systems and websites. These programming languages can be updated often to introduce new functions and methods that can be used to develop a system. Testing and debugging of programs need to be performed thoroughly to ensure everything is running smoothly.
However, work life needs to be balanced though to really enjoy programming. It is also fun to create or modify our own website as a hobby, interest or casually.
In a nutshell, I enjoy programming.
Next Blog Post: My Favorite Programming Languages (which ones I like, debuggers)
More information on coding will be coming in the future after the next blog post.
However, work life needs to be balanced though to really enjoy programming. It is also fun to create or modify our own website as a hobby, interest or casually.
In a nutshell, I enjoy programming.
Next Blog Post: My Favorite Programming Languages (which ones I like, debuggers)
More information on coding will be coming in the future after the next blog post.
Cheers,
Rogerkoo
No comments:
Post a Comment