✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · Denis

12 articles · Updated every 3 hours · View all reads

All Articles 111,212Blog Posts 121,362Tech Tutorials 28,339Research Papers 22,452News 16,641 ⚡ AI Lessons
How I built a free WhatsApp dev tunnel (no ngrok) and a self-healing loop in Node.js
Dev.to · Denis ⚡ AI Lesson 1mo ago
How I built a free WhatsApp dev tunnel (no ngrok) and a self-healing loop in Node.js
Hey everyone, I've been working on a Node.js project called Pixel Office (a multi-agent assistant...
Parallel RNNs?
Dev.to · Denis 📐 ML Fundamentals ⚡ AI Lesson 2mo ago
Parallel RNNs?
Did you check out the recent ICLR results? I got intrigued by a rather provocative paper from Apple -...
TurboQuant MoE 0.3.0
Dev.to · Denis 📐 ML Fundamentals ⚡ AI Lesson 3mo ago
TurboQuant MoE 0.3.0
Key Features in v0.3.0 True 3-bit PolarQuant: Physical bit-packing (8x3-bit into 3 bytes) achieving...
Connecting the Centrifugo in laravel
Dev.to · Denis ⚡ AI Lesson 10mo ago
Connecting the Centrifugo in laravel
In this article, we will look at the integration of the Centrifugo real-time server with the Laravel...
Peck is a utility for your PHP projects
Dev.to · Denis 10mo ago
Peck is a utility for your PHP projects
Peck is a powerful CLI tool designed to identify wording or writing errors in your codebase: file...
Data Transfer Between Fragment and BottomSheetDialogFragment Using Dagger and Navigation Component
Dev.to · Denis ⚡ AI Lesson 1y ago
Data Transfer Between Fragment and BottomSheetDialogFragment Using Dagger and Navigation Component
Data transfer between a Fragment and a BottomSheetDialogFragment can be effectively managed using...
Apity: A typed HTTP client for Svelte(Kit)
Dev.to · Denis ⚡ AI Lesson 3y ago
Apity: A typed HTTP client for Svelte(Kit)
Most frontend projects need to make HTTP requests, but there's no convention how to handle them. We...
Reducing Docker image size of a Nuxt SSR application
Dev.to · Denis ☁️ DevOps & Cloud ⚡ AI Lesson 5y ago
Reducing Docker image size of a Nuxt SSR application
Recently I had to create a deployment of a NuxtJS application which is running in SSR mode. I have a...