#ProgrammingParadigms @northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social
Jest ensures your JavaScript code doesn’t misbehave because nothing’s worse than finding a bug in production after users already have. Write your tests now or debug in panic mode later.
Jest ensures your JavaScript code doesn’t misbehave because nothing’s worse than finding a bug in production after users already have. Write your tests now or debug in panic mode later.
Ditch slow HTTP requests! WebSockets enable instant, bidirectional communication. Perfect for chats, live updates, & games! Support binary data too! Ready to build? Start with `ws` in Node.js!
#ProgrammingParadigms
@northeasternu.bsky.social
Ditch slow HTTP requests! WebSockets enable instant, bidirectional communication. Perfect for chats, live updates, & games! Support binary data too! Ready to build? Start with `ws` in Node.js!
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social
exponentialdecay.co.uk/blog/declara...
#NTTW #NTTW8 #digipres #Software #DigitalLiteracy #ProgrammingParadigms
exponentialdecay.co.uk/blog/declara...
#NTTW #NTTW8 #digipres #Software #DigitalLiteracy #ProgrammingParadigms
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social
#ProgrammingParadigms @northeasternu.bsky.social
* What I learned about JSDoc (with JSDoc documention)
* @param {string} msg - a note from me
* @return {void}
*/
function learn(msg) {
console.log(`I learn: ${msg}`);
}
learn("Using JSDoc makes JavaScript feel a bit more strongly typed"); #ProgrammingParadigms @northeasternu.bsky.social
* What I learned about JSDoc (with JSDoc documention)
* @param {string} msg - a note from me
* @return {void}
*/
function learn(msg) {
console.log(`I learn: ${msg}`);
}
learn("Using JSDoc makes JavaScript feel a bit more strongly typed"); #ProgrammingParadigms @northeasternu.bsky.social
@northeasternu.bsky.social
Jest is to JavaScript as JUnit is to Java. It is quite a powerful testing tool for examining JavaScript code. I wish I had read about it before I dived deep into the project I just finished.
@northeasternu.bsky.social
Jest is to JavaScript as JUnit is to Java. It is quite a powerful testing tool for examining JavaScript code. I wish I had read about it before I dived deep into the project I just finished.
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social
Vanilla JS walked, and Svelte could fly. 🚀 Why manually wrangle the DOM when Svelte compiles away the hassle? No runtime, no bloat—just futuristic, reactive magic. It’s time to evolve past the old ways. Embrace the future.
Vanilla JS walked, and Svelte could fly. 🚀 Why manually wrangle the DOM when Svelte compiles away the hassle? No runtime, no bloat—just futuristic, reactive magic. It’s time to evolve past the old ways. Embrace the future.
#ProgrammingParadigms
@northeasternu.bsky.social
#ProgrammingParadigms
@northeasternu.bsky.social