Sublime
An inspiration engine for ideas
3 minute tutorial on making apps with Grok 3 and deploying instantly with Replit. https://t.co/4srFinA04s
Amjad Masadx.comOur first Generative AI short course in JavaScript!
GitHub recently reported that JavaScript is again the world’s most popular programming language. To support web developers exploring and developing with generative AI, we just launched a new short course in JavaScript taught by @Hacubu, founding engineer at... See more
Andrew Ngx.com2 minute tutorial on making apps with Grok 4 and deploying instantly with Replit https://t.co/vxWziBvWY1
matt palmerx.com
ES6-ES10 Cheat Sheet for Developers
☞ https://t.co/dKFWD38cNp
#es6 #javascript
Photo From : CodingTute https://t.co/LU5NTQYbbz
CSS Trick ðŸ«
You can create gooey effects with filter using CSS or SVG if you want color 🎨
.blobs { filter: blur(20px) contrast(30); }
.blobs { filter: url(#​goo); }
The trick is to blur the thing, then cut the blur off with contrast. You can make... See more
jhey ʕ•ᴥ•ʔx.com