How to Use Defaults in Destructuring

const { a = 0 } = obj. Fallback when missing.

#javascript #destructure #default #howto

https://www.youtube.com/watch?v=ECk25iE0l8k

How to Use Defaults in Destructuring #javascript

YouTube
Ah yes, the epitome of cutting-edge tech journalism: an article profoundly unpacking the mysteries of web browsing 🕵️‍♂️, where the ultimate plot twist is... *drumroll*... turning on #JavaScript and #cookies 🍪. Riveting stuff, folks!
https://magazine.sebastianraschka.com/p/components-of-a-coding-agent #cuttingEdgeJournalism #webBrowsing #techNews #rivetingStory #HackerNews #ngated
Components of A Coding Agent

How coding agents use tools, memory, and repo context to make LLMs work better in practice

Ahead of AI

It has been a while since I made any new work. But my recent visit to STOOR at Paradiso, Amsterdam, inspired me to get going again. [ SOUND ON ]

P.S. Check out my updated website: vagtary.com

#creativecoding #javascript #aftereffects #contemporaryart #abstractart

NodeJS/Bun/Deno all kind of suck with parallel workloads. I tried to write a simple http stress tester. They all start to fail in weird ways. And the code is hard to read (because of workers, message passing etc).

Of course right answer was Rust, it basically is single 90 line main.rs file, that is readable as well.

#Rust #JavaScript

Ah, the irony! 🕵️‍♂️ An article promising to expose the "most-disliked" in publishing, yet it can't even expose itself without #JavaScript and #cookies. 🍪🛑 Clearly, the real enemy here is web design #incompetence. 😂
https://www.woman-of-letters.com/p/the-most-disliked-people-in-the-publishing #irony #webdesign #publishingfail #HackerNews #ngated
The most-disliked people in the publishing industry

One way of studying literature is through direct experience.

Woman of Letters

It's 2005 again. #Security bugs everywhere. Supply chain security erosion: many developers are apathetic or passive about security.

Here are some good ways for your dev team.

1. Dependency quarantaine

#Python:

Switch to uv

uv lock --exclude-newer $(date -d "7 days ago" +%Y-%m-%dT%H:%M:%SZ)

#Javascript

Switch to pnpm

npm-workspace.yaml:
minimum-release-age=1440

#Gradle for JVM:

Consider Renovate or Dependabot:

{
"packageRules": [
{
"matchManagers": ["gradle"],
"minimumReleaseAge": "7 days"
}
]
}

You don't need the newest features. AI models from Anthropic aren't trained that frequently anyway.

Cool down. Conservative = key.

«Фронтенд умер»? Жаль, что я узнала об этом только после четырех лет учебы

Предлагаю открыть портал в ад и задать вопрос, который сейчас, кажется, витает в воздухе у всех, кто связан с разработкой: фронтенд вообще еще жив? Или логичнее уже сейчас срочно переучиваться, пока через пару лет не пришлось делать это в панике? Я задаю этот вопрос не как человек с десятилетним опытом, стабильной работой и философским спокойствием. Я задаю его как человек, который четыре года учился, чтобы войти в профессию, а вышел на рынок в момент, когда отовсюду слышно одно и то же: IT умерло, джуны никому не нужны, нейросети уже пишут код, а дальше будет только хуже.

https://habr.com/ru/articles/1019196/

#фронтенд #рынок_труда_в_IT #карьера_разработчика #React #JavaScript #нейросети #поиск_работы_в_IT #junior_разработчик #frontend_developer

«Фронтенд умер»? Жаль, что я узнала об этом только после четырех лет учебы

...

Хабр
×