This repository contains all blog posts of IOKode in Markdown format. In the "Discussions" forum are the comments of each post.
IOKode is a project dedicated to spreading content about computer science and software development. The blog covers topics ranging from programming languages and frameworks to software architecture, development practices, and industry insights.
authors
: A profile of each person who wrote a post.pages
: No-posts pages. Legal notice, constitution, etc.posts
: All posts of the blog in Mardown format.tags
: Posts are tagged with 1-3 tags. Each tag's Markdown file contains a description of the tag.
README.md
: This file.licenses.md
: Licenses used by posts. It contains the license name and a link to the license.reccomended-sites.md
: A list of sites recommended by the blog's Admin.
Before contributing, please read the section 2 of the Constitution.
There are multiple ways to contribute:
- Write a post.
- Comment on a post.
- Fix a typo.
- Add context to a post.
- Fork this repository.
- Create a description of the post's author in the
authors
folder. - Create a directory for the post in the
posts
folder and put a file namedentry.mdx
in it with the post's content. - Additionally, any image or asset related to the post should be put in the same directory.
- Open a pull request.
Notice that the Admin reserves the right to reject a post according to the constitution.
To contribute with a comment, write the comment in the post's discussion.
Fork the repository, make the changes, and open a pull request. Please add a comment into the post explaining the changes you made and explaining why you made them.
The changes should be approved both by the Admin and the author of the post.