Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please type your username.

Please type your E-Mail.

Please choose an appropriate title for the post.

Please choose the appropriate section so your post can be easily searched.

Please choose suitable Keywords Ex: post, video.

Browse

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Logo Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Logo

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • About Us
  • Contact Us
Home/ Questions/Q 7682

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise Latest Questions

Author
  • 60k
Author
Asked: November 28, 20242024-11-28T06:06:16+00:00 2024-11-28T06:06:16+00:00

✨2023#49: TSDiagram: Create diagrams with TypeScript.

  • 60k

Hi developers 👋
JSTools Weekly newsletter, issue 2023#49 (New JS Tools) just released.


TSDiagram Screenshot

source

tsdiagram: Create diagrams and plan your code with TypeScript.

TSDiagram is an innovative online tool that utilizes TypeScript for rapid diagram creation. It empowers users to define data models using type aliases, interfaces, and classes, and it automatically arranges nodes efficiently. Additionally, TSDiagram automatically rearranges nodes except the one moved manually. It also preserves document status in URL and localStorage and enables SVG export for diagrams.

ai-group-tabs: Organize and group your Chrome tabs with AI

This extension helps you organize and group your Chrome tabs by default categories. It uses OpenAI API key in popup and save in Chrome storage. It also allows you to customize categories in popup. It groups new tabs automatically and published on Chrome store.

nanotar: Tiny and fast Tar utils for any JavaScript runtime!

Nanotar is a tiny and fast tar utility for any JavaScript runtime. It is written in modern TypeScript and ESM format and works in any JavaScript runtime, including Node.js (18+), Bun, Deno, Browsers and Edge Workers. It provides built-in compression and decompression support and is Web Standard Compatible.

import { createTar } from "nanotar";  const data = createTar(   [     { name: "README.md", data: "# Hello World!" },     { name: "test", attrs: { mode: "777", mtime: 0 } },     { name: "src/index.js", data: "console.log('wow!')" },   ],   { attrs: { user: "js", group: "js" } }, );  // Data is a Uint8Array view you can send or write to a file 
Enter fullscreen mode Exit fullscreen mode

pagination: Simple Pagination Library

const peoples = [     { name: 'Asep', age: 21, address: 'Bandung' },     { name: 'Komar', age: 23, address: 'Jakarta' }, ];  const options = {     search: 'a',     limit: 1,     currentPage: 1,     fieldName: 'peoples',     sort: [         ['age', 'desc'],     ], };  paginate(peoples, options); 
Enter fullscreen mode Exit fullscreen mode

action-table: Native HTML web component for adding sorting and filtering functionality to tables

A lightweight and customizable web component that enhances static HTML tables with sorting and filtering capabilities. Unlike conventional Shadow DOM implementation, it utilizes a custom CSS stylesheet for styling, allowing users to tailor the component's appearance to their preferences.

unwrapped: Spotify Wrapped for developers.

Unwrapped provides developers with a comprehensive summary of their coding activities throughout the year, including code contributions, productivity insights, repo highlights, coding habits, contribution styles, and detecting fires early.

Unwrapped ,Spotify Wrapped for developers.

source

astro-dashboard: An Astro dashboard

An open source dashboard project using Astro with API endpoints, Tailwind, and Supabase.

astro-dashboard

source

rich-editor-to-markdown-parser: microCMS Rich Editor response convert to markdown

import parse from 'rich-editor-to-markdown-parser';  const html = '<h1>Hello World!</h1><p>This <strong>html</strong> string is <s>convert</s>into <a href="https://exampe.com">markdown.</a></p>'  parse(html); // # Hello World!

This **html** string is ~~convert ~~into [markdown.](https://exampe.com) 
Enter fullscreen mode Exit fullscreen mode

metaline: A tiny language to write mapping functions as strings

The string where.id.in.$>#id;limit:99 generates the equivalent function of:

function transform (input) {   return {     where: {       id: {         in: input.map((i) => i.id)       }     },     limit: 99   } } 
Enter fullscreen mode Exit fullscreen mode

The string $>id.#directoryId generates the equivalent function of:

function transform (input) {   return input.map((t) => {     return {       id: t.directoryId     }   }) } 
Enter fullscreen mode Exit fullscreen mode

ChunkViz: Visualize Different Text Splitting Methods

This is a tool to visualize how different text splitters chunk up text

ChunkViz Preview

source

More tools to explore:

  • ai-group-tabs: Organize and group your Chrome tabs with AI

  • fast-ignore: A fast parser and processor for .gitignore files.

  • eslint-ts-patch: Support loading eslint.config.mjs and eslint.config.ts as flat config files for ESLint.

  • eslint-plugin-format: Format various languages with formatters in ESLint

  • eslint-plugin-unimport: Insert imports automatically from Unimport in ESLint

  • eslint-processor-vue-blocks: Create virtual files in ESLint for each Vue SFC block to lint them individually.

  • eslint-merge-processors: Merge multiple ESLint processors to behave like one

  • vite-plugin-stylex: Vite Plugin for StyleX

  • vite-plugin-clean-css: Optimize CSS for production using clean-css

  • chrome-extension-starter: Chrome extension starter template with React, TypeScript, Vite and Tailwind

  • remix-vite-template: Remix template with Vite, Tailwind CSS, and Fly.io support

  • YouTubeAIExtension: Chat with ANY of your favorite YouTube Videos!

  • http-server: An experimental HTTP framework

  • ts-check-perf: Measuring and comparing type-checking speed of TS samples

  • client-js: JS Client library for Mistral AI platform

  • disposable-email-api: This API allows you to check if an email address is from a disposable email service.

  • commit-translator: vscode extension for translating commit message

  • Js-form-data-assigner: This is a recursive function which generates a formData object from nested values

  • pragmaticversioning: Pragmatic versioning optimizes for communicating changes to a package to package consumers, while retaining simple semantics for package maintainers.

  • snapp: Yet Another Url Shortner. A simple excercise to learn Svelte, Svelte5 Runes, and Tabler.

  • generic-streaming: Streaming server actions without the AI

If you like this issue, please consider subscribing to JSTools Weekly Newsletter.

Thank you

javascriptnodetypescriptwebdev
  • 0 0 Answers
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question

Stats

  • Questions 4k
  • Answers 0
  • Best Answers 0
  • Users 2k
  • Popular
  • Answers
  • Author

    ES6 - A beginners guide - Template Literals

    • 0 Answers
  • Author

    Understanding Higher Order Functions in JavaScript.

    • 0 Answers
  • Author

    Build a custom video chat app with Daily and Vue.js

    • 0 Answers

Top Members

Samantha Carter

Samantha Carter

  • 0 Questions
  • 20 Points
Begginer
Ella Lewis

Ella Lewis

  • 0 Questions
  • 20 Points
Begginer
Isaac Anderson

Isaac Anderson

  • 0 Questions
  • 20 Points
Begginer

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Querify Question Shop: Explore Expert Solutions and Unique Q&A Merchandise

Querify Question Shop: Explore, ask, and connect. Join our vibrant Q&A community today!

About Us

  • About Us
  • Contact Us
  • All Users

Legal Stuff

  • Terms of Use
  • Privacy Policy
  • Cookie Policy

Help

  • Knowledge Base
  • Support

Follow

© 2022 Querify Question. All Rights Reserved

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.