<?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: Dev Learner</title>
    <description>The latest articles on DEV Community by Dev Learner (@dev_learner).</description>
    <link>https://dev.to/dev_learner</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%2F779390%2F9b5e4a26-6e99-41cb-a910-d91cf320aecb.png</url>
      <title>DEV Community: Dev Learner</title>
      <link>https://dev.to/dev_learner</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dev_learner"/>
    <language>en</language>
    <item>
      <title>CRUD Operation</title>
      <dc:creator>Dev Learner</dc:creator>
      <pubDate>Wed, 29 Dec 2021 19:50:54 +0000</pubDate>
      <link>https://dev.to/dev_learner/crud-operation-3i8h</link>
      <guid>https://dev.to/dev_learner/crud-operation-3i8h</guid>
      <description>&lt;p&gt;CRUD Operation:&lt;br&gt;
CRUD stands for Create, Read, Update and Delete. CRUD operation is a widely used operation in the database.&lt;br&gt;
The importance of a database for dynamically representing a website is immense. And all the information sent to this database is again taken from this database to show any information on the website with the help of this CRUD operation.&lt;/p&gt;

&lt;p&gt;Currently two types of database systems are used. A relational database such as SQL, SQL Server. On the other hand, non-relational database systems such as MongoDB.&lt;br&gt;
Databases are created using a variety of backend applications. The codes for such a well-known backend application node JS.&lt;/p&gt;

&lt;p&gt;Create Operation: Databases are created in the database using the Create operation. Inside it, information can be sent in the form of various collections. All collections of such orders are in one place. All product collections in one place etc.&lt;/p&gt;

&lt;p&gt;Read Operation: Any data is read easily through read operation.&lt;/p&gt;

&lt;p&gt;Update Operation: Any Data is update easily throw update operation.you can update your data of your database,you will use update operation.&lt;/p&gt;

&lt;p&gt;Delete Operation: &lt;br&gt;
You can delete any data from Database,you will use delete operation.&lt;br&gt;
Only press delete button,you can delete data from Database.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Hooks</title>
      <dc:creator>Dev Learner</dc:creator>
      <pubDate>Tue, 28 Dec 2021 19:35:58 +0000</pubDate>
      <link>https://dev.to/dev_learner/hooks-4d7p</link>
      <guid>https://dev.to/dev_learner/hooks-4d7p</guid>
      <description>&lt;p&gt;React's new feature is the React hook.It has made many difficult things easier since it came. The hook can be compared to a hook. The hook helps to hold something in place, just as the hook holds something in place.We can store any data in external file in the form of stat with the help of hook. We can use this data by calling Hook as we need. This increases the mobility of the web.Hook is a method that does not require any kind of function. It can only be used in React. It cannot be used in ordinary JavaScript.To use the hook you have to call it at the beginning of the reaction.&lt;br&gt;
The hook does not work inside a function or inside a loop or anywhere else.&lt;br&gt;
So everyone has to call the start hook.&lt;/p&gt;

&lt;p&gt;Pre-requisites for React Hooks&lt;br&gt;
Node version 6 or above&lt;br&gt;
NPM version 5.2 or above&lt;br&gt;
Create-react-app tool for running the React App.&lt;/p&gt;

&lt;p&gt;Custom Hooks&lt;br&gt;
A custom Hook is a JavaScript function. The name of custom Hook starts with "use" which can call other Hooks. A custom Hook is just like a regular function, and the word "use" in the beginning tells that this function follows the rules of Hooks. Building custom Hooks allows you to extract component logic into reusable functions.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>JavaScript DOM and Reduce</title>
      <dc:creator>Dev Learner</dc:creator>
      <pubDate>Mon, 27 Dec 2021 19:59:27 +0000</pubDate>
      <link>https://dev.to/dev_learner/javascript-dom-and-reduce-581c</link>
      <guid>https://dev.to/dev_learner/javascript-dom-and-reduce-581c</guid>
      <description>&lt;p&gt;DOM:&lt;br&gt;
DOM is a great programming interface for XML or HTML documents. It represents a webpage in such a way that it can be easily modified into a programming language.&lt;br&gt;
When we write HTML to a web page, we can see it with the browser.Again, if you want, you can see the HTML code directly from the resource.Basically what we see in the browser is a pity to see both but from here the document represents in an object-oriented way so that we can help is done with the language of a program.We can easily make an html5 dynamic in JavaScript.&lt;br&gt;
Some change are:&lt;br&gt;
Creating a new element Removing an existing. &lt;br&gt;
Element Modifying an existing element. &lt;br&gt;
Modifying a view Adding Removed. &lt;br&gt;
Adding spelling Adding Removed. &lt;br&gt;
Modifying Create.&lt;/p&gt;

&lt;p&gt;Life has many uses for JavaScript manipulation.But we can easily do the manipulation through JavaScript so that the website does not take more people. This will make the website load faster and cost more MB.The address of a website can be presented in a very interactive way through Don Money Population. How to show a site and how beautiful it will be. Everything is determined by thoperation&lt;/p&gt;

&lt;p&gt;Reduce:&lt;br&gt;
Reduce is  like filters, that's not the point. We talk to the earlist of the program about the function of the ear. It's easy to hold on to the end of a particular reading at a certain time. May be perfect for operation&lt;/p&gt;

&lt;p&gt;Example:&lt;br&gt;
&lt;code&gt;var array=[2,3,54,23]&lt;br&gt;
var totalNum=array.reduce((sum){&lt;br&gt;
return sum;&lt;br&gt;
},&lt;br&gt;
0);&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Reault:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Total:82&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>javascript</category>
      <category>programming</category>
      <category>devops</category>
    </item>
    <item>
      <title>Hoisting,Scope in JavaScript</title>
      <dc:creator>Dev Learner</dc:creator>
      <pubDate>Sun, 26 Dec 2021 18:41:29 +0000</pubDate>
      <link>https://dev.to/dev_learner/hoistingscope-in-javascript-1idd</link>
      <guid>https://dev.to/dev_learner/hoistingscope-in-javascript-1idd</guid>
      <description>&lt;p&gt;&lt;strong&gt;Hoisting:&lt;/strong&gt;&lt;br&gt;
Hoisting is a default behavior of JavaScript. JavaScript always takes all its declarations first. It can be said that this is one of its habitual actions.And this behaviour is called hoisting.&lt;br&gt;
Since it is hosted, we can call before declaring any function.&lt;br&gt;
I am trying to explain the matter through the following example.&lt;/p&gt;

&lt;p&gt;Here is Input:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;numberSum();&lt;br&gt;
function numberSum(){&lt;br&gt;
var a=32;&lt;br&gt;
var b=43;&lt;br&gt;
var sum=a+b;&lt;br&gt;
console.log(sum)&lt;br&gt;
}&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Here is Output:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;75&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Scope&lt;/strong&gt;:&lt;/p&gt;

&lt;p&gt;Scooping is one of the most important aspects of JavaScript. A declared function can be used in some places and not in other places. It can be accessed from any place. .&lt;br&gt;
There are two two kinds of scoping.&lt;br&gt;
1.Local Scope,&lt;br&gt;
2.Global Scope,&lt;br&gt;
Local Scope: Usually the variables declared inside the function are the local variables of that function.&lt;br&gt;
The scope of such variables is local.This means that this variable can only be accessed inside the declared function. It cannot be used for any other function.&lt;br&gt;
Global Scope: If a variable is not declared inside a function, then it is a global scope. This means that a variable declared anywhere outside the function is a global scope. Global variable can be accessed from inside any function or from any place.&lt;/p&gt;

</description>
      <category>hoisting</category>
      <category>scope</category>
      <category>javascript</category>
    </item>
    <item>
      <title>CSS Visibility Concept</title>
      <dc:creator>Dev Learner</dc:creator>
      <pubDate>Thu, 23 Dec 2021 09:20:37 +0000</pubDate>
      <link>https://dev.to/dev_learner/css-visibility-concept-5fll</link>
      <guid>https://dev.to/dev_learner/css-visibility-concept-5fll</guid>
      <description>&lt;p&gt;CSS Visibility is an important concept. It can easily express the visibility of an element.&lt;br&gt;
Today I will try to give you an idea about this important concept of CSS.&lt;br&gt;
CSS Visibility is a CSS property that indicates whether an element will remain visible or invisible in the user interface.There are many kinds of visibility value.&lt;br&gt;
These are visible,hidden,initial,collapse,inherit etc.&lt;br&gt;
Visible Definition: It is the default value. It is means any element are visible,you can provide it.It gives specific hight and width. If you can change hight and width, you will do it.&lt;br&gt;
Hidden Definition: It inticates that the element is invisible but stay same hight and width.&lt;br&gt;
Initial Definition : It is set property from it’s default value.&lt;br&gt;
Inherit Definition: It set property from its parents value.&lt;br&gt;
Collapse Definition: It is used only for table element. It removes column or row.That means you can invisible column or row,you can use collapse value.&lt;/p&gt;

&lt;p&gt;Example Of CSS Visibility:&lt;/p&gt;

&lt;p&gt;&amp;lt;!DOCTYPE html&amp;gt; &lt;br&gt;
 &lt;br&gt;
    &lt;/p&gt; &lt;br&gt;
         
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;       This is CSS Visibility Item

    &amp;lt;/title&amp;gt; 

    &amp;lt;style&amp;gt; 

        h3 { 

            color:Goldenrod
        } 
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;.visibility{&lt;br&gt;
visibility :visible;&lt;br&gt;
}&lt;br&gt;
.visibility-hidden{&lt;br&gt;
visibility:hidden;&lt;br&gt;
}&lt;br&gt;
         &lt;/p&gt;

&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;/head&amp;gt; 

&amp;lt;body&amp;gt; 

    &amp;lt;h1&amp;gt;Welcome Naim's blogs page&amp;lt;/h3&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;


&lt;p&gt;Time and wait for none &amp;lt;\p&amp;gt;&lt;br&gt;
&lt;/p&gt;
&lt;p&gt;Time and wait for none &amp;lt;\p&amp;gt;&lt;/p&gt;

&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;/body&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;



</description>
      <category>css</category>
      <category>visibility</category>
      <category>html</category>
    </item>
  </channel>
</rss>
