//Technical
Understanding get(), chunk(), lazy(), and cursor() in Laravel
Introduction When querying data, several factors can affect your application’s performance. Improper usage can lead to high memory consumption and significantly slow down page loading times. In addition to using Laravel Octane to boost performance, Laravel provides several methods to query data more efficiently, depending on the use case. In this article, Laravel 11 and..
See more- 43 views
- 0 Comments
Effective Virus, Malware, and Trojan Scanning with ClamAV
In today’s software development world, security remains a crucial factor that cannot be ignored. Threats like viruses, trojans, and malware can hide in source files, system resources, or even in third-party libraries we use daily. While commercial security solutions are effective, they often come with a high cost, making them unsuitable for small projects or..
See more- 35 views
- 0 Comments
Linux Terminal Productivity Tips
Introduction Working in the Terminal is a completely different experience compared to GUI environments like Windows. There’s no drag and drop, no mouse pointer to select files or folders — only a command line on a black screen. However, this simplicity offers powerful and efficient control over the system. Using the Terminal saves time and..
See more- 52 views
- 0 Comments
Exploring the Power of Google Cloud Dataflow
Overview of Google Cloud Dataflow Definition and Key Features Google Cloud Dataflow is a fully managed real-time and batch data processing service on the cloud platform. It enables developers and businesses to build scalable and efficient data processing pipelines without having to manage complex infrastructure. The key features of Google Cloud Dataflow include: Real-time and..
See more- 27 views
- 0 Comments
Architecture, Operation, and Basic Configuration of Nginx
Nginx (Engine X) is a popular open-source HTTP web server, initially developed by Igor Sysoev in 2004 to solve the C10k problem (handling 10,000 simultaneous connections). Today, Nginx is not just a web server but also a powerful reverse proxy, load balancer, and HTTP cache. 1. Overview of Nginx Nginx is an HTTP web server,..
See more- 40 views
- 0 Comments
Microservices and Serverless: The “Babies” in the Software World
1. Introduction: The “Divide and Conquer” Era of Technology 4.0 If the traditional Monolithic application is like a massive elephant difficult to move, Microservices are like an army of ants – small but incredibly efficient. And Serverless? Imagine having a team of “Ninjas” ready to appear when needed and… vanish once the job is done!..
See more- 771 views
- 0 Comments
Apache JMeter: The Performance and Load Testing Weapon for Applications
I. Introduction to Apache JMeter Apache JMeter is an open-source tool developed by the Apache Software Foundation. Apache JMeter is used for performance and load testing of web applications, APIs, databases, and many other protocols. Initially, JMeter was designed for web applications but has become popular in the software testing community after successfully expanding into..
See more- 104 views
- 0 Comments
Why Should We Use Google Cloud Retail Search?
In today’s modern technological era, with just a device connected to the internet, you can search for any information. Google is also a Search Engine that helps you find millions of results. So, what is a Search Engine? 1. What is a Search Engine? Search Engine (Web Search Engine) – commonly referred to as “Công..
See more- 79 views
- 0 Comments
Understanding Secure Coding and Common Security Flaws Through the DVWA Application
1. Introduction In today’s increasingly digital world, information security has become a key factor for the survival and success of any project. One of the essential methods for ensuring security is through secure coding. Secure coding is not just about writing code that works but also about protecting the system from security vulnerabilities that can..
See more- 81 views
- 0 Comments
AI – Superpowers and Secret Weapons
Chào 500 anh em coder! Hãy cùng nhau khám phá một chủ đề đang làm mưa làm gió: Trí tuệ nhân tạo (AI). Tương lai của lập trình có nằm trong tay trí tuệ nhân tạo?
See more- 80 views
- 0 Comments