Technology

Technology

Easy and fast file sharing from the command-line

Looking for a quick and easy-to-use option to share and send files, I came across transfer.sh. As it turns out, this is an ideal form of file sharing like WeTransfer or mega.nz, but for sending files via CLI.

Read
Technology

Not knowing Docker image configuration? Try runalike

The `docker inspect` will certainly come in handy, but the same one can little be unreadable - or it just requires the unreasonable rewriting of all values of the indicated result. Therefore, a simple image of assaflava / runlike was created which makes the work easier

Read
Technology

Want privacy? Use multiple nicknames

Our internet presence is not anonymous. What to do with this fact, how to deal with it, and plan our anonymity on the Internet?

Read
Technology

Queuing jobs in apps is easier than you think

When trying to communicate with our application, we always expect that it is available and can handle our request at a given moment. However, if these things are not certain, or we need to operate in a distributed structure with no known source where the request is to go, we can use task queuing

Read
Technology

Knowledge books: Python

A list of useful topics related to the language, its functionality and small snippets. Everything that may be useful now or in the future

Read
Technology

Why dockerizing production isn't bad idea

The use of docker is a common technique in dev teams. But really, creating and using the complete ready-made image shows its potential in the production environment. I think this post will convince some Ops to look more positively at running closed images over the installation and putting projects directly on the servers

Read
Technology

Does the beginning of learning programming always have to be boring?

The beginnings are always difficult, whether when it comes to learning programming or trying to learn a new language. Usually we are looking for a fresh idea to systematically develop it as part of the acquired knowledge. It's hard to find something like this on the internet recently, so I'll share my ideas.

Read
Technology

Detailed description of your API

A good described API is attitude. Especially when planning architecture, where other teams work on its successive elements. Therefore, it is so important to describe in detail each API path. For this, it is worth using the right tool.

Read