Search results for: en

Need a new search?

If you didn't find what you were looking for, try a new search!

Shared storage volumes in Docker Swarm

By |2023-04-13T18:44:32+00:00January 19th, 2023|Blog|

Docker Swarm is a native clustering tool for Docker. It allows you to create a cluster of Docker hosts and schedule containers across the cluster. One of the key features of Docker Swarm is the ability to share storage volumes across multiple containers and hosts. This can be useful in several scenarios, such as when

Comments Off on Shared storage volumes in Docker Swarm

Iterators in Rust. What are they, and how to iterate over a vector

By |2024-07-22T10:18:38+00:00January 16th, 2023|Blog|

Iterators in Rust are the objects that implement the Iterator trait and can be used to iterate over a collection of values. The Iterator trait defines several methods, including .next(), which returns the next value in the iteration, and size_hint(), which hints at the number of remaining elements.   Here's an example of using an

Comments Off on Iterators in Rust. What are they, and how to iterate over a vector

What do you need to start your own IT project in 2022?

By |2024-11-11T09:02:01+00:00October 11th, 2022|Blog|

Every day a ton of assignments of all sizes accompany every working adult, no matter the job and specialization. You can either hold a meeting, work on product strategy, or write code. However, you can only call some of these assignments projects. Let's discover what makes a project different from any other task. A project

Comments Off on What do you need to start your own IT project in 2022?

How to work with remote developers? Part II.

By |2024-07-19T11:04:00+00:00September 16th, 2022|Blog|

Discover the steps you should take to ensure that the hiring process of skillful remote developers is as smooth as possible. It will settle your concerns when questions like "How can I hire remotely?" and "How do I find developers to work with?" arise in your mind.

Comments Off on How to work with remote developers? Part II.

DevOps Team #2

By |2023-11-17T08:22:45+00:00July 21st, 2022|

DevOps Team #1 consists of the IT tech consultant and DevOps engineer.

Comments Off on DevOps Team #2

DevOps Team #1

By |2023-11-17T08:23:52+00:00July 21st, 2022|

DevOps Team #1 consists of IT Tech consultant and DevOps Engineer.

Comments Off on DevOps Team #1

Develop a Private Discord Bot

By |2024-07-19T11:35:15+00:00June 27th, 2022||

How it works The developer does the following: Approves the bot’s functionality requirements with the client Implements a bot according to these requirements Makes a demo of how the bot works Fixes bugs the following week after he finished the development if there are any.   What we do Moderation commands Server info commands User info

Comments Off on Develop a Private Discord Bot

Deploy a simple discord bot to your server in 3 hours

By |2024-07-19T08:34:22+00:00June 27th, 2022|, , |

What we do: The DevOps does the following: Prepares the server for the installation Installs the bot and configures system services What we don’t do: Deployments using CPanel or Plesk Deployment methods options: Deployment on the host machine VPS Docker-Compose (best for development) Docker Swarm (recommended for production, setup takes longer ± 1-2 hours) What

Comments Off on Deploy a simple discord bot to your server in 3 hours

Setup Log Rotation on your server in 3 hours

By |2024-07-19T10:53:29+00:00June 23rd, 2022|, |

How it works The engineer does the following: Identifies the largest log files on the server Sets the log rotation up and configures it What we expect from you: Make a backup of the server before giving access to the server SSH access to the server configuration files Development time up to: 3 hours Delivery

Comments Off on Setup Log Rotation on your server in 3 hours

Title

Go to Top