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

GraphQL + NestJS + Interfaces + Unions

GraphQL + NestJS + Interfaces + Unions
So guys I was really confused by the NestJS's doc as to ho you can have an API which can be invoked like this: ⛶query { robots { name ... on HumanoidRobot { height } ... on S...
22.03.2025 0 Read More

How to Detect AdBlock/AdBlockPlus Activation Status with JavaScript

How to Detect AdBlock/AdBlockPlus Activation Status with JavaScript
Since I primarily maintain projects with ads-related domains, I noticed that the previous methods for detecting AdBlock/AdBlock Plus activation have stopped working. I spent time researching and testi...
22.03.2025 0 Read More

Why Wait? JavaScript Asynchronous Code

Why Wait? JavaScript Asynchronous Code
JavaScript is inherently asynchronous, and understanding how to handle async operations is crucial for writing efficient, non-blocking code. In this blog, we’ll break down key asynchronous concepts ...
22.03.2025 0 Read More

A Deep Dive into JavaScript Classes: Syntax, Constructors, Fields, and More

In the previous blog post, we discussed the difference between constructors and classes in JavaScript. In this blog and throughout the series, I'll delve deeper into classes. I realized that understan...
22.03.2025 0 Read More

Web API vs. XMLHttpRequest in Dynamics 365: Which One To Use?

As a Dynamics 365 developer, you’ve likely encountered situations where you need to make server-side calls in your JavaScript code. When working with the Web API, you have two primary options: Xrm.W...
22.03.2025 0 Read More

Synchronous vs. Asynchronous Xrm.WebApi Calls in Dynamics 365: A JavaScript Guide

If you’ve worked with Xrm.WebApi in Dynamics 365, you know it’s a powerful tool for interacting with the Web API from JavaScript. In my previous post Web API vs XMLHttpRequest in Dynamics 365: Whi...
22.03.2025 0 Read More

SOFIA Tech Offers Free Modern Website Templates for Developers

Sofia Techn has released a collection of open-source website templates on GitHub, providing developers with ready-to-use starting points for their web projects. These templates combine modern design p...
22.03.2025 0 Read More

Are There Any Good Javascript Learning Communities or Forums in 2025?

JavaScript is undeniably a crucial language for web development, powering dynamic and interactive web pages across the internet. Whether you're a beginner or an experienced developer, joining a commun...
22.03.2025 0 Read More

🚀 Introduction to JavaScript Objects: A Beginner's Guide

JavaScript objects are a fundamental part of the language. They allow you to store and organize data efficiently, making your code more structured and reusable. In this tutorial, we'll break down the ...
22.03.2025 0 Read More

The Best AOS (Animate on Scroll) Alternative for Fast and Smooth Scroll Animations

If you're looking for an AOS (Animate on Scroll) alternative that's lightweight, performance-focused, and easier to customize, Trig.js might be the best choice. 🚀 Why Look for an AOS Altern...
22.03.2025 0 Read More
Loading...
#reading
Mastering No_std Rust: Embedded Development Without the Standard Library
0
[Snowflake's New Feature] Introducing Generation 2 Standard Warehouses: A Performance Comparison
0
We build an AI mental health assistant with 7 AI agents! (no-code needed)
0
Will AI Really Replace Testers in 2025?
0
The Importance of Ethical Research and Effective Healthcare Proposals
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