<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anne-Laure</title>
    <description>The latest articles on DEV Community by Anne-Laure (@annelaure13).</description>
    <link>https://dev.to/annelaure13</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F216519%2F8359454c-3507-414b-b7cd-b5702101c6fd.jpeg</url>
      <title>DEV Community: Anne-Laure</title>
      <link>https://dev.to/annelaure13</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/annelaure13"/>
    <language>en</language>
    <item>
      <title>Lessons from Google’s technical writing course for engineering blogs</title>
      <dc:creator>Anne-Laure</dc:creator>
      <pubDate>Tue, 18 Jun 2024 08:14:43 +0000</pubDate>
      <link>https://dev.to/annelaure13/lessons-from-googles-technical-writing-course-for-engineering-blogs-4458</link>
      <guid>https://dev.to/annelaure13/lessons-from-googles-technical-writing-course-for-engineering-blogs-4458</guid>
      <description>&lt;p&gt;As a technical content writer helping engineers write blog posts, I recently completed &lt;a href="https://developers.google.com/tech-writing"&gt;Google’s technical writing course&lt;/a&gt;. While the primary purpose of this course is to assist engineers in writing technical documentation, I find that some of the advice also applies to engineering blogging.&lt;/p&gt;

&lt;p&gt;By implementing the principles taught in this course, engineers can enhance their blog posts, making them more accessible and engaging for their audience. They will be able to better communicate their ideas and concepts, as well as increase their overall visibility.&lt;/p&gt;

&lt;p&gt;Here, I will detail the advice I found most useful when it comes to engineering blogging.&lt;/p&gt;

&lt;h2&gt;
  
  
  A brief demonstration
&lt;/h2&gt;

&lt;p&gt;To give you a taste of what Google’s technical writing course has to offer, let’s apply the advice to a short text first.&lt;/p&gt;

&lt;p&gt;Consider the following technical blog post extract, revised using tips gleaned from the course…&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Original&lt;/strong&gt;: &lt;em&gt;“It was supposed to be an exciting project. But the development team and the product team encountered issues when discussing the new ANN. They realized that the documentation was lacking, which made it difficult for them to understand the functionality. Concerns about the scalability of the system were also noted; and there was a need for further testing to ensure that all components work together seamlessly. Additionally, there was a lack of clarity regarding the roles and responsibilities within the team.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enhanced&lt;/strong&gt;: &lt;em&gt;“The development team and the product team faced challenges discussing the new artificial neural network (ANN). The development team realized that incomplete documentation hindered their understanding of its functionality. Concerns about system scalability arose as well. Extensive testing was necessary to ensure seamless integration of all components. Additionally, ambiguity persisted regarding team roles and responsibilities.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Are you convinced? &lt;/p&gt;

&lt;p&gt;Let’s review the improvements made to the original text one by one:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Acronym usage: In the original text, the acronym &lt;em&gt;“ANN”&lt;/em&gt; was used without prior introduction of its full form, &lt;em&gt;“artificial neural network.”&lt;/em&gt; Therefore, in the enhanced version, we wrote out the full term followed by the acronym.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ambiguous pronouns: The pronoun &lt;em&gt;“they”&lt;/em&gt; could refer to either the development team or the product team. In the enhanced text, &lt;em&gt;“they”&lt;/em&gt; is replaced with &lt;em&gt;“the development team,”&lt;/em&gt; providing clarity and ensuring that readers understand who is being referred to.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Active voice: The original text contained a passive voice construction, which can make sentences less engaging and direct. So &lt;em&gt;“Concerns about the scalability of the system were also noted”&lt;/em&gt; was replaced by &lt;em&gt;“Concerns about system scalability arose as well.”&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;There is/there are: The usage of &lt;em&gt;“there was”&lt;/em&gt; sentence structure has been reduced to make the sentences more appealing.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Opening sentence strength: The opening sentence in the original text lacked clarity and failed to establish the central idea of the paragraph effectively.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The semicolon was not used correctly in the original text as it separated two independent thoughts. A period replaces it in the enhanced text.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Style guide consistency: &lt;em&gt;“Artificial neural network”&lt;/em&gt; is written in lowercase in the enhanced text to follow the Google style guide, which prefers lowercase for terms that are not proper nouns.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Having said that, if you have a few more minutes to spend with me, I would like to review each piece of advice in more detail…&lt;/p&gt;

&lt;h2&gt;
  
  
  Use acronyms properly
&lt;/h2&gt;

&lt;p&gt;When first using an unfamiliar acronym in an article, write out the full term followed by the acronym in parentheses. After this, you can use the acronym alone.&lt;/p&gt;

&lt;p&gt;For example:&lt;br&gt;
&lt;em&gt;“This manual is for researchers new to the artificial neural network (ANN) or those needing to optimize ANN parameters through programming scripts.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;But should you systematically use acronyms?&lt;/p&gt;

&lt;p&gt;Acronyms can shorten sentences, of course, but they can add a layer of abstraction, requiring readers to mentally expand them to their full form, which can take longer to process.&lt;/p&gt;

&lt;p&gt;Consider these rules when deciding whether to use an acronym:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Is the acronym significantly shorter than the full term?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Does the article contain multiple references to the acronym?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Is the acronym central to the main topic?&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On the other hand, remember that spelling out an acronym doesn’t always help the reader understand it. If you write out &lt;em&gt;“portable document format”&lt;/em&gt; instead of &lt;em&gt;“PDF,”&lt;/em&gt; the reader will not understand what it is. In other words, not all acronyms should be spelled out.&lt;/p&gt;

&lt;h2&gt;
  
  
  Avoid ambiguous pronouns
&lt;/h2&gt;

&lt;p&gt;Ambiguous pronouns can create confusion in technical writing, as they may refer to more than one antecedent or be unclear about what they reference. &lt;/p&gt;

&lt;p&gt;For instance, consider the sentence: &lt;em&gt;“When the engineer talked to the developer, they explained the problem.”&lt;/em&gt; It’s unclear whether &lt;em&gt;“they”&lt;/em&gt; refers to the engineer or the developer.&lt;/p&gt;

&lt;p&gt;Here are some guidelines for pronoun usage:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Use pronouns only after the noun has been introduced.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Make sure the pronoun is as close as possible to the corresponding noun. If your noun and pronoun are separated by more than five words, consider repeating the noun instead.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Whenever you introduce a second noun between your noun and pronoun, use your noun instead of a pronoun.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Choose the active voice over the passive voice
&lt;/h2&gt;

&lt;p&gt;Use the active voice as much as possible. Use the passive voice with caution. &lt;/p&gt;

&lt;p&gt;The active voice offers the following advantages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The majority of readers mentally convert the passive voice into the active voice.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The passive voice obscures your ideas.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Sentences using the passive voice sometimes leave out the actor entirely, which leaves the reader guessing who they are.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;In general, active voice sentences are shorter than passive voice ones.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Reduce the number of times you use “there is”/“there are”
&lt;/h2&gt;

&lt;p&gt;Sentences that start with &lt;em&gt;“there is”&lt;/em&gt; or &lt;em&gt;“there are”&lt;/em&gt; combine a generic noun with a generic verb, which doesn’t keep the reader hooked. Provide your readers with an actual subject and verb.&lt;/p&gt;

&lt;p&gt;As an alternative, you could simply delete &lt;em&gt;“there is”&lt;/em&gt; or &lt;em&gt;“there are”&lt;/em&gt; (along with another word or two later in the sentence). &lt;/p&gt;

&lt;p&gt;For example, consider the following sentence…&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Original&lt;/strong&gt;: &lt;em&gt;“There is a significant difference between theory and practice.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enhanced&lt;/strong&gt;: &lt;em&gt;“A significant difference exists between theory and practice.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;In other situations, starting sentences with &lt;em&gt;“there is”&lt;/em&gt; or &lt;em&gt;“there are”&lt;/em&gt; avoids the hassle of creating true subjects or verbs. Replacing them with a meaningful subject creates a clearer experience for the reader.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Original&lt;/strong&gt;: &lt;em&gt;“The updates are not guaranteed to be received chronologically.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enhanced&lt;/strong&gt;: &lt;em&gt;“Clients might not receive the updates chronologically.”&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Write a strong opening sentence for paragraphs
&lt;/h2&gt;

&lt;p&gt;The opening sentence is one of the most important ones in a paragraph. Busy readers tend to focus on opening sentences and skip what comes afterwards. The central idea of a paragraph should be established in the opening sentence.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Original&lt;/strong&gt;: &lt;em&gt;“A block of code is any set of contiguous code within the same function. For example, suppose you wrote a block of code that detected whether an input line ended with a period. To evaluate a million input lines, create a loop that runs a million times.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enhanced&lt;/strong&gt;: &lt;em&gt;“A loop runs the same block of code multiple times. For example, suppose you wrote a block of code that detected whether an input line ended with a period. To evaluate a million input lines, create a loop that runs a million times.”&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Use punctuation appropriately
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Periods
&lt;/h3&gt;

&lt;p&gt;Periods are used to separate independent thoughts.&lt;/p&gt;

&lt;p&gt;Example: &lt;em&gt;“The engineers completed the structural analysis of the bridge. They then proceeded to finalize the detailed design plans.”&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Commas
&lt;/h3&gt;

&lt;p&gt;Commas indicate a pause between parts of a sentence.&lt;/p&gt;

&lt;p&gt;Examples:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Items in a list: &lt;em&gt;“We need to purchase servers, storage devices, and network cables.”&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Introductory phrase: &lt;em&gt;“After analyzing the data, we made the decision.”&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Non-essential information: &lt;em&gt;“Our software, which is open-source, is highly customizable.”&lt;/em&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Semicolons
&lt;/h3&gt;

&lt;p&gt;Semicolons link closely related independent clauses.&lt;/p&gt;

&lt;p&gt;Example: &lt;em&gt;“The application crashed; the server needed a reboot.”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;To be noted: The thoughts before and after the semicolon must both be grammatically complete sentences.&lt;/p&gt;

&lt;h3&gt;
  
  
  Em dashes
&lt;/h3&gt;

&lt;p&gt;An em dash indicates a longer pause than a comma.&lt;/p&gt;

&lt;p&gt;Example: &lt;em&gt;“The new feature — while not perfect — has significantly improved user experience.”&lt;/em&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Parentheses
&lt;/h3&gt;

&lt;p&gt;Parentheses enclose additional information or asides that are not essential to the main point.&lt;/p&gt;

&lt;p&gt;Example: &lt;em&gt;“The new protocol (which we tested extensively) has been implemented.”&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Adopt an established style guide
&lt;/h2&gt;

&lt;p&gt;A style guide ensures consistency in your writing, covering aspects like tone, terminology, formatting, and punctuation. Adopting a style guide can help maintain a professional and cohesive voice across all your blog posts.&lt;/p&gt;

&lt;p&gt;Style guides are time-consuming to set up and maintain, so it is recommended to adopt a recognized one and modify it as necessary.&lt;/p&gt;

&lt;p&gt;Popular style guides for an engineering-focused audience include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://developers.google.com/style"&gt;Google developer documentation style guide&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://learn.microsoft.com/en-us/style-guide/welcome/"&gt;Microsoft Writing Style Guide&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://documentation.suse.com/style/current/single-html/docu_styleguide/"&gt;SUSE Documentation Style Guide&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://support.apple.com/fr-fr/guide/applestyleguide/welcome/web"&gt;Apple Style Guide&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://redhat-documentation.github.io/supplementary-style-guide/"&gt;Red Hat supplementary style guide for product documentation&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Going further
&lt;/h2&gt;

&lt;p&gt;In conclusion, Google’s technical writing course offers valuable insights applicable to engineering blogs. By implementing the principles learned, engineers can increase their audience engagement.&lt;/p&gt;

&lt;p&gt;To take things a step further, make sure before you write your blog post to understand and define your target audience to ensure that your content is tailored appropriately. Adapting your language, depth of explanation, and content structure accordingly ensures that your message is clear and relevant. So before writing, always ask yourself: Who is my primary audience? What level of knowledge do they have about the subject? What information do they need to know? How can I present this information in a way that is engaging and easy to understand?&lt;/p&gt;

&lt;p&gt;If you want to improve your technical writing with additional tips, don’t hesitate to consult the Google technical writing course!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>My top 7 tips for engineers who want to write their first blog post</title>
      <dc:creator>Anne-Laure</dc:creator>
      <pubDate>Tue, 04 Jun 2024 11:17:45 +0000</pubDate>
      <link>https://dev.to/annelaure13/my-top-5-tips-for-engineers-who-want-to-write-their-first-blog-post-3pd7</link>
      <guid>https://dev.to/annelaure13/my-top-5-tips-for-engineers-who-want-to-write-their-first-blog-post-3pd7</guid>
      <description>&lt;p&gt;I kicked off my career journey as an IT project manager, but my curiosity led me down exciting paths into coding (especially front-end and iOS) before moving into journalism.&lt;/p&gt;

&lt;p&gt;Over the past 6 years, I've had the pleasure of supporting numerous developers and engineers in French tech companies with their blog writing initiatives. From polishing up posts to collaborative writing sessions and even crafting pieces from scratch based on their ideas, I've been there every step of the way.&lt;/p&gt;

&lt;p&gt;Now, let's jump right in! Here are my top 7 tips that I love sharing with the developers and engineers I work with.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sharing is a state of mind
&lt;/h2&gt;

&lt;p&gt;Finding inspiration for blog post topics can strike at any moment, so it's wise to capture those ideas as they come. Whether you're brainstorming during lunch, in a meeting, or even in the bathroom, write down those thoughts promptly. Personally, I rely on the Notes app on my iPhone, but use whatever tool suits you best. The key is accessibility, ensuring you won't forget those creative sparks. Then, when it's time to write, you'll have a ready-made list of ideas to choose from.&lt;/p&gt;

&lt;p&gt;Once your post is written and published, your work has only just begun. Especially if you're not yet a household name in the developer world, sharing your post is crucial. Whether it's on social media, through a newsletter, or on a content curation platform, getting your work out there matters. If social media is your choice, adding a personal touch to the link can make all the difference in engagement.&lt;/p&gt;

&lt;p&gt;But don't stop at just sharing — leverage your research and writing efforts further by responding to Calls for Papers (CFPs) and offering talks on the same topic. Adapting your article into a presentation may require some additional effort, but it's far less daunting than starting from scratch. And remember, it goes both ways — your talk can inspire your next written piece just as your article can fuel your presentation.&lt;/p&gt;

&lt;h2&gt;
  
  
  Understand your audience
&lt;/h2&gt;

&lt;p&gt;Before you start writing, think about who your readers will be. Are they beginners, intermediate, or advanced engineers? Tailor your language, content depth, and examples to suit their understanding level. &lt;/p&gt;

&lt;p&gt;When writing for beginners, it's important to use clear and simple language. Avoid technical jargon and explain complex concepts in a way that is easy to grasp. Additionally, provide plenty of examples and visuals to illustrate your points.&lt;/p&gt;

&lt;p&gt;Using visuals and code examples benefits everyone because it helps visualize abstract concepts and understand them more easily. It also caters to different learning styles. Some individuals are visual learners, meaning they learn best through images and diagrams.&lt;/p&gt;

&lt;h2&gt;
  
  
  Topic !== angle
&lt;/h2&gt;

&lt;p&gt;An article cannot cover all aspects of a topic. Attempting to do this could result in a 5,000-word post that would be difficult to read. In order to tackle your topic effectively, you must choose an angle — and stick with it!&lt;/p&gt;

&lt;p&gt;To illustrate this, let’s take a concrete example. If you want to discuss Python testing in your post, for instance, the angles could include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The historical angle: Tracing the evolution of Python testing methodologies over the past decade.&lt;/li&gt;
&lt;li&gt;The practical angle: Tips for testing Python code effectively.&lt;/li&gt;
&lt;li&gt;The feedback angle: A journey through the Python code testing methods used in your company.&lt;/li&gt;
&lt;li&gt;The news angle: Spotlighting the newest libraries and tools designed for testing Python code.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Some people put everything they can think of in their blog posts without considering an angle. They think more is better, but it doesn’t work like that. Others tend to systematically select the same angle: the feedback approach. Well, sometimes it’s the best angle to use to tell a story, but not always. Considering the angle before you start writing will save you a lot of time and make your post more engaging.&lt;/p&gt;

&lt;h2&gt;
  
  
  Be explicit
&lt;/h2&gt;

&lt;p&gt;Imagine picking up a piece of string that symbolizes your thoughts and holding it tightly in your hands while writing the blog post. And don’t drop it!&lt;/p&gt;

&lt;p&gt;You should always ensure there’s continuity in your writing. Whenever you switch between ideas, you must clearly explain why. E-v-e-r-y time. Reading your text out loud can be very helpful with this. It allows you to identify gaps in your thought process or missing information.&lt;/p&gt;

&lt;p&gt;And since it is the first thing your reader will see after the title, the introduction to your blog post should be the most explicit part of all. Make sure it provides some context, as well as an explanation of who the target audience is, why you have the authority to write it, and what the reader should expect to find in it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Spend time on your headings
&lt;/h2&gt;

&lt;p&gt;Your blog post’s title will be the first item readers will notice. This is what will make them click on your article (or maybe not!). It is so important that finding the right headline should be a separate step in your writing process. You should spend time on it and involve your reviewers in the decision making. To brainstorm titles, tools like ChatGPT can be very helpful. My recommendation is to put forward three to five proposals for your reviewers to choose from.&lt;/p&gt;

&lt;p&gt;Subheadings should not be overlooked either. In addition to helping structure the post, they facilitate quick reading. Make sure your headings are not too generic and be as descriptive as you can so people know what they’re going to be reading next. For example, if you’re describing the 10 steps of your migration plan in a section of your article, naming it just “Steps” might not be the best idea. There is usually going to be a better subheading, like “A 10-step migration plan”.&lt;/p&gt;

&lt;h2&gt;
  
  
  Timing is key
&lt;/h2&gt;

&lt;p&gt;To choose the most appropriate angle for your topic, you should consider the stage of the technology you’re discussing. You can use &lt;a href="https://en.wikipedia.org/wiki/Gartner_hype_cycle" rel="noopener noreferrer"&gt;the Gartner hype cycle&lt;/a&gt; to help with that (thanks, &lt;a href="https://craftsrecords.org/" rel="noopener noreferrer"&gt;Crafts Records&lt;/a&gt;, for the inspiration). Essentially, this model is a graphical presentation that displays the maturity, adoption, and social application of specific technologies.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1e905p1f7dhj1613xac9.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1e905p1f7dhj1613xac9.jpg" alt="Image description" width="800" height="519"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The most common categories of technical blog posts include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A brief introduction to a new technology that you’ve just discovered.&lt;/li&gt;
&lt;li&gt;Things you wish you’d known one year ago or as a junior.&lt;/li&gt;
&lt;li&gt;Resolution of the pain points spotted around you.&lt;/li&gt;
&lt;li&gt;Feedback about the implementation of a technology.&lt;/li&gt;
&lt;li&gt;Postmortems.&lt;/li&gt;
&lt;li&gt;An explanation of your strongest convictions.&lt;/li&gt;
&lt;li&gt;Notes from conferences/meetings.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Among those blog posts, some will be more relevant at certain points in the evolution of technology. For instance, the introduction to a technology will be more appropriate between the Technology Trigger and Peak of Inflated Expectations phases, while feedback will be better suited to the period that follows, when the technology is often decried. The Plateau of Productivity phase is often the best time for expert posts on specific technology details.&lt;/p&gt;

&lt;h2&gt;
  
  
  Include peer review into your proofreading process
&lt;/h2&gt;

&lt;p&gt;Include reviewers in your blog post proofreading process, just as you would with your code. There is no need to involve too many people in the process — 2 or 3 is usually enough. To efficiently incorporate reviewers' feedback, establish a clear system for tracking and addressing comments. Use a collaborative document-editing platform where reviewers can leave comments directly in the document. &lt;/p&gt;

&lt;p&gt;In addition, tools like &lt;a href="https://www.grammarly.com/" rel="noopener noreferrer"&gt;Grammarly&lt;/a&gt;, &lt;a href="https://hemingwayapp.com/" rel="noopener noreferrer"&gt;Hemingway&lt;/a&gt; or &lt;a href="https://www.wordtune.com/" rel="noopener noreferrer"&gt;Wordtune&lt;/a&gt; can help with grammar and readability. These tools can catch errors missed by human reviewers, ensuring your content is error-free and easy to read. They can also provide valuable suggestions for improving your writing clarity and coherence.&lt;/p&gt;

&lt;p&gt;Finally, take a break after writing and revisit your blog post with fresh eyes. Reading your text aloud can help you identify any awkward phrasing missed during the initial writing process.&lt;/p&gt;

&lt;h2&gt;
  
  
  This is the conclusion you should never write
&lt;/h2&gt;

&lt;p&gt;A conclusion usually summarizes what has been discussed in the post and talks about what is to come. When writing the final paragraphs, most people are tired and just want to finish their post. Let’s face it, conclusions are often sloppy.&lt;/p&gt;

&lt;p&gt;Start by avoiding giving your conclusion the subheading “Conclusion”. Whenever possible, it is better to find something that has more meaning. And keep in mind that your conclusion will be the last thing your readers remember. So if there is a place where you can be creative about making an impression, this is it!&lt;/p&gt;

</description>
      <category>writing</category>
      <category>beginners</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
