React Development: All You Have to Know
ind out what React Development is and how you can use it to create powerful applications. Learn about the benefits of using this language and its features.
KRUG is a Krakow-based community of people coding in Ruby meeting monthly to share knowledge about programming with anyone interested. Codest decided to be a part of this wonderful association in order to grow and support...
“The Pragmatic Programmer” book (if you haven’t read it, stop reading this article and do it now!) says that each year we should learn one new programming language.
As you probably know, Ruby has a few implementations, such as MRI, JRuby, Rubinius, Opal, RubyMotion etc., and each of them may use a different pattern of code execution. This article will focus on the first three of them and...
In the past few years, online storage has become mainstream, providing highly-scalable architectures, enhanced security and wide data accessibility. One of the most popular storage services is Amazons’s Simple Storage Service,...
While learning object-oriented programming, and after mastering the basics of objects, fields and methods, one spends most of the time on inheritance. Inheritance means that we acquire some part of the implementation from a base...
Today’s programmers use more and more agile practices in their everyday work. Even projects following standard software development life cycle can benefit from adapting them. Automatic testing and TDD brought more confidence to...
Colour theory in the psychological field is used to determine the impact of a certain form on a person. It is well known for designers that shape or content can be misunderstood when their colours are wrongly chosen.
Developing an app does not only mean implementing new functions or patching it. Sometimes you have to reverse the changes and go back to the previous stage of a project. A frequent issue that can come up while working on multiple...