Filter
Exclude
Time range
-
Near
おとうさんもいっしょ✨ retweeted
#静岡小咄】 「JavaとJavascriptって違うの?」 「違う」 「伊豆市と伊豆の国市くらい?」 「もっと違う」 「富士市と富士宮市くらい?」 「もっともっと違う」 「清水区と清水町くらい?」 「浜松市と浜松町より違う」 「そんなに!?」
3
9
753
JavaScript Day 4.
JavaScript Day 3.
1
1
5
19
今週もエドグラ開講💻✨ ふと気づいたこと 約1年前で、プログラミング未経験の子もいつの間にかスクラッチを終えて、 HTML、JavaScript、C言語など難しいプログラミングを今では当たり前のように使えています 改めて子どもの吸収力はすごいなと感じます #エドグラ #プログラミング #京都 #教室 #子供
1
15
DIEUDONNE NGALASO retweeted
PVS-Studio spotted the JavaScript bug in the ESlint code. Can you?
39
68
1,242
5,960,786
Which backend language are you using right now? - Go - TypeScript - Python - JavaScript
3
Cloudflare acquired VoidZero (Vite, Rolldown, Oxc, Vitest) and put $1M into the Vite ecosystem fund. They now own your CDN, WAF, Workers runtime, and apparently your JavaScript build toolchain too. Is anything left? 🧱 #Vite #Cloudflare #DevEx blog.cloudflare.com/voidzero…
8
ŠÇØTT retweeted
JavaScript tip: Instead of: if (items.length > 0) {
return true;
} return false; Just write: return items.length > 0; Cleaner code = easier maintenance.
1
1
3
Someone commented on my LinkedIn post @codeck_Hq : "Stop teaching HTML, CSS, and JavaScript. Go straight to ReactJS." I found the remark amusing because it reflects one of the most pervasive misconceptions in software development. One of the greatest mistakes an aspiring developer can make is attempting to bypass the underlying language in favor of a framework. While it may accelerate the process of building applications in the short term, it often creates significant knowledge gaps that become apparent when debugging complex issues or attempting to understand the architecture operating beneath the surface. Frameworks and libraries are transient by nature; programming languages possess far greater longevity. A few years ago, Angular dominated countless development workflows. Then Vue emerged and gained substantial adoption. Today, React remains one of the most influential technologies within the frontend ecosystem. Will React be the final framework? Almost certainly not. Technology evolves relentlessly. New tools will emerge, paradigms will shift, and industry preferences will continue to change. However, JavaScript will remain a foundational pillar of the web. When your understanding of JavaScript is comprehensive, adapting to new frameworks becomes significantly less challenging because the fundamental concepts remain familiar. You are no longer memorizing tools; you are understanding principles. This philosophy extends beyond JavaScript and applies to virtually every programming language. Whether you are learning independently, through traditional education, or with the assistance of AI, resist the temptation to skip the fundamentals. Invest time in mastering the core concepts. Establish a robust foundation. Only then should you progress to frameworks, libraries, and advanced abstractions. Strong foundations are rarely glamorous, but they are often the distinguishing factor between developers who merely use technology and those who truly understand it. I hope this resonates with someone.
1
11
Replying to @teru2leather
「“プログラミング言語”と“Javascript”くらい違う」では?
30
Redux made simple: Store is the database, Actions are request forms, Reducers are managers approving changes, and Dispatch is sending the request. 🚀 #WebDevelopment #FrontendDeveloper #JavaScript #Coding #Code #Programming #TechTwitter
2
Day 21 of #SummerSkillUp 🚀 Today's progress @geeksforgeeks : 📘 HTML: Description Lists (<dl>, <dt>, <dd>) ⚡ JavaScript: WeakMap ⚛️ React: Component Lifecycle, componentDidMount(), componentDidUpdate() 🔗 ( geeksforgeeks.org/summer-ski… ) 💻 #skillupwithgfg #summerskillup
1
4
JavaScriptの復習やった! 結構スコープとかブーリアンがややこしくて 何回か問題演習してまたひとつ賢くなれた💡 土日もちゃんと勉強して僕偉い🥹←モチベ維持
3
20
ごく初歩的なHTMLとCSSをpaizaで勉強したんだけど、超ざっくりこんな感じかな〜くらいだったので、ひとまずJavaScriptの方に手を出しつつあとからもうちょっと勉強したほうがよさそう あとはpythonをどうやって絡めていくかやなあ……
6
tutorial de como dejar de ser tibio con maicena y javascript
4
Blue retweeted
Orang baru masuk Developer - Belajar HTML ❌ - Belajar CSS ❌ - Belajar Javascript ❌ - Belajar React.js❌ - Belajar php ❌ - Belajar Laravel ❌ - Belajar DSA ❌ - Belajar Claude✅ 😁😁😁 Ciakakakakak
6
20
20
709
「JSX、お前まいだったのか。いつもレスポンスをくれたのは」  JSXは、ぐったりと目をつぶったまま、うなずきました。 私はディスプレイの蓋をばたりと、閉じました。 そして今更ながらJSX(JavaScript XML)の存在を知りました。
6
Ro🥷🎭 retweeted
Studied booleans today — it was quite the study🙃 But it clicked! JavaScript makes decisions just like us if (hungry) { eat() } true or false — yet controls EVERYTHING your code does 🤯 Weirdest thing that evaluates to false in JS? ??👇 #100DaysOfCode #JavaScript #CodeNewbie
1
7
Depends on the context. Georgian characters are valid JavaScript identifiers, so they can sometimes be used in XSS payload construction or obfuscation. Example: <img src=x onerror="ქ=alert;ქ('XSS')"> Actual viability depends on the reflection point, sanitization, encoding, and browser behavior.
Replying to @0x0Huda
I need the Georgian one as well (asap) thx 😘
4
272