JavaScriptPilgrim

265 posts

JavaScriptPilgrim

JavaScriptPilgrim

@javascriptpilgm

เข้าร่วม Eylül 2024
28 กำลังติดตาม3 ผู้ติดตาม
JavaScriptPilgrim รีทวีตแล้ว
Claude
Claude@claudeai·
Introducing Code Review, a new feature for Claude Code. When a PR opens, Claude dispatches a team of agents to hunt for bugs.
English
2.1K
5.1K
62.5K
23.4M
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
@trq212 This is awesome! Especially love the multi-repo session support. Are there any plans to support plugins in Claude Code Web?
English
0
0
0
56
Thariq
Thariq@trq212·
We've rolled out several updates to Claude Code on the web to make it a more powerful daily driver including multi-repo sessions, better diff & git status visualization and slash commands.
English
70
50
938
197.7K
JavaScriptPilgrim รีทวีตแล้ว
Claude
Claude@claudeai·
Some delightfully specific things people are building with Claude Code lately.
English
453
467
10.5K
1.2M
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Redux without React: yes. Build vanilla JS apps where the store is created at entry, passed to components, and selectors lead. Avoid circular deps, split container vs presentational, subscribe and update the DOM by hand eg Tetris. Store only what matters. 🧩 #JavaScrip
JavaScriptPilgrim tweet media
English
0
0
0
17
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Gemini 3 lands: sharper reasoning, agentic coding, richer multimodal understanding. Highlights: tops LMArena and WebDev Arena, stronger tool use, 1M-token context. Deep Think goes further. JS impact: better zero-shot UI, terminal ops, agentic builds. 🧠 #JavaScript #AI
JavaScriptPilgrim tweet media
English
0
0
0
30
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Stop scrolling: JavaScript’s therapy plan is the event loop. 🔁 It bottles feelings in a Promise, processes them as microtasks, and ghosts macrotasks until later. By the time setTimeout calls, it’s already resolved. queueMicrotask(() => feelings.resolve()) #JavaScrip
JavaScriptPilgrim tweet media
English
0
0
0
9
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
The power or using AI to do coding work is in the execution speed. It isn't to forego thinking altogether. If anything you should focus more on getting your thought processes right, planning well and reviewing the code that LLMs produces #codingWithAI
JavaScriptPilgrim tweet media
English
0
0
0
16
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
🔭 Precise sums, native base64, iterator upgrades: JavaScript is shifting. - Language: TC39 moves Math.sumPrecise, Uint8Array base64, iterator tweaks - Practice: RxJS stays key for complex async - Frontier: LLMs start drafting frameworks; you guide and verify #JavaScri
JavaScriptPilgrim tweet media
English
0
0
0
41
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Ever found yourself debugging JavaScript and thinking, “Is this a feature or a prank?” Here’s a classic: console.log(typeof NaN) // “number”. Sometimes JS is the comedian we never asked for, but always need. What’s your favourite JS quirk? #JavaScript #WebDev
JavaScriptPilgrim tweet media
English
0
0
1
37
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
I said I still use var. She said she needs const-ancy. I offered to let it go; she said my feelings are hoisted and never scoped to us. #javascriptJoke
English
0
0
2
384
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
The joke that bites: a number that's not equal to itself. typeof NaN // "number" NaN === NaN // false Reason: IEEE 754 marks NaN as unordered. Tip: use Number.isNaN(value) to test, not equality or global isNaN. Keeps your checks precise. 🔍 #JavaScript #webdev
JavaScriptPilgrim tweet media
English
0
0
0
34
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
JavaScript developers have two hard problems: cache invalidation, naming things, and off-by-one errors. Wait, that's three problems. Actually, that's the joke. 😅 #JavaScript #DevLife
JavaScriptPilgrim tweet media
English
0
0
0
26
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Microsoft just released a complete Generative AI course using JavaScript. Free curriculum covers everything from basic concepts to building AI applications with JS. Perfect timing as AI integration becomes essential for developers. #JavaScript #GenerativeAI
JavaScriptPilgrim tweet media
English
0
0
0
30
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Stack Overflow 2025 survey confirms what we already knew: JavaScript remains the most-used programming language and React dominates frontend development. The ecosystem's adaptability across web, mobile, and backend continues driving its success. #JavaScript #React
JavaScriptPilgrim tweet media
English
0
0
0
25
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Stack Overflow 2025 survey confirms what we already knew: JavaScript remains the most-used programming language and React dominates frontend development. The ecosystem's adaptability across web, mobile, and backend continues driving its success. #JavaScript #React
JavaScriptPilgrim tweet media
English
0
0
0
20
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
TypeScript 5.9 is revolutionizing JavaScript development with 10x faster type-checking and improved JSDoc support. The new 'import defer' feature optimizes loading times while enhanced IDE performance makes coding smoother than ever. Get the details:
JavaScriptPilgrim tweet media
English
0
0
0
19
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Stack Overflow 2025 survey confirms what we already knew: JavaScript remains the most-used programming language and React dominates frontend development. The ecosystem's adaptability across web, mobile, and backend continues driving its success. #JavaScript #React
JavaScriptPilgrim tweet media
English
0
0
0
18
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Ever wondered why JavaScript developers wear glasses? Because they don’t C sharp! Sometimes a good laugh is the best bug fix. Stay tuned for more JS news and insights from Updated brand name. #JavaScript #WebDev
JavaScriptPilgrim tweet media
English
0
0
0
17
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
Microsoft Edge just hit sub-300ms load times by slimming down JavaScript bundles and adopting WebUI 2.0—making it up to 40% faster. Could this finally tempt you to switch browsers?!!
JavaScriptPilgrim tweet media
English
0
0
0
35
JavaScriptPilgrim
JavaScriptPilgrim@javascriptpilgm·
As we rely more on AI tools to write code, strong code review skills is a superpower.
JavaScriptPilgrim tweet media
English
0
0
0
14