//:Ideas
Made={*}
Possible

<Insights>

//:
Insights

Filter by:
Blog
Quantox Promotions
November 1, 2018
.
by
admin
read time
This is a small step for developers, but the big one for Quantox.Congratulations to all members of the team on the achieved success in the previous period.
Read more

This is a small step for developers, but the big one for Quantox.Congratulations to all members of the team on the achieved success in the previous period. Work always pays off and brings good results. This time, your hard work brought the well-deserved promotion to you!

quantoxovci
Blog
Which framework should you choose?
October 16, 2018
.
by
admin
read time
JavaScript framework is popular among developers for such benefits like efficiency, safety, and cost. The variety of frameworks for each development platform is huge.
Read more

Milos Aksentijevic Front-end developer @ Quantox

JavaScript framework is popular among developers for such benefits like efficiency, safety, and cost. The variety of frameworks for each development platform is huge. It’s impossible to describe all of them and there is no need for it. Let’s narrow down our choice. As almost every company tends to have a website or at least a landing page, it would be good to review the most popular JavaScript frameworks.

For front-end developers, it’s increasingly challenging to make up their minds about which JavaScript application framework to choose, especially when they need to build a single-page application.
To simplify this choice of a JS framework for client-side development, we should reduce our options to several top solutions. For client-side development, our list of JavaScript frameworks includes React, Angular (Angular 2 or higher) and Vue.

Not every JavaScript-based “framework” we’ve just mentioned is an actual framework. But we can throw in several libraries to the pack and make those not-quite-frameworks feel like actual ones. We’re talking about React and Vue.js, which are both JS libraries for the view layer; and Backbone, which also only partially implements the Model-View-Controller (MVC) architecture. For the purposes of this overview, however, we’ll use the term “framework” loosely to refer to all five of these JavaScript solutions.

An up-to-date JavaScript framework must comply with several requirements.

  • First, modern front-end JavaScript frameworks must respect the Web Components specification. In modern client-side development, we should build custom HTML elements, and it’s great that all the frameworks we’re reviewing support Web Components.
  • Second, a solid JavaScript framework should have its own ecosystem. Ready solutions aim at solving various problems of client-side development such as routing, managing app state, and communicating with the backend to name a few.
  • Angular, React and Vue all adhere to the latest JavaScript ES6+ specification; also each of them has their own ecosystems. Now, we can jump into the reviews of these top JS frameworks.

Angular2+

angular framework logo

Benefits

The biggest strength of Angular 2+ is its popularity. It could be argued that having the name Google associated with it has an impact on organizations considering it. There is a strong market for developers. It is also one of the few frameworks compared in this series that has an official set of rich components for building user interfaces.

Cons

We feel the Angular framework focuses on creating user interfaces in a single page application and does not address the larger concerns of a building a web application. This can lead to difficulties while maintaining projects if conventions are not established early. At a practical level, there is a lot of magic that occurs to provide run-time behavior that is not part of the core framework-provided technologies. This diminishes the value of TypeScript to the end-developer.

Why choose Angular?

If you need to source skills in a framework at scale, where the skills are generally easily portable, or you need to train teams on a framework and have a level of confidence they will be productive in short order, you might consider Angular 2+. If your web applications translate well into a model view pattern, then you might also consider Angular 2+. If you are happy with the Google Material UX pattern, then Material for Angular is a quick, easy, and robust way to follow that pattern.

React + Redux

react framework logo

Benefits

The biggest strengths of React and Redux are their relative simplicity and focus. Taking the mantra of doing one thing and do it well it is hard to find fault that both libraries achieve very effectively what they set out to do.

Cons

The biggest weakness of both React and Redux are not what they are, but what they are not. To build a feature-rich web application, you need many other features and once you get away from the core of React, Redux and a couple of other libraries, you will find a hugely fragmented community, with countless solutions and patterns which may or may not be easy to integrate together.

Why choose React?

If you are in a situation where you need less hand-holding and are looking more for good libraries than a comprehensive framework, then React + Redux might be right. You do need to be honest about the abilities of your team and organization, not only during your initial development but throughout long-term application maintenance.

VueJS

vue.js framework logo

Benefits

The ability to incrementally adopt Vue.js is likely the biggest strength. Vue has a concise and rational architecture which makes it straightforward to understand and easy to build upon.

Cons

The desire to pivot between model view application and state container type applications can be confusing. It feels like there is a desire to remain relevant without fully embracing one application pattern over another. It feels to us that, at a minimum, it is confusing to those looking to Vue.js for a complete solution and could lead to inconsistent application patterns that are difficult to maintain.

Why choose Vue?

If you have a legacy web application that needs a more robust and contained application layer, then Vue.js might be a good fit for you to adopt. It has clear patterns and even with inexperienced teams, there is a right way and a wrong way. While there are not any out of the box Vue UX frameworks, there are extensive sets of coherent frameworks built on Vue.js that might work for your project.


A framework is nothing more than an embodiment of some patterns, integration of some technologies, and source code to help make our web applications easier to build and maintain. Challenge yourself or your team to take a holistic look at a framework, but first, start with a list of what is important to you and your organization, especially those things that transcend technical features.

Although we’ve mentioned only three web frameworks, professional developers should have an open mind as there’s no best JavaScript framework. There are many other examples of JavaScript frameworks and they are enough for building client-side apps.


JavaScript Frameworks Coming Together in Quantox!

Whether it's Angular or React, or even Vue.js, Quantox ensures our clients have the best pick when it comes to JavaScript developers working on their projects. Our front-end developers are always learning, forever evolving and innovating new ways to create and better software development in order to expedite your business journey to success. Do you need a JavaScript framework developer? Let's Talk!

Blog
Front End developer – Now and then
September 15, 2018
.
by
admin
read time
What is a front-end development? What does an FE developer do? What was the road of front-end development from its beginnings? Well, those are just a couple of questions for which you can find answers here.
Read more

What is a front-end development? What does an FE developer do? What was the road of front-end development from its beginnings? Well, those are just a couple of questions for which you can find answers here.

Front-end Developer-Start of the Road

Front-end development first appeared alongside appearance of HTML and CSS. So it’s fair to say that the first front-end developers actually appeared in the early 1990s. It was not that popular at the moment, but with the expansion of the internet, HTML, and CSS it started to grow up as a really important part of web programming. At its beginnings, front-end developer didn’t do much. Their job was to just create a static website and make it look good. At the time until early 2000s front-end developer was called a web designer. A real breakthrough and the bright future for Front end developer started on 22nd of December in 1995. On that day, JavaScript as scripting language appeared for the first time. And then it was clear that front-end developer, oh sorry, the web designer is going to do much more than just making websites look good. After JS appearance new era for front-end development started.

front-end css code

What is front-end development?

Since I am mentioning that term front-end development all the time, why shouldn’t I explain it a bit before we continue on with FE developer road? Front-end development is part of web development which code is executed on the client side. That actually means that code written by FE developer is served like that into a browser of the visitor of that web location and executed there. Throughout the time, that actually changed a bit, but I will speak about it when we reach that place on the front end developer road.

The Second Part of the FE Developer Road – Rapid Expansion

From moment JavaScript first appeared it wasn’t long after when the potential of it got on the surface of the web. Many people used JavaScript the way they wanted so it was very important at that time to actually create some ground rules and form standards and guidelines for use and its development. So, in 1997, ECMAScript first appeared as a standard for JavaScript. That was the beginning of a new Era for FE developers, still web designers at the time. ECMA did a lot concerning JavaScript evolving, but the road they had was very bumpy. Especially with version 4 which was supposed to be very innovative at the time. It got abandoned due to some political reasons about the complexity of update in 2008. Some people even had an opinion that it could break the internet, so it was abandoned. In December of 2009 ECMA released version 5, and on that version, JavaScript became what we know today.I took a bit of detour from FE road, just because of the importance of JavaScript and ECMAScript, but I back on road again.In early 2000s JavaScript already was very popular, but still didn’t become an important part of FE developers. In 2006 one thing appeared that changed everything in FE developer (still web designer at the time). It was an appearance of jQuery, as cross-platform JavaScript library.That was the year in which web designer found a crossroad.They got 2 roads ahead: one was to stay a designer and just design websites, and the other one was to become a programmer – WEB programmer – Front End Developer. And that is how web designers got divided and that’s how we became FE developers that we are today.

front-end js code

Now, we who took a programmer road, well, we still had very bumpy road ahead of us. With jQuery, we had a lot of new possibilities to add to websites. Websites were no longer static. We have a dynamic part of a website. Sort of speak, we brought websites to life.So FE developers were then programmers, using JavaScript, HTML, and CSS, building much more than just web page, but still it wasn’t enough. We wanted to do more. ECMAScript continued to grow, new versions were released, but what made us today an important part of WEB development process, wasn’t just ECMAScript.

New FE Era – Frameworks and Preprocessors

Beside ECMAScript and jQuery, frameworks made a boom in FE development.The year was 2010, and that year made the great impact of FE developers. The first frameworks that we use today appeared. For example, it was Angular and Backbone. But why they made such an impact? Well, a difference between libraries and frameworks lies in how its implemented. When you use a library, you just call predefined functions from it and that’s it. What frameworks give you is much bigger. It gives you a set of rules, guidelines, frames in which you can create apps and websites with a lot of more possibilities. It allows you to design entire apps, combine it with libraries, manipulate DOM and much, much more. So today we have a lot of frameworks around us, and we can choose which we want to develop our apps. There is a lot of them and the most popular ones are Angular, Vue and React.

front-end skills

In the new era, the late 2000s also made a breakthrough for FE developers when CSS is in question. As CSS is well, a bit uptight when developing is in question. Something had to happen in order developers get a chance to do more with less code. That Idea was the most important link in the chain that gave us CSS preprocessors. They give us an opportunity to do many things, have functions in CSS, have variables, entire parts of code used on multiple places, divide code into smaller pieces. And what’s the best in it: when you are done it gets compiled in plain CSS, and works like a charm. So today, preprocessors are used all the time. We also have a variety to choose from. We have the stylus, LESS, SASS and much more, but those 3 are the most used.One more thing was worth mentioning in this era: HTML expansion. Throughout years HTML evolved a lot too. Today, we have HTML5 which way more powerful than before.

FE Developer Today and a New Crossroad Around the Corner

Today, FE developers do a lot, not just make the website look good. FE developer today creates the structure of websites and apps. Makes the site have its life: creates all possible interactions of users with apps. He manipulates the DOM on the much higher level, a not just that. Creates virtual DOM and manipulates the content displayed. Communicates with a server to pick up data, but if needed, formats the data as needed or even creates data independently from Server.All that makes FE developer a very important link in the web development process.The new crossroad, what did I mean with that? JavaScript became so powerful that today, FE developer took one step from client side to server side. Today with JavaScript we have a possibility to create apps executed on the server, so are we going to stay Front End developers or we are stepping into Back-end part? JavaScript gave us that but also gave us Node.js. With JavaScript, we can now create REST structure…That is our next crossroad, where will FE developer go, only time will tell. Let's see what years to come to have to offer.FRONT END Developers, let's buckle up and enjoy the ride we are on!

Build Your Future With Quantox Front-end Development!

Quantox has been blessed to have some of the best front-end developers under its roof. Our FE developers are not only developers- they are mentors and lecturers, but also innovators as they look for a new way front-end technology can better websites and application development. Thanks to them, our clients can tap into the endless well of knowledge that leads to exceptional results and powerful website and app solutions. Do you need help designing and building your new website or app? Let's Talk!

Blog
What an accomplishment - 10 years in the company!
August 7, 2018
.
by
admin
read time
Quantox Technology is a fairly young company, especially in this composition, but on this occasion, we would like to thank one of our first employees for dedicated and valuable work.
Read more

Quantox Technology is a fairly young company, especially in this composition, but on this occasion, we would like to thank one of our first employees for dedicated and valuable work. Our colleague Miljan is with us for 10 years, and you will admit it is not a small thing at all. This way, we want to get to know you better with the guy who was there when it was difficult and when everything went smoothly. Read the entire interview below and get ready for some hilarious answers, because he is just like that - Funny as it gets!

Miljan Interview2
  • To begin with, we must say that it is a pleasure to interview someone who has been working for our company for 10 years. Of course, the first question must be related to the beginning, can you tell us how he was?
Miljan: Like every other start - hard and hard. Moving from one job to another and learning basic IT related matters at the moment you are 19 is not a small thing. It was hard for me, but I managed with the right people and their full support.
  • How would you describe your way of work?
Miljan: Hardworking, fair...
  • Which of your achievements are most prominent
Miljan: I'd say this jubilee, a decade spent in Quantox!
  • Can you remember the situation in which you were criticized at work?
Miljan: Ooooh... There were plenty of them. Criticism, but also praise.
  • How did you gain trust and build a successful business relationship that has been in place for 10 years?
Miljan: Honest work, persistence, desire to prove. Perfecting my skills was a crucial part of it also.
  • What's the most important thing you've learned in these 10 years, and did it help you only on a professional or both professional and a private plan?
Miljan: Trust! Definitely both!
  • Which of your professional qualities you take the most valuable?
Miljan: Loyalty!
Interview3
  • What has influenced you the most over these years and how?
Miljan: Hmm... what? The whole team, the friends who have supported me in the difficult and good situation... They always dragged me to the top and because of that I am extremely grateful. And my wife, of course.
  • In what direction would you want your career to develop, and where do you see yourself in 10 years?
Miljan: I would like to continue to improve on a personal plan, and to "grow" together with the company. And to the other part of the question, I will answer with one word: Here!
  • How do you think your colleagues would describe you in a few words?
Miljan: A very witty person I guess.
Interview1
  • Why is Quantox an ideal company for you, now, and 10 years ago, and what has changed since the beginning so far?
Miljan: We have progressed, we have expanded. I remember the days when only four of us started and today the company has more than 200 employees. It is ideal because it provides almost everything that other companies can not. You can learn and progress in various IT industries. Good salaries which are always on your account in time, which is rare in Serbia. A lot of traveling and hanging out with people from the company... I could continue like this for a long time, but you get the point.
  • What would you do if you were not what you are and what are you really?
Miljan: Hm, let say culinary.
  • When you are not in the office, you are spending your free time on?
Miljan: Kitchen, agriculture, reading books. Also, I spend a lot of time with my wife in recent months, we are waiting for a baby.
  • Would you like to share some secret with us, something that we do not know about you yet?
Miljan: No!
  • Given your internship in the company, you've certainly gone through many pleasant and unpleasant situations. Our next question for you is: What is the most beautiful moment in your career?
Miljan: Yes, of course, there were plenty of pleasant situations, but it's hard to tell. There are many beautiful moments, and from all the pleasant and beautiful situations that I have experienced for the past ten years, I would like to single out the moment when I was voted by the collective for the most humorous colleague.
  • And the heaviest one?
Miljan: The first cancellation from the client. I was young, I fell hard, there were thousands of questions at that moment, what further, how, where ... But the company and people in it are always ready to help you find a solution!
  • Quantox company is made up of young people, and where youth is, there is a joke. Can you point out the funniest moment you've experienced in the company?
Miljan: As I mentioned above, I have experienced a lot of interesting and funny situations here, and it's just impossible to single out one. If you asked me what is the most ridiculous situation today, maybe I could make a decision... For example, this morning Sale and I were having a breakfast, and we were eating the burek and yogurt, however, before he started eating, he opened up yogurt. Then, we started chatting about something, he forgot that he had opened it and he started to wave with that glass, thinking that it was not open ... Can you imagine how the office looked after this performance?
  • Favorite book, movie, series?
Miljan: What the footballers would say, Dostoyevsky, The Alchemist. There are plenty of books and movies too. Maybe from Stephen King's Green Mile, Shining. The movie also Fluttering, Fight Club...
  • If you can choose, which superhero would you be and why?
Miljan: Aladdin. I have a carpet that flies, I go wherever I want, I have a ghost from a lamp who fulfills all my wishes and what more can I ask for?! To fight with some scumbags is not my style.
Blog
Scholarships for Gymnasium in Cuprija by Quantox
July 30, 2018
.
by
admin
read time
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.
Read more

Gymnasium in Cuprija

image

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.

image2

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.
Blog
A Brief Introduction to The Terminal
July 15, 2018
.
by
admin
read time
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.
Read more

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.

What Is Terminal and What's it For?

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.

terminal commands


It is very important to know that almost everything in Linux is case-sensitive, including file names and directories, commands, arguments, and other options.

Popular Terminal Emulators You Can Install

  • Mac OS X: Terminal (default), iTerm 2
  • Windows: PuTTY, cmd
  • Linux: Terminal, KDE Console, XTerm

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

terminal commands 2


Linux commands:


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

How Quantox Expedites Projects By Knowing Terminal Inside-Out

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!

Blog
A 6 rules for every student who wants an IT career
June 28, 2018
.
by
admin
read time
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.
Read more

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.

3 Career

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.

4 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.

1 Career

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 :)

Blog
Top Editors/IDE for web programming
June 15, 2018
.
by
admin
read time
Every web developer has an urge to find the best tool for the purposes of web development...
Read more

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: 

5. >_Brackets

  • Free
  • Debugger - No
  • Autocomplete - No
  • Text Editor
brackets text editor

 

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

  1. Live preview in real time
  2. Inline editor
  3. From PSD to CSS turning design into CSS
  4. Customization and Extension through third-party plugins

CONS

  1. It gets slower after the installation of several packages and extensions.
  2. It allows only one project/folder during the programming. 

4. >_Atom

  • Free
  • Debugger - Yes
  • Autocomplete - Yes (plugin)
  • Git Control Version Integration
  • License MIT
  • IDE - features Real-time collaboration (Teletype)
  • Text Editor
atom text editor

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

  1. Smart and flexible autocomplete.
  2. A lot of packages and setting UI which are providing a lot of possibilities.
  3. Teletype in Atom allows several programmers to work on the same code and on the same computer.
  4. Atom IDE packages are making Atom look and work like a real IDE Atom.

CONS

  1. Atom isn't a native app and because of that performances are weaker and the lag is noticeable especially during the opening of a big project.
  2. It takes up a lot of RAM memory.
  3. It has a tendency to crash with files bigger than 10mb.

3. >_Sublime Text

  • Paid
  • Debugger - No
  • Autocomplete - Yes
  • Git Control Version Integration
  • Licence Proprietary
  • Supported keybinding styles OSx, Vi, Emacs
  • Text Editor
sublime text editor

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

  1. The fastest and most responsive performance of all editors (it is written in C++)
  2. Instant project switch
  3. Command palette (you can search for everything in the editor without using a mouse)
  4. Powerful API and package ecosystem
  5. Customize anything
  6. It can support big projects and works pretty fast with the less utilization of RAM memory, unlike the Atom, Brackets, and VSCode.

CONS

  1. The update is not as often as before.
  2. Even though the download is free, Sublime Text isn't actually free, you have to pay for a license after a short period of use.

2. >_PHPStorm/WebStorm

  • Paid
  • Debugger - Yes
  • Autocomplete - Yes
  • Git Control Version Integration
  • IDE (integrated development environment)
webstorm text editor

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

  1. The best autocompletion for JS and PHP /li>
  2. An excellent assistant for frameworks such as angular, react, meteor...
  3. A large number of inspections allows an easy finding of problem or error
  4. Full debugger
  5. Integration for Karma, Mocha, Rest and test Protractor

CONS

  1. It demands a good computer with at least 8gb of RAM memory.
  2. Costs a lot.
  3. You need to get acquainted with the editor

1. >_VisualStudio Code

  • Free
  • Debugger - Yes
  • Autocomplete - Yes
  • Git Control Version Integration
  • License MIT
  • Almost IDE
visual studio code text editor

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

  1. Autocomplete based on variables, functions, and modules
  2. A decent debugger with a breakpoint, call stacks and interactive console
  3. User-definable snippets for code patternsC
  4. Fast and responsive.

CONS

  1. Slow search engine through the files.
  2. Not as powerful as his older brother VS
  3. Weaker update for Linux.

Build Customized IT Solutions With Quantox!

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!

Blog
Software Tester as a Team Member
May 25, 2018
.
by
admin
read time
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.
Read more

How Does the Team See Testers?

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.

What is Software Tester's Main Role?

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.

software tester

What Makes a Good Tester?

  • How the project works
  • How computer systems and business needs to interact
  • IT - technology
  • IT - commercial aspects
  • Testing techniques
  • Best testing practices
  • To be able to think inside and outside of a system specification

A Good Communication With Developers is Vital

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.

Software testing team

What can Improve the Relationship Between Developers and Software Testers?

  • Start with collaboration rather than battles
  • Communicate finding the product in neutral, fact-focused way without criticizing the person who created it
  • Try to understand how the other person feels and why they react as they do
  • Confirm that another person has understood what tester said and versa.

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.

Ensure Your Product Works Smoothly With Quantox Testers!

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!

Blog
Software testing - QA (Quality Assurance)
May 11, 2018
.
by
admin
read time
Software testing is an investigation conducted to provide stakeholders with information about the quality of the software product or service under test.
Read more

What is Software Testing?

software testing


Software testing is an investigation conducted to provide stakeholders with information about the quality of the software product or service under test.

What is a Test and Test Case?

The test is a set of one or more test cases.
The test case is a set 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.

  • Manual Software Testing:

The procedure followed in manual testing:

  1. Requirement Analysis → read the AC defined in the feature. Modify it if it needed
  2. Test Plan Creation → document the plan of the testing new feature
  3. Test Case Creation → all cases related to testing of that feature. Various combinations of scenarios
  4. Test Case Execution → execute all test case scenarios
  5. Defect Logging → when a bug is found it should be documented in the tracking tool
  6. Defect fix & Re-verification → developer fix the bug. Tester checks it again. Close ticket

  • Automated Software 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:

  1. Decide
  2. Acquire tools
  3. Introduce automation testing
  4. Plan Design and develop scripts
  5. Execute tests
  6. Assess test results

Popular Automation Tools

Selenium

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).

post2 Software testing


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

Appium is an automation tool for running scripts and testing native applications and mobile-web applications on Android or iOS using a web driver.

post1 Software testing


Appium was designed to meet mobile automation needs according to a philosophy outlined by the following four tenets:

  1. You shouldn't have to recompile your app or modify it in any way in order to automate it.
  2. You shouldn't be locked into a specific language or framework to write and run your tests.
  3. A mobile automation framework shouldn't reinvent the wheel when it comes to automation APIs.
  4. A mobile automation framework should be open source, in spirit and practice as well as in name!

Put Your Software To the Test With Quantox QA!

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!

Blog
Meet the first man of Quantox - CEO behind the suit!
April 20, 2018
.
by
admin
read time
MEET THE OWNER OF QUANTOX - Experienced CEO with a demonstrated history of working in the internet industry...
Read more

Meet the owner of Quantox | Behind the Suit

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.

Brand-Minds-Vuk_post_Quantox

In the text bellow, you can see Vuk's interview for BrandMinds:

1. How did you come up with the business idea for Quantox?

  • “I got my first PC when I was about 7 years old and soon after I started coding since there weren't many other interesting things to do on a computer back then. So as time passed and the age of internet arrived, I started freelancing as well. By the age of 22, I founded Quantox as a one-man show company… From there, it all evolved naturally. Ups & Downs as for any other businesses that today are gathering a number of 200 employees.”

2. Tell us the first three things you’ve done to turn your idea into facts.

  • Hmm… I have to be honest. I didn’t think too much about it back then. As I previously explained, the stages changed naturally from me coding to doing other things and starting to hire people. Again, commitment, hard work, and passion are three things which kept me moving further then and today as well.

3. Name one situation that made you want to quit.

  • Ahhh… SO MANY!!! Honestly, every job can be sweet and hard as well, at some points in life. We are an outsourcing company which means that we have a lot of different clients. Different sizes, different technologies, different requirements and so on. Therefore, is not always easy to please them. It is a very dynamic and stressful business, but very interesting at the same time. Every time I get the desire to quit, my team and family are there to encourage me to move on. They give me the strength I need and the energy to do it stronger than before!
 

4. Name one situation that made you want to go forward.

  • I always get a strong wish to go forward when I see any positive things going on, growth, potential and especially when I see how hard my team is working on everything we do. Having a great team is what actually makes it work!

5. What do you think are the most difficult challenges entrepreneurs have to face on Serbian market nowadays?

  • At least in our IT sector, one big challenge is talent recruitment. There is simply not enough skilled people. But we are working on it! Educating beginners, collaborating with schools and colleges are some of the things we do to improve the situation. Hopefully, it will change for the better in the following years!

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?

  • There are a few organizations and companies whose work I highly respect and encourage. They are working hard on educating and improving young people's professional abilities. The only thing I would enhance is our focus as a community. We should work more on our own projects than working for others.

8. What is Quantox bringing to the web & mobile development market, that is different compared its competitors?

  • I wouldn’t say that we are bringing many different things compared to our competition. The technology we're using is there for everyone to take it and I think that in what concerns this matter, we are definitely not behind our competitors. What I think that is different about us is our friendly and unique approach, that we have with most of our clients. All that, due to our organic growth and the fact that we don't have a sales team. We are not corporate and most of our clients are either friends or friends of friends.
horizontal-logo-color-on-white_quantox

MEET THE MAN #BEHINDTHESUIT

1. Name one good habit that helps you deal with your active life.

Sport.

2. Name one bad habit you can’t quit.

  • Overworking.

3. If you could be anything else but an entrepreneur what would you be?

  • A performance athlete.

4. You are the founder of Quantox, what is the favourite movie of the man who founded it?

  • Hmm, I'm afraid I don’t have one.

5. Tell us your favorite book. What’s the best thing you've learned from it?

  • It wouldn’t be fair to name only one…There are several and most of them are focusing on relations management. That helps me run the company.

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?

  • I don’t really listen to music so I don’t have some particular words in my head, but it would definitely be something which has words “ups & downs” in it.

8. Tell us the best experience you had while working to build Quantox.

  • Growing together with my team members and watch them develop into these strong leaders I highly appreciate.

9. If you would give our readers one piece of advice from your entrepreneurial experience, what would that advice be?

  • I don’t consider myself worthy enough to give advice but here's what I am doing on a personal level: I commit to an idea and strongly believe in it, then work hard for it and if it fails, I'll repeat it all over again. At the end, one of them will work out. Plus,

...don’t put yourself in someone else's goals. Just do what makes you happy. If you are happy you are already successful!

Blog
Work hard and laugh often!
April 1, 2018
.
by
admin
read time
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.
Read more

The first day of April is on our doorsteps and we all know that this day is always a great excuse for bringing smiles, jokes, and fun in the office, more than usual.

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.

April-Fools_post6

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 first is when we all negatively charge, get really serious and take a pessimistic attitude because the problem seems to be unsolvable. In this mode, the maximum focus is on solving the problem, which of course is not bad and increases the chances of solving the problem. However, for the individual as well as the entire team working on problem-solving, this leaves the mini trauma and stress that he brings with him home after work. These, seemingly harmless, mini-traumas, if present for a long period of time, lead to a reduction in love for work, feelings of fear and discomfort from the upcoming problems (as I mentioned above, in the business, they will always be present.)
  • The second way of solving this problem is a lot different than the first one. Basically, the main deal here is to put a little bit of joke on every problem and to simplify it. That way, nothing will seem so scary, especially if you are a part of a team which is assembled of people who think similarly like you.

The message is clear - with a good team, you can not fail!

April-Fools_post2 Fun

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.

  1. Dead mouse - I'm not talking about killing animals, of course. For this joke, all you need is to stick the ticker below the computer mouse. It will prevent the functioning of the laser, and mouse won't work. Once the person looks under the mouse, it will see the sticker - don't forget to write "April Fools" on it.
April-Fools_post3
  1. Source code - If you are close enough with a particular colleague, and if you are skilled in coding, you can access his computer and modify the source code from the page he is visiting. What will you change is a thing of your creativity, and the choices are numerous, and the reaction to this joke can be very interesting.
  2. Confusion - this joke is old but the effect is still funny and interesting. All you have to do is plug the mouse from one of your colleagues into the computer from another colleague and vice versa. Assess yourself, whether the victims are familiar with a similar prank. Even if they are, there are great chances that it will be successful.

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.

April-Fools_post4
  1. Observation - This is my favorite and I practiced it recently, although it was not a day of a joke.It is necessary to sneak the victim seamlessly behind the back, wait for a minute or two and observe it while coding carefree. Get closer to the head of the victim and breathe heavily. Try this, and the feeling will be priceless, and you will be doing a favor to the victim because you will get her out of the depths she's inflicted in solving the problem. My victim did not thank me very much though. I hope your will.

These are just some of the ideas. There are countless other jokes and pranks and it's all about your inspiration and creativity.

  • Make sure you do not joke with people who maybe don't like you so much.
  • If you need a bit more preparation for your joke, be sure to come early to work, or finish all the preparations during a meal break.
  • If you are a victim, do not be offended because the one who joked with you probably believes that you have a good sense of humor. Try to "cooperate" and make a bigger joke off it because all this is only for the purpose of fun and spreading positive vibrations.

Would you add another joke to the list? What kind of fun and pranks has been organized in your office?

Blog
Top 20 tools every Front-end developer should know
March 27, 2018
.
by
admin
read time
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...
Read more

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

--- HTML & CSS ---

build websites with HTML and CSS

#1 Responsive Design & Media Queries

    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.

#2 Flexbox & Grid Layout Systems

     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.

#3 CSS Preprocessors

     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 (SASSLESS ...) which broadly extend the functionality of standard CSS.

#4 CSS Animations

     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.

--- JavaScript ---

javaScript web development tools

#5 jQuery Library

    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.

#6 Having a Deep JS Foundation

    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.

#7 Local Data Storage

    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.

#8 JS Debuggers

    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.

#9 JS Frameworks

    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 ReactAngular, and VueJS.

front-end framework tools

#10 Asynchronous Programming

    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.

#11 NodeJS

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.

#12 Packet Managers

    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.

--- Design ---

front-end design tools

#13 UX Design

    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.

#14 UI design

    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 ...).

#15 Basic Rules of Design

    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.

#16 Icons and Images

    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.

--- Communication ---

front-end communication tools and tips

#17  Control Versioning System

    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.

#18 REST Architecture

     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.

#19 English Language

    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.

#20 Text Editors

    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.

Quantox People- Doing Front-end the Right Way

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!

Blog
Female programmers: Not a woman, nor a programmer?
March 9, 2018
.
by
admin
read time
Have you ever had a feeling that you are the victim of discrimination? In your workplace, among your friends, even in your own home?
Read more

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.

Woman_post

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!

Blog
IT Trends in 2018 part two - Technological Wonders
February 10, 2018
.
by
admin
read time
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.
Read more

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.

Let's start with Health Sensors

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.

health industry technology innovations

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.

Next thing on our list is Smart Cars

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...

smart cars technology

Next, we have Wireless Charging Trends

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.

wireless charging trends

The last, but not the least - Drones

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.

drones technology

Up To Date With Technological Wonders With Quantox!

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!

PER DATA AD ASTRA: Quantox at Geekstone Meet-Up Event
March 16, 2023
.
by
Nađa Vukićević
read time
How to connect artificial intelligence and shooting stars? Well, you can find the answers to these questions from our Dušan Pavlović, Data Scientist in Quantox Technology
Read more

How to connect artificial intelligence and shooting stars?

Well, you can find the answers to these questions from our Dušan Pavlović, Data Scientist in Quantox Technology, who will give a lecture PER DATA AD ASTRA on 23th of March at the Geekstone Meet-Up Event.

Dušan will demonstrate such a connection and talk about how computer vision, deep learning, and research on meteors - shooting stars - overlap. 

One of the topics is how relatively easily you can apply your knowledge of neural networks to solve the problem of automatic detection of meteors in astronomic data made by radio detectors. This problem is one of the most complex ones in this field and our understanding of different problems in the Solar System depends on it.

As someone who studied astrophysics, being an author and the host of the science podcast "Radio Galaxy '' while engaged in the physics of meteors and meteorite astronomy for years, Dušan will show one of the examples of how to apply Data Science to scientific data!

The lecture will be held in Serbian and the entrance is free!

Thursday, March 23, 2023

6:00 - 8.00 PM 

Science and Technology Park

Fruškogorska 1, Novi Sad

Save the date and welcome to the World of Data!

Register at the link

https://www.meetup.com/geekstone/events/292131441/?isFirstPublish=true

Together 4One! HIT CS:GO Vol.4 registration has begun
March 15, 2023
.
by
Nađa Vukićević
read time
Serbian IT companies will gather from 3rd to 6th of April at the CS:GO Vol.4 charity tournament.
Read more

The traditional spring CS:GO tournament is upon us!

Serbian IT companies will gather from the 3rd to the 6th of April at the CS:GO Vol.4 charity tournament.

Motivated by the important topic and achieved results from the previous year,

we decided to stay with the same goal - in 2023 the IT community will be playing for Serbian maternity hospitals and better conditions for the youngest and their mothers!

Companies can register up to 3 teams and donate the financial funds to the common fund. As in previous years, the start for one million dinars is provided by Quantox.

After the closing of applications, by public voting and filling out an anonymous survey, we will together decide which maternity hospital we are helping this year!

 We hope that the HIT CS:GO crew will expand this year with new companies and teams that will compete, have a great time and show that the greatest victory is humanity.

Register your team by the 31st of March.

Link for team registration and more information: https://hitturnir.com/

It's time to play even harder!

QUANTOX at Haufe X360 Summit
March 14, 2023
.
by
Nađa Vukićević
read time
Meet us from the 29-30 of March, we are looking for an exchange of experience and ideas that will improve the digital world and shape our future!
Read more

Meet us on 29 - 30 March

We are looking for an exchange of experience and ideas that improve the digital world and shape our future!

Gathering together Haufe experts and IT companies, partners, and clients, the Haufe X360 Summit takes place at the Kameha Grand Hotel in Bonn from the 29th to the 30th of March.

Lecturers from Haufe and Acumatica - the platform on which Haufe is based- will discuss planned system innovations and software improvements. 

We are looking forward to hearing from great people, meeting other Haufe partners, and sharing experiences and ideas.

The Quantox Crew will be there!

  • Dušan Milojević / Head of Managed Services
  • Thomas Priemel / ERP Consultant
  •  Darko Šarenac / Partnership and Business Development Manager

You can meet our people and find out more about our services, advanced digital solutions, and models of cooperation. We are happy to have a chance to network with new potential clients and all new partners ahead!

Summit Agenda and more info can be found at the link

News
How to use the power of T3 stack and tRPC to create full-stack applications
February 27, 2023
.
by
Nađa Vukićević
read time
In this talk, you'll learn how to harness the power of T3 stack and tRPC to easily create full-stack serverless applications. We'll dive into the benefits of using tRPC in NextJS to create modern and scalable web apps.
Read more

Petar Slović, Chief Innovation Officer @ Quantox Technology, will give a lecture at a workshop organized by DaFED at the Rectorate of the University of Novi Sad on March 1, starting at 6 p.m.

At Peter's workshop "Simplifying Full Stack Serverless Development with tRPC in NextJS" visitors will have the opportunity to learn how to use the power of the T3 stack and tRPC to create scalable full-stack serverless applications.

DaFED is a non-profit organization dedicated to creating educational workshops and networking events for designers, developers, and all tech and innovation enthusiasts.

Discover the benefits of using tRPC in NextJS and learn how tRPC can facilitate the creation of secure and efficient serverless APIs without burdensome infrastructure management.

The workshop is free, and you can find more information, registration, and a link to the live stream at https://dafed.org/

News
TES Affiliate Conference @ Lisbon 2023
February 21, 2023
.
by
Nađa Vukićević
read time
Quantox Technology is coming to Lisbon with 50 developers available right now! Complete software development from scratch and all-round IT support services.
Read more

Propel Your Business and Find Your New Team Of Developers @TES Affiliate Conference

Lisbon | February 22-25, 2023

Are your software projects delayed due to a lack of developers?
Are you finding it hard to hire and retain good developers?
Are you trying to reduce costs and increase the flexibility to scale your project?
Are you looking for a partner you can trust?

Quantox Technology is coming to Lisbon with 50 developers available right now!

Complete software development from scratch and all-round IT support services.

Pinpoints!
  • 16+ years of experience
  • 550+ experts in the diverse technology stack
  • 13 offices & 7 countries
  • 250+ successful projects
  • Super-quick scaling
  • ISO 9001 and 27001
Boost Your Business!
  • Thorough understanding and approach
  • Flexibility & adaptability to each client and change
  • Managed team & scaling resources to your project
  • Efficiency, excellence, and trust
See You @ TES Affiliate Conference!
3 days, 2000+ participants , 75+ speakers, 200+ exhibitors, 80+ countries

The Oitavos Hotel, Cascais/Lisbon, Portugal
Quantox Booth Location: MMT6

And Meet Our People!

Schedule a Meeting

Alek

If you are looking for a man who will answer your questions about potential partnership opportunities, look no further. Alek is our CDO with solid skills in leading teams and running projects developed over the years.  Do you have projects that need reinforcement, and engineering support or do you need a partner for brand-new software solutions? Talk to Alek and find out more.

Schedule a Meeting

Dan

He is your guy if you have a major project planned or ongoing but don't know quite yet how to ensure your software development is running smoothly. As our COO, with more than 15 years of experience in the IT industry, Dan can understand you and optimize your software development process.

Schedule a Meeting

Welcome where ideas are made possible!

News
Quantox Technology Ensures an €20 Million Investment from Sandberg Capital
January 20, 2023
.
by
Aleksandra Dzinovic
read time
A new milestone in the IT world! Building the future with strong partnerships! Quantox Technology and Sandberg Capital have signed a partnership for the further expanding growth of the company, bringing
Read more

A new milestone in the IT world! Building the future with strong partnerships!

Quantox Technology and Sandberg Capital have signed a partnership for the further expanding growth of the company, bringing it to a higher level! A €20 million investment is aimed at making a significant leap for Quantox’s future sustainable development, talent acquisition, and strategic global expansion.

Sandberg Capital is a Slovak private equity company established in 2014 with an AUM exceeding €340 million. It focuses on investments in small and medium businesses in the Slovak Republic and the region of Central and Eastern Europe, including among investors institutional ones, such as the European Investment Fund.

This partnership is one of the top 5 investments in the region so far, signed with companies from Serbia.

With Sandberg’s support, Quantox Technology plans to make successful breakthroughs in new markets, building even stronger client relationships with greater freedom and creativity in creating new software solutions.

“By entering into a partnership, we want to broaden our expertise and further strengthen our position as a leading IT employer in the region. Also, this investment will enable us to have a greater presence in the European and US markets, which will mean a lot to our clients by increasing the range of services in delivering high-end digital solutions and providing comprehensive IT support”

Vuk Popović, founder of Quantox Technology

The company’s focus remains the same – discovering new perspectives and empowering the Q team. The partnership is an additional lift that will bring Quantox even closer to long-term growth, sustainability and stability.

“Given Sandberg’s multiple investments in the IT sector, we see an increasingly strong push for digitalization across the economy. At the same time, we perceive a severe shortage of IT professionals that may be preventing companies from growing and achieving their strategic goals. The investment in Quantox reflects our long-term strategy of partnering with ambitious entrepreneurs in sectors that directly or indirectly help with the digital transformation of the economy,”

Michal Rybovič, Partner at Sandberg Capital.

Matej Klenovsky, Investment manager at Sandberg Capital, believes that Quantox and Sandberg share a similar growth mindset and have the same ambitions and perspectives for future achievements.

“Quantox, in addition to employing a large number of IT professionals and having a great ability to attract clients from various industries, is truly committed to the development of the local IT community. We believe that this company is more than ready for the next step and we are eager to follow them along the way, giving support through our experience, knowledge, and capital.“

Matej Klenovsky, Investment manager at Sandberg Capital

Both partners will be focused on strengthening Quantox’s business – establishing a local presence, expanding the spectrum of services to respond to clients’ demands from all parts of the world, and improving internal processes and organizational structure.

“We are extremely grateful for the trust and support of our new partners – this is a kind of confirmation for everything we have done so far, as well as the opportunity to be even better and grow together. Following the shared vision for Quantox, we strive for global expansion and adoption of new knowledge, skills, and experiences while preserving the values ​​and culture of the company itself”

Vuk Popović, founder of Quantox Technology

With 16 years of experience, Quantox is recognized as a reliable partner in the world of digital technologies. After three successful acquisitions in the last year, this is an important step and kind of “wind at our back” that will lead us closer to our vision – to grow in expertise, nurture people as the priority value and become one of the most trusted and efficient partners in the digital world.

Quantox was advised by Grubišič & Partners – Corporate Finance as financial advisor and Four Legal as legal advisor and Sandberg Capital was advised by ESFA as financial advisor, EY as financial & tax due diligence advisors, and BDK Advokati as their legal support.

A new digital era is at our doorstep. By supporting clients worldwide and developing IT potential in our region – we continue making ideas and vision possible!

News
Another Boost to the Quantox Team!
December 14, 2022
.
by
Aleksandra Dzinovic
read time
Proud to announce that our team has received another reinforcement! We are introducing Marko Nikolić - the New Head of Finance at Quantox.
Read more

Proud to announce that our team has received another reinforcement! We are introducing Marko Nikolić – the New Head of Finance at Quantox.

With many years of experience in various senior positions and expertise in the financial sector, Marko brings a unique set of skills. He is highly creative, innovative, and well-versed in the latest financial trends and strategies.

His passion for finance and enthusiasm for achieving results and high goals make him the perfect person for this position at Quantox. With his expertise in the financial sector, Marko will bring fresh ideas that will help the company develop and grow even more.

What are the expectations, and what is the biggest challenge in working in an international IT company like Quantox?

My primary expectation is to grow professionally together with the company. The biggest challenge of working in a large company like Quantox is coordinating activities with many colleagues from several countries.

In what way will your experience contribute to Quantox in further business?

My experience is complementary to colleagues from the finance sector. I expect that it will contribute to the realization of new initiatives, such as, for example, the implementation of the new budget.

The events of the last few years have led to sudden turbulence in the global market. We see them even today, and they are, to some extent, the cause of changes in how many IT companies work. In your opinion, which strategies of financial adaptation to such changes have given good results, and which could be applied in Quantox – bearing in mind the spread of the company over seven markets?

Quantox has a concrete and straightforward business model, and we should stick to it – “back to basics”!

This can be a competitive advantage in the current global financial trends and can be used in both cases – to expand in the markets where Quantox already operates and to win new ones.

How do digitization and accelerated development of technology affect the role and work of the financial sectors? Do methods and approaches change, and how?

In the Finance and Accounting sector, a sudden jump in the application of Business Intelligence tools for reporting to management and investors was noticeable in the previous years. As a result, CFO-s and their teams had to adapt and improve their reporting. Modern platforms and programs help them in these endeavors; technology is progressing and taking an important place, so constant adjustments are also needed in this sector.

Many factors influence decision-making, especially now. What are the biggest risks, and what are the biggest opportunities you currently see for Quantox’s business?

I believe that the current global situation on the market is simultaneously the biggest risk – it can lead to a decrease in demand for our services – but also the biggest opportunity to expand into new markets under more favorable conditions than before.

What is your main motivation and inspiration in business – what drives you again and again?

I like to innovate, propose and create new things, and constantly look for ways to improve and upgrade that creation.

News
Transforming Quantox’s Managed IT Services with Dušan Milojević
November 23, 2022
.
by
Aleksandra Dzinovic
read time
New Head of Managed IT Services opening new paths and opportunities for Quantox Quantox is dedicated toward providing organizations with a solution for system monitoring and management
Read more

New Head of Managed IT Services opening new paths and opportunities for Quantox

Quantox is dedicated toward providing organizations with a solution for system monitoring and management that will help dispose of the break-fix approach. As a managed IT services provider, we aim to simplify IT management for other companies efficiently and affordably.

Dušan Milojević has the expertise and experience to make Quantox a leading managed IT services vendor in Europe, implement new IT technologies and build worldwide-applicable solutions with his team.

From Microsoft to Quantox – can you describe your career journey and what does it mean for you to further develop your expertise at Quantox?

I started from the university and Microsoft Academy, and then went through the positions of Consultant, Developer and Analyst. Right now my official role means leading three different teams for the implementation of various products. The biggest challenge for me to get the company as a leading vendor for managed services as Quantox is for custom development.

What are the goals of the managed IT services department and what do those goals bring to the overall business process of Quantox Technology?

The goals of the managed IT services department are to accumulate as much expertise and projects from various vendors like Microsoft, Salesforce, even IBM, and Oracle. The people in our department and their work are very strongly connected, no matter which team they depend on.

In the future, Quantox will expand its business areas and build solutions that can be implemented worldwide. So, the power this department gives to the company is being able to cover all needs that come from one customer. Custom development and managed services have a great tendency to work well together and bring new opportunities to each other.

After the first month at Quantox, what are your impressions?

I’m thrilled to be a part of Quantox. At the moment, I’m still trying to get all procedures lined up and getting to know the on-boarding team members while working with other colleagues on our first potential projects.

Why would a company need managed IT services and what parts of its environment would Quantox’s managed IT services department look after?

Companies in some sectors, like Fintech and Telco, use more than fifty systems in their daily business. All of those need to be integrated into one place, and that’s where we come in – we can fully cover all these processes with our team. Having a corporation as a client is a great opportunity that can lead us to long-term partnerships.

The IT industry is fast-paced and constantly evolving and at the moment we have many new technologies present at the scene. In your opinion, can those new technologies be implemented in the processes and what benefits would that bring?

Of course, we need to follow all new approaches and technologies. From the last conference in Munich, I’ve realized that we can integrate PowerApp with Business Central as an app that can be the solution for warehouse management with fewer costs instead of building the app by itself from scratch. We also plan to get RPA (robot process automation) part of the integration team and start working with machine learning. Quantox’s managed service department is pretty good at keeping up with the latest technology trends.

What do you think is the most interesting part of your job, and what are some of the biggest challenges Quantox managed IT services department may be faced with?

The most interesting things about working in Managed Services will be the projects and the possibility of having a proven team working for one of the biggest customers in their branches globally. However, the biggest challenge will be to put Quantox on the managed services market for this part of Europe which is our goal for the next two years.

What is your main drive, motivation, and inspiration in business – what drives you over and over again?

What drives me forward is having new opportunities on a daily level – new employees, technologies, countries, projects, and approaches. I also firmly believe that people can improve their skills only if they step out of their comfort zone, which is what my team and I are doing right now.

News
Quantox Launched a Start-up Accelerator!
June 2, 2022
.
by
admin
read time
QLab Accelerator aim is to support fresh ideas, build strong teams and make innovative startups possible. And we are starting from our own house!
Read more

QLab is Born!

Having ideas is great - getting know-how is a step to another level!

QLab Accelerator aim is to support fresh ideas, build strong teams and make innovative startups possible. And we are starting from our own house!

Quantox launched an internal call for Quantox people with the most promising start-up ideas with a goal to support it and transform it into marketable digital solutions.

From professional guidance and mentoring support, specialized business & start-up knowledge, through networking and funding opportunities -  QLab is designed to give major support during the idea development from scratch.

By joining the contest and submitting their ideas, our people have a chance to get an opportunity for a 3 months educational program this summer, specially designed to turn their brainchild into a successful product, and get a chance for funding.

The most promising concepts and teams will be chosen for the program to gain essential business, expert, technical knowledge, and guidance from experienced mentors from all core fields, needed to kick off their start-up idea. Furthermore, the best idea on the final pitch will get a grant of 10.000 EUR to provide a smooth start and push for further development.

Lead by the mission to be a generator of internal knowledge, skills, and ideas to create value and make a leap in the digitalization era, and create an environment that encourages quality and innovative approaches to digital challenges, Quantox decided to start QLab Accelerator as an innovative tech nest for all those who aim to go further.

It is possible to turn ideas into reality with proper support and experienced people behind you. We believe in the ideas and knowledge that make a difference!

We truly believe in the potential of this program to discover remarkable solutions from our people and we are thrilled about the possibility to expand it beyond the internal hub in the future. 

It’s not just about ideas.

It’s about MAKING IDEAS HAPPEN!

Dare to innovate, we are here to support you!

RoomRite – Transforming Hotel Room Block Management
May 14, 2025
.
by
Nađa Vukićević
read time
RoomRite is a B2B resale marketplace designed to help event planners, travel advisors, and hotels manage group hotel room blocks more efficiently.
Read more

Client Overview

RoomRite is a B2B resale marketplace designed to help event planners, travel advisors, and hotels manage group hotel room blocks more efficiently. By allowing the buying and selling of excess contracted hotel rooms, RoomRite addresses the industry's $21 billion annual hotel room attrition penalties.

The Challenge: Mitigating Hotel Room Attrition

Event planners and hotels often face challenges in filling contracted room blocks, leading to substantial attrition penalties. Traditional methods of managing these room blocks can be time-consuming and inefficient, resulting in lost revenue and strained relationships between planners and hotels.

The Solution: RoomRite's Resale Marketplace

RoomRite offers a platform where event professionals can list their excess hotel rooms, and other qualified groups can purchase them at the contracted rate. Key features include:

  • Real-Time Inventory Access: Buyers can view available rooms without the need for lengthy RFP processes.

  • Cost Savings: Sellers can avoid attrition penalties, and buyers benefit from discounted rates.

  • Secure Transactions: The platform ensures secure and transparent transactions between parties.

  • Hotel Partnerships: Hotels can gain new business and avoid the financial strain of unsold room blocks.

Implementation: Seamless Integration and User Experience

RoomRite's platform is built using PHP Laravel and MySQL, hosted on AWS, ensuring scalability and reliability. The user interface is designed to be intuitive, resembling popular online travel agency sites, making it easy for users to navigate and complete transactions. The seamless integration and user-centric design have made RoomRite a trusted tool in the event and hospitality sectors. For more details, you can check out how RoomRite has innovated the booking process here.

Results: Positive Impact on the Industry

Since its inception, RoomRite has:

  • Reduced Attrition Penalties: Event planners have significantly decreased their exposure to costly attrition fees.

  • Increased Hotel Bookings: Hotels have seen an uptick in bookings through the resale of excess room blocks.

  • Enhanced Industry Relationships: The platform has fostered stronger partnerships between event planners and hotels, promoting collaboration and mutual benefit.

RoomRite has been recognized for its ability to streamline the booking process and save valuable time and money for both event planners and hotels. As highlighted in their latest update, the platform’s predictive capabilities have had a profound effect on reducing operational costs.

Conclusion: A Game-Changer in Hotel Room Block Management

RoomRite has revolutionized the way the hospitality industry manages group hotel room blocks. By providing a platform for the resale of excess rooms, it offers a win-win solution for both event planners and hotels, mitigating financial risks and enhancing operational efficiency.

Key Takeaways

  • Innovative Solution: RoomRite addresses a longstanding issue in the hospitality industry with a modern, digital approach.

  • Mutual Benefits: The platform creates value for both sellers and buyers, promoting collaboration.

Scalable Technology: Built on robust technology, RoomRite is poised for growth and wider adoption in the industry.

KLS Project: Revolutionizing the Serbian Basketball Experience
May 14, 2025
.
by
Nađa Vukićević
read time
The KLS Project is a comprehensive mobile application designed to enhance the fan experience for the Serbian Basketball League (KLS).
Read more

Client Overview

The KLS Project is a comprehensive mobile application designed to enhance the fan experience for the Serbian Basketball League (KLS). Targeted at basketball enthusiasts, players, and teams, the app offers real-time updates, detailed statistics, and interactive features to keep users engaged with the league's activities.

The Challenge: Enhancing Fan Engagement in a Traditional Sport

Despite the rich history and passionate following of Serbian basketball, fan engagement was limited to traditional media and in-person attendance. There was a need for a digital platform that could provide:

  • Real-Time Updates: Instant access to scores, schedules, and news.

  • Comprehensive Statistics: Detailed player and team statistics.

  • Interactive Features: Engaging content such as videos, news, and live match tracking.

The existing digital presence was fragmented, lacking a unified platform to serve the diverse needs of the basketball community.

The Solution: A Unified Mobile Application

Quantox Technology developed a native mobile application for both Android and iOS platforms, incorporating the following key features:

  • User Authentication: Secure login and registration with password recovery options.

  • Personalized Profiles: User profiles with the ability to edit personal information and change passwords.

  • Comprehensive Information Hub: Sections for teams, players, standings, news, organization details, league partners, and statistics.

  • Live Match Tracking: Real-time match results and live score updates.

  • Interactive Calendar: A calendar displaying upcoming matches and events.

  • Video Gallery: Access to match highlights and other video content.

The app was designed with a user-friendly interface, ensuring easy navigation and accessibility for all users.

Implementation: Seamless Mobile and Web Experience

The KLS platform was built using a robust, modern tech stack:

  • SwiftUI (iOS) and Kotlin (Android) for the official mobile apps, ensuring smooth, native performance.

  • Node.js powers the backend, handling real-time game updates and secure data management.

  • React is used for the league's web dashboard, providing a responsive and intuitive experience for administrators.

This combination ensures that both fans and officials benefit from fast, reliable, and scalable technology as the league grows.

Results: Increased Engagement and User Satisfaction

Since its launch, the KLS app has achieved:

  • High User Retention: Consistent daily active users engaging with the app's features.

  • Positive Feedback: Users praising the app's design, usability, and comprehensive content.

  • Expanded Reach: Increased visibility of the Serbian Basketball League, attracting a broader audience.

The app has become an essential tool for fans and participants, fostering a stronger connection with the sport.

Conclusion: A Digital Transformation for Serbian Basketball

The KLS Project has successfully bridged the gap between traditional basketball culture and modern digital engagement. By providing a centralized platform for information and interaction, the app has enhanced the fan experience and contributed to the growth of the sport in Serbia.

Key Takeaways

  • Unified Platform: Consolidating various aspects of the league into a single app.

  • User-Centric Design: Focusing on the needs and preferences of the target audience.

  • Agile Development: Adapting to feedback and evolving requirements throughout the project.

  • Continuous Improvement: Regular updates and enhancements based on user input.

The KLS Project exemplifies how technology can revitalize traditional sports and create lasting connections with fans.

From Intern to Leader: Nebojša’s 13-Year Journey at Quantox
May 14, 2025
.
by
Admin
read time
Nebojša, now Manager of Computer Operators at Quantox, reflects on his 13-year journey, leadership challenges, and plans to integrate AI tools into team workflows. Read the full interview to learn more about his inspiring career path and vision.
Read more

When a colleague is promoted, it’s not just a personal milestone—it’s a moment of shared pride and a testament to the value of growth, persistence, and teamwork. This month, we are proud to congratulate Nebojša on his promotion to Computer Operators Manager at Quantox!

To celebrate this achievement, we spoke with Nebojša about his journey, challenges, goals, and personal reflections.

Congratulations! How did you feel when you found out about the promotion?

Thank you!
It was a great feeling, honestly. I’ve had a strong desire to move into this role for quite some time, and receiving this recognition from the company meant a lot to me. It felt like a natural next step in my career.

How would you describe your new role and responsibilities?

The role is both exciting and dynamic. My primary responsibilities now include overseeing several teams and task streams, ensuring smooth communication between our internal teams and clients. I act as a bridge—making sure that expectations are aligned and that both sides are supported in delivering the best possible outcomes.

What would you say is the biggest challenge and the most exciting aspect of this position?

The biggest challenge is living up to the role through consistent performance, leadership, and trust. I want to prove that the decision to promote me was the right one.
As for the exciting part—it’s having access to new dimensions of team organization, project planning, and strategy that I didn’t engage with before. It’s a whole new level of involvement and impact.

Let’s talk about your journey. How did your career at Quantox begin?

It all started 13 years ago. Back then, Quantox was a small group—just couple of us working in a small office. I had no prior experience in corporate work. It was my first real job. As the company evolved and grew, so did I. Each new project, client, and challenge shaped me, and I grew alongside the organization.

How did your past experience prepare you for this leadership role?

I’ve spent a long time in the industry and an even longer time in the company. That experience has allowed me to develop a deep understanding of the business, especially in the adult content domain. I’ve learned how to prioritize what matters, manage multiple projects simultaneously, and stay focused on results. These are key traits that I believe helped pave the way for this role.

What role do Computer Operators play in the broader company ecosystem?

A very important one. After the developers and designers finish building a client’s platform, our team ensures long-term functionality and quality through maintenance, support, and ongoing operations. We close the loop on the product life cycle—ensuring continuity and client satisfaction.

What’s your vision for developing the team going forward?

Our team is already well-trained in traditional tools and methods. My goal moving forward is to incorporate AI tools into daily operations and ensure every team member becomes proficient. AI greatly improves speed, quality, and efficiency—and I want us to stay ahead of the curve.

How do you motivate your team and foster a good working atmosphere?

I believe the best motivation is clarity and balance. Everyone knows their daily goals and the expectations are realistic and tailored to their skill sets. There’s no excessive pressure, just a supportive environment where everyone has space to perform and improve. I have a few ideas in mind to strengthen team spirit even more—we’ll discuss them soon.

Outside of work—how do you recharge? Any hobbies?

Absolutely. My son, Vasilije, is currently my main source of both energy and exhaustion—depending on the time of day. 😊
Aside from that, I’ve been into sports my entire life. Mornings at the gym, pickup basketball games, and recently—cycling. Long rides in nature have become my new favorite way to clear my mind.

And finally, what would you tell your younger self—and those just starting out?

To my younger self:

“Forget the nightlife :) —start learning programming!”

To those at the beginning of their journey:

“Start learning programming—and add AI on top of it.”

Nebojša’s journey is a reflection of what’s possible when loyalty, adaptability, and leadership come together. We congratulate him once again and look forward to the impact he’ll make in this new role!

Quantox Joins STREP: Pioneering the Future of Circular Textiles
May 9, 2025
.
by
Nađa Vukićević
read time
We’re proud to announce that Quantox Technology GmbH has joined forces with 13 other European partners in the EU-funded STREP project, an ambitious initiative set to reshape the future of Europe’s textile industry.
Read more

We’re proud to announce that Quantox Technology GmbH has joined forces with 13 other European partners in the EU-funded STREP project, an ambitious initiative set to reshape the future of Europe’s textile industry.

Officially launched at the kick-off meeting held on April 29–30, 2025, at Aalborg University in Denmark, the STREP project (Smart Technologies for the REcovery and Processing of textile waste) brings together a powerful consortium of research institutions, innovative tech companies, and sustainability-focused organizations across Europe.

About the STREP Project

STREP is a 36-month project coordinated by Aalborg University and funded by the European Union. Its mission: to make Europe’s textile sector smart, circular, and sustainable.

The vision of STREP is to create a fully closed-loop system in which 100% of yarn is produced from post-consumer textile waste. The project leverages cutting-edge AI-driven sorting, automation, and next-gen recycling technologies to make circularity not only possible, but scalable and efficient across the continent.

With 14 expert organizations from across the EU on board, STREP is set to build a smarter, greener future for the textile industry.

STREP teams

Quantox’s Role in the STREP Project

As part of the Quantox Technology Group (founded in 2006, with HQ in Serbia), Quantox GmbH represents the company’s presence in the DACH region, supporting EU-wide digital innovation.

Backed by a €20M investment from Sandberg Capital in 2022, Quantox has over 300+ tech professionals across 13 offices in 7 countries and brings deep expertise in software development, DevOps, UI/UX design, and IT consulting to the project.

Our contributions to the STREP project span across several key work packages:

🔍  Traceability System for Textile Waste

  • Our Role: Major contributor in data modeling, interoperability, and digital product passport development.

🚀  Evaluation and Demonstration in Pilots

  • Our Role: Acting as systems integrator and pilot data collaboraton, ensuring seamless data flow and system functionality in real-world pilot setups.

🌍  Dissemination, Exploitation and Clustering

  • Our Role: Contributing to communication, results exploitation, and ecosystem building to maximize project impact across the industry.

🧩  Project Coordination and Management

  • Our Role: Supporting as a contributor, ensuring alignment with project goals and smooth collaboration across partners.

Driving Sustainability Through Technology

Our involvement in STREP reinforces our long-standing commitment to sustainability, innovation, and cross-border collaboration. By combining our tech expertise with the goals of the circular economy, we’re helping to create a textile industry that’s not only smarter—but more responsible.

We’re excited to be part of this transformative journey and look forward to sharing more updates as the project evolves.

Let’s build a circular future—together.

Unifi University App: A Journey of Innovation and Scalability
April 4, 2025
.
by
Admin
read time
With the help of Node.js, RabbitMQ, and socket.io, Quantox helped Unifi transition to a scalable microservices architecture, enhancing its real-time group chat for students.
Read more

The Unifi University App embarked on a transformative journey, evolving from its initial launch in 2021 to a complete redesign and rebuild in 2023. Spearheaded by Quantox, this project aimed to create a scalable and dynamic group chat feature for Unifi, a social network built specifically for students across Great Britain.

The Challenge: Overcoming Limitations of the Monolithic Architecture

The original version of the Unifi app faced significant challenges due to its monolithic architecture, built using Laravel, a PHP framework. As the need for a group chat feature arose, it became clear that the existing monolithic structure couldn’t efficiently support this new functionality. 

  • Scalability Issues: Integrating the group chat into the monolithic architecture created performance bottlenecks.
  • Resource Utilization Concerns: The monolithic setup was inefficient in handling long-term executions, especially as the number of users grew.

  

In response, a strategic decision was made to transition to a microservices architecture—a move that would provide the scalability, flexibility, and performance needed to build a next-generation chat system.

The Strategic Shift: Embracing Microservices

From Laravel to Node.js

In 2022, Quantox took bold steps by initiating a complete redesign and rebuild of the app’s core structure. The team transitioned from PHP (Laravel) to Node.js, leveraging modern technologies to build a system capable of handling increased loads and real-time communication demands.

  • New Tech Stack: Nest.js, MongoDB, socket.io, and RabbitMQ were chosen to enable a robust, horizontally scalable system.
  • Scalability at the Core: The switch to Node.js and microservices architecture was pivotal in creating a high-performance, scalable chat solution for Unifi.

This decision significantly improved the app’s ability to handle millions of students, ensuring future scalability and a smooth user experience.

Innovative Group Chat Functionality: Tailored for Students

One of the standout features of the redesigned Unifi app is its intelligent group chat system, which optimizes the student experience by offering personalized interactions:

  • Automated Group Assignment: Students are automatically assigned to relevant group chats based on factors like university, enrollment year, course, and interests.
  • Fostering Connections: This approach promotes meaningful connections and knowledge exchange between students, allowing for a richer social networking experience.

By designing a system that connects students based on shared attributes, the app goes beyond simple social interaction—creating a platform for academic and personal growth.

Technological Innovations and Challenges

The development of Unifi’s new chat system was no easy feat. It involved overcoming several technical hurdles and ensuring a seamless transition to a more dynamic platform:

  • Dynamic Group Formation: Matching students by interests and academic background required advanced algorithms to ensure relevance and privacy.
  • User Experience: Balancing scalability with a simple, intuitive interface was key to ensuring the app was both powerful and user-friendly.
  • Backend Infrastructure: The backend needed to handle dynamic, real-time communication while maintaining high availability and performance.

Technological Stack

The updated app leverages a powerful and modern tech stack:

  • Frontend: SwiftUI, Kotlin for native apps on iOS and Android.
  • Backend: Node.js, Nest.js, MongoDB, Redis, RabbitMQ, Socket.io, and Firebase Cloud Messaging.
  • Infrastructure: Kubernetes, AWS, and S3 to ensure stability, scalability, and fast content delivery.

This selection of tools and technologies ensured that the system could handle thousands of concurrent users without compromising performance or user experience.

Addressing Technological Uncertainties: Collaboration and Innovation

The transition from PHP to Node.js wasn’t without its challenges. The development team, comprising designers, engineers, project managers, and QA specialists, worked tirelessly to:

  • Resolve Scaling Issues: Ensuring the system could scale to meet the needs of different student groups, from small universities to large institutions.
  • Optimize User Matching: Creating algorithms to group students based on dynamic factors such as courses and interests, while ensuring privacy in private chats.
  • Maintain a User-Centric Design: Keeping the interface intuitive, even as the backend evolved into a complex microservices system.

From May 2022 to August 2023, the team worked in close collaboration, refining designs, developing native apps, ensuring high-quality standards, and implementing the backend infrastructure. The result? A feature-rich and robust group chat system that sets a new standard for social networking platforms within the educational sector.

Unify : A Testament to Innovation and Teamwork

The Unifi University App project exemplifies the power of strategic decision-making, continuous innovation, and effective teamwork. By embracing Node.js and microservices architecture, Unifi was able to create a scalable, efficient chat system that not only meets but exceeds the expectations of students across Great Britain.

This project is a perfect example of how the right technology choices, coupled with collaboration and perseverance, can lead to breakthrough innovations that empower communities and enhance user experiences.

Blog
Showcasing Our Expertise – The Order Point Project
December 26, 2024
.
by
Employee
read time
Quantox Technology transformed retail with Order Point, a self-service ordering system that saves time, reduces staff workload, and enhances the shopping experience.
Read more

Transforming Retail with a Self-Service Digital Solution

At Quantox Technology, we don’t just build software—we solve problems. For the leader of sports retail in the region, Sport Vision, one of our recent projects, "Sneaker Point," showcases how we helped  revolutionize their retail experience by addressing operational inefficiencies and creating a streamlined, self-service ordering process.

The result? A digital solution that saves time for both customers and store staff while delivering an enhanced shopping experience.

The Challenge: A Time-Consuming Ordering Process

Before partnering with Quantox, the client faced significant operational challenges in their stores:

  • Overburdened Staff: Store employees spent excessive time checking inventory for customers, verifying available sizes, colors, and models in storage, and retrieving items manually.
  • Inefficient Customer Experience: Customers often had to wait while staff members checked stock and brought the requested items to the shop floor.
  • Limited Resources: A lack of human resources added further strain on the ordering process, reducing efficiency and customer satisfaction.

Our mission was to solve these pain points by creating a self-service solution that streamlined the entire process, improved user experience, and reduced the workload for store employees.

The Solution: Sneaker Point – A Self-Service Retail System

Sneaker Point

We developed Sneaker Point, a comprehensive digital product that empowers customers to take control of their shopping journey while enabling store staff to focus on more value-added tasks.

Key Features:

  1. Customer Self-Service:

    • Customers can scan a product to view all available variations (sizes, colors, models).
    • They select the desired option, and the system sends the order directly to the store’s storage.
  2. Automated Delivery:

    • Items are retrieved from storage and delivered to the shop floor via automated escalators.
    • The entire process is visible on screens throughout the store, so customers stay informed.
  3. Efficient BackOffice Management:

    • Store administrators can monitor and manage orders, inventory, and customer interactions using an intuitive backend system.

This solution significantly reduced the time required to fulfill customer requests while delivering a seamless, transparent shopping experience.

Our Approach: A Fully Integrated Solution

At Quantox, we take pride in delivering all-round IT and software development support. For the Sneaker Point project, we provided a complete package, handling everything under one roof:

  • Custom Digital Product Development:

    • Designed and developed a scalable solution tailored to the client’s needs.
    • Built using a robust tech stack, including Node.js for the backend, React.js for the frontend, and native Kotlin for Android apps.
  • Third-Party Integration:

    • Seamlessly integrated with the client’s ERP system for real-time inventory updates.
    • Included payment system compatibility and potential for future extensions.
  • Infrastructure and Deployment:

    • Developed a reliable architecture using Redis for caching and PostgreSQL for database management.
    • Ensured smooth deployment and operational scalability.

Our ability to deliver a cohesive solution—from design to deployment and integration—sets us apart as a partner in digital transformation.

Results: A Game-Changing Retail Solution

The Order Point system has transformed the way the client operates their stores. Key outcomes include:

  • Enhanced Customer Experience:
    • Customers now enjoy a self-service shopping process that is faster, more intuitive, and completely transparent.
  • Reduced Staff Workload:
    • Shop assistants spend less time managing inventory and more time focusing on customer engagement.
  • Operational Efficiency:
    • The automated system ensures a seamless flow from order placement to delivery, reducing wait times and eliminating inefficiencies.

Why Work With Us?

At Quantox, we specialize in transforming business challenges into innovative digital solutions. When you work with us, you gain access to:

  • End-to-End Development: We provide all-around IT support, from initial product discovery to deployment and beyond.
  • Custom Integration Expertise: Whether it’s ERP systems, payment gateways, or other third-party platforms, we handle all integrations seamlessly.
  • Retail Industry Know-How: Our deep understanding of retail challenges allows us to deliver tailored solutions that drive measurable results.

Let us show you how we can create intelligent IT solutions that enhance your brand, streamline your operations, and elevate your customer experience.

Let’s Build the Future Together

Do you have an idea that could transform your business? Reach out to us today, and let’s create something extraordinary.

Introducing Verifismart: Safeguarding Intellectual Property through Cryptographic Protection
February 23, 2024
.
by
Sanja Savić
read time
Verifismart is a testament to the innovation and technological prowess, offering a transformative solution to the age-old problem of IP theft.
Read more

In today's digital age, where innovation is rampant and creativity knows no bounds, safeguarding intellectual property (IP) is paramount. With the rise of digital piracy and the ease of unauthorized duplication, protecting one's creative works has become an increasingly daunting challenge. However, with the emergence of groundbreaking platforms like Verifismart, developed by the Quantox team, individuals and businesses can now rest assured that their intellectual assets are fortified with robust cryptographic protection.

Revolutionizing IP Protection

Verifismart is a testament to the innovation and technological prowess, offering a transformative solution to the age-old problem of IP theft. Leveraging the power of blockchain technology, Verifismart empowers users to validate the authenticity and ownership of their creative works with unparalleled precision and security.

Cryptographic techniques for high-level security

At the heart of Verifismart lies the expertise of the Quantox team, whose proficiency in cutting-edge technologies has paved the way for its success. Through meticulous research and development, our team harnessed the capabilities of Solidity, NodeJS, Laravel, and React to craft a platform that sets new standards in IP protection.

By incorporating advanced cryptographic techniques such as hashing, encryption, and data signing and verification, Verifismart ensures the highest level of security for users' intellectual assets. This sophisticated approach safeguards against unauthorized access and instills confidence in users, knowing that their creative works are shielded from infringement.

A Test of Resilience

The journey towards creating Verifismart had its challenges. Designing a system that effectively cryptographically protects intellectual property demanded ingenuity and perseverance. 

Through collaborative efforts, we devised a robust framework that integrates blockchain technology with user-friendly interfaces. The result? A platform that not only meets the client's needs but also anticipates the challenges of tomorrow.

Compromise between Security and IP?

No more. 

With Verifismart, users no longer need to compromise on the security of their intellectual property. The platform offers a holistic solution that combines enhanced security measures with intuitive functionalities, providing users with the peace of mind they deserve.

With Verifismart, we have contributed to redefining the landscape of IP protection. We pushed the boundaries to safeguard the creative works with Verifismart and ensure a future where IP remains secure for generations to come. 

Introducing Golf Cart Sellers: A Customer-Centric Platform for a Seamless Buying Experience
February 8, 2024
.
by
Sanja Savić
read time
A redefined platform for a loyalty-rich customer experience that allowed the client to promote golf carts effectively and facilitated smooth communication between sellers and buyers.
Read more

In the fast-paced digital era, businesses constantly seek innovative solutions to enhance operations and provide a loyalty-rich customer experience. For golf cart sellers, the challenges lie not only in showcasing their products but also in creating a seamless buying process.

Bringing the right tools to the table 

Our client, a forward-thinking entrepreneur in the golf cart industry, approached us with a unique challenge. While the frontend of their website was well-established, they needed a robust backend system to facilitate the promotion and sale of golf carts. The primary goal was to empower the owner with the tools necessary to effectively showcase and sell their inventory.

Two-step approach for full functionality

To meet the client's objectives, the Quantox team had a two-step approach. First, we focused on enabling the owner to effortlessly add golf carts to the platform, providing all the essential details that potential customers would find valuable. Second, we dedicated our efforts to creating a smooth and user-friendly buying functionality, ensuring a seamless experience for sellers and buyers. 

Perfect, user-friendly buying flow

The central challenge in this project revolved around crafting a perfect and user-friendly buying flow. Streamlining the purchasing process is crucial to keeping customers engaged and satisfied. A golf cart can be a significant investment, and the buying experience is needed to reflect the high standards associated with such purchases.

Loyalty-Rich Customer Experience

Creating a loyalty-rich customer experience was at the forefront of our strategy. The website allowed the owner to promote golf carts effectively and facilitated smooth communication between sellers and buyers. This direct interaction fostered trust and encouraged repeat business, laying the foundation for a loyal customer base.

After implementing cutting-edge solutions, the result was a fully functional website. The owner can now effortlessly add golf carts for sale. The buying flow is intuitive, setting a new standard in the golf cart sales industry.

Embracing digital solutions and prioritizing a loyalty-rich customer experience can propel businesses into a new era of success. As the industry evolves, staying ahead with innovative solutions will be the key to sustained growth and customer satisfaction.

Golf Cart Sellers - A Redefined Platform for Loyalty-Rich Customer Experience

Introducing Hypknowledge: User-friendly Platform for Analyzing Sleep Patterns
January 17, 2024
.
by
Nađa Vukićević
read time
A revolutionary website designed to enhance customers' understanding of sleep habits and provide personalized advice for better sleep.
Read more

In the realm of technology, innovation often arises from a fusion of diverse fields. One such intriguing intersection occurred in the development of Hypknowledge, a revolutionary website designed to enhance our understanding of sleep habits and provide personalized advice for better sleep. Behind this visionary project lies a tale of meticulous problem-solving, the acquisition of newfound expertise, and the adept use of cutting-edge technologies.

Understanding the Sleep Science

At the core of this project was the need to comprehend the intricate details of sleep science. Sleep tracking involves a myriad of terminologies, formulas, and crucial calculations. Quantox team delved deep into the nuances of sleep science to ensure that every mathematical aspect related to sleep extension was accurate. 

Implementation of HIPAA Standards 

Creating the solution for our client was not merely about programming; it was about gaining a profound understanding of the health industry and its standards. One crucial aspect that came to the forefront was adhering to HIPAA standards. The team recognized the significance of safeguarding user data, especially when dealing with sensitive health information. Through this project, we not only learned the terminology and phrases associated with sleep science but also acquired a comprehensive understanding of the ethical and legal considerations in the health tech domain.

Bridging the Gap Between Data and Advice

The culmination of our efforts resulted in the creation of Hypknowledge. This unique platform empowers users to document their sleeping habits and receive tailored advice to improve their sleep quality. Leveraging Laravel and VueJS, the team seamlessly integrated technology into the fabric of sleep science, offering users a user-friendly and efficient interface to track and analyze their sleep patterns.

Security as a Priority

In the healthcare industry, data privacy is paramount. We took a proactive approach to ensure the security of user information. We incorporated HIPAA standards into the development process and created an app that not only delivers valuable insights into sleep patterns but also guarantees the confidentiality and privacy of users' data. This commitment to security reflects the team's dedication to providing a trustworthy platform for users to share their sleeping habits without compromising their privacy.

Hypknowledge is a project that reflects interdisciplinary collaboration, problem-solving, and a commitment to security and user privacy. The project unlocked the mysteries of sleep science and demonstrated how technology, when wielded with expertise and care, can positively impact customer`s well-being. 

Hypknowledge - Trustworthy platform for Sleep Analysis

Introducing JDM Supply: Auction Algorithms for Secure Bidding
December 22, 2023
.
by
Nađa Vukićević
read time
JDM Supply's innovative project redefines the realm of buying and selling automobiles.
Read more

JDM Supply's innovative project redefines the realm of buying and selling automobiles. Unlike traditional buy/sell solutions, JDM Supply required a cutting-edge bidding algorithm that would not only enable users to bid for vehicles but also ensure complete anonymity throughout the entire process.

Innovating Secure Bidding

In close collaboration with the visionary team at JDM Supply, we set out to revolutionize the automotive trading landscape. The result is a groundbreaking bidding algorithm that introduces a new dimension of security and anonymity to the bidding process. Our objective was clear - to empower users to bid with confidence, knowing their identities would remain completely confidential.

Auction Algorithms in Action

To meet JDM Supply's unique requirements, we harnessed the power of auction algorithms, reshaping the way vehicles are bought and sold. The heart of this project lies in our ability to ensure secure, real-time, and fully anonymous bidding. Leveraging our expertise in Laravel, JavaScript, and WebSockets, we seamlessly integrated these technologies to create a solution that allows users to place bids without any concerns about privacy or security.

Elevating Anonymity and Real-time Bidding

Our team's proficiency in implementing auction algorithms is evident in the seamless experience provided by the platform. Every bid placed remains fully anonymous, shielding users from unwanted attention while allowing them to actively participate in auctions. Furthermore, we ensured that all bids are instantly displayed in real-time, enhancing the excitement of the bidding process.

At Quantox Technology, we take immense pride in our ability to not only meet but exceed the unique challenges presented by projects like JDM Supply - just one of many testaments to our commitment to pushing the boundaries of technology to provide solutions that transform industries.

JDM Supply - Bidding Transformed with Innovative Algorithms.

Introducing CoreTerminal: Revolutionizing Trading Across Multiple Exchanges
December 7, 2023
.
by
Nađa Vukićević
read time
CoreTerminal is a game-changing solution meticulously crafted to empower traders across multiple exchanges, revolutionizing how they approach the dynamic world of cryptocurrency trading.
Read more

At Quantox Technology, we are thrilled to unveil one of our projects – CoreTerminal, a game-changing solution meticulously crafted to empower traders across multiple exchanges, revolutionizing how they approach the dynamic world of cryptocurrency trading.

Empowering Traders, Elevating Strategies

In close collaboration with our esteemed client, we embarked on a mission to reshape the landscape of cryptocurrency trading. Our vision gave birth to CoreTerminal, a comprehensive cryptocurrency trading solution designed to streamline trading activities and equip traders with unparalleled features and insights.

Crafting the Ultimate Trading Solution

With our client's goals in mind, we integrated an impressive array of advanced crypto trading tools within CoreTerminal. These include dynamic profit targets, Fibonacci levels, bracket orders, and average-in orders – all seamlessly woven together to provide traders with a winning edge in navigating complex and volatile markets.

A Symphony of Connectivity

Understanding the paramount importance of seamless connections in trading, we integrated API connectivity across multiple exchanges within CoreTerminal. This integration, backed by robust API keys storing system, ensures traders experience uninterrupted connectivity, enhancing their trading experience and providing an extra layer of security.

Navigating the Crypto Cosmos with CoreTerminal

CoreTerminal isn't just another trading tool – it's a transformative asset that simplifies the intricacies of cryptocurrency trading while empowering traders with insights and tools needed for success. Our client-centric approach to software development ensures that CoreTerminal offers a streamlined interface that makes advanced trading tools easily accessible, regardless of expertise.

Whether an experienced trader seeking to refine their strategies or a newcomer eager to explore the world of cryptocurrency trading, CoreTerminal caters to each one's unique needs. Every aspect of CoreTerminal reflects our dedication to innovation, making it an indispensable tool in their trading journey.

CoreTerminal - Empowering Your Trading Experience Today.

Blog
OUTSOURCING 2.0: The trends, strategies, and the future
July 25, 2023
.
by
Aleksandra Džinović
read time
Explore the future of outsourcing business model, emerging trends, specialized skill sets, data security, automation, collaboration, sustainability, and customer experience focus in our newest blog!
Read more

In today's rapidly evolving global landscape, businesses are constantly seeking innovative approaches to maximize efficiency, reduce costs, and stay ahead of the competition. One such strategy that has gained considerable traction is outsourcing. 

By entrusting specific tasks or operations to external vendors or specialized service providers like Quantox Technology, organizations can focus on their core competencies while benefiting from cost savings, access to skilled talent, and enhanced flexibility. However, as the business environment continues to evolve, so does the outsourcing landscape. 

In this article, we will explore the future of the outsourcing business model, examining emerging trends, shifting paradigms, and potential use cases.

The Statistics Behind Outsourcing Business Model

To begin, it is crucial to highlight some key insights from various research conducted throughout the past few years that shed light on the outsourcing landscape and its potential trajectory. While each source provides a unique perspective, they collectively indicate several common trends and themes. 

According to a survey conducted by Deloitte, 70% of companies reported that they currently outsource or plan to outsource a portion of their operations. This demonstrates the enduring appeal and relevance of outsourcing as a strategic business approach.

Moreover, the research emphasizes the importance of global talent in outsourcing strategies. It highlights how organizations can leverage outsourcing to access a diverse range of skills and perspectives, resulting in enhanced innovation and problem-solving capabilities. This aligns with the notion that outsourcing enables companies to tap into a vast global talent pool, facilitating access to specialized expertise that may be scarce or costly to acquire internally.

''Implementation of emerging technologies in companies worldwide 2021-2022''-by Statista

Additionally, the Statista research provides insights into the future of IT outsourcing and the impact of emerging trends such as Robotic Process Automation (RPA), Artificial Intelligence (AI), and Machine Learning (ML). These technologies have the potential to revolutionize traditional outsourcing models by automating repetitive tasks, improving efficiency, and enhancing the quality of service delivery.

Evolving Strategies: Navigating the Future of Outsourcing

Looking ahead, the future of the outsourcing business model holds immense potential. As businesses strive to stay competitive and adapt to changing market dynamics, outsourcing will play a vital role in their strategies. Here are some key trends and developments that are shaping the future of outsourcing:

Specialized Skill Sets: 

The demand for specialized skills will continue to grow, and organizations will increasingly rely on outsourcing to access these skills. Whether it's technologies like blockchain, cybersecurity, or data analytics, outsourcing provides a cost-effective way to leverage niche expertise.

As technology continues to advance at a rapid pace, specialized skills are becoming increasingly important for businesses to stay competitive. According to a study by Statista, the demand for professionals with expertise in emerging technologies is on the rise. 

For example, the growing significance of cybersecurity and data analytics is driving the demand for professionals in these fields. As the volume and complexity of cyber threats increase, organizations need to ensure their data and systems are secure. Outsourcing cybersecurity services to specialized providers with expertise in threat intelligence, incident response, and network security can help businesses mitigate risks effectively.

This is where Quantox Technology excels as a leading outsourcing partner. With a proven track record in blockchain development, cybersecurity solutions, and data analytics services, Quantox offers the ideal skill set to tackle the challenges of the future and give organizations access to a highly talented team proficient in threat intelligence, incident response, network security, statistical modeling, predictive analytics, and machine learning.

Data Security and Compliance: 

With increasing concerns over data security and privacy, organizations will place greater emphasis on selecting outsourcing partners with robust security measures and compliance frameworks. Service providers will need to demonstrate their ability to handle sensitive data and adhere to relevant regulations.

Data security and compliance are critical considerations when outsourcing. Organizations must ensure that their outsourcing partners have comprehensive security measures in place to protect sensitive information. This includes implementing strong access controls, encryption, and secure data transmission protocols.

In addition to security measures, compliance with industry regulations and standards is essential. For instance, in healthcare, outsourcing providers need to adhere to regulations such as the Health Insurance Portability and Accountability Act (HIPAA) to ensure the privacy and security of patient data. Organizations should thoroughly assess the outsourcing partner's compliance track record and certifications to ensure they meet the requirements.

According to a report by PwC, 88% of companies surveyed were concerned about third-party data privacy and cybersecurity risks. To address these concerns, organizations are implementing stringent due diligence processes when selecting outsourcing partners. This includes conducting comprehensive risk assessments, performing security audits, and establishing contractual agreements that define data security and compliance requirements.

Automation and Artificial Intelligence: 

As mentioned earlier, the adoption of automation technologies such as RPA, AI, and ML will reshape the outsourcing landscape. These technologies will streamline processes, improve accuracy, and enable service providers to deliver enhanced client value.

Integrating automation technologies in outsourcing operations is transforming how tasks are performed. Robotic Process Automation (RPA) is being widely adopted to automate repetitive, rule-based tasks, reducing errors and increasing efficiency. According to a report by Grand View Research, the global RPA market is expected to reach $10.7 billion by 2027, driven by the need for cost optimization and process efficiency.

Artificial Intelligence (AI) and Machine Learning (ML) are also reshaping the outsourcing landscape by enabling intelligent automation and data-driven decision-making. AI-powered chatbots are increasingly used in customer service outsourcing to provide quick and accurate responses to customer queries. ML algorithms analyze large volumes of data and generate insights, improving forecasting, fraud detection, and personalized recommendations.

The benefits of automation technologies in outsourcing are significant. They lead to reduced manual effort, faster processing times, improved accuracy, and cost savings. Service providers that embrace automation can offer enhanced value to their clients by delivering services with greater speed, efficiency, and quality.

Enhanced Collaboration: 

Effective communication and collaboration are crucial aspects of outsourcing partnerships, especially when working with remote teams or globally distributed service providers. At Quantox Technology, we recognize the significance of seamless collaboration, and our advanced communication tools and platforms facilitate efficient project management and knowledge sharing.

Cloud-based collaboration tools, such as project management software, document-sharing platforms, and video conferencing solutions, enable real-time communication and collaboration across different time zones and geographical locations. These tools enhance transparency, enable seamless coordination, and promote a shared understanding between the client and the outsourcing provider.

In a survey conducted by Deloitte, 60% of companies stated that effective collaboration and communication are the most critical factors in successful outsourcing relationships. As your trusted outsourcing partner, Quantox Technology is committed to bridging the gap between internal teams and external service providers, fostering strong working relationships, and ensuring the achievement of shared goals. 

Sustainable and Ethical Outsourcing: 

As businesses increasingly focus on corporate social responsibility, sustainability, and ethical practices, they will seek outsourcing partners who align with their values. This includes considerations such as fair labor practices, environmental consciousness, and social impact.

According to a survey by Nielsen, 66% of consumers are willing to pay more for products and services from companies that demonstrate a commitment to positive social and environmental impact.

Environmental consciousness is also a growing concern. Businesses are increasingly seeking outsourcing partners that embrace sustainable practices, such as reducing carbon footprint, implementing eco-friendly initiatives, and promoting recycling and waste reduction.

To ensure sustainable and ethical outsourcing, organizations should conduct thorough due diligence on potential service providers, assessing their corporate social responsibility policies, certifications, and track records. 

Customer Experience Focus: 

Customer experience has become a key differentiator for businesses across industries. Organizations are recognizing that outsourcing can be leveraged to enhance customer service, improve response times, and deliver personalized experiences.

Outsourcing partners can provide dedicated customer support teams trained to deliver exceptional service and efficiently handle customer queries. This includes support through various channels such as phone, email, chat, and social media, ensuring seamless omnichannel communication.

Moreover, service providers can leverage customer data and analytics to gain insights into customer preferences, behavior patterns, and pain points. This data-driven approach enables businesses to deliver personalized experiences, tailored recommendations, and proactive support.

According to a report by Salesforce, 84% of customers consider the experience provided by a company as important as its products and services. By outsourcing customer experience functions, organizations can leverage service providers' expertise and specialized skills to enhance customer satisfaction, loyalty, and advocacy.

Embracing the Shift: Unlocking the Potential of Outsourcing with Quantox Technology

It’s undeniable that the future of the outsourcing business model looks promising, driven by evolving technologies, increasing globalization, and changing market dynamics. The reports and surveys indicate a continued upward trajectory for outsourcing, with a focus on IT staff augmentation, access to global talent, emerging technologies, and optimized operational efficiency.

Quantox Technology multiplies the benefits of outsourcing: cost savings, access to specialized skills, and increased flexibility.

By entrusting non-core activities to our expert team, your organization can focus on core competencies and strategic growth.

As the future unfolds, those who embrace the potential of outsourcing and adapt to emerging trends will be well-positioned to thrive in a highly competitive global marketplace.

Partner with Quantox Technology today and unlock the full potential of outsourcing to drive growth, innovation, and sustained success. Let’s Talk!

Blog
HIT CS:GO 2023 - INTERVIEW WITH THE WINNERS
April 27, 2023
.
by
Nađa Vukićević
read time
HIT CS:GO, but this time from a players' perspective! Read our interview with the winning team of 2023 HIT CS:GO humanitarian tournament and meet our champions!
Read more
WHAT A GAME!


After 4 exciting days and a fair play fight - we have the champion of HIT CS:GO Vol.4!

Traditionally held in April, the HIT CS:GO tournament gathered the IT community again for the 4th time in a row.

The number of registered teams, companies and fund donations exceeded the previous years - over 40 teams from more than 35 companies competed in the famous Counter Strike: Global Offensive game!

In 2023, the tournament was dedicated to the youngest, with the goal to improve conditions in maternity hospitals and together we collected 2,291,900 RSD!


HIT 2023 WINNERS:

🥇 Quantox Technology

🥈 Vega IT

🥉 Levi9


We spoke to the winning Quantox team - Miloš Aksentijević, Marko Mitić, Luka Petrović, David Simonović, and Dušan Savanović - for the BTS of becoming a HIT CS:GO champion.


What are your impressions of the HIT Vol.4 tournament? How would you describe the atmosphere this year compared to previous years?

The whole team is united as much as coordinated!

Miloš Aksentijević / Ax.

The impressions are very positive, and the first place contributes a lot to that feeling. The idea is great and I would like it to expand so more teams and donations are coming from year to year.

Luka Petrović / hJk-.^

As in previous years - very positive impressions, a noble goal, and good banter.

Dušan Savanović / dukizen

The impressions are phenomenal! First of all, we love CS:GO, and especially the fact that this is the same team that has been playing and hanging out together for years. Also, the support from colleagues and the entire company truly surprised us and it was nice to see cheering in such a large number!


Who was the most challenging opponent during the competition?

The score shows!

Milos Aksentijević / Ax.

I couldn't decide on one team, so I'll say Levi9 and Vega IT. 

Levi9 seemed to have people who are very good at shooting, maybe even better than Vega. However, Vega was a tactically more prepared team.

Marko Mitić / MiTke-_o

Levi9 and VegaIT definitely. We won Levi9 with a score 2:0, but both maps were very close, and VegaIT took one map from us. If I have to choose one opponent - it would be Levi9.

Dušan Savanović / dukizen

From my perspective, definitely Levi9. Although we met them in the semi-finals, it was clear that the game was played at a much higher level, and this was shown on the first map, Vertigo, where we played as many as three overtimes. The boys from Levi showed a really competitive spirit and we had a really good match.

We witnessed a very tense final of the tournament. Were there any decisive moments in the match and which tactics made the difference?

Maps & tactics - a winning combination!

Miloš Aksentijević / Ax.

Maybe there weren't so many decisive moments, but there were a lot of different tactics from our side. The idea was to occupy as much space as possible on the map, play more aggressively as CT, and make faster rotations. 

Luka Petrović / hJk-.^

I wouldn't say that there were any decisive moments. On our map peak and on the third map we played superbly, and the tactic was not to give them space to play their game - to attack and occupy space.

David Simonović / Unik ACM

There was tension in the final - as in every game. The opposing team led in some moments, where various factors had an effect. Primarily, it was a drop in concentration, which had the greatest impact during the game, and further, there have been short breaks between the semi-final and final matches.


Did you expect to win?

Expectations are expectations - and the result is in the end!

Marko Mitić / MiTke-_o

Honestly, yes... we knew it wouldn't be easy, but we were sure that we could win the tournament.

Luka Petrović / hJk-.^

Yes, because when it was announced that HIT will be organized again this year, we started to prepare and gather 2-3 times a week and play.

Dušan Savanović  / dukizen

I definitely didn't expect us to win and I can't say that my teammates would agree with me here. Not because of a lack of self-confidence, but because of the very fact that every year the tournament has attracted very good teams and players.


We believe that in addition to the tense fight, there were also plenty of laughs. Share some interesting anecdotes from the tournament :)

Enjoy the game!

Miloš Aksentijević  / Ax.

There was a lot of laughter and cheering, which is probably the key to our success. At no point did I feel like we were losing and that we didn't have a solution, so this made us play a very calm game at the top level.

David Simonović / Unik ACM

The whole tournament passed in a relaxed rhythm without tension, and that is the purpose - to enjoy the game, and victory comes just as a bonus!

Dušan Savanović  / dukizen

There was a lot of laughter, but I will point out one anecdote. Our teammate and colleague Mitke (Marko Mitić) is often overrun by planes when we play. It's not because he lives next to the airport - but because he plays the game on his laptop, which gets quite loud after a while.

So we persuaded him to put a “push to talk“ button to avoid those loud noises. During the finale, at one point, Mitke forgot to release that button, so we just heard Luka shout: MITKE AIRPLANE! 

And we really had a good laugh!


Laughter is a cure. Good competition is healthy. Enjoy the game. Help the community.

We are proud that HIT lasts and unites.


See you next year!

Blog
Data & AI Use Case
February 22, 2023
.
by
Nađa Vukićević
read time
Over the past few years, Data and Artificial Intelligence have become the most trending technology used across all industries. Yes, technology (singular) because Data and AI need to work in synergy to generate the best results.
Read more

Over the past few years, Data and Artificial Intelligence have become the most trending technology used across all industries. Yes, technology (singular) because Data and AI need to work in synergy to generate the best results. 

By the time the term 'Data' was coined, there was already so much of it that IT professionals and computer scientists quickly realized that sorting out and parsing all the data and, at the same time, analyzing the same data would be impossible for humans. They knew that if anything could help, it would be AI algorithms that would be able to derive valuable real-time insights from that much data. 

The merge of these two disciplines created a technological boom changing businesses left and right. But how exactly?

 

AI for Business

Unlike a decade ago, the internet is now filled with data providing important information about consumer habits, likes, dislikes, personal preferences, and activities. This type of data, when paired with AI technology, can help businesses:

  • boost efficiency with various process automation solutions
  • improve consistency and speed of service
  • use customer insight and review to inform decision-makers
  • discover new opportunities for new products and services
  • it can detect fraud threats
  • optimize supply chain operations

 

We could list the benefits of AI for business for days. However, many people would still need clarification, a concrete example, about how to get a taste of some of these benefits and how they can improve their business operations with AI. 

Here at Quantox Technology, we believe in a practical approach and the power of learning. With more than 550 IT experts, our team has some of the best mentors in the industry, ready to convey the usage and possibilities of their products in the simplest way. 

 

Quantox E-commerce AI Solution Use Case

The Quantox team was introduced to an e-commerce client that needed an AI solution to simplify one part of their working process. Our client had an online furniture store where they sold design furniture and artwork. So naturally, they've set up a webshop with thousands of furniture listings where you can filter your search based on your preferences. For example, you could filter furniture by type (beds, couches, sofas, tables), color, manufacturer, material, and many other specifications.

That meant every product needed a string of descriptive words in their specifications for their search filter to work. For example: If you wanted a black table, you would get a listing of any product that mentions the words "black" and "table." But if you wanted a "Sanne Protin black dining table," if labeled correctly, you would get only one result. 

THE PROBLEM

However, the client's problem was not labeling products correctly, rather than the labeling process being money and time-consuming. At that time, their products were being labeled manually, meaning they needed to pay people to input labels individually. 

 

OUR SOLUTION 

To fix this problem, the Quantox Data & AI team proposed they create an automatic labeling system that will save them valuable resources. We created an AI system that takes an ad as an input and returns "labels" as an output, meaning product type, color, manufacturer, and material. In terms of business, the result was a significant decrease in the labeling cost and time to obtain the labels, which generally sped up the entire listing processing, had a considerable impact on their business, and positively affected their business efficiency.

 

 

Translating Human Problems to Data Problems 

1. ASKING THE RIGHT QUESTIONS

So, we were building this system. It's a simple task for a human but could be difficult for a computer. To successfully transfer this business problem into a data problem, we must ask the right questions.

 What would a human do if they had the task of labeling the products?

The trick is to answer these questions in as much detail as possible. For example, some would say, "well, a human would read the description," but the correct answer is, "the human would look at the listing." That means our internal conversation would look something like this:

Through questions, we slowly realize that humans would look at the image and type in what they see. For example, they see a black table, so they would type that it's a table and it's black. They could also read the description to see who the manufacturer is and what material was used. 

 

2. DRAWING THE RIGHT CONCLUSIONS

The answers to our questions told us our system needs to be able to emulate human behavior. Mainly it needs to be able to "see" the images and recognize objects on them, but also recognize text, read it, and understand the meaning of it too in order to extract the vital information needed for labeling.

Well, what can "identify" objects in AI? Computer vision certainly can. 

And how can a computer read and understand text just like a human? With Natural Language Processing, of course.

 

3. THE DATA AND AI MODELS

As always, we needed data to apply to our AI algorithm, so we took around 20 thousand pre-existing labels to train our AI models. The diagram below shows how data trained our models and how it was deployed, monitored, and maintained.

On the left side, you'll notice a very important box saying, "hold out a fraction aside." This means we took a small fraction of data from the 20 thousand label batch (about 10-20%), which is the data we did not show to our model. The reason is simple - we wanted to test our model on that data after it's trained. This way, we can see how our model performs on data it hasn't seen before. 

In the middle, you can see that we have two separate models. One that works with images and one that works with text. Each model is tasked to learn different things, and finally, that information is combined to output the desired information. 

The task is simple: "Build a system that says: This listing is selling a lamp, and the color of the lamp is beige-brown-yellow-ish."

We'll learn how this simple task can quickly become a bit more complicated for a computer.

The listings are given as "image+text" pairs, and we're free to choose from a wide arsenal of AI techniques as long as the solution delivers the desired information that is correct for the majority of the time. In the following sections, we describe some methods we opted for.

Our dataset contains around 20 thousand examples similar to this one, containing images of various furniture types: couches, sofas, tables, wardrobes, etc. In addition, the data includes information about where the object is on the image and the product being sold. We used 15,000 examples to train our AI algorithms (training data), while the other 5,000 we used as test data.

Here's an example of what a typical listing looked like.

Disclaimer: The product shown in the photo is for illustration purposes only and does not represent the actual product of our clients. It is used solely to explain and demonstrate the capabilities of our AI models.

QUANTOX COMPUTER VISION MODEL

Our computer vision model was supposed to extract information from the image. We expected it to localize a lamp and tell us that it is, in fact, a lamp. To do so, our algorithm needed to perform two tasks: object localization and image classification. 

A bounding box consists of 4 numbers representing the coordinates of the box itself:

X_upper_left, Y_upper_left, X_lower_right, Y_lower_right.

Our model, in essence, is a model that tries to predict these four coordinates in an image and assign the label "lamp" to this listing. It does it in such a way that the predicted coordinates should mostly overlap with coordinates provided by humans. At the same time, the product label ("lamp" in this case) should match the human annotations in most cases. 

 

GOAL: Maximize the overlap and assign the correct label.
Now that we know what the model should do let's see how it does it. 

 

WHAT ARE CONVOLUTIONAL NEURAL NETWORKS?

Each image was run through a convolutional neural network (CNN) tasked with learning the features of the image. Neural networks are made of neurons. Neurons group into layers. Layers hold numbers used to process our data (by multiplication and addition). Those numbers represent the knowledge of our network. Intelligence even, if you will.

The CNN model we created contains 53 convolutional layers. Each layer transforms the image by applying a convolution operation on the image. Convolution is actually a whole lot of additions and multiplication following the pixel grid of the image and some additional rules.

What that means is, at a high level, we plug an original image into the CNN, and it goes through each of these layers sequentially. The output of each layer is a slightly modified version of the original image. These modifications can highlight contours and shapes of interest in the original image or blur and make insignificant contours and shapes disappear.

We program the network to tweak the convolution operation and figure out what these shapes are on its own. Then, we let the network try multiple times until the results are satisfactory according to a predetermined criterion. This process of tweaking the layers (or, more technically, tweaking the parameters of the convolutions) is known as training the neural network. 

When the image passes all 53 convolutional layers, we add another two layers, which we construct in such a way that we can read what the network thinks the bounding box is and what is the object residing in that bounding box. Finally, we read predictions from these final layers. They're tweaked similarly to convolutional layers during training. When this lamp was successfully detected, we cropped out the predicted bounding box, extracted the dominant colors, and gave it its first label - a "lamp."

 

 

QUANTOX NATURAL LANGUAGE MODEL

Now that we know how the computer vision part of the solution works, the question arises: "Why do we need text at all? Isn't computer vision all we need because we got the colors and the product?"

Well, not exactly. What if the lamp was labeled differently, for example, "torch"? In this example, it isn't, but there could be a lot of other instances where labels can be nothing more than misleading synonyms. We can't simply rely on one-word descriptions of the product coming from some people we don't even know who labeled these listings. They might have labeled it for a different purpose, who knows. That's why we're complementing the information we extracted from images with the data from text. We're shrinking the margin of error and trying to output results that align with the industry's terminology as much as we can. 

Plus, the computer vision model can detect a lamp and might even detect some sort of cat on the bottom of the lamp. Of course, it's essentially wrong detection (because it's not a cat, but a llama), but the text helps us deal with these cases as well, and now we'll see how.

So, let's get technical. Now suppose that our computer vision model detected both a lamp and a cat.

Now we have two detections: a lamp and a cat. Certainly, a cat is not for sale, nor is it a real cat. It's a cat-shaped pedestal for the lamp, which is probably not even a cat but a llama. This is just to give you a sense of ways these models can be wrong. We need to filter the object detection algorithms' outputs by analyzing text. Remember that the listing description states:

"Created and designed by the famous 20th-century art deco designer Jean-Michelle Jarre, this nightlight can be a great addition to your living room or bedroom for only $99.99". 

Our goal is to search for the words "lamp" and "cat" in this text and find a match. But we would fail if we want to match the exact string of words. There are no words "lamp" or "cat" in the description. But there is the word "nightlight." You'd agree that refers to the lamp. Of course, you would, but how do we build an AI system to figure that out?

That's the goal here. And the tool is, again, a neural network. Specifically, the neural network performing the task of "word embedding," unlike the former network performing the task of "object detection." 

The neural network's inputs are text sequences, and the final output is a numerical representation of the input word. Literally, a sequence of numbers. How many numbers? We can decide that, but the common practice is higher degrees of 2, such as 256 or 512. 

So yes, sequences of numbers, like the lottery, but with one crucial property. When two words of similar contexts, such as "nightlight" and "lamp," are represented numerically, they have similar representation, again by some predefined criteria. However, when words of vastly different contexts are represented numerically, these representations are different, such as "lamp" and "truck," for example.  

So we create a neural network consisting of layers, except they're not convolutional. They're different types of layers, each connected and the final layer from where we can read predictions. Like most NNs, this one also has to predict something, and by tweaking this network, it learns which words frequently co-occur, effectively meaning that the network learns which words are contextually similar. Its knowledge is represented in its layers, which we then extract from the network and use as our "numerical representation of the words themselves." 

When this is trained, we get a numerical representation of all the words from the listing description and all the words from the object detection model, namely, "lamp" and "cat." Now we measure the similarity between the word "lamp" and all the words from the description individually and then repeat the process for the word "cat." The similarity score is a cosine (remember trigonometry?) between the numerical representations of two words for which we calculate the similarity. This cosine similarity ranges between 0 and 1, 0 meaning not similar, and 1 meaning identical. 

Now relying on the fact that the listing descriptions are highly likely to mention the product itself or at least some products' synonyms, we can expect that whatever the product is ("lamp" or "cat"), it will have a high similarity score with whatever the product is in the description. 

  • In this case, the words "lamp" and "nightlight" have, say, the highest similarity between all the combinations, so we say - "THE PRODUCT IS THE LAMP."  
  • The word "cat" will have minimal similarity with the words in the description because the description never mentions animals, cats, dogs, pets, or anything within that context, and context is learned in the neural network, so "cat" will end up omitted. That's how we know - "THE PRODUCT IS NOT THE CAT."

Now let's see the results. 

 

THE RESULTS

When all this is said and done, and the models are trained and validated, it's time to put them to the test and see how they behave on the data they weren't trained on. Remember that the test data contains the "text + image" and the "location + object" parts. We hide the "location + object" part, obtain the predictions from it, and then compare them with the actual location and object. 

When predicting a product, we achieved 91% accuracy on the training set of around 5k examples. As for colors, the number is at about 70% on the same dataset, but it is a pessimistic estimate based on sampling and employing the naked eye to method to say "this is right" and "this is wrong." The reason for that is that people see colors differently. In the case of our lamp, one person can say "beige," but the other person might say "light yellow." Suppose you convert the color names into an RGB system. In that case, they can differ vastly, so if we calculate the Euclidean distance between "beige" and "light yellow" in the RGB coordinate system, we can wrongly conclude that the model made a wrong prediction. In fact, both the model and the person labeling are right. We believe the actual number is much higher than 70% since the errors mostly come from the edge cases where you can argue it's the same color.

 

THE DEPLOYMENT

Once we've run all data through our models and our models were trained and tested, we deployed the model in production. This means that we need to save the models in some sort of model storage, which could be on some location on our server, on our client's server, or on a cloud storage service of choice. In this case, it was the client's server.

Specifically, we used Flask to create a Python API and Docker for deployment. When the API is called, it triggers a forward pass through the neural networks, which returns some predictions. The application then processes those predictions as described above and returns a response. Finally, the client integrates with our model by calling our API from their application, which gets them the desired information. 

They can then process the information however they see fit, e.g., display them in some sort of drop-down menu on their front end or have radio buttons to help their users filter their search when buying furniture. Here's a diagram describing the solution's architecture at the highest level.

And that's it. We described the process of training a computer vision model, a natural language processing model, we touched neural networks a bit, shining a light on what it means to train the neural network, what are "As" and "Is" in "AI," and how the information obtained from these networks is used in practices to improve the user experience when shopping for furniture online! A lot of math and engineering for such a seemingly simple task, right? However, the work pays off when implemented correctly, especially in the eCommerce industry, where there's a great deal of data and many different types of applications for AI solutions.

 

Data, AI, and Quantox - a Perfect Recipe for eCommerce Growth!

Transforming your eCommerce business paradigm in 2023 can make your business stand out from the competition by increasing revenue, conversion rates, and the overall popularity of your brand. Integrating AI technology in your eCommerce business gets that much easier with Quantox Technology team of experts that have been providing Data and AI services and eCommerce solutions for years and have a proven track record of success. Our team will take the time to understand your unique needs and develop a customized solution that fits those needs. So, are you ready to unleash the potential of AI for your eCommerce? Let's Talk!

Blog
Data & AI Business Benefits
January 9, 2023
.
by
Aleksandra Dzinovic
read time
It's the final curtain call for 2022 and, as 2023 is slowly approaching, it's already clear that Data & AI technologies will play a major role for many businesses in the future.
Read more


It’s the final curtain call for 2022 and, as 2023 is slowly approaching, it’s already clear that Data & AI (Artificial Intelligence) technologies will play a major role for many businesses in the future. Companies around the globe have already switched their business model and, in some cases, mindset to the digital world and are now looking for ways to bridge the gaps they found in their digital experience. The best solution is now also the talk of the town- Data & AI technology.

With such a wide range of uses in business, from streamlining job processes and aggregating business data, AI is ready to take the two-dimensional technology and surround the consumers with a three-dimensional physical environment.

We probably already interact with AI on a daily basis without even realizing it. However, it is not the same AI most of us imagined, culturally influenced by decades of science-fiction books and movies. Instead, today’s AI can be something most people, especially younger generations, consider a norm, like ”Alexa”.

The idea of AI is not new, but it certainly took a long time to develop. AI technology came into existence in 1956, and it would take decades of developing the technology and systems to get what we have today. Now, Data & AI go hand-by-hand and are even applicable, soon to become invaluable, to any business if they want to ensure success and steady growth. With the potential to simplify the mundane work process and achieve breathtaking results, AI technologies are becoming necessary if you want to gain a competitive edge in any industry. What was once a theory is now a tangible business toll perpetuated by tech giants like Microsoft, Google, and IBM.

So, if you are a business owner looking for a way to transform your business, this article will help you learn about the benefits of Data & AI in business.

What is Artificial Intelligence (AI)?
What is Data and Artificial Inteligence, AI

In order to fully understand how AI technologies can help a business, it’s essential to know what they are. There are many definitions of ”Artificial Intelligence.” Still, the broad term is that ”AI is any computer software that engages in human-like activities like learning, planning and problem-solving”. A bit vague, huh? It’s like saying your colleague is a ”human”- it’s technically correct but doesn’t specify anything. We must go beyond the basic definition and scramble through the details to learn more about different types of AI and where artificial intelligence is used.

Machine Learning

One of the most used AI technologies in business must be machine learning. Machine learning uses algorithms that process large amounts of data in an extraordinary short amount of time. Plus, those algorithms have the ability to ”learn” over time. The more data the algorithm processes, the more its modeling improves.

For example, you own a factory with all sorts of different machinery, and you need each and every one of those to work like a clock. This is where AI comes in. A large amount of data about the functionality and production of your machinery goes into a central location where, thanks to AI technology, a human worker is presented with real-time information about the condition of your machinery.

Such quantities of data and patterns are impossible for a human to sift through, and that’s why AI technology plays an important part. Machine learning can process all the data more rapidly, recognize the patterns and anomalies, and finally notify the decision-makers if maintenance or a repair is needed.

What is machine learning
Deep Learning

The development of an interconnected web of artificial intelligence ”nodes” is also known as deep learning. It is a specific type of machine learning relying on neural networks to engage in nonlinear reasoning. Sounds confusing, right? So let’s try to simplify it.

There’s been a lot of hype around self-driving cars, and understandably so. The idea that a vehicle could make the right decisions in traffic as a human would is revolutionary, but thanks to deep learning, today it’s a reality. Self-driving cars use deep learning algorithms to process data collected from their sensors. Information like the distance from other objects and their speed, predictions of where those objects will be in 10 seconds- all that data helps self-driving cars decide when to change lanes. Moreover, deep learning models can improve with every bit of data they process.

Data & AI in Business Today

While the idea of AI was still fresh and developing, many feared that AI could and would replace humans and their job positions. Still, rather than taking over the world, AI today serves as a supporting tool for all of us.

AI technology still has some difficulties completing common-sense tasks in the real world, but what it can do is process data- and fast! By analyzing data faster, AI can also present us with every possible solution for our problem and the consequences of each action. This can help businesses streamline the decision-making process.

For decades, data collection has been a central business practice but impossible for any individual and company to use efficiently. Why? There’s simply not enough time to interpret all data. However, with AI-enabled applications and other digital tools, businesses can collect real-time data from an established database and learn about their consumers’ problems and preferences. Once they know that, they can easily increase efficiency, personalize their product or service, make informed decisions, and reduce costs. All this will eventually lead to increased revenue.

Common Uses of AI in Business

While there’s more room for AI to grow, as it inevitably will, today, we use artificial intelligence technology in the following ways.

  • Machine learning: is often used in systems with a large amount of data. AI helps contextualize that data so the company’s decision-makers can understand energy usage or maintenance demands.
  • Customer Relationship Management: CRM systems are rapidly changing with AI technology into a self-updating and auto-correcting system that helps businesses stay on top of their relationship management.
  • Internet and Data research: AI has become irreplaceable when it comes to providing internet users with customizable experiences. Now, businesses of all sizes and types can easily target their specific audience without relying on the users’ search box. Thanks to AI, the right information is finding its way to the user now.
  • Digital Personal Assistant: businesses can leverage Data & AI in many different ways, not just by transforming their services and customer relations. Artificial intelligence can help reorganize a company’s operations and streamline the workflow. Everything from emails, calendars, and work processes can be done with the help of AI personal assistant bots. So, by leaving smaller tasks to AI, employees, managers, and decision-makers can dedicate themselves to developing strategies that will increase revenue and boost company success.
  • Cyber-security: AI serves as a 24/7 ”extra set of eyes” that monitors data input patterns, finds anomalies and threats, recognizes cyber-attacks, and backtracks to their source. It can also prevent future threats.
Data & AI cyber-security benefits for business
How Can AI Improve Business Processes?

Do you want to start using artificial intelligence technology in your organization but still don’t know which processes you can and should automate with AI? The latest Data & AI reports show that many industries that implemented this technology are already experiencing major growth in revenue just by automating a portion of their business processes. Well, let’s learn more about the stronger points of AI technology to know how a business can use artificial intelligence to their advantage.

Five Things AI is Just Better At

AI technology is a long way from surpassing human intelligence and has its limits, but there are some things where AI technology is a better solution. Easy to adopt and implement in any business practice, AI is very good at interpreting visual, text, and speech formats.

Visual

Many industries use visual tracking in order to increase productivity and efficiency. This is only possible with AI and its vision-trained capabilities that range from storing and captioning documents to supporting IoT (Internet of Things) sensor arrays.

In short, you can train AI technology to process, identify and search images using computer vision and later use it for things like tracking clinical workflow, automating inspections for a manufacturing process, or even monitoring store conditions.

Speech

So we are back to Alexa or Siri as an ultimate proof of just how much users and consumers love to be engaged. Customer engagement, in this case, excelled thanks to the AI technology converting speech to text and vice versa. You can also use this AI benefit for company staff training.

Knowledge

By mapping information, providing recommendations, and supporting semantic search, AI can be used to improve user experience and offer your consumers information they’ll actually find helpful.

Search

The profile of your everyday user has changed, and newer generations of consumers will be hard to satisfy and engage. Accuracy and search engine speed are the key to success. Still, they can only be achieved by using AI to enhance your search functionality while enabling it to use images, videos, web pages, and more to give your consumers exactly what they need.

Language

We’ve come a long way from communicating to technology in 0’s and 1’s, and today we can even hold a real, full-sentence conversation with it. Thanks to Natural Language Processing (NLP), businesses can integrate bots to chat with consumers. This type of AI technology can translate languages and even recognize sentiment, letting you know whether your consumers are satisfied or not.

How to Manage Data & AI in Business?

With great data comes great responsibility- this is something every business owner should know. You can quickly improve products and services with AI by using the data and increasing its value, but only if you manage and secure your information and protect your business, employees, and customers.

If you own a business that uses AI technology, you should have a comprehensive data management strategy for:

  • access
  • authentication
  • creation
  • privacy
  • processing
  • security
  • storage

Cyber-criminals target other businesses’ information by looking for emails, addresses, phone, and account numbers. It is a significant concern of every business, regardless of the size or industry. AI technology can tackle a great deal of tasks related to security of any organization by fine-combining through all patterns and finding any anomaly within milliseconds.

5 Steps to Take Before Implementing Data & AI in Business

Using AI technology for business may be the next best thing, but you should still take steps before transforming your business with AI-based tools.

Step #1 Ask Important Questions

Using the latest AI technology trends can be beneficial for a business only if the right trend is picked and implemented. With that being said, don’t dabble in trends that offer little to no benefits to your business or industry. Instead, ensure that the AI technology is the best tool you can use for your specific industry, business size, and model. Ask yourself if AI can be used to boost your business, but also how you or your users can misuse it.

Step #2 Stay Human-Oriented

Remember that humans created AI technology and, as such, it is prone to mistakes. Dispose of the idea that you’ll create a mistake-free environment by replacing a human employee with AI technology. Always keep this in mind as you review the results your AI provides.

Step #3 Stay Unbiased

Believe it or not, human bias can affect the AI algorithm in many ways, so carefully choose the data set you’ll use as you create a training model. Also, ensure that the creator hasn’t unintentionally programmed their own bias into your AI.

Step #4 Explain Your AI

Your users or stakeholders will want to know the logic behind your AI and how it reached a particular conclusion. Explaining your AI’s decision-making process will help you maintain trust between you and all other parties.

Step #5 Use Data & AI Responsibly

Since AI technology can be quite a powerful tool, it mustn’t fall into the wrong hands. Responsible AI refers to frameworks that ensure businesses act transparently and ethically with AI technology. So ensure you can follow all government regulations regarding using AI technology before you even create an AI business strategy.

The Future of Data & AI

While we can’t predict the future, it is clear that Data & AI technology will become an even more integrated part of the workforce. With the potential to replace many human jobs, this technology can also lead to the specialization of employee skills. Where AI will take over data analysis, people will be required to cultivate qualitative skills like creativity and problem-solving.

With further technology development, we’re bound to see new business applications, consumer uses, and new startups emerging. The Internet of Things and Data & AI make a powerful combination that can easily change the economy. With so many benefits of artificial intelligence, those companies that utilize this technology in the right way can make it to the top in no time, completely turning the tables for themselves and their competition.

Start Your Data & AI Journey with Quantox Technology!

Quantox Technology ensures the best professionals in the field create your AI solutions. Our Data & AI experts have over a decade of experience building reliable AI applications engineered to scale your business and increase revenue. Discover the potential of AI technology and benefits of big data and how it can ensure long-term success for your business with Quantox Technology. Let’s Talk!

Data and AI in eCommerce: Use Case Manual
Learn more ↗
The Ultimate Guide to Software Development in 2022
Learn more ↗
Impact of outsourcing to your business
Learn more ↗
Application Development for Business Growth: Step-By-Step Guide
Learn more ↗