Any ideas on how we can start a software engineering community here on Steemit similar to Stackoverflow?
- People may post their questions and/or give and receive answers.
- Good questions of course receive up-votes as well.
- We should use the tag #codeonsteemit, and whichever tags are relevant to our question.
- We can use the <pre> </pre> tags to post code.
- 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.
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!