Object Calisthenics are basically programming exercises, formalized as a set of 9 rules. By trying to follow these rules as much as possible, you will naturally change how you write code. Of course, it doesn’t mean you have to strictly follow all these rules, all the time. RULES Only…
Today we introduce you to Aleksandar Džavrić, our colleague from Kragujevac. Some of you may have already “met” him during Quantox Virtual Conf. He was the one who opened our conference with his lecture on the development path of programmers and very useful tips. You can watch the lecture here, and get…
Last week we organized the Quantox Virtual Conf; pandemic born, first of its name, breaker of quarantines, freer of knowledge sharers. ...and we’re happy to say - it exceeded our expectations! Lasted for 4 days Hosted by 11 lecturers Viewed by 1183 visitors The total duration of all lectures combined…
Meet Sascha Mitscherlich, our colleague from Frankfurt. He will help us in the mission to establish our brand on the European market. With only 36 years of age and vast experience in marketing and sales, he is a perfect choice for our brand new Sales Manager in Germany. Sascha likes…
What is a front-end development? What does an FE developer do? What was the road of front-end development from its beginnings? Well, those are just a couple of questions for which you can find answers here. Front-end developer start of the road Front-end development first appeared alongside appearance of HTML…
Every web developer has an urge to find the best tool for the purposes of web development. That tool can be text editors, certain frameworks for creating the project and so on. I will focus on text editors and in the following lines, you can see my list of top…
How does team see tester? Testing is often seen as a destructive activity. So, the role of the tester sometimes can be really specific. In some cases, tester won't fit in the team easily. Developers sometimes think that tester is against them and that could produce problems. The software tester…
What is software testing? Software testing is an investigation conducted to provide stakeholders with information about the quality of the software product or service under test. What is a Test and Test case? The test is a set of one or more test cases. The test case is a set…
Expectations of Frontend developer have significantly increased in past years, and the main reasons for that is a bigger power of browsers as well as the appearance of holistic Frontend frameworks and various kinds of tools that raise the scale of opportunities to the one much higher level. A good…
Vue.js is one of those new software technologies that are being widely used across the world for web development. For starters, Vue (pronounced like view) is a JavaScript library for building web interfaces using the MVVM (Model-View-View-Model) architecture pattern. If you think about MV pattern, the idea of Vue is…