Logo
Login
Tech Posts 31196
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.

Do you know how it works? - The "this" keyword

TL;DR: In JavaScript, the value of this depends entirely on how a function is called, not where it was defined. It can reference the global object (window/global), the calling object, undefined (in s...
05.05.2025 0 Read More

🚀 OpenAI Agents SDK: A Step-by-Step Guide to Building Real-World MCP Agents with Composio

🚀 OpenAI Agents SDK: A Step-by-Step Guide to Building Real-World MCP Agents with Composio
AI agents are becoming an essential part of modern software systems. They can take user input, reason through goals, and interact with external services to complete real tasks. This makes them useful ...
05.05.2025 0 Read More

Asyncio Demystified: Rebuilding it From Scratch One Yield at a Time

Asyncio Demystified: Rebuilding it From Scratch One Yield at a Time
I don't know about you, but each time I await something in Python, I get a tiny itch in the back of my brain.Not because I don’t know what it does or how to use it, that part’s fine. I write my as...
05.05.2025 0 Read More

JavaScript. How to Make a Blazingly Fast Multithreaded Data Grid for 1,000,000 Rows. Part 2/2: working with threads

JavaScript. How to Make a Blazingly Fast Multithreaded Data Grid for 1,000,000 Rows. Part 2/2: working with threads
Demo | GitHubFast Data Grid features: Incredibly Fast Multithreaded Only 523 Lines of Code No Dependencies Vanilla JavaScript Try scrolling and searching through 1,000,000 rows — Fast Data Grid.In t...
05.05.2025 0 Read More

Basics of Stack, Heap, memory management, VM & JVM

Basics of Stack, Heap, memory management, VM & JVM
🚀 Have you ever wondered when you open up any program like VLC Player (music player) What happens? How it comes on your PC's screen? How it uses your resources and runs on your machine? Well, the...
05.05.2025 0 Read More

Real-Time Updates in Web Apps: Why I Chose SSE Over WebSockets

Real-Time Updates in Web Apps: Why I Chose SSE Over WebSockets
Modern web apps need real-time communication—whether it's a chat app, stock ticker, or live sports commentary. There are multiple ways to implement it: HTTP Polling WebSockets Server-Sent Events (SS...
05.05.2025 0 Read More

LangChain Agent with Bright Data Provider

Introduction The future of automation is with “Agents”. Whereas, in the business automations, there isn't an easy solution to get the functionality done. In the present day and age of int...
05.05.2025 0 Read More

Suna AI: Open-Source General Software: Cost and Deployment Tutorial🔥

Suna AI: Open-Source General Software: Cost and Deployment Tutorial🔥
Recently, there's been a highly similar, truly open-source project Suna resembling Manus . The developer claims to have completed the development in a small villa in just 3 weeks, and enthusiastically...
05.05.2025 0 Read More

What Content to Create and How to Publish It, Part 2

What Content to Create and How to Publish It, Part 2
Overview In today's digital landscape, creating compelling and polished content is essential for capturing and retaining audience attention. This comprehensive guide offers invaluable insight...
06.05.2025 0 Read More

Configuring Ubuntu Server as a basic router

First, we're going to configure the networking, lets assume we have two different network interfaces available, eth0 and eth1, the first one will be the WAN interface (internet), and the second one wi...
06.05.2025 0 Read More
Loading...
#reading
Build a Contact Form in React with Node.js Backend and Store Messages in MongoDB (With Email Alerts!)
0
Why Go Developers Avoid Frameworks and When Their Use is Justified
0
Unlocking Business Growth with a Data Analyst Company: Why It’s More Than Just Numbers
0
AULA1 do Ubirajara Imersão Dev
0
Battlefronts in Browser: Mercury Defenders & Nova Invaders Unleashed
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0