Changes for page Home

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

From version 3.3
edited by chrisby
on 2023/01/27 21:37
Change comment: There is no comment for this version
To version 4.2
edited by chrisby
on 2023/10/12 17:19
Change comment: Update property syntax

Summary

Details

Page properties
Syntax
... ... @@ -1,1 +1,1 @@
1 -XWiki 2.1
1 +Markdown 1.2
Content
... ... @@ -1,32 +1,21 @@
1 -(% style="text-align: justify;" %)
2 -=== Welcome to Crispy Coding! ===
1 +### Welcome to Crispy Coding!
3 3  
4 -(% style="text-align: justify;" %)
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.
3 +This is a knowledge base for topics I encounter in my daily programming life. You'll find tutorials for technical questions, summaries of knowledge areas and tools, and accompanying source code examples. 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 -(% style="text-align: justify;" %)
8 -=== ===
5 +###
9 9  
10 -(% style="text-align: justify;" %)
11 -=== Code Examples ===
7 +### Code Examples
12 12  
13 -(% style="text-align: justify;" %)
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.
9 +When you read articles that refer to source code, it is uploaded to [GitHub](https://github.com/crispy-coding/code-examples). Although the code examples are written in a specific programming language, they are intended to illustrate a more abstract concept, which is the ultimate goal of the article. So even if you are not familiar with the language, understanding previously unknown and language-independent concepts is beneficial to any programmer.
15 15  
16 -(% style="text-align: justify;" %)
17 -=== ===
11 +###
18 18  
19 -(% style="text-align: justify;" %)
20 -=== Contributions ===
13 +### Contributions
21 21  
22 -(% style="text-align: justify;" %)
23 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.
24 24  
25 -(% style="text-align: justify;" %)
26 -=== ===
17 +###
27 27  
28 -(% style="text-align: justify;" %)
29 -=== XWiki ===
19 +### XWiki
30 30  
31 -(% style="text-align: justify;" %)
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.
21 +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:Software Stacks.XWiki.WebHome]] may be of interest to you.