donphan.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This generalist Mastodon server welcomes enthusiasts of the Pokémon franchise, to talk about it or anything else. Join the federation!

Server stats:

129
active users

#deno

0 posts0 participants0 posts today
Deno<p>Big shoutout to Node.js for adding TypeScript 🎉</p><p>But how is it different than Deno's "first class" TypeScript support?</p><p>Here's an overview of what you can (and can't) do with TypeScript in Node and Deno.</p><p><a href="https://deno.com/blog/typescript-in-node-vs-deno" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">deno.com/blog/typescript-in-no</span><span class="invisible">de-vs-deno</span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a></p>
Deno<p>Deno 2.2 is released! <br>OTEL, node:sqlite, linter plugins, and much more 👇</p><p><a href="https://deno.com/blog/v2.2" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">deno.com/blog/v2.2</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/WebDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDevelopment</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a></p>
Deno<p>Are you still using npm transpile services like esm.sh and unpkg.com?<br>❌ dependency deduplication<br>❌ install hooks and native add-ons<br>❌ loading data files</p><p>Here's why we recommend importing npm packages natively via npm specifiers 👇</p><p><a href="https://deno.com/blog/not-using-npm-specifiers-doing-it-wrong" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">deno.com/blog/not-using-npm-sp</span><span class="invisible">ecifiers-doing-it-wrong</span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/npm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>npm</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a></p>
BotKit by Fedify :botkit:<p>🎉 Announcing <a href="https://jsr.io/@fedify/botkit@0.1.0" rel="nofollow noopener noreferrer" target="_blank">BotKit 0.1.0</a>: A new framework for creating ActivityPub bots!</p><p>We're thrilled to announce the initial release of <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/BotKit" target="_blank">#<span>BotKit</span></a>, a <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/TypeScript" target="_blank">#<span>TypeScript</span></a> framework that makes creating standalone <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/ActivityPub" target="_blank">#<span>ActivityPub</span></a> bots simpler than ever before. With BotKit, you can create a complete fediverse bot in just a single TypeScript file!</p><p>Key features:</p><ul> <li>🔋 Standalone bot creation—no need for a Mastodon/Misskey account</li><li>🧩 Simple, developer-friendly API</li><li>🚀 Easy deployment on <a href="https://botkit.fedify.dev/deploy/deno-deploy" rel="nofollow noopener noreferrer" target="_blank">Deno Deploy</a>, <a href="https://botkit.fedify.dev/deploy/docker#deploying-to-fly-io" rel="nofollow noopener noreferrer" target="_blank">Fly.io</a>, <a href="https://botkit.fedify.dev/deploy/docker#deploying-to-railway" rel="nofollow noopener noreferrer" target="_blank">Railway</a>, or <a href="https://botkit.fedify.dev/deploy/self-hosting" rel="nofollow noopener noreferrer" target="_blank">your own server</a></li><li>:fedify: Powered by <a translate="no" class="h-card u-url mention" href="https://hollo.social/@fedify" rel="nofollow noopener noreferrer" target="_blank">@<span>fedify</span></a> for robust ActivityPub protocol handling</li> </ul><p>Getting started is as simple as:</p><pre><code>deno add jsr:@fedify/botkit@^0.1.0 </code></pre><p>Here's a quick example of a weather bot:</p><pre><code>const kv = await Deno.openKv(); const bot = createBot&lt;void&gt;({ username: "weatherbot", name: "Seoul Weather Bot", summary: text`I post daily weather updates for Seoul!`, kv: new DenoKvStore(kv), queue: new DenoKvMessageQueue(kv), }); // Reply to mentions bot.onMention = async (session, message) =&gt; { await message.reply(text`Current temperature in Seoul is 18°C!`); }; // Post scheduled updates const session = bot.getSession("https://weather.example.com"); setInterval(async () =&gt; { await session.publish( text`Seoul Weather Update 🌡️ Current: 18°C Humidity: 65% Forecast: Clear skies ☀️` ); }, 1000 * 60 * 60); // Hourly updates </code></pre><p>While BotKit currently supports <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/Deno" target="_blank">#<span>Deno</span></a>, we're working on bringing Node.js and Bun support in future releases.</p><p>Ready to create your first fediverse bot? Check out our docs at <a href="https://botkit.fedify.dev/" rel="nofollow noopener noreferrer" target="_blank">https://botkit.fedify.dev/</a> to get started! 🚀</p><p><a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/fedidev" target="_blank">#<span>fedidev</span></a></p>
Deno<p>Oracle justified its JavaScript trademark by claiming Node.js — now it wants that ignored<br><a href="https://fosstodon.org/tags/FreeJavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeJavaScript</span></a></p><p><a href="https://deno.com/blog/deno-v-oracle2" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">deno.com/blog/deno-v-oracle2</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a></p>
Deno<p>Building a CLI is easy with these browser methods 👀</p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/WebDevelopment" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDevelopment</span></a></p>
BotKit by Fedify :botkit:<p>Are you interested in creating bots for the <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/fediverse" target="_blank">#<span>fediverse</span></a>? Meet <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/BotKit" target="_blank">#<span>BotKit</span></a>, a <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/TypeScript" target="_blank">#<span>TypeScript</span></a> framework that makes bot development easier than ever!</p> <p>Key Features:</p> <p><strong>True Independence</strong></p> <ul> <li>Create standalone <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/ActivityPub" target="_blank">#<span>ActivityPub</span></a> bots</li> <li>No need for a Mastodon or Misskey account</li> <li>Free from platform-specific limitations</li> </ul> <p><strong>Simple and Intuitive API</strong></p> <ul> <li>Create a complete bot in a single TypeScript file</li> <li>Intuitive event handlers for mentions, follows, and messages</li> <li>Rich text formatting with Markdown support</li> </ul> <p><strong>Modern Deployment</strong></p> <ul> <li>Deploy on Deno Deploy, <a href="http://Fly.io" rel="nofollow noopener noreferrer" target="_blank">Fly.io</a>, Railway, or any virtual server</li> <li>Minimal dependencies</li> <li>Designed for modern cloud platforms</li> </ul> <p><strong>Enterprise-Ready Foundation</strong></p> <ul> <li>Built on Fedify, a rock-solid ActivityPub framework</li> <li>Seamless federation with Mastodon, Misskey, and other platforms</li> <li>Robust compatibility across the fediverse</li> </ul> <p><strong>Developer Experience</strong></p> <ul> <li>Full TypeScript support with great IDE integration</li> <li>Comprehensive documentation</li> <li>Built-in testing utilities</li> </ul> <p>Here's a quick example of how simple it is to create a bot:</p> <pre><code>import { createBot, mention, text } from "@fedify/botkit"; const bot = createBot&lt;void&gt;({ username: "greetbot", name: "Greet Bot", summary: text`A friendly bot that greets people!`, // ... configuration ... }); // Respond to mentions bot.onMention = async (session, message) =&gt; { await message.reply(text`Hi, ${message.actor}! Thanks for saying hello!`); }; export default bot; </code></pre> <p>Getting Started:</p> <ol> <li>Install <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/Deno" target="_blank">#<span>Deno</span></a></li> <li>Run: <code>deno add jsr:@fedify/botkit@^0.1.0-dev</code></li> <li>Create your bot with just a few lines of code</li> </ol> <p>Check out our documentation at <a href="https://botkit.fedify.dev/" rel="nofollow noopener noreferrer" target="_blank">https://botkit.fedify.dev/</a> to learn more!</p> <p><a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/fedidev" target="_blank">#<span>fedidev</span></a></p>
Deno<p>Want to use Rust in JavaScript?<br>Increase performance in the browser?<br>Here's an intro to using Wasm with Deno.</p><p><a href="https://deno.com/blog/intro-to-wasm" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">deno.com/blog/intro-to-wasm</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/rust" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>rust</span></a> <a href="https://fosstodon.org/tags/wasm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wasm</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a></p>
Deno<p>The OpenAI JavaScript SDK is now on JSR 🎉️</p><p><a href="https://deno.com/blog/openai-on-jsr" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">deno.com/blog/openai-on-jsr</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/jsr" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jsr</span></a></p>
Deno<p>git log --since "2024-01-01" --until "2025-01-01"</p><p><a href="https://deno.com/blog/deno-in-2024" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">deno.com/blog/deno-in-2024</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a></p>
Deno<p>Deno 2.1.6 has been released</p><p>- Correct handling of compilerOptions.types<br>- Better handling of npm package types<br>- Improvements to node:fs FileHandle<br>- Make deno outdated more robust<br>Run `deno upgrade` to get it</p><p><a href="https://github.com/denoland/deno/releases/tag/v2.1.6" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/denoland/deno/relea</span><span class="invisible">ses/tag/v2.1.6</span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/node" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>node</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a></p>
BotKit by Fedify :botkit:<p>:botkit: Introducing <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/BotKit" target="_blank">#<span>BotKit</span></a>: A <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/TypeScript" target="_blank">#<span>TypeScript</span></a> framework for creating truly standalone <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/ActivityPub" target="_blank">#<span>ActivityPub</span></a> bots!</p> <p>Unlike traditional Mastodon bots, <a href="https://botkit.fedify.dev/" rel="nofollow noopener noreferrer" target="_blank">BotKit</a> lets you build fully independent <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/fediverse" target="_blank">#<span>fediverse</span></a> bots that aren't constrained by platform limits. Create your entire bot in a single TypeScript file using our simple, expressive API.</p> <p>Currently <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/Deno" target="_blank">#<span>Deno</span></a>-only, with Node.js &amp; Bun support planned. Built on the robust <a translate="no" class="h-card u-url mention" href="https://hollo.social/@fedify" rel="nofollow noopener noreferrer" target="_blank">@<span>fedify</span></a> foundation.</p> <p><a href="https://botkit.fedify.dev/" rel="nofollow noopener noreferrer" target="_blank">https://botkit.fedify.dev/</a></p>
Fedify: an ActivityPub server framework<p>:botkit: Introducing <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/BotKit" target="_blank">#<span>BotKit</span></a>: A <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/TypeScript" target="_blank">#<span>TypeScript</span></a> framework for creating truly standalone <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/ActivityPub" target="_blank">#<span>ActivityPub</span></a> bots!</p> <p>Unlike traditional Mastodon bots, BotKit lets you build fully independent <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/fediverse" target="_blank">#<span>fediverse</span></a> bots that aren't constrained by platform limits. Create your entire bot in a single TypeScript file using our simple, expressive API.</p> <p>Currently <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/Deno" target="_blank">#<span>Deno</span></a>-only, with Node.js &amp; Bun support planned. Built on the robust <a class="mention hashtag" rel="nofollow noopener noreferrer" href="https://hollo.social/tags/Fedify" target="_blank">#<span>Fedify</span></a> foundation.</p> <p><a href="https://bokit.fedify.dev/" rel="nofollow noopener noreferrer" target="_blank">https://bokit.fedify.dev/</a></p>
Chris Saylor<p>I just completed "Resonant Collinearity" - Day 8 - Advent of Code 2024 <a href="https://techhub.social/tags/AdventOfCode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AdventOfCode</span></a> <a href="https://adventofcode.com/2024/day/8" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">adventofcode.com/2024/day/8</span><span class="invisible"></span></a></p><p>Finally, hobby <a href="https://techhub.social/tags/gamedev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gamedev</span></a> comes into play with a little vector math!</p><p><a href="https://techhub.social/tags/Deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Deno</span></a> <a href="https://techhub.social/tags/jupyter" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jupyter</span></a> notebook solution: <a href="https://github.com/cjsaylor/adventofcode/blob/main/2024/08/day8.ipynb" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/cjsaylor/adventofco</span><span class="invisible">de/blob/main/2024/08/day8.ipynb</span></a></p>
Deno<p>It's done. Now it’s your turn, Oracle.</p><p>We’ve submitted a formal petition to cancel the JavaScript trademark: it is generic, Oracle has abandoned it, and Oracle committed fraud on the USPTO during the last trademark renewal.</p><p>Oracle has until January 4th to respond, or the case will go into default, which will result in the trademark being canceled.</p><p>It's time to <a href="https://fosstodon.org/tags/FreeJavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FreeJavaScript</span></a>.</p><p><a href="https://deno.com/blog/deno-v-oracle" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">deno.com/blog/deno-v-oracle</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/node" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>node</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a></p>
Deno<p>Deno 2.1 is out 🎉️<br>✈️️ first class Wasm support<br>🌳️ Long Term Support branch<br>⭐️ Improved dependency management<br>and much more!</p><p><a href="https://deno.com/blog/v2.1" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">deno.com/blog/v2.1</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/node" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>node</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/nodejs" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>nodejs</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/webdev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>webdev</span></a> <a href="https://fosstodon.org/tags/npm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>npm</span></a> <a href="https://fosstodon.org/tags/wasm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>wasm</span></a></p>
Deno<p>Deno is a JavaScript package manager with more flexibility:<br>📦️ npm and JSR<br>🛠️️ package.json and deno.json<br>👟️ fast</p><p><a href="https://deno.com/blog/your-new-js-package-manager" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">deno.com/blog/your-new-js-pack</span><span class="invisible">age-manager</span></a></p><p><a href="https://fosstodon.org/tags/deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>deno</span></a> <a href="https://fosstodon.org/tags/node" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>node</span></a> <a href="https://fosstodon.org/tags/javascript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>javascript</span></a> <a href="https://fosstodon.org/tags/typescript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>typescript</span></a> <a href="https://fosstodon.org/tags/npm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>npm</span></a> <a href="https://fosstodon.org/tags/NodeJS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJS</span></a> <a href="https://fosstodon.org/tags/jsr" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jsr</span></a></p>
Jake Hamilton<p>Hi everyone, I am now looking for full-time work! If you have a remote Software Engineer position available and work with <a href="https://hachyderm.io/tags/Frontend" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Frontend</span></a> web tech (<a href="https://hachyderm.io/tags/HTML" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HTML</span></a> / <a href="https://hachyderm.io/tags/CSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CSS</span></a> / <a href="https://hachyderm.io/tags/JS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JS</span></a> / <a href="https://hachyderm.io/tags/TS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TS</span></a> / <a href="https://hachyderm.io/tags/React" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>React</span></a>, etc), <a href="https://hachyderm.io/tags/NodeJS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NodeJS</span></a> (or <a href="https://hachyderm.io/tags/Bun" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bun</span></a> / <a href="https://hachyderm.io/tags/Deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Deno</span></a> ), <a href="https://hachyderm.io/tags/Kubernetes" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Kubernetes</span></a>, or <a href="https://hachyderm.io/tags/Nix" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Nix</span></a> / <a href="https://hachyderm.io/tags/NixOS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NixOS</span></a> then please reach out! I love building tools to solve problems and delight users.</p><p>For examples of my previous work, links to my projects, and my resume, please see my website: <a href="https://jakehamilton.dev" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">jakehamilton.dev</span><span class="invisible"></span></a></p><p>Boosts very much appreciated!</p><p><a href="https://hachyderm.io/tags/FediHire" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FediHire</span></a> <a href="https://hachyderm.io/tags/GetFediHired" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GetFediHired</span></a></p>
Joshua Byrd<p>Thought it might be fun to make a small jsr package that actually has a bit of real-world utility. So here's `isit` as in `isit("Friday") ? "Hooray!" : "Boo!"` which I'll use in our morning work standup bot to send a different Teams meeting link depending on what day it is. Maybe it'll be useful to someone else too. It supports custom Dates and timezone offsets too. Enjoy! <a href="https://jsr.io/@phocks/isit" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">jsr.io/@phocks/isit</span><span class="invisible"></span></a></p><p><a href="https://bne.social/tags/JSR" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JSR</span></a> <a href="https://bne.social/tags/JavaScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JavaScript</span></a> <a href="https://bne.social/tags/Deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Deno</span></a> <a href="https://bne.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>WebDev</span></a></p>
Joshua Byrd<p>Just for fun I decided to try publishing a package on this new JSR "open-source package registry". Quick, simple, and fun. Love it! <a href="https://jsr.io/@phocks" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">jsr.io/@phocks</span><span class="invisible"></span></a></p><p><a href="https://bne.social/tags/JSR" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>JSR</span></a> <a href="https://bne.social/tags/TypeScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TypeScript</span></a> <a href="https://bne.social/tags/Dev" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Dev</span></a> <a href="https://bne.social/tags/Deno" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Deno</span></a></p>