C++ is a powerful language. It gives developer nearly-full control of a computer, which is pretty powerful in the right developers’ hands. However, it is not the right hammer for all of the nails. The code tends to overly-complicate itself, the tooling is not easy to use, and it is easy to mess it up. […]
Places to choose in Turkey as a digital nomad
Since COVID pandemic is over, the interest has risen to Turkey for digital nomads. What Turkey offers to nomads are Mediterranean coastal towns, cold mountains, great food and a wide culture. Low value of Turkish lira makes living in Turkey much more affordable, and here are four major cities a digital nomad may choose to […]
Developing software from Turkey: Pros and cons
As you may know from posts before, I am developing software for my customer as a freelancer from Turkey for a year now. Better make a post about this. So, there is a list of pros and cons of this situation, plus a conclusion by me. Pros Cons Conclusion At the end, at least to […]
I completed expression tree on my series
As you may know, for building a successful calculator, you would need to build expression trees. In my most recent video, I implemented the node structure of that tree with lots of different operations. TL;DR: The video is on-air and ready to be watched! Find my channel here, and the video is embedded below:
I Made the Code From My First Video Work!
It was a painfull couple of bugs there, but I correctly implemented the functionality, added unit tests and compiled the work. It is kind of verified for me right now, so I will build on that with pride and honor. It includes some LoFi/Chill kind of music attached to it, so let me know if […]
So I Just Uploaded My First Video Ever
TL; DR: You can watch the video here. And it’s on C++!!!! I started a new challange where I will build a scientific calculator that can handle common logarithmic and trigonometric functions. It will have its own parser, expression tree builder and calculator. It will also solve linear equations. I plan to have these videos […]
So I Created A YouTube Channel
Yes. I created one. TL;DR: You can find the channel here. I plan to publish ASMR coding videos there. There will be both challanges that will take more than one episode, and also shorter ones. Hope to see you there. Sorry for the short-as-hell post, but I will update you guys when there will be […]
Should I Learn Rust Now?
As you know, my main role is an Embedded Software Developer. This requires a certain skillset. These skills include different operating systems, different programing languages and some environments. Rust is a new language that can be used in embedded systems, and it has been on my TODO list for a while. I think the time […]
How is my journey with Spring going?
Hi my dear reader. Long time no see. Last time you’ve heard from me, I was moving to Spring, in order to have a new perspective in development and explore different business sectors. You can find the story here. It has been weeks with no update, so here I am, delivering you one. In this […]
Why I’m Learning Spring Framework
As I posted yesterday, I’m moving away from C++. I have my reasons, and I’m looking for new things to learn. As I research, I have decided on Spring. At this post, I will mention what Spring is, and the reasons for me to move to it. I already purchased a course on Udemy, and […]