Changes for page Home

Last modified by chrisby on 2024/01/11 22:24

From version 3.1
edited by chrisby
on 2022/12/25 14:12
Change comment: There is no comment for this version
To version 3.3
edited by chrisby
on 2023/01/27 21:37
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -2,22 +2,31 @@
2 2  === Welcome to Crispy Coding! ===
3 3  
4 4  (% style="text-align: justify;" %)
5 -This is a knowledge database for topics I come across in my everyday life as a programmer. You'll find useful tutorials for technical questions, summaries of knowledge areas and tools, and accompanying source code examples. The core topics are Kotlin, Clean Coding, Testing, Clean Architecture, DevOps, and Software Usage Guides. At the edges of this website you will find navigation panels with which you can move through the different topics. Most important is the "Navigation" menu at the top left, which represents a hierarchical structure of all topics. There is also the [[Glossary>>doc:.Glossary.WebHome]] that briefly explains some of the terms used on this website.
5 +This is a knowledge base for topics I encounter in my daily programming life. You'll find useful tutorials for technical questions, summaries of knowledge areas and tools, and accompanying source code examples. The core topics are Kotlin, clean coding, testing, clean architecture, DevOps, and software usage guides. At the side of the site you will find navigation panels to help you navigate through the different topics. The most important of these is the "Navigation" menu on the top left, which provides a hierarchical structure of all the topics. There is also a [[Glossary>>Glossary]] which briefly explains some of the terms used on this website.
6 6  
7 7  (% style="text-align: justify;" %)
8 +=== ===
9 +
10 +(% style="text-align: justify;" %)
8 8  === Code Examples ===
9 9  
10 10  (% style="text-align: justify;" %)
11 -When you read articles that refer to source code, it is uploaded [[to GitHub>>url:https://github.com/crispy-coding/code-examples]]. Most code examples are written in Kotlin, but they are usually an example of a more abstract concept, which is the actual goal to be taught. So even if you are not familiar with Kotlin, understanding previously unknown and programming language independent concepts is beneficial for any programmer.
14 +When you read articles that refer to source code, it is uploaded to [[GitHub>>https://github.com/crispy-coding/code-examples]]. Most of the code examples are written in Kotlin, but they are usually an example of a more abstract concept that is the actual goal of the article. So even if you are not familiar with Kotlin, understanding previously unknown and language-independent concepts is beneficial for any programmer.
12 12  
13 13  (% style="text-align: justify;" %)
17 +=== ===
18 +
19 +(% style="text-align: justify;" %)
14 14  === Contributions ===
15 15  
16 16  (% style="text-align: justify;" %)
17 -You are welcome to use the comments feature to express your thoughts about my articles. I am always open to constructive criticism, questions that remained unanswered while reading the articles, and suggestions for topics for future articles.
23 +Feel free to use the comments feature to express your thoughts on my articles. I am always open to constructive criticism, questions that have remained unanswered while reading the articles, and suggestions for topics to be covered in future articles.
18 18  
19 19  (% style="text-align: justify;" %)
26 +=== ===
27 +
28 +(% style="text-align: justify;" %)
20 20  === XWiki ===
21 21  
22 22  (% style="text-align: justify;" %)
23 -This website is powered by an XWiki server. If you want to know more about it, visit the [[official website>>url:https://www.xwiki.org/xwiki/bin/view/Main/WebHome]]. If you intend to set up  your own instance, [[this section>>doc:Tutorials and Guides.XWiki.WebHome]] might be interesting for you.
32 +This site is powered by an XWiki server. If you want to know more about it, visit the [[official website>>https://www.xwiki.org/xwiki/bin/view/Main/WebHome]]. If you are considering setting up your own instance, [[this section>>doc:Tutorials and Guides.XWiki.WebHome]] may be of interest to you.