<?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>Archives des Backend -</title>
	<atom:link href="https://edicc.bf/course-category/backend/feed/" rel="self" type="application/rss+xml" />
	<link>https://edicc.bf/course-category/backend/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Jun 2022 15:01:28 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://edicc.bf/wp-content/uploads/2026/01/cropped-EDICC_512x512-32x32.png</url>
	<title>Archives des Backend -</title>
	<link>https://edicc.bf/course-category/backend/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Learn and Understand AngularJS</title>
		<link>https://edicc.bf/courses/learn-and-understand-angularjs/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 05 Jun 2022 15:01:28 +0000</pubDate>
				<guid isPermaLink="false">http://demo.thimpress.com/learnpress/?post_type=lpr_course&#038;p=1711</guid>

					<description><![CDATA[<p>This tutorial is specially designed to help you learn AngularJS as quickly and efficiently as possible.</p>
<p>The post <a href="https://edicc.bf/courses/learn-and-understand-angularjs/">Learn and Understand AngularJS</a> appeared first on <a href="https://edicc.bf"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="tutintro">
<p>AngularJS extends HTML with new attributes.</p>
<p>AngularJS is perfect for Single Page Applications (SPAs).</p>
<p>AngularJS is easy to learn.</p>
<h4>Learn AngularJS now!</h4>
</div>
<hr />
<h4>This Tutorial</h4>
<p>This tutorial is specially designed to help you learn AngularJS as quickly and efficiently as possible.</p>
<p>First, you will learn the basics of AngularJS: directives, expressions, filters, modules, and controllers.</p>
<p>Then you will learn everything else you need to know about AngularJS:</p>
<p>Events, DOM, Forms, Input, Validation, Http, and more.</p>
<p><em>Let&rsquo;s begin!</em></p>
<p>The post <a href="https://edicc.bf/courses/learn-and-understand-angularjs/">Learn and Understand AngularJS</a> appeared first on <a href="https://edicc.bf"></a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>PHP 5 Introduction to coding Tutorial</title>
		<link>https://edicc.bf/courses/php-5-introduction-to-coding-tutorial/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 05 Jun 2022 09:38:02 +0000</pubDate>
				<guid isPermaLink="false">http://demo.thimpress.com/learnpress/?post_type=lpr_course&#038;p=1481</guid>

					<description><![CDATA[<p>This tutorial will introduce you to PHP, a server-side scripting language you can use to make dynamic websites and web applications.</p>
<p>The post <a href="https://edicc.bf/courses/php-5-introduction-to-coding-tutorial/">PHP 5 Introduction to coding Tutorial</a> appeared first on <a href="https://edicc.bf"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<h5>WELCOME TO PHP!</h5>
<div>
<p>This tutorial will introduce you to PHP, a server-side scripting language you can use to make dynamic websites and web applications.</p>
</div>
<hr />
<h5>WHAT YOU SHOULD ALREADY</h5>
<p>Before you continue you should have a basic understanding of the following:</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
</ul>
<hr />
<h5>WHAT IS PHP?</h5>
<ul>
<li>PHP is an acronym for « PHP: Hypertext Preprocessor »</li>
<li>PHP is a widely-used, open source scripting language</li>
<li>PHP scripts are executed on the server</li>
<li>PHP is free to download and use</li>
</ul>
<table id="table1" class="lamp">
<tbody>
<tr>
<th><img  alt="Note" / class="lws-optimize-lazyload" data-src="https://www.w3schools.com/images/lamp.jpg"></th>
<td><strong>PHP is an amazing and popular language!</strong>It is powerful enough to be at the core of the biggest blogging system on the web (WordPress)!<br />
It is deep enough to run the largest social network (Facebook)!<br />
It is also easy enough to be a beginner&rsquo;s first server side language!</td>
</tr>
</tbody>
</table>
<hr />
<h5>WHAT IS A PHP FILE ?</h5>
<ul>
<li>PHP files can contain text, HTML, CSS, JavaScript, and PHP code</li>
<li>PHP code are executed on the server, and the result is returned to the browser as plain HTML</li>
<li>PHP files have extension « .php »</li>
</ul>
<hr />
<h5>WHAT CAN PHP DO?</h5>
<ul>
<li>PHP can generate dynamic page content</li>
<li>PHP can create, open, read, write, delete, and close files on the server</li>
<li>PHP can collect form data</li>
<li>PHP can send and receive cookies</li>
<li>PHP can add, delete, modify data in your database</li>
<li>PHP can be used to control user-access</li>
<li>PHP can encrypt data</li>
</ul>
<p>With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.</p>
<hr />
<h5>WHY PHP?</h5>
<ul>
<li>PHP runs on various platforms (Windows, Linux, Unix, Mac OS X, etc.)</li>
<li>PHP is compatible with almost all servers used today (Apache, IIS, etc.)</li>
<li>PHP supports a wide range of databases</li>
<li>PHP is free. Download it from the official PHP resource: <a href="https://www.php.net/" target="_blank" rel="noopener">www.php.net</a></li>
<li>PHP is easy to learn and runs efficiently on the server side</li>
</ul>
<p><em>Now it&rsquo;s time to check out of this course. Have fun! </em></p>
<p>The post <a href="https://edicc.bf/courses/php-5-introduction-to-coding-tutorial/">PHP 5 Introduction to coding Tutorial</a> appeared first on <a href="https://edicc.bf"></a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Become a PHP Master and Make Money</title>
		<link>https://edicc.bf/courses/become-a-php-master-and-make-money-fast/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 16 Dec 2015 15:40:23 +0000</pubDate>
				<guid isPermaLink="false">http://demo.thimpress.com/eduma/?post_type=lpr_course&#038;p=3363</guid>

					<description><![CDATA[<p>This tutorial will introduce you to PHP, a server-side scripting language you can use to make dynamic websites and web applications.</p>
<p>The post <a href="https://edicc.bf/courses/become-a-php-master-and-make-money-fast/">Become a PHP Master and Make Money</a> appeared first on <a href="https://edicc.bf"></a>.</p>
]]></description>
										<content:encoded><![CDATA[<h4>COURSE DESCRIPTION</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&rsquo;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
<h4>CERTIFICATION</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&rsquo;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
<h4>LEARNING OUTCOMES</h4>
<ul class="thim-list-content">
<li>Over 37 lectures and 55.5 hours of content!</li>
<li>LIVE PROJECT End to End Software Testing Training Included.</li>
<li>Learn Software Testing and Automation basics from a professional trainer from your own desk.</li>
<li>Information packed practical training starting from basics to advanced testing techniques.</li>
<li>Best suitable for beginners to advanced level users and who learn faster when demonstrated.</li>
<li>Course content designed by considering current software testing technology and the job market.</li>
<li>Practical assignments at the end of every session.</li>
<li>Practical learning experience with live project work and examples.</li>
</ul>
<p>The post <a href="https://edicc.bf/courses/become-a-php-master-and-make-money-fast/">Become a PHP Master and Make Money</a> appeared first on <a href="https://edicc.bf"></a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
