Starting a Coding Community on Steemit? #codeonsteemit

Any ideas on how we can start a software engineering community here on Steemit similar to Stackoverflow?

  1. People may post their questions and/or give and receive answers.
  2. Good questions of course receive up-votes as well.
  3. We should use the tag #codeonsteemit, and whichever tags are relevant to our question.
  4. We can use the <pre> </pre> tags to post code.
  5. We must keep the community ethical.

Some random Wordpress header PHP using the <pre> </pre> tags:

if ( 'POST' != $_SERVER['REQUEST_METHOD'] ) {
    $protocol = $_SERVER['SERVER_PROTOCOL'];
    if ( ! in_array( $protocol, array( 'HTTP/1.1', 'HTTP/2', 'HTTP/2.0' ) ) ) {
        $protocol = 'HTTP/1.0';
    }
}

Some random CSS using the <pre> </pre> tags:

h1{
display:inline-block;
}

One problem with the exception of adding forward slashes I haven't found any other way to display <html> code here.

Programming languages should include:

PHP
C++
Python
Ruby On Rails
C#
C
Java
x-code
android

Web development should include:

PHP
HTML
CSS
JavaScript
AJAX
node js
jquery
JSON
wordpress
django
laravel

Database management should include:
sql
mysql
postgresql
sqlite
phpmyadmin

Operating Systems:
Linux: ubuntu debian etc.
MacOS etc.
Android etc.
Windows10 Windows8 etc.

Screenshot from 2017-06-30 02-34-41.png

Let me know what tags I am missing (long list), and if you are interested! Let's bring those Steemit developers together! I will follow up on this in another post in a few days! Also if you know how to display <html> as code without using forward slashes please leave an example in the comments!

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now