eporting is one of the most crucial and fundamental part of almost every application. Unfortunately, this process can easily become a programmer’s nightmare depending on demands of users.
Real Time Linux Comparison
Jan 3, 2018 | Languages & Tools & Frameworks
Linux was designed to run multiple applications at the same time within different user’s domain. So, we can say that Linux is a multi-process and multi user operating system (OS). It is also called multiprocessor OS in the new decade.
Implementing Singleton Pattern with IBM Rhapsody in C
Dec 20, 2017 | Languages & Tools & Frameworks
People get confused when they firstly hear that it’s possible to develop object-oriented software with C and UML. On the other hand this is quite normal to the developers who are familiar with the IBM Rhapsody.
Still OSGi
May 31, 2017 | Languages & Tools & Frameworks
Biggest advantage is providing dynamism: Components can be replaced at runtime without system shut down. Other benefits worth mentioning are increasing reusability and easy versioning.
A Brief Comparison between Real Time Web Frameworks for Beginners
Apr 5, 2017 | Languages & Tools & Frameworks
The phrase “Real Time Web Applications” is in our life for a while. Even though people don’t recognize the term, they are probably using these applications in their daily life.
When, where and why to use Qt?
Mar 29, 2017 | Languages & Tools & Frameworks
Qt is a modular, cross-platform application development toolkit for C++. It was first released in 1995 [1], and has gained widespread use since then.
Handling High Performance Operations with Parallelism in Java
Feb 22, 2017 | Languages & Tools & Frameworks
Fork / Join Framework was designed to recursively split a parallelizable task into smaller tasks and then combine the results of each subtask to produce the overall result.
Learn once, write everywhere with React Native
Jan 9, 2017 | Languages & Tools & Frameworks
With React Native, an experienced web developer can write Android or iOS apps at a much faster pace.