<?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: JavaScript Developer</title>
    <description>The latest articles on DEV Community by JavaScript Developer (@javascript_dev_).</description>
    <link>https://dev.to/javascript_dev_</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%2F194392%2F0b290c85-7c53-41a1-8626-bfc953fb27a9.jpg</url>
      <title>DEV Community: JavaScript Developer</title>
      <link>https://dev.to/javascript_dev_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/javascript_dev_"/>
    <language>en</language>
    <item>
      <title>The Complete NumPy course For Data Science : Hands-on NumPy</title>
      <dc:creator>JavaScript Developer</dc:creator>
      <pubDate>Mon, 03 Feb 2020 07:46:21 +0000</pubDate>
      <link>https://dev.to/javascript_dev_/the-complete-numpy-course-for-data-science-hands-on-numpy-8ej</link>
      <guid>https://dev.to/javascript_dev_/the-complete-numpy-course-for-data-science-hands-on-numpy-8ej</guid>
      <description>&lt;p&gt;Learn first step towards Data Science with all important concept of Numerical Python NumPy in Python For Data Science &lt;/p&gt;

&lt;p&gt;It's difficult to describe everything around us with just one number. The world is multidimensional. The data we are consuming, product we use on daily basis, from non living organism to living organism require many feature to fully characterise and quantify it.&lt;/p&gt;

&lt;p&gt;So if you want to learn about fastest python based numerical multi dimensional data processing framework, which is the foundation for many data science package like pandas for data analysis, sklearn scikit-learn for machine learning algorithm, you are at right place.&lt;/p&gt;

&lt;p&gt;This course introduce with all majority of concept of NumPy - numerical python library.&lt;/p&gt;

&lt;p&gt;I will teach from what and why of NumPy to all important concept of N dimension data processing.&lt;/p&gt;

&lt;p&gt;This course covers following topics.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Why and What NumPy is&lt;/li&gt;
&lt;li&gt;NumPy installation&lt;/li&gt;
&lt;li&gt;Creating NumPy array&lt;/li&gt;
&lt;li&gt;Array indexing and slicing&lt;/li&gt;
&lt;li&gt;Array manipulation&lt;/li&gt;
&lt;li&gt;Mathematical &amp;amp; statistical function&lt;/li&gt;
&lt;li&gt;Linear algebra function&lt;/li&gt;
&lt;li&gt;How to persist NumPy array&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Who this course is for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Any Python Developer who is curious about Data Science&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What you'll learn&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You will learn Numpy - Numerical Python Library&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/S5bbwDfjoZg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>python</category>
      <category>machinelearning</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Sending Emails in PHP with PHPMailer</title>
      <dc:creator>JavaScript Developer</dc:creator>
      <pubDate>Mon, 30 Dec 2019 07:06:16 +0000</pubDate>
      <link>https://dev.to/javascript_dev_/sending-emails-in-php-with-phpmailer-1mka</link>
      <guid>https://dev.to/javascript_dev_/sending-emails-in-php-with-phpmailer-1mka</guid>
      <description>&lt;h2&gt;
  
  
  Sending Emails in PHP with PHPMailer
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Learn how to develop a system from scratch that sends emails to users the right way. PHPMailer is one of the most popular open source PHP libraries to send emails with.
&lt;/h3&gt;

&lt;p&gt;Do you already know PHP and you're developing a website that needs email sending? By taking this course you'll learn how to develop a system from scratch that sends emails to users the right way.&lt;/p&gt;

&lt;p&gt;This course will teach you how to add the following features to your PHP website or web application:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Custom Ajax Function Plugin&lt;/li&gt;
&lt;li&gt;Addition Features for element scroll&lt;/li&gt;
&lt;li&gt;Sending mails using PHP Mailer&lt;/li&gt;
&lt;li&gt;Clean email structure to avoid the Spam folder by 99% chances&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Taught by senior web application developer and online instructor Peter Fredrick, this course takes you in easy steps through the entire process.&lt;/p&gt;

&lt;p&gt;What you'll learn&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PHP&lt;/li&gt;
&lt;li&gt;PHP Mailer&lt;/li&gt;
&lt;li&gt;Ajax &amp;amp; Json&lt;/li&gt;
&lt;li&gt;Javascript&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/khMyWHA4Ywc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>php</category>
      <category>webdev</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>An Introduction to Oracle SQL</title>
      <dc:creator>JavaScript Developer</dc:creator>
      <pubDate>Wed, 16 Oct 2019 09:30:36 +0000</pubDate>
      <link>https://dev.to/javascript_dev_/an-introduction-to-oracle-sql-5aah</link>
      <guid>https://dev.to/javascript_dev_/an-introduction-to-oracle-sql-5aah</guid>
      <description>&lt;p&gt;A quick tour of the six principal clauses of the SELECT statement.&lt;/p&gt;

&lt;p&gt;This course is a brief presentation of Oracle SQL. We will install a version of Oracle Express Edition and Oracle SQL Developer for free. We’ll then look at the SELECT statement with its 6 main clauses (SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER BY). Following this, we’ll look at what else you need to know, and resources (which range from FREE to very expensive) which will help you to learn it…&lt;/p&gt;

&lt;p&gt;What you’ll learn&lt;/p&gt;

&lt;p&gt;Either Download and Install Oracle Express Edition and Oracle SQL Developer on your computer - for free&lt;br&gt;
Write your own SELECT statements.&lt;br&gt;
Learn the SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER BY clauses.&lt;br&gt;
Get an easy way to remember the order of these clauses.&lt;br&gt;
Find out what more you need to know, and resources in how to learn it.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/5fPP8WVNqCM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>sql</category>
      <category>database</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>The Complete Guide to Machine Learning with ML.NET</title>
      <dc:creator>JavaScript Developer</dc:creator>
      <pubDate>Fri, 11 Oct 2019 08:44:13 +0000</pubDate>
      <link>https://dev.to/javascript_dev_/the-complete-guide-to-machine-learning-with-ml-net-l46</link>
      <guid>https://dev.to/javascript_dev_/the-complete-guide-to-machine-learning-with-ml-net-l46</guid>
      <description>&lt;p&gt;The Complete Guide to Machine Learning with ML.NET&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;ML.NET - Machine Learning Introduction Welcome to Machine Learning with ML.NET! In this introductory video series we will introduce the concept of Machine Learning, what you can do with various tooling, and how to get started with ML.NET!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;ML.NET Introduction Learn all about what ML.NET is and what you can do with the Framework. You will also see how customers using it, the open source momentum, and a short demo of the experience.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;3.Getting started with ML.NET Learn how you can get started with ML.NET on Windows, Mac, and Linux using tools (ML.NET Model Builder, ML.NET CLI) or code-first using ML.NET API.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Build a ML model for Sentiment Analysis In this video, we will cover how to build a ML model for sentiment analysis of customer reviews using a binary classification algorithm.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Build a ML model for GitHub Issue classification In the world of ML.NET there is a high-volume of interaction with GitHub. This video will teach you how to classify incoming GitHub issues into one of the many tags (labels) using a multi-class classification algorithm.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Build a ML model for predicting taxi fares There are tons of different ways to use the model builder with ML.NET. In this video, we learn how to predict taxi fares based on distance traveled, trip time etc. using a regression algorithm.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Build a ML model for Movie Recommendation Here are even more ways to use the model builder with ML.NET. In this video, we learn how to recommend movies for users using colloborative filtering based recommendation approach.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Deep learning with ML.NET: Image Classification Deep learning enables many more scenarios using sound, images, text and other data types. Learn how to build an Image Classification model to classify flowers (daisies, roses etc.).&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/x-XPfTA8Glk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>machinelearning</category>
      <category>dotnet</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Learn the complete React-Redux front-end system</title>
      <dc:creator>JavaScript Developer</dc:creator>
      <pubDate>Wed, 25 Sep 2019 03:00:07 +0000</pubDate>
      <link>https://dev.to/javascript_dev_/learn-the-complete-react-redux-front-end-system-56j</link>
      <guid>https://dev.to/javascript_dev_/learn-the-complete-react-redux-front-end-system-56j</guid>
      <description>&lt;p&gt;Learn the complete React Developer course with Redux, React-Router, Hooks, Auth0, and more!&lt;/p&gt;

&lt;p&gt;What you’ll learn&lt;/p&gt;

&lt;p&gt;The Most Modern Version of React and Redux&lt;br&gt;
Modern Authentication and Routing Patterns&lt;br&gt;
The Knowledge and Skills to Apply to Front End Jobs&lt;br&gt;
How React Works Under the Hood&lt;br&gt;
The Knowledge to know how different Front End Technologies work together (enough knowledge to impress other engineers)&lt;br&gt;
Modern ES5, ES6, ES7 Javascript Syntax.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/c9yklSh53Zk"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>react</category>
      <category>redux</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Learn SQL from Scratch - PostgreSQL Tutorial for Beginners</title>
      <dc:creator>JavaScript Developer</dc:creator>
      <pubDate>Mon, 12 Aug 2019 09:24:30 +0000</pubDate>
      <link>https://dev.to/javascript_dev_/learn-sql-from-scratch-postgresql-tutorial-for-beginners-17nd</link>
      <guid>https://dev.to/javascript_dev_/learn-sql-from-scratch-postgresql-tutorial-for-beginners-17nd</guid>
      <description>&lt;p&gt;SQL course covering important topics of Business Intelligence for SQL Database ( PostgreSQL ) for Beginners&lt;/p&gt;

&lt;p&gt;Why learn SQL?&lt;/p&gt;

&lt;p&gt;SQL is the most universal and common used database language.It powers the most commonly used database engines like PostgreSQL, SQL Server, SQLite, and MySQL. Simply put,If you want to access databases then yes, you need to know SQL.&lt;br&gt;
It is not really difficult to learn SQL. SQL is not a programming language, it’s a query language. The primary objective where SQL was created was to give the possibility to common people get interested data from database. It is also an English like language so anyone who can use English at a basic level can write SQL query easily.&lt;br&gt;
SQL is one of the most sought-after skills by hiring employers.&lt;br&gt;
How much time does it take to learn SQL?&lt;/p&gt;

&lt;p&gt;SQL is easy but no one can determine the learning time it takes. It totally depends on you. The method we adopted to help you learn SQL quickly starts from the basics and takes you to advanced level within hours. You can follow the same, but remember you can learn nothing without practicing it. Practice is the only way to learn SQL quickly.&lt;br&gt;
What's the difference between SQL and PostgreSQL?&lt;/p&gt;

&lt;p&gt;SQL is a language. Specifically, the "Structured Query Language"&lt;br&gt;
PostgreSQL is one of several database systems, or RDMS (Relational Database Management System). PostgresSQL is one of several RDMS's, others of which are Oracle, Informix, MySQL, and MSQL.&lt;br&gt;
All of these RDMSs use SQL as their language. Each of them have minor variations in the "dialect" of SQL that they use, but it's all still SQL.&lt;br&gt;
Which is better, PostgreSQL or MySQL?&lt;/p&gt;

&lt;p&gt;Both are excellent products with unique strengths, and the choice is often a matter of personal preference.&lt;br&gt;
PostgreSQL offers overall features for traditional database applications, while MySQL focuses on faster performance for Web-based applications.&lt;br&gt;
Open source development will bring more features to subsequent releases of both databases.&lt;/p&gt;

&lt;p&gt;Who uses these databases?&lt;/p&gt;

&lt;p&gt;Here are a few examples of companies that use PostgreSQL: Apple, BioPharm, Etsy, IMDB, Macworld, Debian, Fujitsu, Red Hat, Sun Microsystem, Cisco, Skype.&lt;br&gt;
What's special about this course?&lt;/p&gt;

&lt;p&gt;The course is created on the basis of three pillars of learning:&lt;/p&gt;

&lt;p&gt;Know (Study): We have created a set of concise and comprehensive videos to teach you all the SQL related skills you will need in your professional career.&lt;br&gt;
  Do (Practice): We also provide Exercises to complement the learning from the lecture video. These exercises are carefully designed to further clarify the concepts and help you with implementing the concepts on practical problems faced on-the-job.&lt;br&gt;
  Review (Self feedback): Check if you have learnt the concepts by executing your code and analyzing the result set. Ask questions in the discussion board if you face any difficulty.&lt;/p&gt;

&lt;p&gt;What you'll learn&lt;/p&gt;

&lt;p&gt;Knowledge of all the basic SQL commands&lt;br&gt;
  Become proficient in SQL queries like SELECT, CREATE and ALTER&lt;br&gt;
  Solid understanding of SQL&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/6kL-Mn2ZbuI"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>sql</category>
      <category>webdev</category>
      <category>tutorial</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Angular Tutorial - Learn Angular from Scratch</title>
      <dc:creator>JavaScript Developer</dc:creator>
      <pubDate>Tue, 23 Jul 2019 04:33:44 +0000</pubDate>
      <link>https://dev.to/javascript_dev_/angular-tutorial-learn-angular-from-scratch-4g77</link>
      <guid>https://dev.to/javascript_dev_/angular-tutorial-learn-angular-from-scratch-4g77</guid>
      <description>&lt;p&gt;This course is for beginners who are curious on how to get started with Angular. In this course you will learn how to download, install and play around with Angular. We teach you the main components of Angular, so that you can get up and running with it asap. You will learn now to start building applications with Angular.&lt;/p&gt;

&lt;p&gt;Learning Angular can be a daunting experience that's why this course was created; to give you an easier learning experience with it.&lt;/p&gt;

&lt;p&gt;What am I going to get from this course?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You will learn the mayor fundamentals of Angular&lt;/li&gt;
&lt;li&gt;You will learn how to get up and running with Angular&lt;/li&gt;
&lt;li&gt;You will learn to create Applications using Angular 5 and beyond&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What you'll learn&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;You will learn the mayor fundamentals of Angular&lt;/li&gt;
&lt;li&gt;You will learn how to get up and running with Angular&lt;/li&gt;
&lt;li&gt;You will learn to create Applications using Angular 5 and beyond&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/8wzVixo4QfQ"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>angular</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Getting Started with Node.js</title>
      <dc:creator>JavaScript Developer</dc:creator>
      <pubDate>Sat, 13 Jul 2019 02:22:59 +0000</pubDate>
      <link>https://dev.to/javascript_dev_/getting-started-with-node-js-4php</link>
      <guid>https://dev.to/javascript_dev_/getting-started-with-node-js-4php</guid>
      <description>&lt;p&gt;Learn to leverage the power of server-side Javascript with this Node.js introductory tutorial. We’ll dive into Node’s architecture and understand the build and dependency management systems involved. Several modules for Node will be demoed, and we’ll learn how to debug Node applications within an IDE. You’ll come away with an understanding of what sets Node apart from traditional Javascript, it’s inherently asynchronous and event-driven architecture, and take a look at some real world applications built on Node.&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/DjM0wSpzJj8"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>node</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
