Tthuanvu301103intalk-tech.hashnode.dev·Apr 24, 2025 · 4 min readFTP and FTP ServerFTP (File Transfer Protocol) What is FTP? File transfer protocol (FTP) is an Internet tool provided by TCP/IP. The first feature of FTP was developed by Abhay Bhushan in 1971. It helps to transfer files from one computer to another by providing acce...00
Tthuanvu301103intalk-tech.hashnode.dev·Apr 1, 2025 · 2 min readMaterialized View in SQLWhat is a Materialized View? A Materialized View (MV) is a database object that stores the result of a query physically on disk. Unlike a regular view, which is a virtual representation of a query, a materialized view improves query performance by pr...00
Tthuanvu301103intalk-tech.hashnode.dev·Mar 31, 2025 · 2 min readUnderstanding CRON SyntaxIntroduction CRON is a time-based job scheduler in Unix-like operating systems. It allows users to schedule scripts or commands to run automatically at specific intervals. Understanding CRON syntax is crucial for automating tasks effectively. Basic ...00