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.

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

Do you know how it works? - JavaScript Arrow Functions

TL;DR: Arrow functions in JavaScript are concise, powerful, and perfect for callbacks and short expressions — but they behave differently from regular functions. They don’t have their own this, d...
26.03.2025 0 Read More

Do you know how it works? - JavaScript Inheritance

TL;DR: JavaScript inheritance can be approached in two main ways: class-based and prototypal. Although the class keyword provides a familiar syntax for developers coming from OOP backgrounds, under t...
01.04.2025 0 Read More

Do you know how it works? - JavaScript Prototype and __proto__

Do you know how it works? - JavaScript Prototype and __proto__
TL;DR: In JavaScript, all inheritance is prototypal — meaning every object inherits from another object via a chain called __proto__. Behind the scenes, even classes and arrays rely on this mechani...
07.04.2025 0 Read More

Do you know how it works? - JavaScript Factory Functions

Do you know how it works? - JavaScript Factory Functions
TL;DR: Factory Functions are functions that build and return objects based on input parameters — just like a real-world factory. Unlike creating objects manually, they solve key issues like code re...
14.04.2025 0 Read More

Do you know how it works? - JavaScript Constructor Functions

TL;DR: Constructor functions in JavaScript are another way to create reusable object templates, much like factory functions. They use the new keyword and this to construct and return a new object aut...
22.04.2025 0 Read More

Do you know how it works? - Factory Functions vs Constructor Functions

TL;DR: Factory functions and constructor functions both solve the problem of object creation and code repetition, but they do it differently. Factory functions return objects explicitly and offer bet...
28.04.2025 0 Read More
Loading...
#reading
The difference between `@RestController` and `@Controller`
0
🌱 Sustainability in Tech Project Management 🌍 Discover how sustainability is reshaping tech workflows in 2025! Learn practical strategies, emerging technologies like AI & IoT, and how tools like Teamcamp boost efficiency while driving sustainability.
0
Joy Sutradhar
0
Future of Mobile App Testing: Ensuring Quality in an AI-Driven World
0
Vibe Coding with 15+ Best Shadcn Alternatives
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