<?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: Maxim Kurdy</title>
    <description>The latest articles on DEV Community by Maxim Kurdy (@maximc137).</description>
    <link>https://dev.to/maximc137</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%2F838400%2F300108d2-f5cd-42bb-8885-a27e787cae5a.jpg</url>
      <title>DEV Community: Maxim Kurdy</title>
      <link>https://dev.to/maximc137</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maximc137"/>
    <language>en</language>
    <item>
      <title>React JS hooks</title>
      <dc:creator>Maxim Kurdy</dc:creator>
      <pubDate>Fri, 17 Feb 2023 21:59:22 +0000</pubDate>
      <link>https://dev.to/maximc137/react-js-hooks-28c8</link>
      <guid>https://dev.to/maximc137/react-js-hooks-28c8</guid>
      <description>&lt;p&gt;Hi there ,  I'm Maxim Kurdy and I'm a web developer. I use the MERN Stack in my projects.&lt;/p&gt;

&lt;p&gt;If you know React JS , you may have come across the concept of hooks.&lt;/p&gt;

&lt;p&gt;If you are a beginner,hooks are an important thing to know &lt;/p&gt;

&lt;p&gt;I use hooks all the time and even developed some of my own custom hooks , and this a GitHub repo so you can take a look at some of them .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/maxW23/React-JS-Hooks"&gt;https://github.com/maxW23/React-JS-Hooks&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In short here some briefing about hooks :&lt;/p&gt;

&lt;p&gt;Hooks solve a wide variety of seemingly unconnected problems in React.&lt;/p&gt;

&lt;p&gt;They let you organize side effects into a component by what pieces are related (such as adding and removing a subscription), rather than forcing a split based on lifecycle methods.and here are some pros of hooks :&lt;/p&gt;

&lt;p&gt;You can write concise and clearer code.&lt;/p&gt;

&lt;p&gt;Hooks are simpler to work with and test. Code would appear cleaner and easier to read.&lt;/p&gt;

&lt;p&gt;A related logic could be tightly coupled inside a custom hook. &lt;/p&gt;

&lt;p&gt;It simplifies how to make code more composable and reusable. &lt;/p&gt;

&lt;p&gt;Some of my accounts: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/maximc137"&gt;https://dev.to/maximc137&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/maxW23"&gt;https://github.com/maxW23&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  react_js  #web_development #article #tutorial
&lt;/h1&gt;

</description>
      <category>react</category>
      <category>javascript</category>
      <category>webdev</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Midjourney AI</title>
      <dc:creator>Maxim Kurdy</dc:creator>
      <pubDate>Thu, 15 Sep 2022 00:35:32 +0000</pubDate>
      <link>https://dev.to/maximc137/midjourney-ai-3ne0</link>
      <guid>https://dev.to/maximc137/midjourney-ai-3ne0</guid>
      <description>&lt;p&gt;Midjourney AI is the talk of the hour nowadays, and here is an article explaining some of the sides of this AI.&lt;/p&gt;

&lt;p&gt;How to run this AI:&lt;br&gt;
Well it is very simple , write down your thoughts and pass it to midjourney by the command /imagine prompt: {your text} &lt;/p&gt;

&lt;p&gt;The main idea is to imagine,and stimulate your imagination in a text to convert it into a digital drawing.&lt;br&gt;
Try to imagine the Pyramids of Egypt drawn in Van Gogh style. &lt;/p&gt;

&lt;p&gt;Most of designers today use AI to make different digital art ,NFT's ,and include many different new styles in today's art.&lt;/p&gt;

&lt;p&gt;The AI is on Discord so that the community can share thoughts and imagination.&lt;/p&gt;

&lt;p&gt;There are 25 free tries ,and it also a subscription plans.&lt;/p&gt;

&lt;p&gt;Midjourney depends on a large data base which contains all different art styles (colors,known artists,etc..)&lt;/p&gt;

&lt;p&gt;This AI trains constantly on the given texts from the users.&lt;/p&gt;

&lt;p&gt;It's a very big project,and a leap into AI .The projects in this field are going to be mind-blowing.&lt;/p&gt;

&lt;p&gt;The site link ,so everyone can give it a try&lt;br&gt;
&lt;a href="https://www.midjourney.com/home/"&gt;https://www.midjourney.com/home/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
    </item>
    <item>
      <title>Intro to Data Science and Machine Learning</title>
      <dc:creator>Maxim Kurdy</dc:creator>
      <pubDate>Wed, 30 Mar 2022 21:47:02 +0000</pubDate>
      <link>https://dev.to/maximc137/intro-to-data-science-and-machine-learning-2akn</link>
      <guid>https://dev.to/maximc137/intro-to-data-science-and-machine-learning-2akn</guid>
      <description>&lt;p&gt;Data is our new way to communicate with each other.&lt;br&gt;
In today's world both data science and machine learning are the most&lt;br&gt;
in demand between the society world.&lt;br&gt;
this is a gentle intro to pandas and scikit libraries .&lt;br&gt;
no need to explain any code because when you browse the source code you will see the comments which explaining nearly  every line of it.&lt;br&gt;
the full project with the data set are in this repository&lt;br&gt;
check out my profile for every new project&lt;br&gt;
&lt;a href="https://github.com/maximC137/data-science-and-machine-learning-"&gt;https://github.com/maximC137/data-science-and-machine-learning-&lt;/a&gt;&lt;br&gt;
my LinkedIn profile &lt;br&gt;
&lt;a href="https://www.linkedin.com/in/maxim-kurdi-5a4b62226%5B%5D(url)"&gt;https://www.linkedin.com/in/maxim-kurdi-5a4b62226%5B%5D(url)&lt;/a&gt;&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>python</category>
      <category>machinelearning</category>
    </item>
    <item>
      <title>#Web #Scrapping #Data #Python</title>
      <dc:creator>Maxim Kurdy</dc:creator>
      <pubDate>Mon, 28 Mar 2022 22:05:24 +0000</pubDate>
      <link>https://dev.to/maximc137/web-scrapping-data-python-515h</link>
      <guid>https://dev.to/maximc137/web-scrapping-data-python-515h</guid>
      <description>&lt;h2&gt;
  
  
  &lt;a href="https://github.com/maximC137/web-scrapper"&gt;https://github.com/maximC137/web-scrapper&lt;/a&gt;
&lt;/h2&gt;


&lt;p&gt;Web scrapping is about getting the data in the web in a form of a HTML code.It's legal depending  on what are doing with this tool .It's  a tool in which data scientists use it.The goal is to extract specific information in a programming method.We can use to find tags like &lt;/p&gt;
&lt;h1&gt;&lt;/h1&gt; or certain images ,plus we can extract data tables to use as datasets for pandas project or even Excel.&lt;br&gt;&lt;br&gt;
For simplicity I'm going to use BeautifulSoup library ,we can use soup functionality  instead of strings.To check the result of your code ,you can simply right click the webpage and select inspect, and that you inspect the HTML code of the page and compare it to your results in the python IDE you use.We can use class keyword in the HTML code of a page also ,and not forget to see other tags such as ('tr') or ('td') and so on.&lt;br&gt;&lt;br&gt;
Note :I used this site in my code ,you can try it on any site you like.&lt;br&gt;&lt;br&gt;
This is my GitHub profile and follow me to see more projects and browse codes of different projects.&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/maximC137/"&gt;&lt;/a&gt;&lt;a href="https://github.com/maximC137/"&gt;https://github.com/maximC137/&lt;/a&gt;&lt;br&gt;&lt;br&gt;
follow me on Facebook and LinkedIn&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://www.linkedin.com/in/maxim-kurdi-5a4b62226%5B%5D(url)"&gt;&lt;/a&gt;&lt;a href="https://www.linkedin.com/in/maxim-kurdi-5a4b62226%5B%5D(url)"&gt;https://www.linkedin.com/in/maxim-kurdi-5a4b62226[](url)&lt;/a&gt;

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