<?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: Alex</title>
    <description>The latest articles on DEV Community by Alex (@alex002i).</description>
    <link>https://dev.to/alex002i</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%2F313726%2F233b2f3e-47c9-4d12-82ef-316b7b1f31f3.jpg</url>
      <title>DEV Community: Alex</title>
      <link>https://dev.to/alex002i</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alex002i"/>
    <language>en</language>
    <item>
      <title>Libraries for error tracking for nodejs similar to Sentry?</title>
      <dc:creator>Alex</dc:creator>
      <pubDate>Tue, 08 Sep 2020 06:49:46 +0000</pubDate>
      <link>https://dev.to/alex002i/libraries-for-error-tracking-for-nodejs-similar-to-sentry-1dj5</link>
      <guid>https://dev.to/alex002i/libraries-for-error-tracking-for-nodejs-similar-to-sentry-1dj5</guid>
      <description>&lt;p&gt;Hi, I am looking forward some free options libraries that will track the errors of my server like sentry.io does for nodejs. If you have used one and want to share your experience with it, I would be glad to hear you!&lt;/p&gt;

</description>
      <category>help</category>
      <category>webdev</category>
      <category>node</category>
    </item>
    <item>
      <title>Should I save the code submitted by the users before running and testing it?</title>
      <dc:creator>Alex</dc:creator>
      <pubDate>Fri, 29 May 2020 11:06:43 +0000</pubDate>
      <link>https://dev.to/alex002i/should-i-save-the-code-submitted-by-the-users-before-running-and-testing-it-3hho</link>
      <guid>https://dev.to/alex002i/should-i-save-the-code-submitted-by-the-users-before-running-and-testing-it-3hho</guid>
      <description>&lt;p&gt;Hi guys, I am working at a project and I want to let the users submit some code for testing(I know about the security riscks). Now I want to know if I should save the code in a database before running and testing it. If so, how can I make my server to check every second if new code was submitted or not(I am using laravel)?And can I open a new process for every code that need to be tested?&lt;/p&gt;

</description>
      <category>php</category>
      <category>sql</category>
      <category>laravel</category>
      <category>help</category>
    </item>
    <item>
      <title>How to store the online lessons learned by users? </title>
      <dc:creator>Alex</dc:creator>
      <pubDate>Thu, 02 Apr 2020 18:41:43 +0000</pubDate>
      <link>https://dev.to/alex002i/how-to-store-the-online-lessons-learned-by-users-2c70</link>
      <guid>https://dev.to/alex002i/how-to-store-the-online-lessons-learned-by-users-2c70</guid>
      <description>&lt;p&gt;Hi guys, I am currently working at a project, an online website where people can learn programming by advancing through lessons, so I need to know what lessons they have completed. Should I create a table named "completed lessons" with the columns: &lt;code&gt;lesson_id&lt;/code&gt; and &lt;code&gt;completed_by_user_id&lt;/code&gt; ? I don't know if this is a good idea, but don't have others.&lt;/p&gt;

</description>
      <category>database</category>
      <category>laravel</category>
      <category>php</category>
    </item>
    <item>
      <title>Saving images in a database or in the project's folder?</title>
      <dc:creator>Alex</dc:creator>
      <pubDate>Mon, 30 Mar 2020 18:10:26 +0000</pubDate>
      <link>https://dev.to/alex002i/saving-images-in-a-database-or-in-the-project-s-folder-3b3g</link>
      <guid>https://dev.to/alex002i/saving-images-in-a-database-or-in-the-project-s-folder-3b3g</guid>
      <description>&lt;p&gt;Hi guys, I am thinking how should I save the images for my blog, in a database or in the project's folder?&lt;/p&gt;

</description>
      <category>database</category>
      <category>discuss</category>
      <category>beginners</category>
    </item>
    <item>
      <title>How should I save my blog posts in order to appear as a search result in google?</title>
      <dc:creator>Alex</dc:creator>
      <pubDate>Thu, 26 Mar 2020 15:04:09 +0000</pubDate>
      <link>https://dev.to/alex002i/how-should-i-save-my-blog-posts-in-order-to-appear-as-a-search-result-in-google-52oi</link>
      <guid>https://dev.to/alex002i/how-should-i-save-my-blog-posts-in-order-to-appear-as-a-search-result-in-google-52oi</guid>
      <description>&lt;p&gt;I want to create a site where I can write some blogs. I don't know how should I save them. If someone search something like "how to do something", I want from google to display my post as a result and my URL to be like "&lt;a href="https://myBlog.com/how-to-do-something"&gt;https://myBlog.com/how-to-do-something&lt;/a&gt;". Now I am pretty confused if I should use a data base or a static page for every post. How should I do it?Sorry if my question is dumb, but I really need an advice.&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
      <category>database</category>
      <category>laravel</category>
    </item>
    <item>
      <title>How could I make a secure site?</title>
      <dc:creator>Alex</dc:creator>
      <pubDate>Mon, 24 Feb 2020 17:02:35 +0000</pubDate>
      <link>https://dev.to/alex002i/how-could-i-make-a-secure-site-cgc</link>
      <guid>https://dev.to/alex002i/how-could-i-make-a-secure-site-cgc</guid>
      <description>&lt;p&gt;Hi guys, I want to create a site, my first one. I already have some experience with this, but I've never had a public one. I want a basic site, with a login/up system and some basic lessons from some school subjects. I want to know how can I can make it safe to use, keep your data in and make some payments. I basically want an example of this kind of stuff, where can I find a tutorial or some simple examples that will make me develop it in a safe way. Thanks :D!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>php</category>
      <category>security</category>
      <category>career</category>
    </item>
    <item>
      <title>Ignoring ajax request</title>
      <dc:creator>Alex</dc:creator>
      <pubDate>Fri, 10 Jan 2020 13:19:30 +0000</pubDate>
      <link>https://dev.to/alex002i/ignoring-ajax-request-307c</link>
      <guid>https://dev.to/alex002i/ignoring-ajax-request-307c</guid>
      <description>&lt;p&gt;Hi, first of all, I want to apologize if my question isn't right for this forum.&lt;br&gt;
I am currently working on a project which consists of a chatting website similar to google hangouts. I created a form in javascript destinated to write someone's name in and add him as a friend. I did that yesterday with an ajax request for the server-side and it worked just fine, but now it is ignoring my function and I don't know why.&lt;/p&gt;

&lt;p&gt;My js code:&lt;/p&gt;

&lt;p&gt;let body = document.getElementsByTagName("body")[0];&lt;/p&gt;

&lt;p&gt;let mainList = document.createElement("div");&lt;br&gt;
mainList.classList.add("mainList");&lt;/p&gt;

&lt;p&gt;let addFriendForm = document.createElement("form");&lt;br&gt;
addFriendForm.id = "FriendForm";&lt;/p&gt;

&lt;p&gt;// The main problem is here&lt;/p&gt;

&lt;p&gt;$('#FriendForm').submit(function(){&lt;br&gt;
  $.ajax({&lt;br&gt;
    url: '../letschat/Functions/createUserRelation.php',&lt;br&gt;
    type: 'POST'&lt;br&gt;
  });&lt;br&gt;
});&lt;/p&gt;

&lt;p&gt;// ^^&lt;/p&gt;

&lt;p&gt;let addFriendField = document.createElement("input");&lt;br&gt;
addFriendField.classList.add("addFriend");&lt;br&gt;
addFriendField.placeholder = "Add a friend";&lt;br&gt;
addFriendField.type = "text";&lt;br&gt;
addFriendField.name = "addFriend";&lt;br&gt;
addFriendField.autocomplete = "off";&lt;br&gt;
addFriendForm.appendChild(addFriendField);&lt;/p&gt;

&lt;p&gt;mainList.appendChild(addFriendForm);&lt;/p&gt;

&lt;p&gt;body.appendChild(mainList);&lt;/p&gt;

</description>
      <category>javascript</category>
    </item>
  </channel>
</rss>
