Categories: DatabasesNews

What do they want to hear? from Blog Posts – SQLServerCentral

2 min read

I was helping my 16yo write his first college essay the other day. He’s always struggled a bit with writing essays so this isn’t an easy task. As I’m going over what he’s written so far I gave him a piece of advice I’d never thought of before. When writing an essay the first thing you need to ask yourself is What do they want to hear? I told him to read the essay prompt Write about an event in your life. and then expand on that. It’s a college essay so writing about how the event he picked made him want to live life to it’s fullest and go join a circus probably isn’t going to help.

As I thought about this I realized just how far reaching this concept is. When I write a blog post, I come up with a concept and then have to think of what do the people reading it want to get out of it. In any form of communication, you need to read the prompt and then figure out what they really want.

  • A blog post (as I mentioned above) has a target audience. And make no mistake, you are always going to be part of your target audience. What does that audience want? Do they want a simple how to? A complex, in depth discussion of a problem? The answer can, and probably will, change post by post.
  • Documentation. Same as a blog post really.
  • Any technical request. It could be anything from a new database, an SSIS package, a stored procedure, view etc. You need to figure out not just what they’ve asked for but what do they want, and what do they need.

Know your audience. Make sure your output fits the audience.

The post What do they want to hear? appeared first on SQLServerCentral.

Share
Published by

Recent Posts

Top life hacks for prepping for your IT certification exam

I remember deciding to pursue my first IT certification, the CompTIA A+. I had signed…

3 years ago

Learn Transformers for Natural Language Processing with Denis Rothman

Key takeaways The transformer architecture has proved to be revolutionary in outperforming the classical RNN…

3 years ago

Learning Essential Linux Commands for Navigating the Shell Effectively

Once we learn how to deploy an Ubuntu server, how to manage users, and how…

3 years ago

Clean Coding in Python with Mariano Anaya

Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we…

3 years ago

Exploring Forms in Angular – types, benefits and differences   

While developing a web application, or setting dynamic pages and meta tags we need to deal with…

3 years ago

Gain Practical Expertise with the Latest Edition of Software Architecture with C# 9 and .NET 5

Software architecture is one of the most discussed topics in the software industry today, and…

3 years ago