<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.kamaradski.com/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.kamaradski.com/feed.php">
        <title>wiki.kamaradski.com - programming</title>
        <description></description>
        <link>https://wiki.kamaradski.com/</link>
        <image rdf:resource="https://wiki.kamaradski.com/lib/exe/fetch.php?media=wiki:logo.png" />
       <dc:date>2026-04-04T10:15:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.kamaradski.com/doku.php?id=programming:concepts&amp;rev=1678789599&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kamaradski.com/doku.php?id=programming:faq&amp;rev=1678801018&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kamaradski.com/doku.php?id=programming:golang&amp;rev=1678500590&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.kamaradski.com/doku.php?id=programming:terraform&amp;rev=1729519358&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.kamaradski.com/lib/exe/fetch.php?media=wiki:logo.png">
        <title>wiki.kamaradski.com</title>
        <link>https://wiki.kamaradski.com/</link>
        <url>https://wiki.kamaradski.com/lib/exe/fetch.php?media=wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.kamaradski.com/doku.php?id=programming:concepts&amp;rev=1678789599&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-14T10:26:39+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>concepts</title>
        <link>https://wiki.kamaradski.com/doku.php?id=programming:concepts&amp;rev=1678789599&amp;do=diff</link>
        <description>programming concepts

On your journey to learn programming, regardless of which language, you will come across many generic programming concepts that you need to understand and master. Each of these topics is a generic concept in itself; however, its implementation often differs for each programming language.</description>
    </item>
    <item rdf:about="https://wiki.kamaradski.com/doku.php?id=programming:faq&amp;rev=1678801018&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-14T13:36:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>faq</title>
        <link>https://wiki.kamaradski.com/doku.php?id=programming:faq&amp;rev=1678801018&amp;do=diff</link>
        <description>programming f.a.q

Q: What is a &quot;class&quot;, is it a data type, structure, or format?

A: A class is a programming concept that defines a blueprint or template for creating objects that have certain properties (data) and behaviors (methods). It is not a data type, structure, or format, but rather a higher-level construct used in object-oriented programming (OOP) to create objects with specific characteristics and functionality. A class can be thought of as a user-defined data type that encapsulates …</description>
    </item>
    <item rdf:about="https://wiki.kamaradski.com/doku.php?id=programming:golang&amp;rev=1678500590&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-03-11T02:09:50+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>golang</title>
        <link>https://wiki.kamaradski.com/doku.php?id=programming:golang&amp;rev=1678500590&amp;do=diff</link>
        <description>golang cheatsheet and notes

printf formatting verbs

	*  %v - the default format for the value
	*  %T - a Go-syntax representation of the type of the value
	*  %t - the word true or false
	*  %d - decimal integer
	*  %b - binary format
	*  %o - octal format</description>
    </item>
    <item rdf:about="https://wiki.kamaradski.com/doku.php?id=programming:terraform&amp;rev=1729519358&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-10-21T14:02:38+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>terraform</title>
        <link>https://wiki.kamaradski.com/doku.php?id=programming:terraform&amp;rev=1729519358&amp;do=diff</link>
        <description>terraform

variables

variable types

	*  Input Variables: These are used to pass dynamic values to Terraform configurations.
	*  Environment Variables: These are used to set values for Terraform commands or to provide sensitive data.
	*  Output Variables: These are used to expose values from a Terraform configuration to be used by other configurations or by external systems.</description>
    </item>
</rdf:RDF>
