Install
A constructive and inclusive social network for software developers. With you every step of your journey.
- 10,547articles · 30d
- 1+ hour agolatest article
- Aug 14, 2026earliest in window
- 97%with images
- 293avg words
- software 9,782
- coding 9,567
- development 9,533
- engineering 9,513
- community 9,490
- inclusive 9,453
- ai 8,020
- webdev 5,774
- programming 5,176
- productivity 3,522
- python 2,979
- technology 2,884
- artificial intelligence 2,833
- security 2,741
- devops 2,740
- llm 2,311
- architecture 2,272
- agents 2,176
- tutorial 2,112
- javascript 1,943
- SOD 9,747
- science and technology 9,618
- CE 7,455
- BI 815
- IT 776
- economy business and finance 385
- FI 333
- arts culture entertainment and media 247
Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
JavaScript! JavaScript! JavaScript!
3+ week, 4+ day ago (416+ words) beauty in code. This series is for the latter. In JavaScript! JavaScript! JavaScript! I am going to do a deep dive into JavaScript, not just learning how to use it, but trying...blocks, how those pieces fit together, and why…...
Construí 17 calculadoras sin una sola dependencia de JavaScript en el cliente
3+ week, 4+ day ago (494+ words) simple y me la tomé en serio: cero dependencias de JavaScript en el navegador. Sin React, sin frameworks de...
Namaste JavaScript — Complete Notes
1+ week, 2+ day ago (1397+ words) Episode 1: Execution... Tagged with interview, javascript, programming, tutorial....
Under the Hood: 5 JavaScript Fundamentals Every Intermediate Dev Should Master
1+ week, 6+ day ago (499+ words) microservices, yet every now and then, a subtle JavaScript bug leaves you scratching your head for hours....intricacies, but from a shaky understanding of core JavaScript fundamentals. In this article, we'll strip...fundamental concepts that every intermediate JavaScript developer should…...
4 JavaScript Things I Learned Recently
1+ week, 4+ day ago (181+ words) While learning JavaScript, I came across a few things that I had seen before but didn't...are small things, but understanding them makes JavaScript a little easier to work with. I'm still...
7 JavaScript APIs Every Browser Game Developer Should Know
3+ week, 1+ day ago (348+ words) When people think about browser games, they usually think about graphics, animations, or game engines. In reality, the biggest difference between a game that feels professional and one that feels clunky often comes down to using the right browser APIs....
JavaScript Functions: A Simple Explanation
1+ week, 4+ day ago (135+ words) While learning JavaScript, one topic that I found really important was functions. A function...
Protótipos: como a herança realmente funciona no JavaScript
1+ week, 2+ day ago (332+ words) outras são descritas como orientadas a... Tagged with webdev, javascript, programming, tutorial....
NiceGUI: crea una aplicación web en Python sin escribir JavaScript
3+ week, 4+ day ago (221+ words) sincronizado el estado por ti. No necesitas HTML, CSS ni JavaScript para empezar. Una app con un botón que muestra...
The Ultimate Guide to JavaScript String Methods: Use Cases, Execution, and Gotchas
5+ day, 16+ hour ago (646+ words) String.length What it does: Returns the total number of characters in a string.Real-time Usage: Checking if user inputs (like passwords) meet security requirements before database entry. Drawback ⚠️: It counts empty spaces and punctuation. Crucially, it counts complex emojis…...