SoftDynamic is a new UK IT company. Despite being very young, it has established connections with experienced software professionals both in the United Kingdom and globally, with background in multiple business areas.
featured
FPGA - extreme computation performance for finance
Abstract
High performance computing in financial and other industries is constantly challenged by growing demand for faster results and larger volumes of data to process. FPGA - specially designed hardware units - through their ability to execute complex tasks in parallel - can substantially increase the throughput of systems and reduce data centre load.
JavaScript performance
The problem
How many times you have to include multiple JavaScript files in your HTML pages? Do you have sections like this in your code:
<script type=”text/javascript” scr=”/js/global.js”></script>
<script type=”text/javascript” scr=”/js/ua.js”></script>
<script type=”text/javascript” scr=”/js/menus.js”></script>
<script type=”text/javascript” scr=”/js/ajax.js”></script>
<script type=”text/javascript” scr=”/js/functions.js”></script>
<script type=”text/javascript” scr=”/js/extra.js”></script>
<script type=”text/javascript” scr=”/js/aux.js”></script>
Want a tip from an insider?
Once I read about a rather unusual fraud scheme. In essence, some 1000 random people would receive letters, 500 of which claimed, that stock A would go up, and the other 500 that it would go down during the next NY Stock Exchange trading day - all based on their new ground braking prediction models or insider information. Well, it is not hard to realize, that at least half of the predictions were correct!
C++ web development framework
Abstract
C++ has always been considered a language for mission-critical server-side functionality. Web development, although in part server-side based, is done using different software development languages. I try to analyse what caused this situation. Possibility to provide a portable pure C++ web development framework is explored.
Target audience
This article is for people, who believe that C++ can be successfully used to build sophisticated web applications and are frustrated by the lack of basic tools to do so. It doesn't provide any kind of definite plan on how to create a C++ web development framework, but rather tries to share some thoughts, give an inspiration and some guidelines.







