TGTGInsighttelegram intelligenceLIVE / telegram public index
← Linuxgram 🐧

TGINSIGHT SIMILAR POSTS

Sib kontenut simili

Kanal tas-sors @linuxgram · Post #17841 · Fra 19

📰 AI Helped Uncover A "50-80x Improvement" For Linux's IO_uring Linux block maintainer and IO_uring lead developer Jens Axboe recently was debugging some slowdowns in the AHCI/SCSI code with IO_uring usage. When turning to Claude AI to help in sorting through the issue, patches were devised that can deliver up to a "literally yield a 50-80x improvement on the io_uring side for idle systems." The code is on its way to the Linux kernel... 🔗 Source: https://www.phoronix.com/news/AI-50-80x-IO-uring #linux#kernel

Riżultati

1 post simili nstab

Tfittxija: #praktika

当前筛选 #praktika清除筛选
Dasturlash hayoti️️ ️

@dasturlash_hayoti · Post #3838 · 17/06/2025 10:05

Axios bilan real API chaqirish — ODDIY MISOL BILAN! ❓ “Ma’lumotni boshqa sayt yoki serverdan qanday olib kelamiz?” degan savol bormi? Javob: Axios! STEP 1: Axios’ni o‘rnatamiz Terminalda yozing: npm install axios STEP 2: Real API chaqiramiz (masalan: foydalanuvchilar ro‘yxati) Bu API — jsonplaceholder.typicode.com saytiga tegishli va real ishda sinab ko‘rish uchun yaratilgan bepul servis. import axios from 'axios'; export default { data() { return { users: [] }; }, mounted() { axios.get('https://jsonplaceholder.typicode.com/users') .then(response => { this.users = response.data; }) .catch(error => { console.log("Xatolik:", error); }); } } STEP 3: Ma’lumotni sahifada chiqaramiz <ul> <li v-for="user in users" :key="user.id"> {{ user.name }} - {{ user.email }} </li> </ul> 📌 Natija: ✅ Sahifa ochilishi bilan API’dan foydalanuvchilar ro‘yxati olinadi ✅ Bu ma’lumotlar users array’iga joylanadi ✅ v-for yordamida ekranga chiqariladi 💡 Real hayotda bu qanday foyda beradi? – Mahsulotlar ro‘yxati olish – Ob-havo, yangiliklar, valyuta kurslari chiqarish – Login/ro‘yxatdan o‘tish so‘rovlari – Barcha dinamik ma’lumotlar API orqali ishlaydi! Foydali deb bilsangiz: 📌Saqlab qo‘ying 📤 Do‘stlaringizga ulashing 💬Izohda fikringizni yozing #vuejs#axios#api#frontend#json#dasturlash#webdev#praktika#ulashishga_arziydi 💻@dasturlash_hayoti — bir xatoni tuzatib, ikkinchisiga tayyorlanish! 😅