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

 Найбільше переглянуті статті - сторінка 54 

Modern CSS in 2024: Top 10 Features Transforming Web Design

Discover the top 10 CSS features in 2024, including Container Queries, CSS Nesting, :has(), Subgrid, and more. Build faster, smarter, and more responsive websites.

IT by Mr. IT-man 24 Грудня 2024  4

Node.js Interview Guide

1. What is Node.js? Node.js is an open-source, cross-platform, JavaScript runtime...

IT by Mr. News-man 24 Грудня 2024  16

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  18

Important Topics for Frontend Developers to Master in 2025

Becoming a strong frontend developer requires more than just coding skills. It demands a deep...

IT by Mr. IT-man 24 Грудня 2024  7

5 Best Docker Books for Beginners

Getting started with Docker can feel overwhelming, but having the right resources makes all the...

IT by Mr. IT-man 24 Грудня 2024  9

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  15

Understanding the Node.js Event Loop: How Node.js Handles Asynchronous Operations on a Single Thread

Node.js is renowned for efficiently handling thousands of concurrent connections, despite...

IT by Mr. IT-man 24 Грудня 2024  26

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  32

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  15

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  11

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  6

A Workflow for Deploying Application Code with Terraform

Introduction As infrastructure as code (IaC) continues to transform the way applications...

IT by Mr. News-man 30 Грудня 2024  4

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  27

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  18

Mastering CI/CD

Mastering CI/CD DevOps continues to grow in popularity among software development teams. It's not...

IT by Mr. IT-man 30 Грудня 2024  6

Database Change Management with ClickHouse

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

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

CRUD in Firebase

CRUD operation in Firebase using react and javascript // Read ...

IT by Mr. IT-man 07 Липня 2024  15

Use ChatGPT to Explore Your Database Schema

SchemaCrawler is a relational database exploration tool. It obtains database schema metadata such as...

IT by Mr. IT-man 30 Грудня 2024  7

Scroll to Top