សរសេកូដជាមួយចិត្រា
1.12K subscribers
126 photos
8 videos
9 files
194 links
Coding with Chitra-សរសេកូដជាមួយចិត្រា
Download Telegram
ថ្ងៃទី២៖ Basci HTML CSS & JavaScript | Day2 Basic HTML CSS & JavaScript

ផ្សាយផ្ទាល់តាម Facebook Page: Coding with Chitra
នៅថ្ងៃអាទិត្យទី ១០ ខែវិច្ឆិកា ឆ្នាំ ២០២៤
វេលាម៉ោង ៨:00 យប់តទៅ

-------
👍 សូមជួួយចុច Like
💬 ឆ្លើយមតិខាងក្រោមប្រសិនបើមានសំណួរឬមតិ
🔔 Subscribe ឆានែលរបស់យើងសម្រាប់វីដេអូសិក្សាថ្មីៗ
📢 ចែករំលែកវីដេអូនេះជាមួយមិត្តភក្តិដែលកំពុងសិក្សា ភាសាកម្មវិធីសរសេរកូដ
កម្រងមេរៀនHTML CSS & JS 👉 https://shorturl.at/sge3A
ម្រងវីដេអូមេរៀន Python 👉https://t.ly/AkY3Y
កម្រងវីដេអូមេរៀន java 👉 https://t.ly/WjMVf
កម្រងវីដេអូមេរៀន Java OOP 👉 https://bit.ly/3YXQX7W
YouTube Channel 👉 https://www.youtube.com/@codingwithchitra
Facebook Page 👉 https://www.facebook.com/khmshared
Telegram Channel 👉 https://t.me/codingwithchitra
——
#Day1 #CodingWithChitra #សរសេរកូដជាមួយចិត្រា #fypシviralシ2024 #codinginkhmer #khmercode #basichtml #facebooklive #facebooklivestream
ជួបគ្នាឆាប់ៗខាងមុខនេះ
Media is too big
VIEW IN TELEGRAM
📚 រៀនបង្កើត Rest API ជាមួយ Spring Boot - Part 1

មេរៀនពេញ​ 👉️️️️ https://youtu.be/-BbFXYA_fS0
Java Tip for Developers:
“Write code today that your future self will thank you for.”
VS Code Cheat Sheet
Spring Boot Tip:
Use @RequestParam, @PathVariable, and @RequestBody appropriately to build clean, expressive, and maintainable REST APIs.
• Use @PathVariable for required values in the URL path
• Use @RequestParam for optional or query parameters
• Use @RequestBody when receiving complex JSON objects
មេរៀនបន្ទាប់​ មកដល់ឆាប់ៗនេះ ...
Kafka 101

1 - What is Kafka?
Kafka is a distributed event store and a streaming platform. It began as an internal project at LinkedIn and now powers some of the largest data pipelines in the world in orgs like Netflix, Uber, etc.

2 - Kafka Messages
Message is the basic unit of data in Kafka. It consists of headers, key, and value.

3 - Kafka Topics and Partitions
Every message goes to a particular Topic. Topics have multiple partitions.

4 - Advantages of Kafka
Kafka can handle multiple producers and consumers, while providing disk-based data retention and high scalability.

5 - Kafka Producer
Producers in Kafka create new messages, batch them, and send them to a Kafka topic.

6 - Kafka Consumer
Kafka consumers work together as a consumer group to read messages from the broker.