Tag: #programming

  • I have presented at CocoaHeads in Kraków! (25 Nov 2022)
    Last week on Tuesday I had a great opportunity to present my own topic at the CocoaHeads meetup conference in Kraków.
  • Algorithms + Data structures = Programs (06 Apr 2021)
    I have been working as a contractor software developer for many years. In my job I have a lot of what I enjoy the most in my professional life - so called crème de la crème of software development which is writing programs. This process is almost never a single shot of typing what was thought, running, testing and pushing into the repository. It is obviously not as there are always nuances of what should be done...
  • CodeteCON #KRK5 (20 Nov 2019)
    Another great tech conference in Kraków took place on November 15th. That was a great opportunity to share knowledge and meet people from the industry.
  • My new article on Codete Blog (21 Sep 2017)
    Usually, when designing communication between a server and an iOS application, we choose JSON as a default serialization method. It has a lot of advantages: readability, flexibility and good availability of serializers in the majority of most popular web technologies used...
  • Assign property for pointers (19 May 2016)
    When I lately upgraded Xcode to 7.3.1 I suddenly got a lot of errors in one of my older project I wanted to rebuild...
  • Freemarker syntax highlighting in NetBeans (07 Feb 2014)
    Installing Freemarker support for NetBeans was quite complicated when I did it for the first time. Unfortunately the official Freemarker's website pointed me to a wrong plugin.
  • Why do some programming languages have a bad reputation? (10 Nov 2013)
    If you look at standard PHP functions you will find that there is a horrible mess. There is no naming strategy, functions have different order of parameters, there are many functions that do the same work but exist in the same super big scope...