<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Rust Archives - Tricky Enough</title>
	<atom:link href="https://www.trickyenough.com/tag/rust/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.trickyenough.com/tag/rust/</link>
	<description>Explore and Share the Tech</description>
	<lastBuildDate>Thu, 21 Nov 2024 09:40:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.trickyenough.com/wp-content/uploads/2021/05/favicon-32x32-1.png</url>
	<title>Rust Archives - Tricky Enough</title>
	<link>https://www.trickyenough.com/tag/rust/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">100835972</site>	<item>
		<title>The 5 Programming Languages You Should Start Learning Today</title>
		<link>https://www.trickyenough.com/programming-languages-learning/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=programming-languages-learning</link>
					<comments>https://www.trickyenough.com/programming-languages-learning/#comments</comments>
		
		<dc:creator><![CDATA[Robin Khokhar]]></dc:creator>
		<pubDate>Tue, 11 Jun 2019 10:17:15 +0000</pubDate>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Digital]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[program]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[programming language]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Rust]]></category>
		<guid isPermaLink="false">https://www.trickyenough.com/?p=10274</guid>

					<description><![CDATA[<p>We live in an age where software seems to be pretty much everywhere &#8211; it powers everything from phones and cars to airplanes and Mars rovers. In this day and age, knowing at least the basics of programming is becoming a matter of general literacy &#8211; also, in the right conditions, it can become a...</p>
<p>The post <a href="https://www.trickyenough.com/programming-languages-learning/">The 5 Programming Languages You Should Start Learning Today</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We live in an age where software seems to be pretty much everywhere &#8211; it powers everything from phones and cars to airplanes and Mars rovers. In this day and age, knowing at least the <strong>basics of programming</strong> is becoming a matter of general literacy &#8211; also, in the right conditions, it can become a lucrative career. Not to mention the fact that learning to code&nbsp;<a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://medium.com/datadriveninvestor/coding-is-good-for-your-brain-e067063a493e" target="_blank">can help</a>&nbsp;develop better cognitive skills and reduce the risk of Alzheimer&#8217;s, among others. So, if you ever thought of building a game or wondered&nbsp;<a rel="noreferrer noopener" aria-label=" (opens in a new tab)" href="https://blog.gamingclub.com/how-to-make-your-own-app/" target="_blank">how to make your own app</a>, here are the programming languages you should consider learning.</p>



<h2 class="wp-block-heading">Python</h2>



<p>Python is called a &#8220;high-level general-purpose programming language&#8221; for a reason &#8211; it is used to create everything from web applications to 3D modeling scripts, <a href="https://www.trickyenough.com/artificial-intelligence/" target="_blank" rel="noreferrer noopener" aria-label="artificial intelligence (opens in a new tab)">artificial intelligence</a>, and it can also be used for developing cross-platform or mobile applications. It is a scalable programming language that focuses on the readability of source code which makes it easy to understand, port, and debug.</p>



<h2 class="wp-block-heading">JavaScript</h2>



<p>JavaScript is a client-side script, meaning that it doesn&#8217;t run on a web server but on the computer of the user visiting a website &#8211; and this makes it the language of choice for front-end developers. It is used in website development as much as it is in browser-based gaming, and it is slowly making its way into areas like the Internet of Things and more <a href="https://www.trickyenough.com/hire-game-developer/" target="_blank" rel="noreferrer noopener" aria-label="serious game development (opens in a new tab)">serious game development</a>. Thus, it&#8217;s a must.</p>



<h2 class="wp-block-heading">Rust</h2>



<p>Developed by Mozilla&#8217;s Graydon Hoare, with contributions from Dave Herman, Brendan Eich, and many others, Rust is quickly becoming the programming language of choice for many developers. It is a multi-paradigm systems programming language with a syntax similar to C++ but providing better memory safety and higher performance. It has been used to program software like Mozilla&#8217;s Quantum browser, Fractal (a GNOME instant messaging client) and the operating system called &#8220;Magic Pocket&#8221; used by Dropbox to power its Diskotech petabyte storage machines. Rust is spreading like wildfire as we speak &#8211; you may want to stay in the loop by learning it in 2019.</p>



<h2 class="wp-block-heading">Swift</h2>



<p>Speaking of mobile apps &#8211; if you want to build a successful career as an iOS developer, you should familiarize yourself with Swift. It is a relatively recent programming language &#8211; it was released by Apple in 2014 to serve as a tool to build native iOS, MacOS, watchOS, tvOS, Linux and z/OS apps. It is similar to C in many ways yet it has many more options and operators. Examples of apps built in Swift include the official Firefox and WordPress apps for iOS, among others.</p>



<h2 class="wp-block-heading">HTML, CSS, and PHP</h2>



<p>Last but not least let&#8217;s not forget the &#8220;classics&#8221; &#8211; HTML and CSS. Well, technically, these are not exactly programming languages but rather &#8220;markup&#8221; languages but they control the way a website looks and feels. Even if you don&#8217;t plan to build websites, you should know at least their basics. Think of a case when you want to <a rel="noreferrer noopener" aria-label="modify a WordPress theme (opens in a new tab)" href="https://www.trickyenough.com/custom-wordpress-theme/" target="_blank">modify a WordPress theme</a>, tweak the look and feel of your website and blog or perhaps taking control of the links in your blog posts and make them open in a new window. HTML and CSS are very easy to learn &#8211; and learning them can have surprising benefits.</p>
<p>The post <a href="https://www.trickyenough.com/programming-languages-learning/">The 5 Programming Languages You Should Start Learning Today</a> appeared first on <a href="https://www.trickyenough.com">Tricky Enough</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.trickyenough.com/programming-languages-learning/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10274</post-id>	</item>
	</channel>
</rss>
