Tìm hiểu về WebSocket

WebSocket là gì ? Websocket là một công nghệ giao tiếp hai chiều (full-duplex) trên giao thức HTTP , cho phép việc gửi và nhận dữ liệu giữa client và server để tạo một kết nối theo thời gian thực . Giao thức này không sử dụng HTTP mà thực hiện nó qua TCP. Mặc dù…

Read More

Self host a supabase and build a chat app with it

PART 1. SELF HOST SUPABASE 1. What’s supabase Supabase is an open-source alternative to Firebase. It provides a suite of tools for building scalable and secure web and mobile applications, including authentication, real-time database, and storage. Supabase is built on top of open-source technologies, and it aims to provide an easy-to-use platform for developers that…

Read More

Navigation and Navigation bar

Why Website Navigation? Websites are rarely single pages Need to provide visitors an intuitive means of getting around your website Several commonly used navigation patterns used on websites Information Architecture Structure of a system with respect to the way the information is: Organized Labeled Navigation methods provided to access the information Need to consider when…

Read More

What is Full Stack Web Development

What is Full Stack Web Development? Let me start by clarifying a few terms, so that we start with a common understanding about this area. First, we hear people talking about Front end and Back end, or sometimes the Client-side and the Server-side. Now when we talk about Front end we are primarily talking about…

Read More