Skip to main content

15 Motivational Quotes for Success your Life

To be successful, you have to use each day as an opportunity to improve, to be better, to get a little bit closer to your goals. It might sound like a lot of work—and with a busy schedule, next to impossible. But the best part is, the more you accomplish, the more you’ll want to do, the higher you’ll want to reach. So as long as you have the hunger for success, you will always have the power within you to achieve it.

             Top 15 motivational quotes

So you can check them also.

 Let's start to be Motivated.

1.) My only compititor is the person I was Yesterday

2.) If opportunity doesn't knock, build a door

3.) Growth is Growth, no matter how small

4.) Consistency is more important than Perfection

5.) If your dreams don't scare you, than they are too small

6.) Success isn't Over Night. It's when everyday you get a little better than before. It adds up.

7.) A negative mind will never give you a Positive life.

8.) Breath and Remember who the fuck you are.

9.) You are capable, you are gifted, you can do it, you are the person for the job.

10.) Success is never owned, it is Rented. And the rent is due Everyday

11.) When you get Tired. Learn to Rest not to Quit.

12.) Don't ignore your own potential.

13.) Never give up because great things take time.

14.) Do something Everyday that brings you closer to your Goals

15.) People who avoid Failure also avoid Success

Comments

Popular posts from this blog

Top 3 YouTube Videos Downloader

Top YouTube Video Downloader YouTube is the largest website within the world. It is owned by Google. There are 1.3 billion peoples who use Youtube. Almost 5 Billion videos are watched every day all over the world. 30 Million viewers get information from YouTube per day. But there's a drag that we will not download YouTube video on Desktop/Computer.  So during this post i'm talking about top YouTube video downloader. Savefrom.net Y2Mate Freemake Savefrom.net This Website is fastest YouTube video downloader. On this site, you'll download videos in diffrent types of video format like MP4, MP3, WEBM, 3GP, 480p,360p etc. How to download videos on Savfrom.net  There is a green Download button. Click on it and select you desired video format and save it on your desired folder. Savefrom.net gives you extension for Chrome, Firefox and Opera which will help you for easy life.          Y2Mate.guru Y2mate is my second option for video download. If save...

Create a File Sharing Website in Django

Django is a popular web framework of Python for Web developers. It is used for Backend work. We can create a large project using the Django framework. Most companies like Instagram, Spotify, Mozilla, Pinterest, Disqus, etc are using Django for their Backend. It helps to create a Complex website. In this post, I will create a File Share Website using the Django framework. Let's Go. Our Project structure:- Follow these steps to create & configure our project:- Step 1 - Create a project using this command ( django-admin startproject filesharing  ) Step 2 - Go inside to our project and create an app in this project ( python manage.py startapp main ) Step 3 - Open project's settings.py file and add the main app in INSTALLED_APPS section. Step 4 - Create an urls.py file in our main app and add it to project's urls.py file , like this from django . contrib import admin from django . urls import path , include urlpatterns = [     path ( 'admin/' , admin . site ...

How to use Indian Micro Blogging Site 'Koo'?

How to use Indian Micro Blogging Site 'Koo' In the previous, Blog post I have discussed about Indian Micro Blogging Site 'Koo' where I discuss about Self-Reliant App Challenge in India and Koo is the winner of this challenge. But now I am discussing how to use 'Koo' app in this post. Koo is micro blogging site and it is alternative of Twitter. We cover very important points in this post:-- What is Koo? Who is the creator of Koo? Why the Koo app was created? How to use Koo app? See Also:-- Indian Programmers created Twitter's alternative named KOO  What is KOO? KOO is a micro blogging site like Twitter. It is available in 4 languages Hindi, Kannada, Tamil and Telugu. And some of the indian languages will be include soon.  Creators choose KOO as name of this app because KOO is the voice of Loyal bird which is very sweet. Who is the creator of KOO? Koo app has been created by Aprameya Radhakrishna and Mayank Bidawatka back in March. They are winner...