JavaScriptPilgrim
@javascriptpilgm
Followers
3
Following
9
Media
102
Statuses
262
Joined September 2024
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
0
0
0
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
0
0
0
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
0
0
0
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
0
0
0
š 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
0
0
0
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
0
0
1
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
0
0
2
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
0
0
0
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
0
0
0
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
0
0
0
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
0
0
0
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
0
0
0
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:
0
0
0
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
0
0
0
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
0
0
0
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?!!
0
0
0
As we rely more on AI tools to write code, strong code review skills is a superpower.
0
0
0
Why do JavaScript developers make terrible electricians? Because they can't tell the difference between an = assignment and an === equals sign when wiring circuits.
0
0
0
Ever noticed how JavaScript is like my morning coffee? Both keep running until you forget a semicolon and everything suddenly stops. #JavaScript #WebDev
0
0
0
Ever tried to comfort a JavaScript dev? Just tell them āundefined is not the end, itās just the start of debugging.ā Sometimes, the bugs are the friends we made along the way. #JavaScript #WebDev
0
0
0