GithubHelp home page GithubHelp logo

krynv / blog_robinwieruch_content Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rwieruch/blog_robinwieruch_content

0.0 1.0 0.0 43.84 MB

✏️ Content of robinwieruch.de - Write guest blog posts or improve the content. Your help means a lot to me.

Home Page: https://www.robinwieruch.de/

JavaScript 100.00%

blog_robinwieruch_content's Introduction

Content & Contribution

A place where you can actively contribute to robinwieruch.de. Feel free to improve the content or to write a guest blog post yourself. Get in touch with me before you start writing an entire article :)

Guidelines for Guest Bloggers

Meta Information

You can leave out all the meta information (frontmatter) that I use for my blog posts. I can add these later myself.

Code

Don't use images for code. Instead use a code snippet the following way:

```javascript
const helloWorld = "Hello World!";

If you want to highlight changes in the code, that's what I usually do in my tutorials, then you can do it by providing the numbers of lines you want to highlight:

const helloWorld = "Hello World!";

console.log(helloWorld);

If you move around from file to file in your tutorial, don't forget to mention the place where you edit/create the next code snippet. Something like:

Now we are going to implement user model in the *src/models/user.js* file:

const user = createModel('user');

### Images

Don't use images for code. Instead use code snippets. If you want to have images in the blog post, add them in at least 1024 (x 768)resolution preferable in .jpg to a shared GoogleDrive (or any other cloud storage) folder. In the article, reference the filename of the image with a placeholder like `[image the-dashboard.jpg]`.

### Command Line vs. GUI

There are many tutorials out there that are using lots of images to show a GUI where they do their configuration. I'd like to use as few images as possibles and encourage people to use more often their command line instead. If the a GUI needs to be shown, then an image can be used though.

### Code Formatting

I use [Prettier](https://prettier.io/) in my projects which helps me to keep all my code snippets equally formatted. That's my default configuration:

{ "semi": true, "trailingComma": "all", "singleQuote": true, "printWidth": 70 }


### Headlines

* h1 headline translates to # My Headline
* h2 headline translates to ## My Sub Headline

The second parameter can be used for a table of contents:

Table of Contents


My articles usually follow the same structure with optional sub_chapter_headers in between:

Motivation

My Headline

My Headline

Outro


### Links

Links referencing articles that are osdn my domain can be used as `[my article name](url)`. However, if a link points to an article outside of this domain, use `[my article name](url)`

### Italics

I usually use italics with `*` for folders and files like `src/models/user.index/js` or `src/`.

### Bold

I usually use bold with `**` to point out the importance of something or to highlight a specific topic in a paragraph.

blog_robinwieruch_content's People

Contributors

abraj avatar babblebat avatar ben-freenome avatar benjamminj avatar briantomillo avatar criticalmaas avatar dasenkiv avatar emmanuelstalling avatar gadtfly avatar galdiolo avatar gladtocode avatar gyunter avatar hanchiang avatar jaimemendozadev avatar jenovs avatar maelfr avatar michaelperrin avatar misacorn avatar neighborhood999 avatar nekhaevskiy avatar nicoder avatar nolastan avatar prafullakiran avatar robinpokorny avatar rwieruch avatar sgouws avatar sherylhohman avatar trevorgk avatar troywolf avatar vincentvw avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.