
IT Duel 2017 Implementation - DigitalOcean and Dokku Setup
In the first article, we covered the game rules and engine specs. Now, we’ll show how to use DigitalOcean and Dokku to let players write bots in various languages.

In the first article, we covered the game rules and engine specs. Now, we’ll show how to use DigitalOcean and Dokku to let players write bots in various languages.

Programmers aim to write simple and clear code, as less code reduces the chance of errors. Scala takes it further, allowing for even more concise coding.

Java's history began in 1995 with the release of its first version. The slogan "Write Once, Run Anywhere" highlighted Java's unique cross-platform capabilities.

Self-storage facilities lease spaces like lockers and garages, requiring specialized software to manage multiple locations and units efficiently.

Rspec is a great tool for the Ruby community, but tests can become slow in large projects. When test suites take over 30 minutes, something has gone wrong.

A large `routes.rb` file can quickly become cluttered due to customizations like Devise, additional routes from gems, Sidekiq, and namespaces for APP or API.

Carrierwave is a popular Rails gem for image uploads. I recently needed to upload two image types differing only by target directory. Sounds simple, right?

Front-end development is evolving with framework, presenting both opportunities and challenges. It can still be confusing to know when and how to use them.

Online advertising has become a routine part of our lives, appearing in emails and online shops. But have you ever wondered how digital advertising actually works?

Evolution is constant, and web browsers are no exception. Today, we explore WebAssembly, a technology that could take browsers to the next level.

Due to the growing scale and complexity of the challenges that app developers have to deal with, there is a strong need of new tools to help them fight against the titans.

Event bus connects objects across lifecycles and hierarchies. Android apps often use libraries like EventBus or the now-deprecated Otto from Square.