Practical Tips To Improve Your Programming Skills Today

Learn From My 30+ Years of Programming Experience

Photo of Bart De Wolf

From the desk of
Bart De Wolf
Belgium

Master of Information Technology,
Software Design

Thesis :
Functional Abstraction to Support Rapid Compiler Construction
Brussels Free University, 1988

View my profile on LinkedIn

Photo of a desk with 3 computer screens

Do you want to save on your efforts and get to know what the end user really wants?

You have been asked to implement some program and you have been brainstorming. You got all kinds of ideas of how the user might be helped by adding this and that. You have taken into account all kinds of scenarios and provided lots of parameters.

Well, let me tell you that most probably you are over providing. Your imagination produced all these ideas, but they are not necessarily what the user needs.

Chances are that the user does not know what he really needs until you show him something. Save on your efforts. Produce a working prototype. Show it to the end user.

Take note of his observations and ideas, so that you can come up with things that are really useful for him.

JOIN our GROUP at skool
to get all the tips...


Image with the header of our GROUP at Skool
Amass Amazing Amazon Assets

Click here to search for "Tips for programmers" on Amazon...


As an Amazon Associate I earn from qualifying purchases.

Do you know what to do when you know your programming logic is all right but it still does not work as expected?

I remember when I was implementing a program for my thesis. In one of my routines the program did not behave as expected. I tested and tested again and again. I examined the logic of the routine and the programming logic looked fine, but it did not produce the expected result.

After thorough testing and thinking out of the box I found that a specific variable was being overwritten unexpectedly. In the declaration section of my routine this variable was preceded by another one. The code generated by the compiler was faulty: assignments to the preceding variable were overwriting the other variable.

That was really hard to find!

So do not take for granted that the programming environment you work with is 100% trustworthy.

If you are facing an unexplainable programming error then do some specific testing to see if the code generated by your programming environment is ok.

Amass Amazing Amazon Assets Image of the book Programmer's Motivation for Beginners: Real Learning Stories & Tips

Do you want to avoid forgetting good ideas and make better use of them?

Use sheets of paper or a document on your pc to take note of all ideas that pop up in your mind.

Write down all your ideas the very moment they occur to you. Do not rely on your memory alone. Often you have a good idea and later you cannot remember exactly what it was.

Review your idea sheets from time to time and implement each one of the ideas that you have written down.

Check off the ideas that you have already implemented.

Amass Amazing Amazon Assets Image of the book Java Programming for Beginners: Learn Java from Scratch

Do you want to make sure you did all that needed to be done?

Make use of special purpose project management software tools if you or your company can afford it.

Otherwise, at least write down all you need to do on paper and check off the things you already did.

Or use a text editor, putting a "+" in front of things left to do and an "ok." in front of things done. For example :

+ this thing left to do
ok. this issue was handled
+ another thing to do

Or use an Excel sheet with color coding. For example :

Print screen of an excel with color coding to indicate tasks to do now (blank), to do later (blue), not to be done any more (gray), and done (green)
Amass Amazing Amazon Assets Image of the book Soft Skills: The Software Developer's Life Manual
JOIN our GROUP at skool
to get all the tips...


Image with the header of our GROUP at Skool
Amass Amazing Amazon Assets Image of the book Unity Certified Programmer: Exam Guide
Amass Amazing Amazon Assets Image of the book The Best Ever Book of Money Saving Tips for Computer Programmers

Do you know what to do if you do not know how to start programming?

If you are just sitting idle without knowing how to start the task at hand, then start by opening up the source file of the program that you must modify.

Review the source code in which you must make the changes. Try to understand what it does.

Then start applying small changes and do some testing step by step.

Run the program and see what it does, how it behaves under different circumstances.

Get your feet in the water and the rest will follow.

Have you thought about asking the One True God for help?

Oh yeah, this tip is for Christians only!

By the way, if you do not yet believe in the Lord Jesus Christ, I kindly invite you to visit the web sitewhere you can read my testimony and so much more!

Yes, I am a computer programmer who now believes in the God of Israel, in the Lord Jesus Christ and the Holy Spirit. And I try to walk with the Lord Jesus every day of my life.

Well then, if you are a Christian programmer, use prayer.

Consult with the Master Programmer. Ask God to reveal you how to design your programs.

Ask the Holy Spirit : what do I do next?

Then the ideas will flow. Just write them down and implement them!

As a Christian, are you applying the right mindset to your programming job?

Here are just a few Bible verses you should put into practice if you are professing to be a Christian.

Joshua 1:9 The Voice (VOICE)
9 This is My command: be strong and courageous. Never be afraid or discouraged because I am your God, the Eternal One, and I will remain with you wherever you go.

Colossians 3:22-25 The Voice (VOICE)
22 Slaves: obey your earthly masters in all things. Don't just act earnest in your service only when they are watching. Serve with a sincere heart (even when others aren't watching), fearing the Lord who is always watching! 23 So no matter what your task is, work hard. Always do your best as the Lord's servant, not as man's, 24 because you know your reward is the Lord's inheritance. You serve the Lord, the Anointed One, and 25 anyone who does wrong will be paid his due because He doesn't play favorites.

Be available and committed in your job as a programmer!

How I became an Analyst Programmer

I remember when I studied Latin Mathematics at St. Rombouts College in Malines, Belgium. That was from 1978 to 1984. We had to buy a scientific calculator for mathematics classes. My parents bought me a HP-10C. I loved to spend time writing and executing small programs on this calculator.

Somewhere around 1982, 1983 a Texas Instruments computer was for sale at the local supermarket. There was a model in exposition, free to use and try out. While my parents did their shopping I started to read the manual and actually typed in my first BASIC program, copied straight from the manual. That really made me want to get my hands on my own computer, but right then the price was a real obstacle for me.

In the summer of 1983 my father told me that there had been a spectacular price drop in the Commodore 64. One day we went to Brussels by train. Together with one of my father's colleagues we went to a shop and I spent about 16,000.00 BEF (sixteen thousand Belgian Francs) to get my hands on this computer.

On my own I experimented a lot with BASIC. Later I bought a manual and learnt the C64's machine code. I programmed Conway's Game of Life in machine code because it was way too slow in BASIC. That last year of secondary school I spent more time playing and programming on my C64 than studying.

Then there came along a moment of decision: keep studying or start to work. At that time I really was an introvert out-of-the-world older kid and I felt anything but ready to start working. So I decided to grab my father's offer to keep on studying. Most fellow students of my grade decided to become civil engineers. But the five years of that study and its technical contents really scared me off. So finally I decided to study "Informatica" at the Brussels Free University.

But basically I had already learned how to program on my own before I decided to get that formal study. The first year at the university was mostly filled with mathematics and little information technology. But each year there was more computer stuff and less mathematics. In the second year of my study I sold my C64 and bought an Atari 1040 STf. I learned to program in Pascal, Cobol and Modula-2.

I graduated in 1988 on the thesis "Functional Abstraction to Support Rapid Compiler Construction".

Since 1988 I am working as an analyst and programmer in the information technology field, mainly using Oracle databases and Oracle's Developer programming environment. I have also set up several web sites since 2001, using plain HTML, PHP, or ready made software like Content Management Systems.

How I became a Christian

In my youth, after 12 years of Catholic religion classes at school, I asked myself if God really existed. But I didn't get to believe then.

As a young adult my life got filled with alcohol, codeine pills, pornography, visits to prostitutes and massage parlors. I consulted the western and Chinese horoscope, Feng Shui, and practiced yoga. For a few years I lived together with a girl friend, followed by some short term relations.

In 1995 I met a Salvadorian woman in a yoga class in Brussels. When she got pregnant we decided to marry and move to El Salvador.

We moved to El Salvador in 1996 and married there a week later. Our first daughter was born at the end of the year.

Early 1997 I was invited to a Spanish speaking chapter of Full Gospel Business Men's Fellowship International, an organization of Christian Business Men that brings people to Jesus by sharing their personal testimonies in the non-religious setting of a meal in a hotel or a restaurant.

In 1998 I was going to those weekly meetings, also started to assist to a Baptist church, bought a Bible in Spanish, reading in it at home and praying to God daily, and also watching Christian television.

My personal search of God culminated in a special event in august 1998. I woke up in the middle of the night and sat up straight in bed. I saw a white, bright light. In the middle of it I saw an arm extended towards me, with the hand beckoning me. At the same time I heard a voice inside my head that said to me: "Come". (Actually it was in Spanish : "Ven") The next day I noticed that God had left me a permanent reminder of this nightly calling: a small blind spot below in my right eye.

Sunday October 18, 1998 I was baptized by full immersion in water. The next friday I was at the National Convention of the Fellowship in the hotel Camino Real in San Salvador. At the end of the evening, when most people had already left, a man prayed for me. And suddenly my body started to roll over the floor and shrieks came out of my mouth. An evil spirit came out of me, just like recorded in the Bible story in Mark 1:25-26.

In May of 1999 our second daughter was born. Our son was born in 2001 on the day the New York twin towers fell. In September 2007 our third daughter was born. My family and I moved back to Belgium in 2010.

Now I have a new life, I'm married, father of four, and trying to serve the Lord Jesus in many different ways.

Find more details of my testimony on my website.

About the Author

I am a Belgian citizen born near Brussels in 1966.

I graduated as Master of Information Technology, Software Design Option, on the thesis "Functional Abstraction to Support Rapid Compiler Construction" in 1988.

I worked in Belgium from 1988 to 1996 with several companies, mostly as an Analyst Programmer. In 1990 I started working with Oracle Database and PL/SQL.

In July 1996 I moved to El Salvador where I was employed in IT functions in a bank and for 10 years in a local utilities company. While there I started to work with Oracle Forms and Reports.

I moved back to Belgium in May 2010. Since my return I have again been employed in IT jobs, working with Oracle Databases and Development Tools.

You can view my profile on LinkedIn

Image showing a coffee cup and a text reading 'Buy me a coffee' If you were helped by the tips or otherwise want to help me along consider buying me a coffee. Thanks in advance.
JOIN our GROUP at skool
to get all the tips...


Image with the header of our GROUP at Skool
Amass Amazing Amazon Assets Image of the book Python Programming for Beginners
Amass Amazing Amazon Assets Image of the book Advanced Python AI Programming

Copyright Notice

This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported (CC BY-NC-ND 3.0) License.

Photo of Bart De Wolf Bart De Wolf
Belgium
bart4jesus@gmail.com
0032-465-974-219
© 2006 - 2025
All Rights Reserved
Design By Bart De Wolf