The paradox of entrepreneurship: “As soon as you stop wanting something, you get it”
It used to really annoy me when I started with my first boot-strapped start-up and people with money said “It’s not about the money”. I would think “It’s easy for you to say that, because you’ve already got the money.”
It was only later in life I understood what they really meant. It’s like a footballer saying “It’s not about the ball.” The footballer who is always chasing the ball isn’t welcome on the team - and rarely gets the ball because it moves too fast.
The footballer who thinks “It’s not about the ball”, and knows it’s about positioning himself to be of greatest value to the team, is the one who constantly gets the ball passed to him.
If you’re in business chasing the money, you will rarely get it. If you’re positioning yourself to be of value to your customers, they’ll happily pass you their money.
If you're constantly needing help, you will rarely get it. If you’re positioning yourself to be of value to team members and partners, they’ll happily pass you their time and skills.
So whenever you want something, whether it is support, resources, connections, or money, don’t chase what you want but position yourself to be the natural choice for those who have these things to pass them to you.
Once you receive, pass it on.
“Only by giving are you able to receive more than you already have.” ~ Jim Rohn
A Tech publication for all. Get Knowledge about Web Development, Programming, and trending news, tutorials, and tools for beginners to experts.
Subscribe to:
Post Comments (Atom)
-
1 23 456 78910 #include<stdio.h> int main() { int i,j,k; k=1; for(i=1;i<5;i++) { for(j=1;j<=i;j++) { printf("%d",k++);...
-
AAAAA BBBB CCC DD E #include <stdio.h> int main() { int i, j; for(i=1;i<=5;i++) { for(j=5;j>=i;j--) ...
-
Learn how to configure Let’s Encrypt SSL on Windows 11 using Win-ACME and IIS. Securing your website with HTTPS is no longer optional—it’s a...
-
1 3 8 15 27 50 92 169 311 void main() { int a=1, b=3, c=4, n=10, sum, i; printf("%d %d ",a,b,c); for(i=4; i<=n; i++...
-
Complete beginner-friendly guide to generate and install a free SSL certificate on Windows server If you’re running a website on Windows Se...
-
1 10 101 1010 10101 #include<stdio.h> int main() { int i,j,k; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) { printf("%d",j%2)...
-
5 54 543 5432 54321 CODE : #include <stdio.h> int main() { int i, j; for(i=5;i>=1;i--) { for(j=5;j>=i;j--) { printf("%d...
-
🌍 World Geo Data — Full Country, State, City & Currency Dataset This repository provides an overview of the World Geo Data digital pro...
-
1 12 123 1234 12345 Code; #include <stdio.h> int main() { int i, j; for(i=1;i<=5;i++) { for(j=1;j<=i;j++) ...
-
1234567 12345 123 1 int main() { int i,j; for(i=7;i>=1;i-=2) { for(j=1;j<=i;j++) { printf("%d",j); } printf("\n");...
No comments:
Post a Comment