<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: yedukondalu</title>
    <description>The latest articles on DEV Community by yedukondalu (@yedukondalu319).</description>
    <link>https://dev.to/yedukondalu319</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F190274%2Fb3e71e82-748c-4fcf-b0f3-73068cdea611.png</url>
      <title>DEV Community: yedukondalu</title>
      <link>https://dev.to/yedukondalu319</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yedukondalu319"/>
    <language>en</language>
    <item>
      <title>What is the best resource for learning AWS?</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Mon, 29 Jul 2019 06:21:30 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/what-is-the-best-resource-for-learning-aws-1e0o</link>
      <guid>https://dev.to/yedukondalu319/what-is-the-best-resource-for-learning-aws-1e0o</guid>
      <description>&lt;p&gt;A team of global experts have compiled this list of Best AWS Training, Course, Class and Tutorial for AWS Amazon Certification in 2019. These training and courses available online are best suited for Certified Solutions Architect – Associate, Certified Developer – Associate as well as Certified SysOps Administrator – Associate. 23,000+ people have benefited from this compilation so far.&lt;br&gt;
10 Best AWS Training, Course &amp;amp; Tutorial Online to crack Amazon AWS Certification 2019&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;1. AWS Certified Solutions Architect – Associate 2019 (Udemy)
2. AWS Certified Developer – (Simpliv)
3. AWS Fundamentals: Building Serverless Applications by AWS (Coursera)
4. Amazon Web Services (AWS) Fundamentals for System Administrators (Pluralsight)
5. AWS Certified Solutions Architect Associate Exam Mastery 2019 (Dolfined)
6. AWS Certified SysOps Administrator – Associate (Udemy)
7. AWS Certified Associate (CSAA, CSOA &amp;amp; CDVA) Bundle (Udemy)
8. AWS Certified DevOps Engineer (Pluralsight)
9. Amazon Web Services Essential Training (LinkedIn Learning – Lynda)
10. Cert Prep: AWS Certified Solutions Architect – Associate (LinkedIn Learning – Lynda)
Bonus Courses
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Click Here to Continue Reading: &lt;a href="https://simpliv.wordpress.com/2019/07/29/what-is-the-best-resource-for-learning-aws/"&gt;https://simpliv.wordpress.com/2019/07/29/what-is-the-best-resource-for-learning-aws/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
    </item>
    <item>
      <title>What is the best way to learn JavaScript?</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Fri, 26 Jul 2019 06:21:09 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/what-is-the-best-way-to-learn-javascript-1j93</link>
      <guid>https://dev.to/yedukondalu319/what-is-the-best-way-to-learn-javascript-1j93</guid>
      <description>&lt;p&gt;The following book list is a curated set of known and reputable resources. The links provided go to the publisher’s or author’s page for the book itself. Do not change or remove these links—doing so will get you reported.&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;JavaScript: The Definitive Guide by David Flanagan
Effective JavaScript: 68 Specific Ways to Harness the Power of JavaScript (Effective Software Development Series) by David Herman
Eloquent JavaScript: A Modern Introduction to Programming by Marijn Haverbeke
You Don’t Know JS: Up &amp;amp; Going by Kyle Simpson
You Don’t Know JS: Scope &amp;amp; Closures by Kyle Simpson
You Don’t Know JS: this &amp;amp; Object Prototypes by Kyle Simpson
You Don’t Know JS: ES6 &amp;amp; Beyond by Kyle Simpson
JavaScript: The Good Parts by Douglas Crockford
Pro JavaScript Design Patterns by Dustin Diaz &amp;amp; Ross Harmes
Head First JavaScript Programming by Eric T. Freeman &amp;amp; Elisabeth Robson
Secrets of the JavaScript Ninja by John Resig &amp;amp; Bear Bibeault
High Performance JavaScript (Build Faster Web Application Interfaces) by Nicholas C. Zakas
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Click Here to continue: &lt;a href="https://simpliv.wordpress.com/2019/07/26/what-is-the-best-way-to-learn-javascript/"&gt;https://simpliv.wordpress.com/2019/07/26/what-is-the-best-way-to-learn-javascript/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>What Does JavaScript Do? 10 things to learn on the way to becoming a JavaScript Master</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Thu, 25 Jul 2019 04:57:20 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/what-does-javascript-do-10-things-to-learn-on-the-way-to-becoming-a-javascript-master-5bm4</link>
      <guid>https://dev.to/yedukondalu319/what-does-javascript-do-10-things-to-learn-on-the-way-to-becoming-a-javascript-master-5bm4</guid>
      <description>&lt;p&gt;JavaScript is one of the world’s most popular programming languages, primarily used to add automation, animations and interactivity to Web pages. Web developers use JavaScript for anything from automating simple tasks to creating complex Web pages that behave like desktop software applications. JavaScript is also used beyond the Web in software, servers and embedded hardware controls.&lt;br&gt;
Run JavaScript in Web Pages&lt;/p&gt;

&lt;p&gt;Used in Web pages, JavaScript is a “client-side” programming language. This means JavaScript scripts are read, interpreted and executed in the client, which is your Web browser. By comparison, “server-side” programming languages run on a remote computer, such as a server hosting a website. The client-side nature of JavaScript allows developers to add interactive features that change and update a Web page without reloading a new copy of the page from the website.&lt;br&gt;
Implement Basic Automation&lt;/p&gt;

&lt;p&gt;In addition to standard programming language features, such as text manipulation and math calculations, JavaScript can access a wealth of information about the browser and the Web page it runs in. JavaScript can use this information to write a custom greeting based on the time of day, add the Web page address in the page footer and optimize the Web page based on the browser you are using.&lt;/p&gt;

&lt;p&gt;Click Here to continue: &lt;a href="https://simpliv.wordpress.com/2019/07/25/what-does-javascript-do-10-things-to-learn-on-the-way-to-becoming-a-javascript-master/"&gt;https://simpliv.wordpress.com/2019/07/25/what-does-javascript-do-10-things-to-learn-on-the-way-to-becoming-a-javascript-master/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ja</category>
    </item>
    <item>
      <title>How to learn JavaScript quickly?</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Wed, 24 Jul 2019 07:01:33 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/how-to-learn-javascript-quickly-20fg</link>
      <guid>https://dev.to/yedukondalu319/how-to-learn-javascript-quickly-20fg</guid>
      <description>&lt;p&gt;What is JavaScript?&lt;/p&gt;

&lt;p&gt;How to learn JavaScript quickly1.jpg&lt;/p&gt;

&lt;p&gt;JavaScript is an Object Oriented Programming language that is primarily used to create interactive web-based interfaces. Does that sound too technical? Well, let us understand a few examples:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;When you hover your mouse over a button, the button lightens up indicating that it is clickable.
While browsing Facebook, when you click on the name of your friend, a chat window pops up.
When you search for a tutorial in Hackr.io website, you instantly get the search results.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;In all of the above examples, you do some action (hovering, clicking, typing) and in return, something happens. This interactivity is exactly where JavaScript comes into the picture. JavaScript captures these actions/events and based on that it takes some action/trigger. It is JavaScript that provides you the interactivity in the frontend.&lt;/p&gt;

&lt;p&gt;HTML provides the content, CSS provides the look and feel of this content, JavaScript provides interactivity over this content. Without JavaScript, the web experience would be quite boring.&lt;/p&gt;

&lt;p&gt;Another place where JavaScript is widely used is in backend development using modern web frameworks like NodeJS. In fact, there is a popular web stack called as MEAN stack which comprises for MongoDB, ExpressJS, AngularJS, and NodeJS.&lt;/p&gt;

&lt;p&gt;Every web application has 2 parts – the backend part, which is the server side logic and the frontend part, which is what the clients will see in the browser. Common backend programming languages are PHP, Java (don’t confuse Java with JavaScript), Python, etc. The issue in using these programming languages is that the organization has to hire backend developers who are skilled in one of these programming languages and frontend developers who are skilled in JavaScript.&lt;/p&gt;

&lt;p&gt;Click Here to continue: &lt;a href="https://simpliv.wordpress.com/2019/07/24/how-to-learn-javascript-quickly/"&gt;https://simpliv.wordpress.com/2019/07/24/how-to-learn-javascript-quickly/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>10 Popular JavaScript Frameworks for 2019</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Tue, 23 Jul 2019 06:35:37 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/10-popular-javascript-frameworks-for-2019-4epl</link>
      <guid>https://dev.to/yedukondalu319/10-popular-javascript-frameworks-for-2019-4epl</guid>
      <description>&lt;p&gt;JavaScript is growing fast, it’s becoming more native, but most importantly — it’s becoming more stable. The number of web development frameworks that have come into the JavaScript sphere in the last years has really boomed. Many of the frameworks have already established huge communities around them, Angular, Meteor and React to name a few. In today’s post we will be taking a closer look at the currently most popular JavaScript frameworks. We strongly believe that these frameworks will be seeing a lot of growth, engagement, and exposure. Please share with us your personal experiences with the frameworks that you have used from our list as we would love to hear more input about the use cases for each individual framework.&lt;/p&gt;

&lt;p&gt;When it comes to Web Development, JavaScript frameworks are one of the most favored platforms for developers &amp;amp; businesses in today’s time. Possibly, you have had a chance to experiment with one or two of the popular JavaScript Frameworks too. However, somewhere in your mind, you are still a little unsure about the best one to devote yourself to mastering or suggest your developer to opt for your next web development project.&lt;/p&gt;

&lt;p&gt;This is quite obvious. JavaScript is moving at a breakneck pace and there is constant pressure to add new skills to your repository. In order to do that, knowing and understanding more of the top JavaScript Frameworks in today’s time is necessary. After thorough voting by 300+ developers at Simpliv, we shortlisted a few of them and here they are:&lt;br&gt;
10 Popular JavaScript Frameworks for 2019&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Angular&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;One of the most powerful, efficient, and open-source JavaScript frameworks is Angular. This framework is operated by the Google and is basically implemented to use for developing Single Page Application (SPA). It extends the HTML into the application and interprets the attributes in order to perform data binding.&lt;/p&gt;

&lt;p&gt;Click here to continue reading: &lt;a href="https://simpliv.wordpress.com/2019/07/23/10-popular-javascript-frameworks-for-2019/"&gt;https://simpliv.wordpress.com/2019/07/23/10-popular-javascript-frameworks-for-2019/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Learn JavaScript Basics with These 10 Free Resources</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Mon, 22 Jul 2019 07:20:28 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/learn-javascript-basics-with-these-10-free-resources-20l1</link>
      <guid>https://dev.to/yedukondalu319/learn-javascript-basics-with-these-10-free-resources-20l1</guid>
      <description>&lt;p&gt;This is the first post of a series called ‘Learn JavaScript for Free’ – in these chapters you will find excellent materials and a roadmap for learning JS from scratch. As the JavaScript community is one of the best out there, the series will entirely rely on free JavaScript resources&lt;/p&gt;

&lt;p&gt;If you are looking to learn JavaScript, or just want to brush up on the JavaScript basics, then you are in luck. There are currently some amazing resources available online to help you understand and get to grips with JavaScript. And even better, most of the are free.&lt;/p&gt;

&lt;p&gt;In this article, I have put together a variety of free resources (in no particular order) that you can easily access to help you learn the JavaScript basics. From courses and videos, to written guides and blogs, there is something here for everyone. Enjoy…&lt;br&gt;
Why Learn JavaScript Now?&lt;/p&gt;

&lt;p&gt;JavaScript is almost everywhere: in your browser, web apps, mobile apps, cloud services, even IoT devices. It’s easy to get started with it as all you need is a plain text editor and a browser. It is a beginner friendly language, with an awesome community around it.&lt;/p&gt;

&lt;p&gt;You can code both frontend and backend with JavaScript, which makes it extremely useful.&lt;/p&gt;

&lt;p&gt;Click here to continue: &lt;a href="https://simpliv.wordpress.com/2019/07/22/learn-javascript-basics-with-these-10-free-resources/"&gt;https://simpliv.wordpress.com/2019/07/22/learn-javascript-basics-with-these-10-free-resources/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
    <item>
      <title>Learn 7 Basics of Java Programming to Start Coding Today</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Fri, 19 Jul 2019 07:30:47 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/learn-7-basics-of-java-programming-to-start-coding-today-5d34</link>
      <guid>https://dev.to/yedukondalu319/learn-7-basics-of-java-programming-to-start-coding-today-5d34</guid>
      <description>&lt;p&gt;I probably don’t need to tell you that without mastering basics in Java or any programming language, you cannot do coding efficiently.&lt;/p&gt;

&lt;p&gt;Whether you are a recent graduate who is looking to learn a major programming language like Java or an experienced programmer who wants to increase the potential for future career growth, having a solid knowledge of basic concepts of Java is must.  Java is an easy programming language for one who has paid attention to the basics, however, it can be equally frustrating for one who tries to take the shortcut.&lt;/p&gt;

&lt;p&gt;If any of the above points sounds familiar, I have a great news: There are 7 basics concepts of Java which can help you to start coding better right today. You can also find a list of Java online courseswhich will cover these basics concepts and their application in detail. Let’s get started with our discussion….&lt;br&gt;
Click here to continue: &lt;a href="https://blog.simpliv.com/learn-7-basics-of-java-programming-to-start-coding-today/"&gt;https://blog.simpliv.com/learn-7-basics-of-java-programming-to-start-coding-today/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>java</category>
    </item>
    <item>
      <title>Top 50 PHP Blogs And Websites for PHP Developers To Follow in 2019</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Fri, 19 Jul 2019 07:29:56 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/top-50-php-blogs-and-websites-for-php-developers-to-follow-in-2019-2ha</link>
      <guid>https://dev.to/yedukondalu319/top-50-php-blogs-and-websites-for-php-developers-to-follow-in-2019-2ha</guid>
      <description>&lt;p&gt;PHP Blogs List.&lt;br&gt;
The Best PHP blogs from thousands of top PHP blogs in our index using search and social metrics. Data will be refreshed once a week. Also check out Top PHP Youtube Channels list for Top videos on PHP.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Planet PHP Blog&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Planet PHP Blog&lt;/p&gt;

&lt;p&gt;About Blog Planet PHP Blog covers all PHP news in one place. A close to complete list of all important PHP related weblogs.&lt;br&gt;
Frequency about 8 posts per week.&lt;br&gt;
Blog planet-php.net&lt;br&gt;
Facebook fans n/a. Twitter followers 63,700.View Latest Posts ▸&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Reddit – PHP: The latest news in the PHP world&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Reddit - PHP: The latest news in the PHP world&lt;/p&gt;

&lt;p&gt;About Blog Ask questions about frameworks, try your hand at php golf and strike gold or simply show off your latest work.&lt;br&gt;
Frequency about 56 posts per week.&lt;br&gt;
Blog reddit.com/r/PHP&lt;br&gt;
Facebook fans 1,285,479. Twitter followers 629,358.View Latest Posts ▸&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The Zend Blog&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The Zend Blog&lt;/p&gt;

&lt;p&gt;About Blog Read the latest PHP trends and best practices in the world of cloud, mobile and web application development on the Zend blog, featuring thought leaders from the PHP community&lt;br&gt;
Frequency about 2 posts per month.&lt;br&gt;
Blog blog.zend.com&lt;br&gt;
Facebook fans 51,466. Twitter followers 47,715.View Latest Posts ▸&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;PHP Classes Blog&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;PHP Classes Blog&lt;br&gt;
 click here to continue: &lt;a href="https://simpliv.wordpress.com/2019/07/19/top-50-php-blogs-and-websites-for-php-developers-to-follow-in-2019/"&gt;https://simpliv.wordpress.com/2019/07/19/top-50-php-blogs-and-websites-for-php-developers-to-follow-in-2019/&lt;/a&gt;&lt;br&gt;
About Blog Follow PHPClasses for early insights about upcoming site features. Free ready to use contributed PHP class scripts, book reviews, jobs, specialist forums.&lt;br&gt;
Frequency about 1 post per week.&lt;br&gt;
Blog phpclasses.org/blog&lt;br&gt;
Facebook fans n/a. Twitter followers 47,690.View Latest Posts ▸&lt;/p&gt;

</description>
      <category>php</category>
    </item>
    <item>
      <title>
Top 100 PHP Interview Questions and Answers</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Thu, 18 Jul 2019 06:40:03 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/top-100-php-interview-questions-and-answers-19lh</link>
      <guid>https://dev.to/yedukondalu319/top-100-php-interview-questions-and-answers-19lh</guid>
      <description>&lt;p&gt;PHP is the most popular scripting language on the web. Without PHP Facebook, Yahoo, Google wouldn’t have exist. The course is geared to make you a PHP pro. Once you digest all basics, the course will help you create your very own Opinion Poll application.&lt;/p&gt;

&lt;p&gt;1) What is PHP?&lt;/p&gt;

&lt;p&gt;PHP is a web language based on scripts that allow developers to dynamically create generated web pages.&lt;/p&gt;

&lt;p&gt;2) What do the initials of PHP stand for?&lt;/p&gt;

&lt;p&gt;PHP means PHP: Hypertext Preprocessor.&lt;/p&gt;

&lt;p&gt;3) Which programming language does PHP resemble?&lt;/p&gt;

&lt;p&gt;PHP syntax resembles Perl and C&lt;/p&gt;

&lt;p&gt;4) What does PEAR stand for?&lt;/p&gt;

&lt;p&gt;PEAR means “PHP Extension and Application Repository”. It extends PHP and provides a higher level of programming for web developers.&lt;/p&gt;

&lt;p&gt;5) What is the actually used PHP version?&lt;/p&gt;

&lt;p&gt;Version 7.1 or 7.2 is the recommended version of PHP.&lt;/p&gt;

&lt;p&gt;6) How do you execute a PHP script from the command line?&lt;/p&gt;

&lt;p&gt;Just use the PHP command line interface (CLI) and specify the file name of the script to be executed as follows:&lt;/p&gt;

&lt;p&gt;php script.php&lt;/p&gt;

&lt;p&gt;7) How to run the interactive PHP shell from the command line interface?&lt;/p&gt;

&lt;p&gt;Just use the PHP CLI program with the option -a as follows:&lt;/p&gt;

&lt;p&gt;php -a&lt;/p&gt;

&lt;p&gt;8) What is the correct and the most two common way to start and finish a PHP block of code?&lt;/p&gt;

&lt;p&gt;The two most common ways to start and finish a PHP script are:&lt;/p&gt;

&lt;p&gt;&amp;lt;?php [   ---  PHP code---- ] ?&amp;gt; and &amp;lt;? [---  PHP code  ---] ?&amp;gt;&lt;/p&gt;

&lt;p&gt;9) How can we display the output directly to the browser?&lt;/p&gt;

&lt;p&gt;To be able to display the output directly to the browser, we have to use the special tags &amp;lt;?= and ?&amp;gt;.&lt;/p&gt;

&lt;p&gt;10) What is the main difference between PHP 4 and PHP 5?&lt;/p&gt;

&lt;p&gt;PHP 5 presents many additional OOP (Object Oriented Programming) features.&lt;/p&gt;

&lt;p&gt;11) Is multiple inheritance supported in PHP?&lt;/p&gt;

&lt;p&gt;PHP supports only single inheritance; it means that a class can be extended from only one single class using the keyword ‘extended’.&lt;/p&gt;

&lt;p&gt;12) What is the meaning of a final class and a final method?&lt;/p&gt;

&lt;p&gt;‘final’ is introduced in PHP5. Final class means that this class cannot be extended and a final method cannot be overridden.&lt;/p&gt;

&lt;p&gt;13) How is the comparison of objects done in PHP?&lt;/p&gt;

&lt;p&gt;We use the operator ‘==’ to test is two objects are instanced from the same class and have same attributes and equal values. We can test if two objects are referring to the same instance of the same class by the use of the identity operator ‘===’.&lt;/p&gt;

&lt;p&gt;14) How can PHP and HTML interact?&lt;/p&gt;

&lt;p&gt;It is possible to generate HTML through PHP scripts, and it is possible to pass pieces of information from HTML to PHP.&lt;/p&gt;

&lt;p&gt;15) What type of operation is needed when passing values through a form or an URL?&lt;/p&gt;

&lt;p&gt;If we would like to pass values through a form or an URL, then we need to encode and to decode them using htmlspecialchars() and urlencode().&lt;/p&gt;

&lt;p&gt;16) How can PHP and Javascript interact?&lt;/p&gt;

&lt;p&gt;PHP and Javascript cannot directly interact since PHP is a server side language and Javascript is a client-side language. However, we can exchange variables since PHP can generate Javascript code to be executed by the browser and it is possible to pass specific variables back to PHP via the URL.&lt;/p&gt;

&lt;p&gt;17) What is needed to be able to use image function?&lt;/p&gt;

&lt;p&gt;GD library is needed to execute image functions.&lt;/p&gt;

&lt;p&gt;Click here to continue: &lt;a href="https://simpliv.wordpress.com/2019/07/18/top-100-php-interview-questions-and-answers/"&gt;https://simpliv.wordpress.com/2019/07/18/top-100-php-interview-questions-and-answers/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
    </item>
    <item>
      <title>Step By Step PHP Language For Beginners With Examples</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Wed, 17 Jul 2019 06:49:47 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/step-by-step-php-language-for-beginners-with-examples-56lc</link>
      <guid>https://dev.to/yedukondalu319/step-by-step-php-language-for-beginners-with-examples-56lc</guid>
      <description>&lt;p&gt;Introduction&lt;/p&gt;

&lt;p&gt;Interested in creating your own website? Ever wondered how cool is it to have a website that has a log-in/log-out functionality? Want to learn how to Create, Read, Update or Delete(CRUD) records in a database? Have you lost track on your previous tutorials? Well, I’m going to teach you how to create one from scratch where in you will know every single details on how the code works. If you are new to back-end web development, this tutorial is for you. I’ll explain everything in detail so that you won’t have to research some particular methods being used. We won’t be using any frameworks to keep things simple. Also I won’t be focusing on the websites design since were after the functionalities though, it’s easy to implement the design. What will be doing is a simple item list when the users is logged in.&lt;br&gt;
Topic Contents:&lt;br&gt;
1.) Setting up your server&lt;/p&gt;

&lt;p&gt;Now that your all set and go, as the basics of programming goes, let’s start by creating a simple shoutout of “hello world” in our server.&lt;/p&gt;

&lt;p&gt;First of, go to the directory where you installed your XAMPP (Commonly in C:\xampp). From there go to the htdocs folder (Commonly in C:\xampp\htdocs) and create a folder named “MyFirstWebsite“. &lt;br&gt;
Click here to continue: &lt;a href="https://simpliv.wordpress.com/2019/07/17/step-by-step-php-language-for-beginners-with-examples/"&gt;https://simpliv.wordpress.com/2019/07/17/step-by-step-php-language-for-beginners-with-examples/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
    </item>
    <item>
      <title>Is PHP dead? What is the job outlook and future of PHP in the next five years?</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Tue, 16 Jul 2019 06:18:24 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/is-php-dead-what-is-the-job-outlook-and-future-of-php-in-the-next-five-years-i3m</link>
      <guid>https://dev.to/yedukondalu319/is-php-dead-what-is-the-job-outlook-and-future-of-php-in-the-next-five-years-i3m</guid>
      <description>&lt;p&gt;PHP is far from dead. Since we get similar questions all the time, I am just going to repeat an answer from another discussion.&lt;/p&gt;

&lt;p&gt;Is PHP still relevant as of 2019?&lt;/p&gt;

&lt;p&gt;COBOL, a 1959 dinosaur language deployed on few tens of thousands installations is still relevant in 2019.&lt;/p&gt;

&lt;p&gt;PHP is actively developed on 2019 and deployed on several hundreds of millions installations.&lt;/p&gt;

&lt;p&gt;Therefore even just the “still widely used in many web apps” is plenty enough to justify learning it.&lt;/p&gt;

&lt;p&gt;Plus, PHP is so easy to learn and used everywhere that not knowing it is:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;a bad reference on your curriculum,
like not knowing any shell or bash command. Sure, you can ignore those but it shows the moment you are assigned some simple tasks. Your boss will know. Your colleagues will know.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Is PHP good for anything?&lt;/p&gt;

&lt;p&gt;PHP, especially after version 7.0, is fast, simple, very syntax rich. It comes with embedded security libraries while being the cheapest language available on every host provider.&lt;br&gt;
PHP runs on multiple CPU cores (Node.js needs additional work) and can be used both as sync and async (like Node.js) with an additional script.&lt;/p&gt;

&lt;p&gt;PHP implements type hinting, interfaces, facades, traits, singletons, closures, structured exceptions, generic containers, iterators, namespaces, packages (Composer, akin to npm), unit tests, continuous integration…&lt;br&gt;
It comes with thousands of packaged (and stand-alone) libraries, MVC / REST frameworks. Some, in example Laravel, are an industry standard.&lt;br&gt;
And all of this can be learned one bit at a time, because basic PHP is as simple as writing “print(“Hello world”);”. Even a child can learn PHP.&lt;br&gt;
As such, you can find cheap PHP developers everywhere in the world, not just in California.&lt;br&gt;
click here to continue reading: &lt;a href="https://simpliv.wordpress.com/2019/07/16/is-php-dead-what-is-the-job-outlook-and-future-of-php-in-the-next-five-years/"&gt;https://simpliv.wordpress.com/2019/07/16/is-php-dead-what-is-the-job-outlook-and-future-of-php-in-the-next-five-years/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
    </item>
    <item>
      <title>
PHP Frameworks Guide &amp; Top 10 Best PHP Framework 2019</title>
      <dc:creator>yedukondalu</dc:creator>
      <pubDate>Mon, 15 Jul 2019 06:02:36 +0000</pubDate>
      <link>https://dev.to/yedukondalu319/php-frameworks-guide-top-10-best-php-framework-2019-a5j</link>
      <guid>https://dev.to/yedukondalu319/php-frameworks-guide-top-10-best-php-framework-2019-a5j</guid>
      <description>&lt;p&gt;PHP is used by almost 83% of websites across the world and is thus one of the widely used languages for web design and development throughout the world. Rasmond Lerdoff did not develop it as a programming language. It originated simply to manage his personal website. But later the official version was released in 1997 after many months of beta tests and improvement work. PHP was earlier abbreviated as Personal Home Page but it is better known as Hypertext Preprocessor now.&lt;/p&gt;

&lt;p&gt;The latest version PHP 7 was aimed to optimize PHP performance by refactoring the Zend Engine and make use of more compact data structures with improved cache locality while retaining near-complete language compatibility. A framework is used for its faster development, easier maintainability, fewer issues, and better security reasons.&lt;br&gt;
Why use a top PHP Framework?&lt;/p&gt;

&lt;p&gt;There are some pretty reasons for using PHP frameworks:&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Organization of code and file is extremely easy
Numerous libraries and tools are available that can help in form validation, database abstraction, input/output filtering, session, and cookie handling, and managing email, calendar, and pagination etc.
Most of the frameworks follow MVC model architecture
Frameworks help out with less code which ultimately speeds up development
Frameworks come with various input and output filtering functions that add an additional security layer to protect the website against certain attacks.
Frameworks suit well to teamwork
With active community support, frameworks come with a solution for any query very quickly
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Line Up of Best PHP Frameworks in 2019&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Laravel&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It continues to be the most favored and widely used PHP framework since 2015. Laravel simplifies the authorization logic and control access to resources. It supports object-oriented libraries that come along with many pre-installed features. Tools like Artisan are included and help perform tedious programming tasks which are otherwise manually performed by most of the programmers. It also has support for MVC architecture like Symphony that ensures clarity in logic and presentation.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;CakePHP&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The best thing about CakePHP is its 100% backward compatibility that makes it instantly upgradable. Although it does not adapt to newer PHP habits it has shown some consistency in form of stable releases. Going with Fat Models, Skinny Controller and automatic routing approach imply most of the work is automated.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Zend Framework&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Re-usability of code is the biggest advantage of Zend framework. Imbibing all the goodness of object-oriented approach, making use of just what you need and removing other things, a package full of tools, components, and libraries, liberty to choose own model, a large community with elaborated documentation acts as an addendum to its richness and usability.&lt;/p&gt;

&lt;p&gt;click Here to continue reading: &lt;a href="https://simpliv.wordpress.com/2019/07/15/php-frameworks-guide-top-10-best-php-framework-2019/"&gt;https://simpliv.wordpress.com/2019/07/15/php-frameworks-guide-top-10-best-php-framework-2019/&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
