Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

🚀 Pydoll: Async Web Automation in Python - WebDriver-Free Web Scraping!

Quick Summary: 📝 Pydoll is a Python library designed for automating Chromium browsers without relying on WebDrivers. It offers features like asynchronous programming for enhanced performan...
15.03.2025 0 Read More

Programação Assíncrona na Prática com Kotlin: Exemplos Reais e Otimização

1 – Introdução Entender os conceitos de programação assíncrona é essencial, mas aplicar esses conceitos em cenários reais é onde as coisas realmente ganham vida. Neste artigo, explo...
20.03.2025 0 Read More

Asynchronous Programming in Practice with Kotlin: Real Examples and Optimization

1 – Introduction Understanding the concepts of asynchronous programming is essential, but applying these concepts in real-world scenarios is where things really come to life. In this articl...
20.03.2025 0 Read More

JavaScript Lost Its Way With Error Handling

Reasoning About JavaScript Errors Used to Be Simple We had a dedicated channel in callbacks. We knew when something went wrong for that function. â›¶fs.readFile('file.txt', (err, data) => ...
24.03.2025 0 Read More

asyncDebounce function in Refine codebase, a React framework.

asyncDebounce function in Refine codebase, a React framework.
In this article, we will review a function named asyncDebounce in Refine source code.  ⛶import debounce from "lodash/debounce"; type Callbacks any> = { resolve?: (value: Awaited>) => v...
26.03.2025 0 Read More

Optimizing Asynchronous Programming with Flows in Kotlin: Introduction to Flow

1 – Introduction As the complexity of applications grows, handling multiple asynchronous events in real time becomes essential. To this end, Kotlin offers a powerful tool called Flow, which...
27.03.2025 0 Read More

Otimizando Programação Assíncrona com Fluxos no Kotlin: Introdução ao `Flow`

1 – Introdução À medida que a complexidade das aplicações cresce, lidar com múltiplos eventos assíncronos em tempo real se torna essencial. Para isso, o Kotlin oferece uma poderosa f...
27.03.2025 0 Read More

Leveraging AWS API Destination to Trigger External APIs

Leveraging AWS API Destination to Trigger External APIs
Introduction Last year, while developing an AWS solution to integrate Salesforce and Microsoft Dynamics NAV, I was tasked with designing a system to capture DynamoDB stream updates and send t...
27.03.2025 0 Read More

🚀 How to Build a Mini Async Framework in Python (2025 Edition)

Ever wondered how asyncio works under the hood? Let’s break it down by building a lightweight asynchronous framework — from generators and coroutines to locks and an event loop. Perfect for unders...
11.04.2025 0 Read More

🚀 Python Async Basics: Write Faster Code with Less Stress

...
01.05.2025 0 Read More
Loading...
#reading
The Path to Becoming a Top 1% Programmer
0
Setup OpenVPN AS on AWS
0
Layer by Layer: The OSI Model: Layer 3
0
Understanding the Next.js Middleware Bypass Vulnerability (CVE-2025-29927): A Deep Dive into CVE with CVSS 9.1
0
A Deep Dive into Apache Doris Indexes
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0