Home Web Front-end CSS Tutorial Make Your Own Tools

Make Your Own Tools

Apr 01, 2025 am 04:38 AM

Make Your Own Tools

Wealthfront blogger Spencer Miskoviak pointed out that creating custom DevTools specific to applications can achieve higher levels of abstraction, handling user interactions or debugging tracking events, etc. While this requires building and maintaining custom DevTools, it also means that it can be customized to the needs of the application and engineers, thus simplifying the development process.

Build a team-specific custom tool that is very cool and efficient. Even custom tools for your own use can significantly increase productivity. Building custom tools for the entire team and accepting the ideas of team members can further enhance value.

Miskoviak shows off a variety of tools they developed that are integrated into a UI pop-up widget:

  • Show current branch and CI status
  • Fill in the form, perform user actions, and switch between users
  • Highlight components

Very clever design.

CodePen, while there are no advanced UI widgets like this, also incorporates some productivity-enhancing features into the application. For example, many forms have pre-filled buttons that are only displayed for developers:

In addition, we have a custom tool for supporting inboxes that provides context information for users and content that support ticket references:

Not to mention that the website itself also has a complete protected management area for performing a range of tasks for administrators and developers:

I think the "component highlighting" feature mentioned by Miskoviak is particularly good:

React DevTools can help view which parts of the current page are which components, but this is not displayed on the page like this tool. I think it would be great to add a small link next to each title? to open the corresponding file in VS Code.

Speaking of building your own tools, Shawn Wang recently wrote the article “You can create your own tools”:

Even the best software has some parts that aren't very good for you. But the difference between you and others is that you can program.

Wang talks about things like...

  • Build your own custom stylesheet
  • Build a UI query generator
  • Build your own CLI (this reminds me of Mina Markham's dot file)
  • Build your own agent

Wang even built a proxy for Google search results for himself to optimize the results and present them to your preferences:

Sometimes I focus on the development of the tool, which leads me to do things like when I decide to "run Gulp when opening a VS Code project using VS Code tasks", I have to learn all the relevant knowledge and overcome all kinds of weird problems. I think the great DevOps people in the company are very concerned about these things - constantly thinking about the developer experience of their own team.

I even wrote a script not too long ago to open a text-based multiplayer video game I played to save time.

Speaking of building your own tools, I think of Dick Proenneke's experience in the documentary "Live Alone in the Wild". In the opening clip of the film, you can hear Dick talk about how he made tools by hand, which is very useful for him because he doesn't need to move tools deep into the remote wilderness of Alaska.

?

The above is the detailed content of Make Your Own Tools. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Vue 3 Vue 3 Apr 02, 2025 pm 06:32 PM

It's out! Congrats to the Vue team for getting it done, I know it was a massive effort and a long time coming. All new docs, as well.

Can you get valid CSS property values from the browser? Can you get valid CSS property values from the browser? Apr 02, 2025 pm 06:17 PM

I had someone write in with this very legit question. Lea just blogged about how you can get valid CSS properties themselves from the browser. That's like this.

A bit on ci/cd A bit on ci/cd Apr 02, 2025 pm 06:21 PM

I'd say "website" fits better than "mobile app" but I like this framing from Max Lynch:

Stacked Cards with Sticky Positioning and a Dash of Sass Stacked Cards with Sticky Positioning and a Dash of Sass Apr 03, 2025 am 10:30 AM

The other day, I spotted this particularly lovely bit from Corey Ginnivan’s website where a collection of cards stack on top of one another as you scroll.

Using Markdown and Localization in the WordPress Block Editor Using Markdown and Localization in the WordPress Block Editor Apr 02, 2025 am 04:27 AM

If we need to show documentation to the user directly in the WordPress editor, what is the best way to do it?

Comparing Browsers for Responsive Design Comparing Browsers for Responsive Design Apr 02, 2025 pm 06:25 PM

There are a number of these desktop apps where the goal is showing your site at different dimensions all at the same time. So you can, for example, be writing

Why are the purple slashed areas in the Flex layout mistakenly considered 'overflow space'? Why are the purple slashed areas in the Flex layout mistakenly considered 'overflow space'? Apr 05, 2025 pm 05:51 PM

Questions about purple slash areas in Flex layouts When using Flex layouts, you may encounter some confusing phenomena, such as in the developer tools (d...

How to Use CSS Grid for Sticky Headers and Footers How to Use CSS Grid for Sticky Headers and Footers Apr 02, 2025 pm 06:29 PM

CSS Grid is a collection of properties designed to make layout easier than it’s ever been. Like anything, there's a bit of a learning curve, but Grid is

See all articles