Kayıtlar

Logic and Coding

    Logic and Coding      Hello. My name is Hamza. In this blog, I will write about how we can get better at programming by learning how things work. We use many things to become a better programmer. For example, we employed techniques such as writing reusable code, designing patterns, and ensuring readability. But, our main focus is "how things work". This is our main method of getting better at programming. Logic will be our compass in this journey.       As we can see,  there are a lot of things that we must be wary of in programming, and if we want to solve the problems we face, we should understand how things work. We know that it is impossible to understand every logic in the system, but we must know the core logic of the system. When we encounter a bug, and if we know the logic, we can solve the problem as fast as possible. We can find the right questions to ask to diagnose it. Logic is essential for coding.      If...

Code Rewieves and How to Make Them Better

     Code Rewieves and How to Make Them Better      Hello. My name is Hamza. In this blog, I will write about code reviews and how they affect the coding process. In our job, we should write our codes according to certain standards. To achieve these standards, we change codes from time to time. Code reviewing is important for several reasons. The purpose of code reviews is to improve the code.      If we want to write a good code review, we must consider some criteria. Many things are covered in code reviews, so we should give weight to what we do. For example, we divide the important and not important things. If we do this, we will not put the reader in a difficult situation. We can also remember the new joiners. A new joiner can easily confused because the coding process is already at a certain level. They are falling behind the things. Good reviews can help them, and they can keep up the process. In my opinion, one of the most important th...

Medium and the Message

  Medium and the Message      Hello. I am Hamza, and in this blog, I will discuss the effect of the medium on the message. The medium can alter the message in various ways.  Medium can give many messages without saying anything.  It is Marshall McLuhan’s famous idea, The medium is the message. McLuhan says what is important is not the message but the medium.            Marshall McLuhan gives us an example of electric light. This example makes me understand what he wants to say. When he gives the example of electric light, what he wants from us is not that we can see directly, but what we can see beyond it. If we look at the so-called electric light as a mere means of illumination, we will be deceived by its tangible effects. Real message hidden in its intangibility. It can illuminate the darkness. In other words, electric light may not tell us anything, but without saying anything, we can infer messages such as working...