IMPROVING YOURSELF IS THE HARDEST AND CHALLENGING TASK OF THIS UNIVERSE, ANYTHING YOU LEAVE HERE WILL TURN 100 TIMES BETTER SOMEWHERE

This is default featured slide 1 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.

Sunday, 30 April 2023

how to make career in photography on blog

 first of all you should know that making career in field of content writing requires lot of patients and consistency 

  1. Choose a niche - First, determine what kind of photography you want to focus on. This could be anything from landscape to portrait photography. Narrowing your focus will make it easier for you to create content and target a specific audience.

  2. Choose a blogging platform - There are several blogging platforms available, but WordPress is the most popular and user-friendly. It offers a range of templates and plugins, making it easy to customize your blog to your liking.

  3. Choose a domain name - Your domain name is the web address that people will use to find your blog. It should be short, catchy, and relevant to your niche. You can use domain registration sites like GoDaddy or Namecheap to register your domain name.

  4. Choose a hosting service - A hosting service is where your blog will be stored online. Look for a hosting service that offers good uptime, fast loading speeds, and good customer support. Bluehost is a popular hosting service that is recommended for WordPress blogs.

  5. Customize your blog - Once you have chosen your blogging platform and hosting service, it's time to customize your blog. Choose a template that reflects your style and add your own branding elements like your logo and color scheme.

  6. Start creating content - Now that your blog is up and running, it's time to start creating content. Start with a few posts introducing yourself and your work. Share your images and explain why you chose to photograph those subjects.

  7. Promote your blog - Use social media platforms like Instagram and Facebook to promote your blog and reach a wider audience. Use relevant hashtags to make your content more discoverable.

  8. Engage with your audience - Respond to comments and engage with your audience. This will help you build a community around your blog and establish yourself as an authority in your niche.

Share:

Saturday, 11 March 2023

HOW to focus on your goals in year 2023 is skill that will make a fish out of water



If you have a mindset of always being a unique man in the room then you have a way out follow some these rules and you will get a eye-

Setting goals is the first step in achieving success, but staying focused on those goals is what separates successful people from those who fall short. Many people struggle with focus, especially when they are faced with distractions, setbacks, or competing priorities. However, by adopting some effective strategies, you can maintain your focus and achieve your goals.


Set clear and specific goals

To focus on your goals, you first need to have a clear and specific idea of what you want to achieve. Vague or general goals are difficult to focus on because they lack clarity and direction. Therefore, when setting goals, be specific and define what you want to achieve, how you will measure success, and when you want to achieve it.


Create a SHORT plan of action

Once you have set your goals, it's essential to develop a plan of action to achieve them. A plan will help you stay focused by breaking down your goals into manageable steps, providing a roadmap for achieving them, and helping you track your progress along the way.


Prioritize your tasks

When working on your goals, it's important to prioritize your tasks to ensure that you're focusing on the most important and urgent tasks first. By prioritizing your tasks, you can avoid wasting time and energy on tasks that are not contributing to your goals.


Stay motivated

Staying motivated is essential to maintaining focus on your goals. You can stay motivated by keeping your goals in mind, celebrating small victories, visualizing success, and surrounding yourself with positive and supportive people.


Eliminate distractions

Distractions are a major obstacle to staying focused on your goals. Therefore, it's essential to identify and eliminate distractions that can derail your progress. Some common distractions include social media, emails, phone calls, and interruptions from colleagues or family members.


Practice self-discipline

Self-discipline is crucial to maintaining focus on your goals. It requires you to stay committed to your goals and prioritize them over other distractions. You can practice self-discipline by creating a routine, setting boundaries, and avoiding procrastination.


Stay accountable

Accountability can help you stay focused on your goals by providing external motivation and support. You can stay accountable by sharing your goals with others, joining a support group, or working with a mentor or coach.

In conclusion, focusing on your goals requires a combination of self-discipline, motivation, and effective planning. By setting clear and specific goals, developing a plan of action, prioritizing your tasks, eliminating distractions, and staying accountable, you can maintain your focus and achieve your goals. Remember that success is a journey, not a destination, and staying focused on your goals is key to achieving your dreams.

Share:

Sunday, 11 December 2022

#5 on which the life works

5 terror of life

 Before entering this world you get some pre defined fears, on which you life operates. It is just like 5 time interval in a single life. You will feel the terror but If somehow you get to know all your terror in 1 current life only you will become a exception in the world of mortals.

Not content:Hii This is Zain the author of several anonymous webs I am on this blog to just a powerful Kickstart to master DieKi's blog that is the Zains By this post he will get boost .I think for producing more content.

In todays blog I am gonna share the deep knowledge about 5 terror of life on which all life works ,And I am telling you if you know all your terror in a single life you will definitely become a god like animal in world.

I achieved this state ,but you know after achieving this state you will also definitely lose the love of money and you will find yourself anonymous to this fucking life and you can live a life of a god but here is a exception if you are trying to challenge our knowledge that this is true or not than you can't achieve the result because the 3rd terror of life is the terror of faith you need to blind your eyes and focus on the person who is the leader and can let you to your peek .

* Terror of love 

Dated for 15th of dec


Share:

Thursday, 11 August 2022

#python handwritten notes for beginners

Here I am gonna tell you day1 python guide for you read the steps and enjoy

  • Install Python: To start programming in Python, you need to first install the Python interpreter on your computer. You can download the latest version of Python from the official Python website.

  • Learn the basic syntax: Python is a simple and easy-to-learn programming language. Start with the basics of the syntax such as variables, data types, operators, control structures, functions, and classes.

  • Use an IDE: Integrated Development Environment (IDE) is a software application that provides a comprehensive environment to write, test, and debug your Python code. Popular IDEs for Python include PyCharm, Spyder, and Visual Studio Code.

  • Write your first program: Once you have installed Python and an IDE, it's time to write your first Python program. Start with a simple "Hello World" program to get started.

  • Practice coding: The best way to become proficient in Python is by practicing coding. Start with simple programs and gradually move to more complex ones. There are many websites that offer coding challenges and exercises, such as HackerRank and LeetCode.

  • Learn from others: The Python community is vast, and there are many resources available to help you learn Python. You can find tutorials, courses, and forums online to get help and learn from others.

  • Use Python libraries: Python has a vast library of modules and packages that you can use to simplify your coding process. Popular Python libraries include NumPy, Pandas, and Matplotlib.

  • Comment your code: When writing code, it's important to add comments to explain what the code does. This makes it easier for others (and yourself) to understand the code.

  • Debugging: Debugging is an important skill for any programmer. Python offers debugging tools that can help you identify and fix errors in your code.

  • Have fun: Python is a fun and exciting programming language. Enjoy the learning process, and don't be afraid to experiment and try new things.

Share:

Friday, 5 August 2022

#python|learn python can be a most demanded language and can even compete to English

I an telling you that python computer language is one of the most loved language by any person It doesn't matter you are english,american,anglo,indianor anyone I am advising you to start learning python no matter what profession you are in. Start learning today and you will find some benefits in it.
I also started learning python 1 week ago......
Thanks and stey blessed


Share:

Monday, 11 July 2022

How to make a good and profitable portfolio for stocks with a low risk and high value demands for New comers in market

Before going ahead I wanted to know which type of investments do you really like 

For example I like to invest in human resources stocks. You should have a interest in one type it can be anything like real state, Government bonds, Oil, Current stocks , low risk stocks or just trust on banks! 

It can be any but remember the only way to achieve success through investment you need to invest time and research wisely 

Spend your time on researchs and all the ways that you can used to get the information about current scenarios of the market. 

As we know that NSE is strongly influenced by this Ukraine Russia war not just this market whole world is suffering from a economic crash you need to remember this time is for investments not to take out the money you need to give time to your portfolio and have a focus on your other work.

You don't need to worry about a great loss believe every market faces a crash but after a crash your value get a bounce back to it's peak if you keep afraid of losing money then you should go for a more secured bank's investments you will not lose anything usually but remember if you are middle class man then you need to have a risky live to came out of fixed salary unenthusiastic life.

To know about the list of stocks and bonds in my portfolio you can subscribe us and remember to share this with your beginner friends.

Share:

Saturday, 7 May 2022

Line for descriptions| status| story |YouTube |Instagram| Facebook








 

Share:

Translate

LATEST

3-latest-65px

Comments

3-comments

INIDAN GARBA NIGHTS

NAVRATRI    Indian Garba nights are vibrant and energetic celebrations deeply rooted in India's culture. These nights are a significant ...

Total Pageviews

Search This Blog

Popular Posts

ABOUT

Dehradun, Uttrakhand, India

Contact Form

Name

Email *

Message *

About Us

About Us
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's.

Default Thumbnail

Default Thumbnail

Translate THIS BLOG

SEARCH

Blog Archive