ПІДТРИМАЙ УКРАЇНУ ПІДТРИМАТИ АРМІЮ
Uk Uk

 Найбільше обговорювані статті - сторінка 12 

Робота мрії: 10 способів потрапити до престижної компанії

Як зробити так, щоб престижні компанії захотіли взяти вас на роботу, як потрапити на роботу мрії

Стиль життя by @author 02 Березня 2023  72

Як правильно харчуватися навесні, щоб схуднути до літа

Сезон дієт для підготовки до нового пляжного сезону, а ми радимо найефективніші

Здоров'я by @author 02 Березня 2023  29

Як зробити м'ясо соковитим та ніжним: прості трюки, про які знають не всі

Пропонуємо кілька дієвих лайфхаків, які перетворять будь-яку м'ясну страву.

Їжа by @author 02 Березня 2023  36

Найсмачніший стейк, який ви коли-небудь куштували – простий рецепт для любителів м'яса

Спробуйте приготувати м'ясний стейк із дип-соусом у тайському стилі. Це відмінний варіант екзотичного обіду або вечері, яка буде готова за півгодини

Їжа by @author 02 Березня 2023  30

How to Update Node and NPM to the Latest Version

Node is a runtime environment that allows developers to execute JavaScript code outside the browser, on the server-side.

IT by Mr. IT-man 02 Березня 2023  73

Scheduled backup of Vault secrets with Jenkins on Kubernetes

Experience related to automation of Vault backup creation using Jenkins scheduled job and simple python script which I built to create dump of vault secrets.

IT by Mr. IT-man 04 Березня 2023  15

7 Libraries You Should Know as a React Developer

On your journey to becoming a well-roundedReactdeveloper, you would come across innumerable libraries, leaving you dazed and confused.

IT by Mr. IT-man 06 Березня 2023  12

The most common RESTful API best-practices

There are a lot of guides describing the best practices for API Restful design. This is a short collection and summary of some of the most common rules you will find around the web.

IT by Mr. IT-man 06 Березня 2023  25

Set up Jenkins with HTTPS

Here is a quick guide on how to set up Jenkins with HTTPS. There are numerous guides available,...

IT by Mr. IT-man 06 Березня 2023  10

SSL/TLS Configuration

SSL/TLSare cryptographic protocols that establish secure communication channels between web servers and browsers to protect data exchanged between them from unauthorized access and tampering

IT by Mr. IT-man 06 Березня 2023  9

Type Hinting in PHP function!

May be you know what is a function and how it works. PHP checks the data type at run time. Therefore...

IT by Mr. IT-man 06 Березня 2023  3

Use ChatGPT to convert function to SQL query

I've been struggling with tasks that require me to write SQL queries for testing purposes. I have to...

IT by Mr. IT-man 06 Березня 2023  24

Git Rebase: How to Handle Request for Changes to Specific Commits

After completing my feature branch, I created a pull request to merge my changes into the master branch. However, I received feedback from a reviewer who suggested changes to my code. To address this, I need to make the following updates:

IT by Mr. IT-man 06 Березня 2023  14

A Practical Guide to SQL Dates with DuckDB.

A pragmatic guide on working with dates in SQL using DuckDB practical Guide to SQL Dates

IT by Mr. IT-man 07 Березня 2023  484

Database Change Management with ClickHouse

This is a series of articles about Database Change Management with ClickHouse.

IT by Mr. IT-man 07 Березня 2023  67

Useful SQL Commands

As a backend developer, I started with MongoDB as a database, but later working with clients

IT by Mr. IT-man 07 Березня 2023  51

MongoDB Guide Aggregation

Aggregation is an analysis and aggregation of data. An aggregation occurs in one or more stages that process documents. Documents can be filtered, sorted, grouped, and transformed in a pipeline.

IT by Mr. IT-man 07 Березня 2023  13

What is indexing in DB?

Indexes are database structures that improve the performance of search queries. They work like a phone book index, where you can quickly look up a person's phone number without having to go through every entry in the book.

IT by Mr. IT-man 07 Березня 2023  21

Scroll to Top