Skip to main content
  1. Categories/

IT

Scrum – Agile Project Management

3 mins

More and more programmers are becoming interested in so-called agile project management methodologies. And there is a good reason for that — research done in the USA showed that projects using this approach get better ROI.

Computer Games in HTML5

3 mins

When HTML5 appeared on the programming scene, a new trend emerged – computer games running in a browser (and not using Flash). Maybe those games constitute the future of modern entertainment?…

Synchronous vs Asynchronous IO Operations

8 mins

Exploring how over-simplified abstractions can decimate software performance, this article contrasts the high resource overhead of thread-heavy synchronous I/O with the efficiency and architectural challenges of managing multiple data streams within a single asynchronous thread.

Rust – Modern Alternative to C++

8 mins

For many years the C++ language was the only reasonable option for writing real-time or embedded software. But during recent years a new technology has emerged — a technology that has the potential to take the crown of low-level programming in several years. It’s called Rust.

Discovering Network Topologies

5 mins

When you work as a network administrator, there are few more useful tools than an application that discovers your network topology and is capable of drawing it to you and providing all the information about the network.