In its long and rich history, Gymnasium in Cuprija has seen a large number of pupils. Some of them have become National Heroes, professors, doctors, and some have even earned the membership in the French Science Academy. But, no matter where they are and what they do, pupils from this famous gymnasium never forget their school and professors. Also, there are some of them who, with the great joy and a lot of proud, in the education field in their curriculum vitae put Gymnasium Cuprija! These people have decided to somehow pay the debt they feel they own to the school which has shaped them in the people they are today!That's the case with the Popovic Brothers - Vuk and Milan. Once pupils of Cuprija's gymnasium, these two young people are building their IT careers both in their home country and abroad. They are the owners of the Quantox Technology company which has been successfully dealing with the creation of websites and applications, for both the European and World market. Even though they have finished their education and left Cuprija's Gymnasium behind long ago, Milan and Vuk gladly come back to visit their hometown and the school which has, as they both say, had a huge influence on the development of their both personal and professional life.
In order to pay their "debt" they feel they owe to the school (at least one part of it), but also to motivate current pupils to work hard and diligently, these two, for the fourth year in a row are providing scholarships for the most successful pupils.Three of the best pupils at the end of each school year are getting 50.000, 30.000, and 20.000 dinars from the Quantox Technology company. Besides this, the company has donated over 30 computers for the Informatics cabinet of Gymnasium.
"This is just a small sign of gratitude for the school we attended and for which the most beautiful memories bind us. At the same time, we want to encourage young people to devote themselves to the education, because education with their constant work and monitoring of the demands of the market will bring them desired success" says the founder of Quantox, Vuk Popovic.
Quantox Technology now employs more than 180 programming experts in the offices in Cacak, Belgrade, Kragujevac, and Nis when speaking of their homeland, Serbia, and one office in Santa Monica, LA.
"By developing and improving the company, we have learned to listen and follow the need for the advancement of the communities in which we operate, because only together can we achieve goals that will be fruitful for the whole society. This is also the reason why we actively participate in the lives of these communities and support their development" they say from Quantox.
Whether you are a Linux user or a MacOS, or even Windows, a programmer or even SysAdmin / DevOps, Terminal is an inevitable and very powerful thing in the OS. This will be a brief description of the Terminal and its basic commands.
Basically, the bash shell is used by default. A shell is a program that uses commands assigned to it by the user (commands are defined, while new ones can be created) and forwards them to the OS that will show some output when executing the command. In addition to the bash shell (Bourne-Again shell), there is also sh and csh.
There are many standard Linux commands that are already installed along with the OS, which allow you to navigate through the system, install software packages, configure the system and applications, search the whole system or project, work with the git and more.
An instant when running a command is called the process.
It is very important to know that almost everything in Linux is case-sensitive, including file names and directories, commands, arguments, and other options.
An excellent addition to the terminal is zsh (oh my zsh), this is an open-source framework. It comes with a large number of functions, plugins, themes, so you can beautify your Terminal and save time when writing commands.
The information displayed in the command prompt can be modified by the user; this looks like the command prompt on Ubuntu: name @ example: ~ $
name: current username
example: hostname server
"~": the current directory in which we are located. In bash, which is by default shell, tilde or "~", it is a special character that actually represents the path of the "home" directory, in this case, it represents "/ home/name"
"$": prompt symbol, this marks the end of the command prompt, followed by the input of the user's keyboard
uptime -> displays the time since the last boot time
whoami -> shows who you are
uname -> displays system information
whereis -> finds the location of the file that is running for the given program
screenfetch -> displays information about hardware and software (installation required)
top -> shows processes
free -> displays memory usage
history -> displays all commands that are written by the user in the past
date -> displays the time and date
calendar -> displays calendar (holidays etc.)
curl -> captures html code from the website and displays its content in the terminal
curl wttr.in/serbiapwd -> displays the directory in which we are currently located and its path
cd -> command to change the directory
mv -> move or rename a file / directory
cp -> copy the file / directory
ls -> list files / directories
mkdir -> command to create a new directory
rmdir -> command to remove the directory
rm -> command to remove files
rm -i -> command to remove files, it is necessary to confirm more once you want to remove the file
rm -rf -> removes the folder although it is not empty
touch -> is used to create a new text file
nano / emac / vim -> editors available in the OS
cat -> list the contents of the file in the terminal
clear -> removes everything that is written in the terminal (clear text from the terminal)
sudo -> super user do
are -> root user
sudo dpkg -i example.deb -> install .deb files
sudo dpkg -r example.deb -> uninstall
sudo dpkg -P example.deb -> uninstall and removing config files
sudo apt-get update && sudo apt-get upgrade -> update packages and upgrade
sudo apt-cache show packagename -> displays packages (repositories)
sudo apt-cache search something -> search programs and so on in packages
find. -type f -name "* .sass" -> to search everything in
system / project / folder (f - is for files) find. -type d -empty -> searches for empty folders (d - is for directories, folders)
sudo ufw enable / disable -> firewall enabling / disabling
chmod g + w somefile.txt or chmod u + r somefile.txt -> change (permission) of the authorization u-user g-group o-others w (4) r (2) x (1)
chmod 642 -> the first number belongs to the user, the other belongs to the group, and the third one belongs to others
wget -> download (downloads) files or pages via URL
At Quantox, our programmers, System Administrators and DevOps know how powerful Terminal can be. It is what allows them to build high-performing applications and software for our clients. Do you need a programmer that knows your app inside-out? Let's Talk!
The educational system in our country is such that it doesn't allow continuous personal development, but imposes the creation of a community in which everyone is similarly thinking, have similar requirements and needs. Because of this, as well as for stable thinking, students go through the paths that are pulled and safe. Getting a passing grade, completing a college without having the knowledge needed for further development, has led to a large percentage of people with diplomas that are not useful to society, their future career, or themselves.
For this reason, it is necessary to reorient your aspirations and advocacy in time and devote all your time to improvement and intellectual development.Careers in IT are increasingly expanding, so a large number of young people opt for this type of business. The profession is extremely diverse because it can specialize in various areas such as software development, server administrators, network architectures, and many others. Many employers are looking for professionals who possess IT skills along with other skills.Students must take responsibility for developing their careers and look for opportunities where they can learn new skills that put them above average candidates. Therefore, it is important to seriously understand their IT courses because they play a major role in their future career. Here are some guidelines you can follow as students while you are at college to secure your IT career.
1) Invest in to acquire specialization in the area that suits you most, but which is in high demand.Explore what jobs are rising in 2018. IT is a huge area and demand for IT career is diverse and growing. It is therefore wise to consider which specialization best suits you. Synchronize your opportunities with the business that attracts you, and then find practical learning opportunities by having as many informative conversations with experts in your area as possible.2) Never stop learningKeep up to date with the latest industry events. Once you've determined your choice, the next thing you need to do is expand your knowledge, visit new courses and meetups. IT industry is always growing and progressing fast, so if you are a good candidate, you need to keep up with the latest technological trends (machine learning, smart stuff, blockchains, network applications).Try to learn new encoding techniques, new frameworks.3) Create your own applicationCreate a portfolio where you will add your projects and achievements. Create a mini-application that will sharpen your skills and which will also expand your experience. This will leave a great impression on the job seekers. And at the same time, this project can later be a source of income.4) Go to courses to gain writing skillsMost of the communication in the professional world is in a written version. Also, a large percentage of clients with whom IT industry is co-operating beyond the boundaries of our country, so knowledge of English is the basic. Improving writing and speaking are key things to be a part of the IT world.5) Find yourself a mentorThe mentor is someone who will help you to choose the right career path and who will help you to conduct interviews for the job. He will see what areas you need to improve and will stimulate you to turn your weaknesses into the virtue. A good mentor will try to stimulate your personal and professional growth. It will set the goal you need to achieve and will point you to the mistakes you make to that goal. At the same time, he can connect you with other people who will be ready to invest in you.6) Visit online coursesThere are many online courses and tutorials that are free and that can help you raise your knowledge to an enviable level. Being determined and persistent can help in training for every job. An important feature of online courses is a good distribution. They are most often divided by weeks, and each week's readings to smaller parts consist of video texts, recordings, and tests to test the learned.
To round up. Being a developer is not easy, it carries with it a lot of renunciation, but also a lot of satisfaction. If that's what you really want to do and what you want to achieve, then be prepared for a lot of unexpected problems, coding, stress and responsibility, disciplinary and exercise. Be sure that you gonna switch from project to project and from one technology to another. But also that you will become part of a team that will represent another family for you, a team who shares your attitude and thinking and who is always there to support you and solve unsolvable :)
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 5 best editors for web programming:
Platform - Windows, Mac, Linux
Brackets is an open-source project made by the Adobe. The entire editor is written in HTML, CSS & JS, so it could easily be edited like an Atom editor. It comes with built-in features sucks as Inline Editors, Live Preview and Preprocessors Support (Less, SASS).
These features are making things easier so this editor is excellent for the beginners. Brackets is also good because it has good community support and also comes with a large number of extensions.
PROS
CONS
Platform - Windows, Mac, Linux
Personally, I haven't tested or used this editor, but according to the people who have used and tested it, and by the popularity of this editor, this list simply can not go without mentioning the Atom. It has been made by the Github community 2014 and back then it was characterized as a Sublime Text killer, it was written in web technologies and supported by many packages and extensions which were written in Node.js. Altogether, these features are making one compact unit which every editor should possess.
PROS
CONS
Platform - Windows, Mac, Linux
When it first arrived at the big scene in 2008, everyone went nuts about this editor. A software engineer has left his well-paid job in Google in order to create a top-class text editor which had 3 simple principles which are a minimum interface, always keep text in focus, and the whole monitor field is used for text.
This is not only the excellent alternative for IDE but it's also very light and it completes the job with a high-level of accuracy.
Better than the editor itself is a community which has created plugins for all kinds of users necessities. It supports many IDE features: Project Support, Refactoring support multi-select and project-wide find and replace, it is aware of syntax and its selection, GoTO for a quick jump to the other location in the project, Snippets and macros, Python consoles for everything.
PROS
CONS
Platform - Windows, Mac, Linux
PHP is a serious and a large program with a lot of features which can not be found in editors mentioned here, so we can easily sad that PHP Storm is one really good IDE.
PHP completely understands your code and its structure, it's excellent in the working with frameworks like Symfony, Laravel, Magento etc. As good for backend technology it is also excellent for the frontend technology where it can perfectly perform refactoring, debugging and testing the code itself. Supports Live Edit, support for remote database / SQL usage, Vagrant, Composer.
PHP Storm = WebStorm + PHP + DB / SQL
PHPStorm has two autocompletion teams: structural and word expansion. Structural is made by the predictions based on understanding PHP, while others try to predict a word that is currently typed based on previously typed words.
PROS
CONS
Platform - Windows, Mac, Linux
The editor who's a bit late to become a complete IDE.
Made by Microsoft, which is otherwise an open-source editor. VSCode reminds of Sublime in terms of how fast it is, but it's more like an IDE than a text editor. JS IntelliSense allows VSCode to provide you with useful tips and automatic ending functions at the time of writing the code. There is also a solid integration of TypeScript in the VSC because it is written in TypeScript itself. As a plugin-free program, it is quite complete, but it also has plenty of plugins to expand its functionality. It also includes troubleshooting tools for Node.js, TypeScript, and JS.
PROS
CONS
Our programmers have access to some of the best text editors/IDE for web programming in the industry. Why? That's because Quantox people work on all types of projects using different frameworks and platforms which allowed them to get experience and gain solid knowledge in knowing how to use these editors to their full capacity. This knowledge allows us to pinpoint which editor would be best suited for our clients' projects thus helping ourselves reach better and faster results. Do you want a customize IT solution, down to the text editor we use to build it? Let's Talk!
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 needs to convince the rest of the team that her/his part is really important and to have good communication with them and in a nice way prove them that he is not their opponent. Tester plays on the same team, just with different duties.
The tester provides if the team builds the correct product and if so, are the team building it correctly. A person in this role is someone who consistently questions all parts of the process to ensure the team is producing the desired output. Simply, software tester improves the quality of the user's application.
Regarding communication with developers, a good relationship is vital. Developers need to keep testers up to date with the changes in the application. And also, testers need to inform developers of defects to allow fixes to be applied.
The software tester primarily performs software testing procedures for software quality. They generally have a clear understanding of tools and techniques for testing software quality, with a certain level of knowledge and experience in software development. The tester ensures that the software functions as expected, both functional and non-functional.
Our testers are a part of the Quantox family. And although they are a family member that gives a constructive criticizm, we love what they do because they are making our IT products better. This is how we stay on top of the game and ensure our IT solutions and products are of the highest quality. Do you want a software with top-notch performance? Let's Talk!
Software testing is an investigation conducted to provide stakeholders with information about the quality of the software product or service under test.
The test is a set of one or more test cases.
The test case is a set of input values, execution preconditions, expected results and execution post-conditions defined for a particular objective or test condition, such as to exercise particular program scenario or to verify compliance with a specific requirement.
The procedure followed in manual testing:
In software testing, test automation is the use of special software (separate from the software being tested) to control the execution of tests and the comparison of actual outcomes with predicted outcomes.
The procedure followed in automation testing:
Selenium is a portable software testing framework for web applications. Selenium provides a playback (formerly also recording) tool for authoring tests without the need to learn a test scripting language (Selenium IDE).
It also provides a test domain-specific language (Selenese) to write tests in a number of popular programming languages, including C#, Groovy, Java, Perl, PHP, Python, Ruby, and Scala.
The tests can then run against most modern web browsers. Selenium deploys on Windows, Linux, and macOS platforms. It is open-source software, released under the Apache 2.0 license: web developers can download and use it without charge.
Appium is an automation tool for running scripts and testing native applications and mobile-web applications on Android or iOS using a web driver.
Appium was designed to meet mobile automation needs according to a philosophy outlined by the following four tenets:
The Quantox QA and software testing team provides full-range QA services to help deliver high-quality software that fully meets its requirements and user expectations to our clients. Do you need assistance with testing your core application? Let's Talk!
MEET THE OWNER OF QUANTOX - Experienced CEO with a demonstrated history of working in the internet industry, Vuk is also skilled in Search Engine Optimization (SEO) with a consistent experience in leading Development Teams and programming.
His expertise is being further improved with master studies of Global Management he is currently attending at The University of Salford.
In the text bellow, you can see Vuk's interview for BrandMinds:
1. How did you come up with the business idea for Quantox?
2. Tell us the first three things you’ve done to turn your idea into facts.
3. Name one situation that made you want to quit.
4. Name one situation that made you want to go forward.
5. What do you think are the most difficult challenges entrepreneurs have to face on Serbian market nowadays?
6. Investment matters. If you would invest in something else but your actual business. What would that be?
I am investing a lot into various blockchain projects since I am a strong believer in the technology and its benefits.
7. If you could change something about Serbia’s Entrepreneurs Community to improve it in any way, what would that be?
8. What is Quantox bringing to the web & mobile development market, that is different compared its competitors?
1. Name one good habit that helps you deal with your active life.
Sport.
2. Name one bad habit you can’t quit.
3. If you could be anything else but an entrepreneur what would you be?
4. You are the founder of Quantox, what is the favourite movie of the man who founded it?
5. Tell us your favorite book. What’s the best thing you've learned from it?
6.Name the most important value that you believe in.
Integrity.
7. If you could compare your journey as an entrepreneur with a song what song would you choose?
8. Tell us the best experience you had while working to build Quantox.
9. If you would give our readers one piece of advice from your entrepreneurial experience, what would that advice be?
...don’t put yourself in someone else's goals. Just do what makes you happy. If you are happy you are already successful!
Here, in Quantox, we are all big fans of high spirits and positive atmosphere because that's the main thing which makes those less-fun parts of the business easier. That is simply a defence mechanism for every possible problem.Problems and challenges in work will and will be always present, and the only question is how will we handle them. Our way is a quality joke and it has shown amazing results. It makes us feel like we are not working so much, and in my personal opinion, something which improves creativity in its special way.I'm surrounded by people who make every situation little bit humorous whenever its possible. Of course, this is related only to our personal relationships inside our company.
When it comes to the interaction with our clients, humor is left aside and all the focus is on the job and problem-solving.I'm not sure about the others, but here, we do it this way! As much fun as it can be, whenever it's possible.Of course, it is not always easy to find the balance between serious and unserious parts of the work, but it is possible. I am the living proof of that. As soon as you manage to find this balance, the productivity of the individual person, team, and company grows, and they all make progress.Let's take, for example, a situation where a very serious problem arises, where no "normal" person would ever think of joking. We have two ways of handling these situations:
The message is clear - with a good team, you can not fail!
This attitude encourages the desire to solve the problems and leaves a victorious feeling after work, unlike the first way, where only the surplus of stress would be brought to the home. And I have to warn you that both ways are tempting and both have pros and cons. Therefore, you should always keep in mind to keep the balance between these two.If you ever have trouble getting on the better, brighter side or simply kneel in front of the problem, there is one very wise saying: "If a problem is fixable, if a situation is such that you can do something about it, then there is no need to worry. If it's not fixable, then there is no help in worrying. There is no benefit in worrying whatsoever." - Dalai Lama.As for today, this is, of course, not to be missed. This day should be used to get closer to colleagues, in the way that, I believe, is most popular - the fun way!Here are some practical tips on how to "get closer" with your colleague, on this day. Whichever way you chose, make sure that the person you are organizing prank for is close enough to you and has a good sense of humor.
Typing ghost - All you have to do is to, while the "victim" is absent, plugin your keyboard on its computer. Then, wait for he/she to return and to start working. When you see or hear that he/she began typing, start typing yourself! Make it low profile, in the beginning, you don't want to be busted. After that, start making mistakes often and your colleague's reaction will be hilariously funny.
These are just some of the ideas. There are countless other jokes and pranks and it's all about your inspiration and creativity.
Would you add another joke to the list? What kind of fun and pranks has been organized in your office?
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 Frontend programmer today is not somebody who knows how to create a navigation menu and popup dialogs, but it is a person that is expected to have a diverse skill set - in demands are logic and creativity, precision and flexibility.So, what are the skills that one good frontend developer should have? What follows is a list of 20 useful tools that can help you to upgrade your existing skill set
The development and use of smartphones in everyday life have led to the fact that almost all websites have more visits via mobile devices than over PCs. Therefore, it has never been more important to develop a web application in an away to provide an excellent user experience on the screen of all sizes and shapes. In this respect, media queries could help us a lot to adjust different styles depending on the type of screen.
Using these two layout systems significantly improves the quality of HTML code writing, saves us unnecessary duplication of elements (for each type/screen width) and contributes to the flexibility of styling the application. If this seems too complicated, there are also frameworks that make it easy to set up a grid layout, and the most popular among them is Bootstrap.
The utilization of standard CSS to stylize applications requires a lot of repetition in writing, which is one of the bad practices in general in programming. If you, at the end of the project, decide that you don't want the main color of the theme to be blue, but for example, green, you will have to go through the entire code manually and make changes. And as soon as you do something manually, it's not good either from the aspect of speed or from the aspect of avoiding mistakes. This problem is solved by CSS preprocessors (SASS, LESS ...) which broadly extend the functionality of standard CSS.
An easy and powerful way to impress visitors on your page is by using animations. CSS offers many possibilities for this - you can choose when, how, how often and with how long delay a certain animation is to take place. It is important to note that only some CSS properties are animatable.
jQuery is a very popular and potent JavaScript library that allows easy manipulation of DOM elements. It owes its popularity to the fact that the syntax itself is much more readable than classic JavaScript, so it will also suit beginners.
JavaScript is a language whose basics are easy to learn, but by deeper learning, its complexity grows. In order to become attractive to a larger developers community, it was created to "forgive" small mistakes, and his leniency just leads to a misunderstanding of the essence of the code. Therefore, in order to understand why something in the JS does not work as expected, we need to understand its true foundations.
Databases are not the prime Frontend developer area per se, but there is an exception, which is when certain data should be stored in the user's own browser. Why would there be a need for that tools? Let's say that, from the aspect of user experience, it is good that he does not have every time he visits our website to type in the username and password, but it only needs to be done for the first time, after which the data is stored in its storage, to which only the user can access. Here you need to distinguish three popular storage types: localStorage, sessionStorage, and the cookies.
One of the key advantages of modern browsers is that they have built-in debuggers that help us detect errors in our code by allowing us to pass through our JS code a step-by-step while creating breakpoints on the lines where we suspect we made a mistake.
Frameworks are tools that entirely alter the way our code works. Their goal is to simplify and upgrade JavaScript functionality, often by replacing the complete code structure and writing design. There is a large number of JS frameworks that compete with each other for dominance in the JS world, releasing periodically new and more powerful upgrades. The most popular among them are React, Angular, and VueJS.
Asynchronous programming represents tools which allow web applications to remain responsive even when multiple tasks are processed simultaneously. Events related to user interaction, such as filter search or mouse click, occur regardless of the standard flow of the application. Therefore, the application waits for user action and then reacts depending on it. Various techniques (promises, observables, callbacks) support the process of asynchronous programming.
NodeJS is a modern platform that allows you to use JavaScript on the server. Yes, it is now possible to make a complete application using JavaScript only. In fact, on the market, there are complete stacks based on JavaScript as a programming language and JSON as a data storage format, such as MEAN(mongo + express + angular + node) and MERN (mongo + express + react + node). The popularity of the NodeJS is on the upward path so you will not be wrong if you start reading NodeJS documentation right now.
Is it really necessary to lose a few hours for, say, making a calendar for selecting a date, when simple, ready-made solutions and tools exist on the web, that is free and can be used in a few minutes? It's exactly where that package manager such as npm, bower or yarn, enters the scene, with their simple commands to import someone else's code from the Internet. Of course, you should always take care of the correctness and security of the entered code, but certainly, this type of help is well-suited in certain situations.
Good communication and planning significantly affect the quality of every business, and the development of web applications is not the exception. To make sure that we understand the client's requirements (or even our personal requirements), it is advisable to make a wireframe (prototype) before the start of the code writing, where the basic app structure will be displayed with emphasis on the functionality and users' needs. Creating these drawings is easier with the use of one of the many tools available on the web (Axure, UXPin ...). Although the UX design does not strictly apply to the frontend, there are situations where a client expects his developer to know the basics.
When we finish with wireframes and app structure, we can move to the aesthetic appearance of the application - the user interface. This design area is much more familiar to the frontend developer than the previous one, but it does not mean it is less demanding and that it requires less effort to learn the basics. UI design is a step before coding, a setup of a complete visual appearance of the future application, and it could be made by using some of the software tools that enable it (Adobe Photoshop, Sketch, GIMP ...).
For a good design you should have idea and inspiration, but in addition, it is necessary to know certain rules. What is the meaning of certain colors, how colors interact with each other, the use of lines of different shapes and thicknesses, the use of empty (negative) space, typography, symmetry and asymmetry, and the harmony of the parts are just some of the things that you must be aware of if you want to be successful in graphic design.
Icons are more important part of the application than it maybe seems. Apart from being good looking, they also have functional advantages. They take less space than text, so there is more room left for other things. And if you have visited a site in a foreign language, the icon can help a lot in understanding what is behind the link. For the correct use of images, you should know the advantages and disadvantages of certain formats (jpg, png, gif, svg...), as well as the rules of optimization.
Numerous tools exist for the purpose of code versioning, but often the first association for most developers is GIT. Whether you work alone or in a team, it's important that you keep your code on one of the software specializing in code versioning and that you have an insight into the changes that occur over time. Another significant advantage of GIT is the ability to branch code in order to make the building of the specific functionality isolated until it is finished when it can be returned to the master branch.
REST is an architecture that has become the standard for communication between client and server. The basis of REST is the use of HTTP protocols and its standardized operations (GET, PUT, POST, DELETE ...) that allow data exchange. Another standard in this area concerns the format in which a particular data is sent from one side to another - JSON.
One of the main coding standards is, regardless of the field of speech, the writing of the code in English. This is important because all programming terms are in English, most tutorials, documentation and video materials are in English, and after all, if the client does not have the same native language as you, it is expected that you will communicate in English. Therefore, if you are a programmer, there is no reason not to start learning it immediately.
Although it is advised for all beginners in programming to use Notepad to learn the basics of programming without using shortcuts, it is absolutely necessary to use more advanced editor for serious projects, which does not only allow faster and more transparent code writing, but also checks for frequent syntax errors, offers the ability to complement the code depending on programming language used, offers element definition, helps to debug the code, and has an integrated versioning control. At the moment, the most popular frontend editors on the market are VS Code, WebStorm, Atom and Sublime Text.
With +500 developers Quantox is known for having some of the best front-end developers in the region. With a goal to share our knowledge and teach developers a proper approach to the technologies used in front-end, Quantox is often holding meet-ups, lectures and courses and presenting the knowledge that allows us to build effective and efficient IT solutions. Do you need a front-end developer to create an amazing digital product for you? Let's Talk!
Have you ever had a feeling that you are the victim of discrimination? In your workplace, among your friends, even in your own home? Unfortunately, discrimination has deep roots in every aspect of today's people and we are not even aware of that fact! When we are speaking of discrimination, we can tell that women are more often its victims than men, right? Our colleague Ivana will give you a little deeper insight into this topic, and what she thinks about all this, read below:"In many ways, we can be victims of prejudice.One way is when we are personally victims of discrimination. The other is when we have some prejudices that limit us. For example, we believe that there are certain conditions or exact steps for reaching happiness, and if we do not fit into that picture, we refuse to be happy. There is also a third way that prejudices are impacting our lives, which is when we look at people who have prejudices, as well as those who are discriminated against, and we are sorry that people are not able to take everything that is good and nice from life to enjoy and use it to its maximum!
The phrase "Woman Programmer - not a woman, nor a programmer." was spoken by an educated man.This suggests that even educated people can be the victims of prejudice. I think it is careless to say who is a better programmer, because someone may have speed, other, knowledge of the field, third, a persistence, and fourth may better understand the needs of the client ... And everyone can be "better" in different situations. And it is absolutely unnecessary to spread the story to the sexes, because there is no point, and it is individual.
Among engineers, there are significantly fewer women than men, which is a consequence of our nature, but also of our upbringing. I personally know few women who, according to their programming skills, can stand side by side with the best male programmers, while also being feminine and beautiful, and some also cook perfectly. I add this about beauty and cooking, not because I think that this is something that makes a woman a woman, but because I believe that’s what the quote above alluded to. But it is true that there are some differences in quality brought about by each side, in programming, and in relationships with people, which, again, should not be generalized. Everything, of course, is individual.
My observations are that, even among developers, men appear more confident in themselves. I deliberately say "appear" because I know that we are being confronted by the same doubts, but we deal with them differently. Let's say, when we get a problem which we have not met with before and we do not know if we will solve the problem within the timeframe, it is more likely that a man will say that he knows how to solve the problem (even he doesn’t), while the woman will openly convey her doubts to the superior.
Also, if there is a barrier to solving a problem, a man will ask for assistance freely, while the woman will try once, possibly twice, and if someone is prevented from helping her at that moment, she will no longer try, as to not be a nuisance. (At least no one can say that we weren’t raised right...)I also noticed that men are more focused on the amount of work they do during a working day, while women want to make sure that the job is well done, and to pay enough attention to the details. The entire process is essential to women, including the needs of the client, the needs of colleagues ... They try to give everyone their best, if possible. Empathy is not our weakness, but it’s what gives quality to our work.
As I have already said, I believe that these differences are the result of different education and not a difference in our abilities. Both male and female programmers can equally write a good code, and there is no room for prejudice. I would love to see the desertion of these rules of what makes the woman a woman, and the man a man because it would make it easier for everyone. And I look forward to meeting every new female colleague, welcome!
Even though we can not see it with our bare eyes, we live in the time of yet another revolution, and this one is more advanced than all the others in the long history of mankind. Of course, we are talking about a technological revolution which has begun in the previous century and which never ceases to amaze us with its progress. The most important thing about this revolution it that it affects us all! But, how much the technology and new trends will affect and change our life, depends just on ourselves. Man as an intelligent being has a power of decision, freedom, and thinking, and with these powers, man can choose a way he will use a new technology. It can be a good and bad purpose, which can help him improve himself or go to the extreme of which is very hard to return - it is all a part of man's habits, lust, desire, and motivation.But, every sane person aims to use all of the new technologies for good purposes, in order to help him improve, and be a better version of himself. So, check out which new technologies will be a significant thing in every day's routine.
The main purpose of these body sensors is health. We, as a mankind, are slowly approaching the age when we will all have a real-time information about our body. Scientists are doing their best to make things so small that they can fit anywhere in our body. Because of their effort, in a certain time, we'll be able to have one rounded unity of information considering our body and health, which will be recorded and available for ourselves and the doctors. Even now, we have watches and bracelets which can measure our pulse, heart bit rate, distance covered, and which can actually give us the tips in order to keep us well-shaped. There are many applications, connected with these gadgets which give us the wider picture of what we need to do and what we need to eat in order to say healthy.Now, imagine the future, and how easy the tracking of our complicated mechanism will be, when one micro or nano-robot will be able to collect all the data, from our blood test results, blood pressure, to amount of bacteria or virus appearances. Imagine how much this will make everything easier: you won't have to go to doctors, and wait for a long time just to get these results. This is a simple example of how technology can make our life easier, but, on the other hand, some people say that we are getting lazy because of such an advanced technology. It all depends on how you look at this topic! I think that technology makes our life easier and helps us achieve our main goal - our progress.
Let's take biohacking for example - it represents a desire to become a better version of yourself! What we put into ourselves, what we eat or drink, has an enormous impact on how we feel. Things we put into our belly such as all kinds of food or music we listen to are all the relevant factors of our biology. Biohackers are just using devices to measure these inputs and outputs in order to improve their health.Also, imagine that you can see in the dark (have some sort of night vision) in your lens, or know where the North is, or how to install a sonar, feel something is radioactive in your surroundings... The possibilities are literally limitless.
The future in which the car will be completely automatized, smart, which will make our life easier and which will allow us to work on ourselves while we are traveling (watch a movie, read a book, or simply take a rest) is on our doorsteps. The car that can take your child from the school by itself, the car that will save lives, that's what we need! Now, let's connect health sensors with this smart car, shall we?! With the interaction between these two technological wonders, your car will be able to notice if you're feeling sleepy so it will play some gentle music, or it can notice that you're not feeling well, so it will take you to the nearest hospital, or notice that you're hungry and take you to the best restaurants...
Can you imagine the world without cables? With the energy that circles everywhere? Electricity and power supply which will be controlled wireless and won't be dangerous for living beings. Wireless charging has already made its first steps, small but pretty significant. In the future, we will be able to connect all the smart devices, everything that has a battery, and to charge them via wireless, with no need for cable. The wireless charging will be available, just like the phones are able to transfer files and receive the signal via wireless.
Having drones which can be programmed to serve as a delivery unit, to be able to monitor using the camera, is already here! But, having a drone which will record things in nature, for example, each tree, so we can easily see if the forest is illegally cut, or drone which will collect information in different part of atmosphere and which will allow us to better understand the weather, which will report if the percentage of pollution is above normal, is something else! All this will be available in the following decades and it will help us to understand our planet and its nature better, on a whole another level.
Some of these things may not happen soon, but we will be the witnesses of their beginnings. Moreover, Quantox is dedicating to being a part of the technological progress by constantly innovating and creating IT solutions one step closer to the future. Your innovation idea can become a reality with us. Let's Talk!
During the previous year, we have organized several meet ups where we gave our best to offer the most quality information and to share the most valuable knowledge with all the interested people. In the time to come, these meetups and lectures will be available on our youtube channel so the all of you who have seen them live will have the opportunity to refresh your memory and the rest of you will have a chance to learn something new.A great lecture by PHP programmer Milan Popovic was just a first in a row, and he has spoken on a topic titled "Good code is worth a fortune". In these 45 minutes, he has pointed out the examples where the most of the programmers make mistakes, but you can also see the examples and references which will help you improve your code and make your job easier on a daily basis. This lecture is intended for less-experienced programmers but it constitutes a very good basis for all those striving to become excellent developers.https://www.youtube.com/watch?v=SZJuxtwwFHA&t=438s
Over the years, I have learned that the best way of predicting the future is to observe and follow the people who are creating it! Future is now interweaved into code and science, IT and robotics, IT trends of things of nano and others pretty small sizes, but large enough to make people's life easier.
We've talked a lot about this topic, right, so, what is AI?
AI is the ability of a computer to act like a human being. We can divide understanding of artificial intelligence into two parts, where the first part about strong and weak AI and for the second part example is from Arend Hintze.
First part - We have a weak AI design for the specific task, like Apple Siri or Google Assistant, while stronger AI represents a general intelligence or the ability that machine has a conscience like a human being
Second part - Arend Hintze, an assistant professor of integrative biology and computer science and engineering at Michigan State University has categorized AI into four types, from AI systems that exist today to sentient systems, which do not yet exist. His categories are as follows:
Type 1: Reactive machines. An example is Deep Blue, the IBM chess program that beat Garry Kasparov in the 90's. Deep Blue can identify pieces on the chess board and can also make predictions, but it has no memory and cannot use past experiences to make the future ones. In simple words, this machine analyzes possible moves.
Type 2: Limited memory. These AI systems can use past experiences to make future decisions. Some of the decision - making functions in autonomous vehicles have been designed this way.
Type 3: Theory of mind. This is a psychology term. It refers to the understanding that others have their own beliefs, desires, and intentions that impact the decisions they make. This kind of AI does not yet exist.
Type 4: Self-awareness. In this category, AI systems have a sense of themselves, have consciousness. Machines with self-awareness understand their current state and can use the information to infer what others are feeling. This type of AI also doesn't exist yet.
Today, the artificial intelligence is most commonly used in video games, where the computer is made to act as another player, and of course, we are talking about the weak type of AI. We can find AI in healthcare - best-known healthcare technologies is IBM Watson. AI also finds its purpose in business: machine learning algorithms are being integrated into analytics and CRM platforms to uncover information on how to better serve the customers. AI in education can assess students and adapt to their needs, helping them work at their own pace.
Manufacturing is another field where AI is widely used -this is an area that has been at the forefront of incorporating robots into the workflow. Industrial robots were used to perform single tasks and were separated from human workers, but as the technology advanced that changed.
In the years, decades to come, AI will definitely become smarter, faster, more fluid and human-like thanks to the inevitable rise of quantum computing. In the future, not so far away, quantum computers will be able to solve all of life's most complex problems and mysteries regarding the environment, aging, disease, war, poverty, famine, the origins of the universe and deep-space exploration...
Virtual reality (VR) is a computer-generated scenario that simulates a realistic experience. According to the American Heritage Dictionary, virtual means "existing or resulting in essence or effect though not in actual fact, form or name". Therefore, virtual reality is best described as an illusion of reality created by a computer system.
So, let's talk about where virtual reality is used today? Here are a list and short descriptions, so we can all get a little bit deeper into this topic.
5G is a type of wireless technology that you may have heard about in recent headlines - Verizon selecting Samsung as the provider for its 5G commercial launch and similar.
One reason why it's such a big deal is that it will result in higher wireless speeds, capacities, and lower latency - which generally means that there will be far fewer delays or "technical hesitancies" in some of the things it powers, like wireless VR or autonomous vehicles.
That benefit is two-fold. It doesn't only enrich a user experience when it comes to something like AR or VR by providing higher data rates, but its also practical when it comes to safety - which is the part where the latency piece comes in.
During the presentation, the example of a two-hour movie download was used. On a 3G network, for example, that would take 26 hours. On 4G, it would be lowered to six minutes. But on 5G, it's lowered to 3.6 seconds.
Quantox is dedicated to following the latest technology landscape, not just from an IT perspective but also from a perspective of a leader in the industry. By looking at IT trends from a very angle, to our clients we can offer IT solutions and expertise, but also our business knowledge to help them benchmark their organization and reshape their IT strategy. Are you an IT expert looking for a partner or a tech-curious businessperson wanting to understand all that buzz around the latest IT trends? Let's Talk!
Content providers have to move where the audience is.When traffic moved from over the air television and radio audiences with rabbit ear antennas to cable television and proprietary satellite systems many businesses were suddenly faced with a slew of corporate regulations governing what kinds of content they could produce, and turning those walled garden systems into powerful gateways that could dictate the direction studios needed to go in if they wanted to reach a mass market. In the last few years, that paradigm is shifting as an ever-increasing number of customers cuts their cords and decides to self-determine exactly the kind of content they want to consume.
Studies are showing that the percentage of US adults in 2015 who have never subscribed to cable or satellite TV will reach 12.9%
A recent study by DigitalSmiths showed that in 2014 roughly 8.2% of pay-TV subscribers had ditched their services to become early adopters of smart TV apps, set-top boxes, and the web to television services. According to Nielsen, there were 116.4 million homes in the US expected to watch TV during the 2015-16 season, which works out to be about 9.5 million of those homes converting. That number is validated by a study done by Statista regarding Pay-TV subscribers in 2016 that estimated that there would only be 96.4 million Pay-TV households left by 2019. eMarketer went even further and concluded that in 2015 4.9 million US households will cut the cord, a spike in ratios that is almost 11% more than last year. Perhaps even more importantly, studies are showing that the percentage of US adults in 2015 who have never subscribed to cable or satellite TV will reach 12.9% as Millennials leading the shift and have become the largest demographic globally.
What does all this mean to a commercial business creating or marketing digital content?There are now a massive amount of people who were previously inaccessible, seeking the kind of content you create – but many are likely using services to access content that your company is not yet connected to for whatever reason.When you are ready to increase your reach, expand the platforms your content can be access from and want to do it in the most efficient way possible, contact Quantox and our experts in cord cutting conversions can assist you as your company joins the next generation of distributors in new media channels many aren’t even monetizing yet!
Here at Quantox, we had a few different iterations of our logo before we settled on the one we have right now. Our final logo portrays everything about us that we want you to know. It says that we are a forward-thinking, tech-savvy and well-organized company. What you may not know about many logos is that there is a hidden message in it. The upper two portions of the “Q” actually represent the brackets that programmers use when coding in HTML and PHP. We modified them to fit the idea and added the details to make it recognizable as the letter Q. Of course, coming up with a logo idea is a process that takes a little while, and requires the input of quite a few people, however, once you find the one that you know represents exactly what you are looking for, you will know it.
We created a video in order to closely illustrate the inspiration for our logo and we want to share it with everyone. This also gives you an idea of the type of ingenious thinking that could go into our collaboration when you go with us for your branding and consulting needs. We have over 100 people working with us who have different expertise in software and web development who can give you a unique and interesting perspective. This video about the origins of our logo gives you an idea of just how easy it is for our teams to get creative together, and come up with the best possible ideas for you and your brand!
[embed]https://www.youtube.com/watch?v=QBzRhAouh74[/embed]
We’re a full-service web development and information company who can bring the future right to your website and web presence. Nowadays, your web presence is everything and it is almost always the first way a potential client will interact with your brand. Don’t you want it to be completely perfect and creative? You can trust us to make your vision a reality so your company’s forward facing look is exactly as you want it. Let's Talk!
We’re excited to announce that Quantox is heading to SaaStr Annual 2025 — the world’s leading gathering for the global SaaS, AI, and Cloud community!
From May 13th to 15th, more than 10,000 founders, executives, and investors will come together at the San Mateo County Event Center in the heart of the San Francisco Bay Area for three packed days of tactical content, networking, and next-level innovation.
As one of the largest SaaS events globally, SaaStr Annual is where the best in B2B meet to share insights, spark partnerships, and shape the future of tech.
We’re proud to be part of it — bringing the Quantox crew, our passion for building powerful products, and our experience in scalable software solutions to this incredible stage.
Are you attending? Let’s meet, exchange ideas, and explore how we can build something great together.
Let’s talk SaaS, AI, and the future of cloud tech!
Location: 1346 Saratoga Drive, San Mateo, CA
Once again, teams from tech companies are stepping up for something bigger than the game itself! On April 26-27, 2025, they’ll compete in the most meaningful Counter-Strike 2 tournament of the year—where every round played helps create a better future.
For six years, we’ve proven that gaming is more than just a pastime—it’s a force for good. We’ve helped equip maternity hospitals, launched reforestation projects, and built something far greater than competition: solidarity.
And this year? We’re going even further.
Who can join?
Any IT company ready to play with purpose! Each company can register up to three teams and contribute to the donation fund.
The mission?
Just like before, Quantox is leading the charge with a starting donation of 1 million dinars. Every contribution fuels the cause—helping a Serbian maternity hospital and ensuring better care for mothers and newborns.
The impact?
Your participation directly helps provide necessary equipment where it’s needed most. Every match played brings us closer to making a real difference for families across Serbia.
The reward?
Unforgettable matches, an even stronger IT community, and the knowledge that you’ve been part of something truly important.
Registrations close on April 23rd!
Sign up your team now: https://hitturnir.com/
It’s time to play, connect, and give back — see you in the game!
Serbian IT companies will unite on April 20-21 for the charity tournament.
Previous years were marked by playing for Serbian maternity hospitals, and the IT community did an outstanding job. Generous donations were distributed to hospitals in Pirot and Priboj. In 2024, companies will come together for a new cause - Serbian forests and the Quantox Foundation users.
Companies can register up to 3 teams and contribute financial funds to the common fund. Just like in previous years, Quantox is kickstarting with a donation of one million dinars.
The seedlings transplantation will be organized in collaboration with Zvezdine igre, aiming to achieve a noble mission - one million new trees in Serbia within the next 7 years.
We anticipate the HIT CS 2 crew to expand this year with new companies and teams that will compete, enjoy the game, and once again showcase that the greatest victory is Humanity.
Register your team by April 18th.
For team registration and more details, visit: https://hitturnir.com/
It's time to continue to play even harder!
Quantox team is set to attend the Money Motion 2024 conference to explore new opportunities in fintech and blockchain.
Money Motion 2024, taking place on March 21 and 22 in Zagreb, promises to be the pulse of FinTech innovation. Attendees can expect the latest updates, groundbreaking insights, and exclusive interviews covering finance, payments, crypto, and technology.
This conference presents an excellent opportunity to delve into the present landscape of payment methods and investment diversification, while also gaining insights into projected future customer expectations.
Q crew, led by Nemanja Lazić (CBO) and Ivan Ćirić (CTO) will be in Zagreb to network, share expertise in the FinTech field, and offer top-notch software solutions.
Location: Zagreb Fair, Avenija Dubrovnik 15
See you in Croatia!
Our next stop is Las Vegas, a go-to destination for the latest technology and innovations!
The Acumatica Summit 2024, is scheduled from Sunday, January 28, to Wednesday, January 31. This four-day event offers a prime platform for networking, learning, and training. Attendees can expect visionary mainstage keynotes, informative breakout sessions, and inspiring customer stories that highlight the latest industry-defining innovations and trends.
Acumatica Summit is the perfect destination for connecting with experts, discovering cutting-edge technology, and fostering business growth.
Our Q team - CEO Filip Karaičić and Head of Managed Services Dušan Milojević, will be on the spot participating in interactive sessions and offering high-quality software solutions and unique digital experiences.
Location: The Wynn Hotel, Las Vegas
Looking forward to meeting you in Las Vegas!
The return of Miljan Simonović to our company marks not only the comeback of an experienced professional but also the continuation of an exceptionally fruitful collaboration. During the past period, Miljan has demonstrated his qualities and dedication, and we have been pleased to follow his professional development. We maintained contact, waiting for the right opportunity to embark on a shared journey towards an even more successful future.
Miljan's return to the role of a Project Manager enables him to, step by step, realize his professional ambitions. We continue to build our story together, with full confidence in Miljan's ability to achieve outstanding results.
My first encounter with Quantox was during my studies when I started as a junior Project Manager. Before that, I was active in the nonprofit sector, organizing events and small projects. So, Quantox marked the beginning of my corporate career. I worked on numerous projects, learned, tried new things, and developed myself. Despite the later challenges of the pandemic and uncertainty, Quantox is a company that truly cares about its employees and made an effort to ensure that challenges were not felt, and teams adapted well to remote work.
Regarding my initial experience with Quantox, I would highlight two things. Firstly, the excellent mentorship I received. I believe that at the beginning of one's career, having a good mentor is crucial. They provide support for learning and development while also assigning real and challenging tasks that help gain experience – something I definitely had at Quantox. Secondly, the diversity of projects. Working in the outsourcing world allows constant learning through different projects and working with different clients. Each new project is a unique story, a new idea to be realized, and new challenges to overcome – each new experience contributes to making future work easier.
Absolutely! In the past period, I have matured and gained a lot of experience, working with startups, smaller companies, and even corporations like IBM. Now is the right time to leverage that experience and take project management to a higher level. Quantox has also matured significantly, working on internal organization, growth, and strategic expansion. Despite industry challenges, there's no better way to progress than by solving problems and facing challenges.
The core of my career has always been communication with people and working on various activities. The type of projects has changed, ranging from in-house product development to outsourcing projects and improving internal processes. Industries have also changed – from education to healthcare, cloud services, and blockchain. However, my role as a Project Manager has remained consistent, helping teams develop outstanding products.
Primarily, in improving organization and processes. I've had the opportunity to work with numerous startups and scale-ups in establishing PM teams, creating custom PM frameworks, and structuring internal processes. Quantox has made significant progress in internal organization since my first time here when there were around 200 employees, so I see room for further improvement and stability to support the company's continued growth. Of course, my primary focus is on project delivery, and my previous experience in different industries will make it easier to work at Quantox, where each project is innovative in its own way, depending on the industry, technologies, and the client's imagination.
As a global challenge that has been widely discussed recently, I would mention remote work. It's much easier to work with a team that's in the same room because co-location facilitates effective communication, team building, and problem-solving.
The pandemic has brought a new normal – distributed teams and remote work, but the post-COVID era is trying to reintroduce office work through hybrid models. It's up to project managers to find the best solution for their projects and teams. Additionally, there are constant industry changes, a constant influx of new methodologies, frameworks, and tools – all of which need to be followed to stay up-to-date and deliver the best results.
Client satisfaction and team fulfillment. Although project managers don't create tangible value by writing code or creating content, enabling smooth work, leading teams, and solving problems are also crucial for a successful project. The feeling within the team when a project is completed and delivered, whether regularly through sprints or in phases, is highly motivating. When all of that is delivered to the client, client satisfaction is another motivator to continue delivering quality work.
New York is the place to be when it comes to attending one-of-a-kind affiliate marketing events!
Affiliate Summit East is a conference where more than 3500 advertisers, e-commerce sellers, publishers, and tech suppliers will gather from July 31 - August 1, to create partnerships and grow their businesses.
ASE has been rated in the top 5% of events in the world and its Meet Market has a special “speed networking” setup style for the most efficient way to build partnerships.
Quantox team will be in New York to share the experience, strategies, tips, and tactics with other experts in the industry. As a leading software development company, we will be there for all attendees interested in innovative software solutions and unique digital experiences.
Visit our booth No.1609 and meet the Q crew - Vuk Popović / Founder, Filip Karaičić / CEO, Danijel Petrović / COO, and Marko Ristanović / Resource Manager.
Location: New York Marriott Marquis Times Square
See you in the Big Apple!
Quantox ekipu i ovog leta očekuje neobičan i jedinstveni timbilding. Čačak je ove godine imenovan za prestonicu kulture, a mi se okupljamo upravo tu gde je pre 17 godina počela Quantox priča.
Već osmu godinu za redom, Čačak je domaćin festivala Dani urbane kulture u sklopu kog muralisti iz zemlje i sveta oslikavaju prepoznatljive građevine ovog grada. Ove godine će, uz pomoć lokalnih street art umetnika, jedan od murala biti posvećen Quantox-u.
Prirodne lepote Ovčarsko-kablarske klisure su nadaleko poznate, a mi smo iskoristili posetu ovim krajevima da oformimo i budemo deo jednog novog i autentičnog spektakla, a to je - Moravska Quantox regata. Sa uigranim timom ekipe Discover Serbia osmislili smo nezaboravnu plovnu avanturu klisurom.
Katamaran, čamac ili sub-daska - izbor je u potpunosti naš! Quantox tim ima slobodu da izabere kako će doživeti magičnu Zapadnu Moravu.
Ove godine smo hteli nešto drugačije. Zato smo rešili da probamo nešto nesvakidašnje - Quantox će biti partner lokalnog muzičkog festivala - Uzlet Fest - u sklopu kog ćemo imati i naš Quantox Electro Stage.
U okviru samog stejdža nalaziće se i chill out zona, kao i Barbot 2.0 - unapređeni robot koji pravi koktele za sve posetioce. Istovremeno, a u duhu Quantox-a, radimo i na podizanju svesti o ekologiji i očuvanju životne sredine. Dok Barbot priprema piće, svako ko donese 5 praznih limenki ili plastičnih čaša dobija besplatan koktel - jer Svaka Limenka Se Računa.
Mnogobrojni specijaliteti, kultura, istorija i zanimljive destinacije nas čekaju - sve što Čačak ima da ponudi ovaj vikend je namenjeno upravo nama!
Nova avantura za stvaranje uspomena uskoro kreće!
Affiliate World Conference is a place where the industry’s brightest minds absorb mastermind-level content on stage!
The world’s top affiliate marketers and e-commerce entrepreneurs will meet in Barcelona from the 12th to the 13th of July, and represent actionable insights, data-driven knowledge and innovative ideas.
As a leading software development company, with a wide range of services, Quantox will be on the spot, offering quality software solutions and outstanding digital experience to more than 5000 attendees. Drop by our booth C36 and meet the Quantox crew - Filip Karaičić / CEO, Danijel Petrović / COO, Petar Slović / CINO and Marko Ristanović / Resource Manager.
Can you think of a better way to network, interact and look for potential collaboration?
Location: Fira de Barcelona, Spain, Avinguda de la Reina Maria Cristina, s/n
Booth: C36
We are thrilled to meet you in Spain!
Adriatic Valley is a tech community currently located in Banja Luka.
With the aim of professional networking and career development within the IT industry, this community organizes various events such as panel discussions, meetups, and workshops.
Adriatic’s upcoming event is a C-level panel #2, in Belgrade. Quantox will be there, with our founder Vuk Popović. The main topic is ChatGPT vs The Future of Software Engineering, and all the participants will share their thoughts about the influence of ChatGPT on this industry.
The panel will be on June 29 @ Dorćol Platz, starting at 6 PM. If you want to attend, you can register here.
Looking forward to listening, sharing experiences, and meeting great people!
Quantox Technology se priključuje misiji prikupljanja novčanih sredstava u okviru donatorske večeri koju organizuje humanitana organizacija “Srbi za Srbe”.
Donatorsko veče biće održano 20. juna u hotelu Royal Residence u Čačku sa ciljem pomoći porodici Bešanski, kao i Narodnoj kuhinji na Kosovu i Metohiji.
Domaćin dogadjaja biće proslavljeni košarkaš Srbije Aleksa Avramović, a sve prisutne očekuje bogat program! Cena ulaznice je ujedno i donacija - minimalne vrednosti od 100 eura po osobi. Pozivamo sve zainteresovane da učestvuju u sakupljanju 50.000 eura i doprinesu ovim humanim ciljevima.
Humanitarna organizacija “Srbi za Srbe” u proteklih 18 godina prikupila je više od 11 miliona evra i pomogla više od 3 hiljade porodica.
Pridružite se akciji i podržite one kojima je pomoć najpotrebnija!
Prijave za donorsko veče poslati na e-mail adresu: donatorskovece@srbizasrbe.org
Više informacija je dostupno putem linka: https://drive.google.com/drive/folders/1dCaiaLw3YY4K7l81y4nIeEzoDfIsp2Or
More than 300 companies from different industries and from 80 countries will meet in Bucharest from 7th to 9th of May with the common goal to network, learn and share their practice.
As the largest European hub for affiliate marketers, digital companies, monetization platforms, entrepreneurs, content creators and social media specialists - the AW Summit conference gathers all those who are experienced in their business fields, willing to exchange ideas and build new business relations.
With excellent keynote speeches, workshops, expo, and networking events, we are proud to be part of such a event with Quantox C level crew - Vuk Popović/ Founder, Filip Karaičić/ CEO, Danijel Petrović/ COO and Marko Ristanović/ Resource Manager.
As a leading software development company with a diverse team of tech professionals, we are creating top-notch software solutions and offer all-around IT support.
Location: Piața Presei Libere 3-5, Bucharest
Booth#: 2
We are waiting to meet you in person in Bucharest and discuss the latest IT topics and possible ways of successful collaboration!
Just like in 2022, Quantox continues to support one of the oldest sports and recreational events that promotes healthy life and good habits for 46 years - the Fruška Gora Trail!
The oldest mountain and ultra-running marathon in Europe this year will be held on 22nd and 23rd of April.
Quality time in nature and nurturing health habits!
Through 14 tracks of different lengths and height differences, the Fruška Gora Trail offers the chance to to experience all the beauty of the Fruška Gora National Park, as a recreationalist or as a experienced professional trail runner.
https://www.fruskogorski-maraton.com/en/marathon-trails/
The official opening of the event is scheduled from 08:45 to 08:55 on the 22nd of April, and at 9:00 - the 46th Fruška Gora Trail will officially begin!
Sunday, April 23 from 11 am, is reserved for the youngest! Only children of preschool age accompanied by parents or other authorized adults can participate in the Path of Joy and Pleasure.
During a hiking tour or competitive race, all participants can feel the natural beauty of Fruška Gora - forests, streams, waterfalls, fresh air - but also, this is an opportunity to get to know the cultural and historical heritage. Along the marathon paths, you can see numerous Serbian medieval monasteries - Grgeteg (XV c.), Staro Hopovo (XVI c.), Novo Hopovo (XIV c.), Jazak (XVI c.), Bešenovo (VIII c.) Fruška Gora hamlets and tourist facilities.
Do not miss the unique opportunity to spend this weekend actively in nature!
After running kilometers and successfully completing the race - we are waiting for you to take a break in the Quantox Chill Out zone!
See you on the Fruška Gora!
QUANTOX IT League is the first sports competition of this type in Serbia!
A motivation to enable people in this industry to play sports and connect - resulted in a project which is unique and new in our country.
So far, 5 seasons of the Quantox IT League and 4 seasons of the Summer League have been played in over 800 matches and with a common goal - good fun, quality games, and an opportunity to meet and connect with colleagues from the industry.
With Luka Bulatović, the director of the IT League, we discussed the idea of gathering IT companies in one place through a sport and the advantages this kind of competition provides and promotes.
Six years ago, we gathered at the basketball court where we played basketball once a week. Back then we were teammates on the court, and today, we are the organizers of the Quantox IT League. We moved from the court to the offices and thought about how to connect with other IT professionals and set a new standard that the IT world deserves.
We are aware of the fact that it is very difficult to find free time for physical activity, but when you have a team that motivates you - then basketball training and games become an immense pleasure.
To this day, the same idea remains and we are proud of the entire organizational team as well as all the companies that have trusted us and have been participating for years.
The idea for this project arose as a desire to present the entire competition in a different light. Our mission is to create an inspiring, creative, and positive environment that encourages unhindered freedom of expression through sports. The club's vision is for people from the IT sector to play sports and meet new colleagues from the profession and also raise their work to an even higher level through the Quantox IT League.
For now, the League gathers only basketball players, but we plan to expand this project to other popular sports. The biggest challenge is to attract more companies that will be part of the league, and we plan to do that with constant improvement of conditions and through introducing novelties.
We are proud of the numbers that show us that we worked hard all these years to reach the 6th season and 32 teams. During this competition, some of the teams improved their game thanks to the good organization within the team and a large number of training sessions.
The reasons for participating in the Quantox IT League differ, from recreation, socializing with colleagues, and strengthening team spirit. Furthermore, one of the main competitive motives is raising the trophy at the end of the competition. And yet, above all these, the most interesting part for the participants is the "third half", when they stay after the game and hang out.
The Quantox IT League offers companies the opportunity for their people to spend quality time participating in a sport & recreational competition with their team. This way, they improve both their physical and mental health. This is one of the ways for colleagues to get closer to each other, get to know each other better, and spend quality time outside the office together, in a different environment. Further benefits are that, over time, members begin to understand each other better, develop better relationships and have more open communication.
Winning and losing are integral parts of every game. Every team has ups and downs. What drives them are the good results they achieve in matches. Another major motivator is the fans who are there to encourage and cheer for their favorites in the stands!
We believe that the conditions in our league are at the highest level in the country, but we can do even better. The real challenge is to overcome yourself, to do something new. Challenges are what actually drives us!
The IT League has recently gathered 32 basketball teams and organized an humanitarian All-Star event for the treatment of four-year-old Helena Živković from Čačak, who suffers from autism. Hardware and Software teams competed to help little Helena, and collected 126,900 dinars from ticket sales. This is just one of the many ways in which this kind of sports competition contributes to individuals and communities when needed.
The fifth season of the Summer IT League is beginning soon, and registrations start on the 17th of April.
See you there as we continue to strengthen the IT community through team spirit together!
In our vast experiences dealing with projects and project management, we have learned that it is best to KiSS. No, don’t worry, that isn’t a romantic come on, it is simply a witty acronym that stands for Keep it Simple Stupid. Complicated projects with multiple moving parts that all depend on one another rarely succeed, from what we’ve seen.
Our advice is to get to an MVP (minimally viable product, or the least amount of features your product or project needs to get started) as soon as possible, and launch. Once you are actually launched it is quite easy to work towards incremental improvements continuously throughout the life of a product. One of the biggest mistakes that we have seen in our experience is people who have an unclear vision for their projects, which doesn’t make for a clean and concise MVP.Another mistake that often hampers projects is when companies try to do too much and create too many features prior to launch so that your product is sitting around while competitors can easily take advantages of gaps in the market. Ambition is definitely good, but too much ambition can also be a killer.
How do you get the perfect MVP? It’s not that hard. Think about your product or project. List the features that are essential to it’s functioning, and get those features working flawlessly. Leave out anything that is extra, or not essential to the product you want to create. Those most basic features are the ones to launch within your MVP. After launching, think about any bells and whistles you would like to add to enhance or change your project.Remember, the thing that matters most is having a functioning product that does what you want it to do, not having the most elaborate product out there on the market.
Quantox operates with the help of Kaizen mindset, meaning we achieve great results by first completing smaller, but equally important tasks. Each one of us, but working as a team, has a clear task to complete that will enrich your project and lead to project realization faster and without hassle. Task by task, we'll take your project from idea to MVP, launch your product and keep on improving it with new features and possibilities. Do you want to see simple and clear project development process? Let's Talk!
So, you have a project and you are going to create a request for an exterior company to get the job done. Keeping your project request clear and detailed will help you a lot down the line, and will also save you money. Project requests set the precedent for the entire project, and it is helpful to start it off on the right foot.
If you end up presenting a project with a confusing description and scope of work, it costs your team time, costing you money. There are a few ways that this will drain your pockets. First of all, all of the back and forth communication it will take to clarify your work request just isn’t worth it, when with a clear work request your project can get started right away. Each minute you spend communicating and clarifying is the time that is not being spent working on your project. What is even worse, is the second way that an unclear project proposal can cost your company money: unclear project requests can lead to drafts of your project being created that are completely misguided or simply not what you are looking for.
In creating clear project requests it is also important to get your whole team’s input early on in the process, before making the request, rather than presenting them with a nearly finished project and getting their input then. This will also save you a lot of time and money because your team is smart and probably has great ideas that would improve any project your company is working on. Using their ideas early on will keep you from having to revise projects over and over to incorporate innovative employee ideas.Start your project off right with a clear and concise request that will lead the way to the project you are envisioning.
Creating project request and presenting it to an exterior IT company is not an easy task, but with Quantox it can be a lot easier. The project managers working in Quantox know that the best developed ideas are presented in the clear and concise manner. So, when you're ''stuck'' and can't seem to organize your project, our PM's are there to help you determine the scope of work, requirements, timelines and deadlines of your project, thus helping you save money. You have a great idea, but don't have all the details ''polished-out''? Let's Talk!
Project documentation is an important part of any project, but especially those that create systems that will be used by people whether inside or outside of your company, which are either created by people outside of your company or will be used by outsourced employees. Proper project documentation can set the precedent for the way your company will manage that project once it is complete and the way that other related projects will get managed in the future.A job certainly isn’t over when a project is completed, especially in the sphere of web and technology.
Most projects in this sphere are development projects that will get used in the future either internally within a company or externally by consumers. These projects will need to be supported since your internal teams will need to learn new systems and get used to using them. You can really prevent problems down the road by having great documentation.When you use project documentation, it is best to use whatever best practices are suitable for your industry, because then it will be easier for your team to learn the new system, and any new team members who come on should be able to learn it easily, as long as they are familiar with your industry best practices already. In addition, should your team run up against any obstacles in the months or even years after the project was completed, having proper documentation can save your company a lot of money and time.
Without documentation, your company will have to spend money and use people’s time to figure out any issues, but with the project being clearly explained, you should see nothing but smooth sailing in your future.
At Quantox we keep our organisational skills at the highest level. By having professional project documentation, but also company profile documentation and Quantox people documentation, we armed every Quantox member with a reliable source for solving problems and built bridges between our own people.
Outsourcing with Quantox gets that much easier when we present our documentation, leaving no questions unanswered. Still, error prevention may be the best outcome of our diligent record keeping of everything we do for our clients. Do you want to learn more- Let's Talk!
When hiring someone for work that is not going to be done within your company, it can be hard to tell whether you should hire a freelancer or use an outsourcing company. What is the difference? Freelancers are typically individuals who provide specialized services on their own time while outsourcing companies have full-time employees who can provide many types of services under their direct supervision.
Many professional companies and people prefer outsourcing companies because there is a single contact person that can give you access to a wealth of services. When you go with freelancers, you will have to contact different freelancers for different services, which will not only make your Rolodex quite large but can get confusing and often leads to scheduling conflicts that cascade if anyone freelance misses a milestone that the others were relying on having completed in time. This becomes especially problematic if you have a lot of projects happening simultaneously.
Another reason why businesses prefer to use an outsourcing company is that it mitigates risk. If a freelancer gets sick or has some type of family emergency – that’s it - your project becomes delayed. Your work will not get done until they are better and back to work. However, if the person working on your product from an outsourcing company is ill one day, there is typically someone else there who can pick up the slack and keep your projects going full steam ahead. Thus, outsourcing companies tend to give you more complete coverage and usually get a job done faster.
Lastly, with freelancers, there is no surefire way to vet them. Sure, there are online review sites, and they may provide you with references before you hire them, but if you choose an outsourcing company, they have already gone through the hiring process. Thus, they know their employees well, and typically know that they are quality workers who will finish the job in a timely manner because they have a reputation to uphold. Hiring a random freelancer off Fiverr may sound like a smart way to save money until you examine all the unintended consequences and learn to leave those risks on the shoulders of an outsourcing company with shoulders broad enough to carry them all for you.
If you don't need only one Java Developer or a web designer, but a whole development team, you should consider outsourcing a company like Quantox. You'll have access to all necessary staff members- from developers, to analysts to QA specialists. It you have any questions about IT outsourcing, we are glad to answer them and help you reach an inofrmed decision. Let's Talk!
When you hire an outsourcing company to get a job done, you may feel comfortable knowing that they have the experience to deal with your project, so creating some type of official agreement may not be on your radar. However, agreements are actually quite important, no matter how much you trust the company you are hiring to get the job done. It helps to protect yourself as the client and them as the vendor, should anything go wrong during the job, as small as that possibility may be.
First of all, having an agreement is really the only way to make sure everyone truly understands the project at hand. It usually spells out the scope of work entirely, with specific details, so both parties know what is expected of them, and that includes you.
The company you hired won’t be waiting for a month to start the project because you didn’t know you were supposed to send them some photo assets, and they will be able to provide the results you need when you need them.Agreements can also help to avoid miscommunications during the work process, and also can avoid conflict when miscommunications do happen during the project timeline. If a miscommunication does occur, you can just refer to the agreement and quell the worries of both parties since the job will be spelled out plainly in the agreement.
Finally, agreements help to create a timeline and actionable checklist that the team working on your project can work from and check to make sure that all the work agreed upon is done in a timely manner and at the level of quality that you have requested.Basically, having an agreement always ensures that both the client and vendor are protected and covered, and prevents things from going wrong due to mistakes and miscommunications. While things hardly ever go wrong, agreements make it easy to smooth things over on those rare occasions.
Here at Quantox we understand how important it is for you to feel that your intellectual property is truly yours. Not only will we protect your idea from plagiarism, we will also ensure that every word of our written agreement pertaining to the development process is fulfilled.
Don't take our word for it- our promise are our signatures on the project detail and development process contract. Let's Talk!
Employing people in-house is the most costly option, and beyond the obvious costs of salary, benefits, and training there are many other expenses that come along with the challenge to continually motivate your own staff. Outsourcing is a good way to save some time and money by utilizing a fully managed team of personnel who already have exactly the kind of expertise you require.
Outsourcing also gives you the opportunity to save money by only utilizing the people you need for the specific tasks you wanted to take care of right now while letting someone else worry about all of the HR challenges and ancillary costs that come along with maintaining a world-class workforce.The main barrier companies have when starting to outsource workflow is the fact that choosing the right outsourcing company to work with can be a challenging and confusing ordeal in itself. However, if you follow some common sense tips, choosing an outsourcing company can be made easier and establishing a streamlined workflow that saves you resources while improving your results is an attainable goal.
When starting to think about choosing an outsourcing company, always get references from trustworthy brands in the industry. Just as you would get a reference for a good dentist from a friend you trust, an outsourcing reference about the team that seems to have everything together is the key to knowing the difference between an option that merely looks good and one that actually is great.Once you have a potential company in your sights, do the research necessary to get to know the company and the individuals you will be working with on your own projects.
Make sure the company has a good track record and can articulate a recent easy to verify trail of satisfied companies who have already had similar projects to your own perform. Most importantly, get examples of work they have already done.
Many outsourcing company sites will proudly display some of their clients, and they may even have a case study or two on their sites to show how using their services can positively affect your bottom line – but always be careful to vet those items by speaking to the actual clients being quoted and making sure they are recent examples rather than old work done by someone else who left long ago.
It is also important to make sure that any outsourcing company that you are considering is able to come up with a clear plan that has concise milestones for your needs. It’s one thing to be able to talk the talk, but can they walk the walk? Displaying the ability to set a plan in place is a good sign that they can also complete the work assigned. All too often you’ll notice the same people who failed to show you a workable plan are the ones who are unable to complete the work as well.
There is plenty of work to be done in preparation of your project, and that phase of the relationship is also an excellent opportunity for you to evaluate the team you are hiring and the way they work with you.
Once you have the right people in place, from a company like Quantox, the scalability of an outsourced option gives you tremendous advantages over in-house employees, because unlike the arduous process to hire one person in your office, the outsourcing path opens up the possibility to acquiring a limitless pool of qualified experts at virtually any task you want to accomplish. Let's Talk!
In sports and virtually every other form of competition, the cliché is that speed kills, because getting to the goal first provides an undeniable advantage for one competitor over the other. That same principle applies to all forms of web development and it is becoming increasingly essential thanks to recent changes by Google and others to the way organic web traffic is allocated.
Even more importantly, the expectations of your customers are tied directly to the speed of your site, apps and digital products.
In the dial-up era, it was common to wait for a page to load due to lag times caused by low bandwidth. This was also a blessing for inefficient developers because the slow loading times and resources squandered by their code were often covered up by the even slower download speeds available to customers. Now, with many clients having access to 1GB connections and mobile providers continually improving throughout while spreading the reach of public WiFi, even the smallest lag or latency is infuriatingly obvious to your potential customers or clients.
Google had repeatedly expressed the fact that mobile load times are now a significant signal used in determining their search results, and that has even gone so far as to provide a simple tool to test your load times on desktop and mobile versions of your website. The tool is free and it assigns a 1 to 100 score for your site speed. Even more importantly, it makes simple suggestions of ways to improve your speed score, and it is critical to achieving a score of 85 or better for both Mobile and Desktop on nearly any website you publish.
The so-called Mobilegeddon update Google made in 2015 underscored the importance of Mobile responsive design and echoed the significance of making sure your site loads lighting fast across any device that a viewer decides to use.
Quantox helps many of our clients by cleaning up the antiquated code, refreshing the underlying database structures being used and making many other seemingly small improvements to incrementally optimize existing websites. We also use industry best practices and many proprietary methods to ensure that any new site we create for you is as fast as possible, to the delight of search bots and human visitors alike. Let' Talk!
Imagine if you walked into a brick and mortar store and were greeted by a salesperson who immediately asked, “What is your date of birth and credit card number?” A store like that wouldn’t get many sales or last very long, yet online site owners seem to think it is somehow more acceptable to create landing pages that abruptly demand all kinds of personal information from potential customers in a completely non-conversational way.Too often we are given site mock-ups or see sites designed by others that immediately request signup information from end users. Sure, having a signup button makes sense, or asking for a name and email address may be part of your business model, but the conversion ratios, time on site, bounce rates and other metrics can easily be improved across the board by engaging the viewer in a more conversational way.
For example, instead of asking someone to enter their purchase information and then giving them access to a catalog of items for sale after they have registered, you will earn far more by allowing customers to browse your catalog as guests, let them choose the items that they want and only ask for payment details once they reach the cart page to complete their transaction.The psychology of this method is very simple. Once someone has already invested ten or twenty minutes of their time browsing items, choosing products or services, and building a basic level of trust with your brand by seeing how well your site satisfies their requests, they become far more likely to take action at the eventual point of sale. Exactly the same way a shopper is more likely to buy a pair of jeans at a clothing store after browsing the shelves, selecting the perfect pair, trying them on, interacting with a sales associate and then later being asked to pay at checkout by a cashier.
The best sites do a terrific job making the sale seem secondary. As online marketers we are all focused on improving the CTR, maximizing revenue and preventing traffic leaks – but as a customer that all need to fade from your attention and be superseded by the fun and excitement of finding the site you want most, getting the attention you deserve and feeling as though the money being requested is more of an afterthought than the central priority of the entire user experience.
Quantox experts are available right now to look over your existing sales funnel and to make actionable suggestions that improve the flow of traffic from your landing page to your join form or cart transaction page. The results are easy to track, and as any experienced marketer can tell you it is almost always easier to earn more by properly monetizing the traffic you do have than by inefficiently marketing to a new wave of visitors. Let's Talk!
One of the more common buzzwords among developers these days is ‘responsive design’, which many confusingly misunderstand as ‘using a Wordpress theme that looks sort of OK on mobile devices or desktop screens.’ The fact is that responsive design actually requires quite a bit more than that, and the benefits of doing it right are substantial.
Responsive design is all about presenting online content on any device as if it were intended to work perfectly on that device primarily. When a customer views your website from their desktop computer, they could care less how it might look on an Android phone. If they use an old and antiquated version of Netscape at their browser, they want to see the site in all its glory, and how it would have looked if they chose Chrome instead becomes meaningless to them. When it comes to design, the customer is always right, and that includes their implicit choices of mobile carrier, platform, operating system, browser, hardware, and software each time they visit your website.Some great tools have been added to the development arsenal recently including HTML5, H.265/HEVC video codecs, letsencrypt.org SSL certifications, a slew of mobile diagnostic tools from Google and more.
Utilizing these tools and many others, Quantox creates websites, mobile apps and offline marketing materials that give your brands a terrific uniform presence in a way that is completely agnostic to the choice of device or viewing methods your existing or potential clients prefer. To learn more, contact your Quantox agent and see some examples of what responsive design can actually do for your own bottom line. Let's Talk!
Some consulting companies will try to tell you that everything should always be outsourced (because it benefits them for you to outsource every task), but at Quantox our goal is to help you succeed so that we can be part of a long-term arrangement that earns you far more than we cost. That’s why we have created this simple checklist to help potential clients determine if a specific task is appropriate for outsourcing.
The first factor is the complexity of the project or components you are considering. Small tasks that are not mission-critical are excellent opportunities for outsourcing because they can be cleared off your timeline and accomplished easily by a qualified third-party developer. Often, larger more complex tasks can be segmented into several smaller tasks, and an outsourced team of professionals can also carry out a significant group of those elements.Once you have established a strong degree of trust with a company, even the most complex modules can easily be outsourced unless they are a part of your own core competency.
Every company and employee of that company has a set of skills and talents that they bring to the table. If you are a terrific database designer, outsourcing database design will only serve to frustrate you because you would be asking someone else to do what you are best at accomplishing. The best use of outsourced labor is in areas where you have some familiarity but do not have a high degree of expertise.Quantox often works in a modular manner to provide what our clients need most while leaving the things they are best at to be done in-house as part of the overall timeline.
Almost any large task can be segmented into smaller better-defined milestones. Outsourcing works well when you can monitor progress along the way and offer input at specified intervals. That allows you to steer the project toward your desired goals, maintain maximum efficiency, and the result is almost always a great product completed on time and under budget.The more well defined your timeline is, the more likely outsourcing is the right answer for you.
Getting great results from outsourcing projects to Quantox is as much a matter of setting achievable milestones ahead of time as anything else. That’s why we work diligently with you before any project begins so that we have a clear and concise set of deliverables, dates, and desires in mind right from the start. Let's Talk!