Você não tem acesso a esta aula

Continue aprendendo! Junte-se e comece a impulsionar sua carreira

Writing good blog posts

16/25
Recursos

Writing articles for a blog is something that can strengthen your personal brand, and doing it in English can help you better position yourself in different markets.

  • Select a topic that you would like to write about.
  • Identify the aspects that you will cover in the article and divide them into fragments.
  • Write a draft that includes all the details you will consider.
  • Read the draft or ask someone else to read it to get feedback.
  • Make sure your content is SEO friendly.

In the links section you will find an example of bad practices for you to review and propose how to improve.

As a challenge for this class: Write an article in English and share it in the discussion board. The idea is that you can also help other colleagues with feedback on their articles.

Contribuições 3

Perguntas 0

Ordenar por:

Quer ver mais contribuições, perguntas e respostas da comunidade?

SHOW

How can you write code for other programmers?
Normally, when you work as a programmer you have to check codes from other programmers. So imagine if have to check your co-worker’s code but it´s almost impossible to understand, it works but only the programmer who wrote that code can understand the logic. Can you imagine how bad it´s. So how can write a code that only me but my team can understand easier and give some feedback for you?

  • Sometimes, small changes can make so many changes that you never could imagine. First, you can create some patterns for your team, so you can create patterns about how to create functions, variables, methods and whatever you use in your project.

  • Another tip, it’s commenting your code, but not just commenting that function that if you remove just one dot, all the code stop working.
    I´m talking about when you create a method, explain before what that function does and what it´s your parameters, where you call that function because when other programmers look at that function with that comment, he knows about how works that function or method.

This it´s just one way to start to improving one import skill when we are talking about code. Finally, I hope these tips could help you and think about how can you share your code with teamwork.

very well.