//Technical
ChatGPT: A Revolution in Online Conversation
Today, we will explore one of the most remarkable inventions in modern technology – ChatGPT. This is a powerful AI-based online chat tool that has revolutionized the way we interact with computers. Let’s dive into understanding ChatGPT and its impact on the tech world today. I. Introduction to ChatGPT ChatGPT is a powerful AI-based language..
See more- 223 views
- 0 Comments
How Developers “Play” with Laravel Tinker
What is Tinker? Laravel Tinker is a powerful REPL for the Laravel framework, powered by the PsySH package. — Laravel Doc Laravel Tinker is a tool for interacting with the database without the need to create routes. It is used with “PHP artisan” to create objects or modify data. “PHP artisan” is a command-line interface..
See more- 1,087 views
- 0 Comments
Overview of UI/UX Design for Website and Mobile App
Khi thiết kế một website hay ứng dụng Mobile, hãy luôn suy nghĩ rằng thiết kế cho ai dùng. Từ đó, chúng ta có thể xem xét kỹ hơn về mục tiêu của sản phẩm thiết kế, phương án thiết kế một cách tối ưu nhất.
See more- 215 views
- 0 Comments
Expanding the Scope of Shell Capabilities through Theory and Application
★ Can it be used as expected? Bash on Ubuntu on Windows. Since 8/2016, [Bash on Ubuntu on Windows] (hereafter referred to as BoW) has been integrated into Windows 10, allowing us to use both Ubuntu and Bash on Windows. Many people might think that [it would be interesting to develop like this]? We have..
See more- 59 views
- 0 Comments
Optimize Website Speed with Asynchronous and Deferred Javascript
Most, if not all, websites today use a lot of Javascript. Social media buttons? Plugins? Even themes? 90% of the time, there’s script embedded. You’re running scripts, and scripts slow down the page load. Here are 2 plugins to help solve this problem. Notes from Webmaster Asynchronous and Deferred Three things to remember: Parsing..
See more- 72 views
- 0 Comments
CSRF Attack Techniques and How to Prevent CSRF
Website security is extremely important for developers. Experienced developers usually have clever ways to secure their projects, but for beginners, this can be a very challenging issue. When it comes to website security, there are many things to discuss, and of course, I cannot cover everything in one article. Therefore, I will create a series..
See more- 63 views
- 0 Comments
Tips to Improve the User Interface of Your Website
1. Attract with a surprise gift instead of focusing on urging users to visit the website to make a purchase. Like an act of goodwill, attracting attention in a more natural way. This could be a discount code, a 100,000 VND voucher, or a 30-day free trial of an app on the website. This is..
See more- 53 views
- 0 Comments
New Features in Laravel LTS 5.5
The Laravel community has been eagerly awaiting the release of Laravel 5.5, as Taylor Otwell mentioned on Twitter. This version is anticipated because Laravel 5.5 will be the second LTS version after Laravel 5.1, the first LTS version, which will reach its end of support in July. LTS stands for “Long Term Support,” meaning that..
See more- 55 views
- 0 Comments
Expanding the Capabilities of Shell
New features of bash, very convenient. This article will introduce some new features added in versions from 4.0 onwards. When considering aspects like shell script compatibility, caution is needed when adding new features. Even though they may not be used, it’s better to be aware of them. Let’s review and think about what problems these..
See more- 61 views
- 0 Comments
Phalcon Framework
1. What is Phalcon Framework? PHP C-extension (Phalcon) is a PHP framework built from C. Because it is built using C, the framework is very fast and has high performance, capable of handling about 3000 requests per second. We only need to know PHP to work with Phalcon easily. Phalcon is very easy to learn..
See more- 57 views
- 0 Comments