25
Nov

Looking for Python Engineer with FFMPEG experience up to 1500$

posted on Wednesday November 25th, 2020 / 0 Comments

We are looking for a Python Engineer responsible for managing back-end services and the interchange of data between the server and the users. Your primary focus will be the development of all server-side logic, definition and maintenance of the central database, and ensuring high performance and responsiveness to requests from the client sides. Therefore, a basic understanding of API technologies is necessary as well. Currently, our back-end system need some knowledge about using FFMPEG for video processing and understanding about running long processing processes and keep it stable, even few minutes downtime or interruption may not be acceptable. Your Skills and Experience Must haves: Strong knowledge …

more
27
Aug
featured image

Looking for fresher, junior ReactJS or React Native Developer open salary

posted on Tuesday August 27th, 2019 / 0 Comments

We are looking for talent engineers who never say no to any problems and will be able to adapt to the new technologies base on your good fundamental knowledge in algorithms and data structures. The developers will have a chance working with React Native or ReactJS projects on both client side and server side depend on your abilities and decisions. Your Skills and Experience Must haves: Thorough understanding of React Native or ReactJS and its core principles. Have been written at least some line of React Native or ReactJS code. Familiarity with REST APIs. Ability to understand business requirements and translate them into technical requirements. Familiarity with …

more
13
Jul
featured image

Looking for PHP or Laravel Developer up to 1200$

posted on Saturday July 13th, 2019 / 0 Comments

We are looking for a PHP Developer responsible for managing back-end services and the interchange of data between the server and the users. Your primary focus will be the development of all server-side logic, definition and maintenance of the central database, and ensuring high performance and responsiveness to requests from the front-end. You will also be responsible for integrating the front-end elements built by your co-workers into the application. Therefore, a basic understanding of front-end technologies is necessary as well. Your Skills and Experience Must haves: Strong knowledge of at least one PHP web frameworks(especially Laravel is a plus) Understanding the fully synchronous behavior …

more
04
Aug
featured image

Performance of array vs linked-list on modern computers

posted on Friday August 4th, 2017 / 0 Comments

Few notes The array mentioned here is automatically-reallocated array (vector in C++, ArrayList in Java or List in C#). The benchmark graph between vector & list I showed in this post belongs to "Baptiste Wicht" in http://baptiste-wicht.com/posts/2012/12/cpp-benchmark-vector-list-deque.html (Thanks for saving my time for the benchmarking stuff). From theory People say Linked-list has much better performance than array when it comes to random-insertion & random-deletion. That's what we've learn in theory, too. And I've seen many people around the internet suggest to use linked-list when we need to do a lots of random-insertion & random-deletion. To practice "How could it be?" "Impossible!" Note: The "list" above is implemented as doubly linked-list in C++. And the …

more
PAGE 1 OF 2