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.
Ruby and Python are two great programming languages interpretation-and dynamic typing-wise. You can read about their applications, popularity and community in one of the entries on this blog. These languages have many things in...
In our modern world, there are so many programming languages that you need to choose one from among a plenty of others. One of UX laws called Hick's Law says that the time to make a decision increases with the number of choices....
It is a well-known fact that modern web applications are used more and more, day by day. Development is really quick and allows for publishing applications across all platforms where the only requirement is to have an environment...
For most of the time, we’ve been using the Vue wrapper for pikaday in our projects to create the feature of the calendar.
A minimum viable product (MVP) is one of the principles of the Lean Startup Methodology. The goal is to help the entrepreneurs start the process of learning as soon as possible. The product is not necessarily meant to be small or...
“Don`t block the event loop…” – you've probably heard this sentence many times… I'm not surprised because it is one of the most important assumptions when working with Node. But there is also a second “thing” which you should...
Have you ever wondered how to become a Junior Ruby Developer? As you’ve clicked on the title of that article, we can assume that you have! Let us guide you through the most important matters to consider on your way to land your...
MVC is a design pattern that divides the responsibilities of an application to make it easier to move about. Rails follows this design pattern by convention.