# leverage

Published articles for leverage.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building leverage in your career

DevFeed: [Building leverage in your career](<https://devfeed.tech/articles/building-leverage-in-your-career-39666.md>)

Original publisher: [Read original article](<https://www.gauravsarma.com/random/2025-03-18_building-leverage-in-your-career>)

Published: 2025-03-18T00:00:00Z

Content type: opinion

Language: en

Sources: [Gaurav Sarma's Blog](<https://devfeed.tech/sources/gaurav-sarma-s-blog.md>)

Topics: [Programming](<https://devfeed.tech/topics/programming.md>), [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>), [Rust](<https://devfeed.tech/topics/rust.md>), [Mozilla](<https://devfeed.tech/topics/mozilla.md>), [coinbase](<https://devfeed.tech/topics/coinbase.md>)

Tags: [building](<https://devfeed.tech/tags/building.md>), [career](<https://devfeed.tech/tags/career.md>), [inside](<https://devfeed.tech/tags/inside.md>), [leverage](<https://devfeed.tech/tags/leverage.md>), [programming](<https://devfeed.tech/tags/programming.md>), [rust](<https://devfeed.tech/tags/rust.md>), [software-engineer](<https://devfeed.tech/tags/software-engineer.md>), [team](<https://devfeed.tech/tags/team.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>)

### AI overview

The article argues that career leverage can grow through sustained, focused contributions to valuable technical projects. Its main example follows a programmer who learns Rust and WebAssembly, contributes regularly to the WebAssembly source code, and receives increasingly senior opportunities from Mozilla and Google.

### Source excerpt

If you have read the Alamanack of Naval Ravikant, then you must have come across this famous quote It doesn't take money to make money, it takes leverage to make money. Retaining something after reading something is just as important and somehow, this quote along with few other quotes of his, has stuck with me...

## Composer for the Rest of Us

DevFeed: [Composer for the Rest of Us](<https://devfeed.tech/articles/composer-for-the-rest-of-us-31246.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/composer-for-the-rest-of-us>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2022-08-14T20:04:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Composer](<https://devfeed.tech/topics/composer.md>), [Dependency management](<https://devfeed.tech/topics/dependency-management.md>), [PHP](<https://devfeed.tech/topics/php.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [JSON](<https://devfeed.tech/topics/json.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [composer](<https://devfeed.tech/tags/composer.md>), [dependencies](<https://devfeed.tech/tags/dependencies.md>), [dependency-management](<https://devfeed.tech/tags/dependency-management.md>), [insights](<https://devfeed.tech/tags/insights.md>), [install](<https://devfeed.tech/tags/install.md>), [json](<https://devfeed.tech/tags/json.md>), [learn](<https://devfeed.tech/tags/learn.md>), [leverage](<https://devfeed.tech/tags/leverage.md>), [like](<https://devfeed.tech/tags/like.md>), [manage](<https://devfeed.tech/tags/manage.md>), [php](<https://devfeed.tech/tags/php.md>), [php-based](<https://devfeed.tech/tags/php-based.md>), [projects](<https://devfeed.tech/tags/projects.md>)

### AI overview

A tutorial on Composer, the PHP dependency-management tool. It explains how Composer declares, installs, updates, and autoloads project dependencies, then introduces composer.json, composer.lock, Packagist, and useful Composer commands.

### Source excerpt

Learn about how you can leverage Composer like a pro to manage & install your dependencies in PHP-based projects

## Custom Matrix Block Peer Validation Rules

DevFeed: [Custom Matrix Block Peer Validation Rules](<https://devfeed.tech/articles/custom-matrix-block-peer-validation-rules-31255.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/custom-matrix-block-validation-rules>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2021-05-24T04:00:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Content Management System](<https://devfeed.tech/topics/cms.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [authoring](<https://devfeed.tech/tags/authoring.md>), [better](<https://devfeed.tech/tags/better.md>), [blocks](<https://devfeed.tech/tags/blocks.md>), [builder](<https://devfeed.tech/tags/builder.md>), [cms](<https://devfeed.tech/tags/cms.md>), [content](<https://devfeed.tech/tags/content.md>), [craft](<https://devfeed.tech/tags/craft.md>), [custom](<https://devfeed.tech/tags/custom.md>), [errors](<https://devfeed.tech/tags/errors.md>), [experience](<https://devfeed.tech/tags/experience.md>), [insights](<https://devfeed.tech/tags/insights.md>), [leverage](<https://devfeed.tech/tags/leverage.md>), [matrix](<https://devfeed.tech/tags/matrix.md>), [module](<https://devfeed.tech/tags/module.md>), [peer](<https://devfeed.tech/tags/peer.md>), [rules](<https://devfeed.tech/tags/rules.md>), [validation](<https://devfeed.tech/tags/validation.md>)

### AI overview

A tutorial on extending Craft CMS Matrix block content builders with custom peer validation rules. The example validates sundae blocks by limiting scoop and topping counts, requiring at least one scoop, and rejecting a specific flavor combination.

### Source excerpt

Leverage a Craft CMS module to add custom peer validation rules to your content builder Matrix blocks for a better content authoring experience

## Using Make & Makefiles to Automate your Frontend Workflow

DevFeed: [Using Make & Makefiles to Automate your Frontend Workflow](<https://devfeed.tech/articles/using-make-makefiles-to-automate-your-frontend-workflow-31313.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/using-make-makefiles-to-automate-your-frontend-workflow>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2021-04-11T20:13:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [make](<https://devfeed.tech/topics/make.md>), [Front end](<https://devfeed.tech/topics/frontend.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [automate](<https://devfeed.tech/tags/automate.md>), [automation](<https://devfeed.tech/tags/automation.md>), [build](<https://devfeed.tech/tags/build.md>), [cli](<https://devfeed.tech/tags/cli.md>), [decades](<https://devfeed.tech/tags/decades.md>), [development](<https://devfeed.tech/tags/development.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [insights](<https://devfeed.tech/tags/insights.md>), [learn](<https://devfeed.tech/tags/learn.md>), [leverage](<https://devfeed.tech/tags/leverage.md>), [make](<https://devfeed.tech/tags/make.md>), [software](<https://devfeed.tech/tags/software.md>), [that-s](<https://devfeed.tech/tags/that-s.md>), [tool](<https://devfeed.tech/tags/tool.md>), [used](<https://devfeed.tech/tags/used.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

A tutorial on using GNU Make and Makefiles to automate frontend web development. It explains how Make can provide a consistent project-specific CLI, hide underlying tooling, and simplify commands for development, builds, cleanup, and documentation.

### Source excerpt

Make is a build automation tool that's been used for decades to build software. Learn how you can leverage make to automate frontend web development

## The benefit of leverage

DevFeed: [The benefit of leverage](<https://devfeed.tech/articles/the-benefit-of-leverage-41064.md>)

Original publisher: [Read original article](<https://www.craigkerstiens.com/2009/05/23/The-benefit-of-leverage/>)

Author: Map

Published: 2009-05-24T03:13:53Z

Content type: opinion

Language: en

Sources: [Craig Kerstiens](<https://devfeed.tech/sources/craig-kerstiens.md>)

Topics: [Job](<https://devfeed.tech/topics/job.md>), [X (Twitter)](<https://devfeed.tech/topics/twitter.md>)

Tags: [benefit](<https://devfeed.tech/tags/benefit.md>), [business](<https://devfeed.tech/tags/business.md>), [hiring](<https://devfeed.tech/tags/hiring.md>), [job](<https://devfeed.tech/tags/job.md>), [leverage](<https://devfeed.tech/tags/leverage.md>), [offer](<https://devfeed.tech/tags/offer.md>), [value](<https://devfeed.tech/tags/value.md>)

### AI overview

The article argues that employees often need leverage to negotiate fair compensation or treatment, especially when they can demonstrate valuable revenue potential, specialized internal knowledge, or credible outside opportunities. It also notes that relying on leverage undermines the fairness of the employment relationship.

### Source excerpt

Due to many recent events, which I'm sure I'll disclose later, I've been in an interesting situation of a good bit of leverage. While leverage can of course be taken advantage of and misused, it also plays a very fair role in business. When hiring a new college graduate in most cases you take the offer you are given, some are able to negotiate for a higher salary, but most are quite unsuccessful. This is because they don't have any leverage. If you ended up walking away from the job offer they would simply hire another college graduate. While yes you may have a lot of potential, it's only that potential and not proven. Additionally within a corporation, the company will often do just enough to keep an employee there. If a company does a great job, an employee gets a pat on the back. If an employee is indispensable (though no company will ever admit to this), they may get a noticeable reward, but it still doesn't usually cover the value the individual is actually providing. This responsibility to get what you are truly worth usually lies with the employee. The hard part of this, is knowing when and how to use your leverage. First you must actually have leverage, this commonly in potential revenue you would bring in, or internal knowledge that you may have. Though I'm sure others have varying experiences, mine have been to make your dissatisfaction with a situation known, but in a light manner. Meanwhile make it visible that you're open to other opportunities as they may come along, this can be via twitter, blog post, or water cooler talk. The final thing, and hopefully this is an easier one, is make it clear that you have the leverage, the sale should be a big one, or the internal knowledge should be costly should they lose it. The most unfortunate part of all of this is that, in my experiences the leverage is typically needed to get a fair deal. And the single point of requiring leverage no longer makes it fair, but at least knowing this ensures you're not left out

## A Lesson from the Wal-Mart Model

DevFeed: [A Lesson from the Wal-Mart Model](<https://devfeed.tech/articles/a-lesson-from-the-wal-mart-model-41057.md>)

Original publisher: [Read original article](<https://www.craigkerstiens.com/2008/08/19/A-Lesson-from-the-Wal-Mart-Model/>)

Author: Map

Published: 2008-08-19T10:43:42Z

Content type: opinion

Language: en

Sources: [Craig Kerstiens](<https://devfeed.tech/sources/craig-kerstiens.md>)

Topics: [service](<https://devfeed.tech/topics/service.md>), [Support](<https://devfeed.tech/topics/support.md>)

Tags: [cost](<https://devfeed.tech/tags/cost.md>), [leverage](<https://devfeed.tech/tags/leverage.md>), [service](<https://devfeed.tech/tags/service.md>), [support](<https://devfeed.tech/tags/support.md>), [tasks](<https://devfeed.tech/tags/tasks.md>), [time](<https://devfeed.tech/tags/time.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

The article uses Wal-Mart's low-price business model as an analogy for outsourcing monotonous, tedious tasks to a low-cost service. It argues that managing the overhead effectively can free time and create value, while warning against over-managing the work.

### Source excerpt

Many people criticize Wal-Mart for the way they run their business. I personally find no problems with it, as their goal is simply to make prices competitive. If you care about the other details then either A. shop else where or B. donate to those causes you feel should be supported with the money you save. While sure some of these qualms may be justified I'd like to hint at another thought, of why people don't take advantage of the same approaches. You see I recently started using a service, which I'd prefer not to disclose yet that gives me access to completing very monotonous and tedious tasks for very low price. Indeed there is some overhead involved but once you learn to manage it effectively, and that is the key to do it effectively. Because in reality anyone can manage, but the vast majority over manage things, rather than giving them just the right amount of attention. But back to the primary point, the idea of taking tasks that you normally wouldn't do because of their tedious low value nature and getting those completed for a very low cost can become extremely valuable for you. When you start to think out if you had more time to do those tasks hundreds of things probably come to mind, so I've encourage everyone to explore the low cost options for work/support and try to leverage them to your advantage