htmx in 100 seconds

July 13, 2023 By Mark Otto Off

Test and Validate APIs Effectively and Efficiently — Gain access to several API testing tools and features that help you automate repetitive tasks, stay organized, and build robust workflows to ensure your APIs remain reliable and performant.

Postman

🎉 RELEASES:

⚡️ IN BRIEF:

📒 Articles & Tutorials

Useful Functions for a (Deno) HTTP Server — You could think of HTTP in a functional way with requests going in and responses/results going out. The author explores Deno’s new Deno.serve function and how both it and the /x/http_fns functions can provide a more functional approach to common HTTP tasks.

Jollytoad

Testing the Dark Scenarios of a Node.js App — Several examples of often overlooked things you should be testing. What happens when a service times out, code is mutating things it shouldn’t, or you have zombie processes milling around? These are some of the ‘dark scenarios’ it’s not too difficult to prepare for.

Yoni Goldberg and Raz Luvaton

🛠 Code & Tools

  • Boa 0.17 – An experimental Javascript lexer, parser and compiler written in Rust that can be embedded into other projects – it now has a module system.

  • Octokit.js 3.0
    ↳ Official GitHub SDK for browsers, Node, and Deno.

  • Release It! 16.1
    ↳ Automate npm package publishing and versioning.

  • zlFetch 6.0
    ↳ Convenience wrapper around the Fetch API.

  • Terminalizer 0.10
    ↳ Record your terminal and generate animated GIFs.

  • eslint-plugin-prettier 5.0
    ↳ Prettier, but as an ESLint rule.

  • Preact 10.16 – 3KB React compatible alternative.

Find JavaScript Jobs with Hired — Hired makes job hunting easy-instead of chasing recruiters, companies approach you with salary details up front. Create a free profile now.
Hired

🧑‍💻 Got a job listing to share? Here’s how.

🍩 Homer would approve

donut.js: donut.c, But in JavaScriptdonut.c, dating from 2006, is a donut-shaped C program that, when run, animates a spinning ASCII text donut on the screen. Here’s a fresh and hot JavaScript variant!

Evan Zhou