<?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: Josafath</title>
    <description>The latest articles on DEV Community by Josafath (@jossa).</description>
    <link>https://dev.to/jossa</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%2F403887%2Fa4021635-3f18-46b9-ba73-caedc42722e2.jpg</url>
      <title>DEV Community: Josafath</title>
      <link>https://dev.to/jossa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jossa"/>
    <language>en</language>
    <item>
      <title>My portofolio project</title>
      <dc:creator>Josafath</dc:creator>
      <pubDate>Thu, 14 Jul 2022 18:44:05 +0000</pubDate>
      <link>https://dev.to/jossa/my-portofolio-project-2ld5</link>
      <guid>https://dev.to/jossa/my-portofolio-project-2ld5</guid>
      <description>&lt;p&gt;In the past few months I've been creating projects and learning about DS and Algorithms to apply for an internship in a company but I don't know if my portfolio is good.&lt;br&gt;
I hope that you guys could help me with a review or some feedback to improve it.&lt;br&gt;
I'm not feeling ready for the interviews but I know that I keep this mindset I will never get what I want.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.josafath.com/"&gt;Click here to watch it&lt;/a&gt;&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>career</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Simple attendace Management with Opencv</title>
      <dc:creator>Josafath</dc:creator>
      <pubDate>Fri, 17 Sep 2021 16:08:25 +0000</pubDate>
      <link>https://dev.to/jossa/attendace-management-with-artificial-vision-5hi</link>
      <guid>https://dev.to/jossa/attendace-management-with-artificial-vision-5hi</guid>
      <description>&lt;p&gt;A few months ago I wanted to do a project related to Opencv but I couldn't find something that get me excited. &lt;br&gt;
I have a book where I write the ideas of projects that are interesting for me, then I pick some of them and are my resolutions of the year (among other things of course), and before the new year comes I'd done all of them.&lt;/p&gt;

&lt;p&gt;As you could see in my previous post, the video chat was the project that I has to have done before starting with this. I took a course from freecodecamp to understand the fundamentals and how Opencv works.&lt;br&gt;
When I got the core ideas I started to play with the methods, creating some short programs. Having some fun...&lt;/p&gt;

&lt;p&gt;The idea is simple, in some hypothetical scenario the teacher start the program, then every student puts it in front of the webcam, and automatically an excel worksheet will be written and downloaded for the teacher. Avoiding the boring task of calling out every single student.&lt;/p&gt;

&lt;p&gt;My project does that, obviously before doing that the teacher will have to register the students, after typing their last name and name the camera will open and take a few photos to create a model to train it so that the program can recognize each student.&lt;/p&gt;

&lt;h1&gt;
  
  
  Previews
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Gjg91-J---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oo8vyn14gbaq7vqsqjmw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Gjg91-J---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oo8vyn14gbaq7vqsqjmw.png" alt="Register an Student"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;After adding the student you can go back to the main window and you could start taking attendance.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AvYZSz4z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u02920bq0zxzmc7r77s4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AvYZSz4z--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/u02920bq0zxzmc7r77s4.png" alt="Preview of how it takes attendance"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;When you finish (closing the window with the Esc key) it will show you the results and also created an Excel worksheet with the list of students.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--taNctT6U--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/09gnldujnit1aic64qsf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--taNctT6U--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/09gnldujnit1aic64qsf.png" alt="Showing the results"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Respository: &lt;a href="https://github.com/Josafath/attendance-system.git"&gt;https://github.com/Josafath/attendance-system.git&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I you liked the project give it a star in GitHub or give it love to this post. 🤍&lt;/p&gt;

</description>
      <category>python</category>
      <category>opencv</category>
      <category>sql</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Simple Video chat with WebRTC</title>
      <dc:creator>Josafath</dc:creator>
      <pubDate>Sat, 14 Aug 2021 15:54:04 +0000</pubDate>
      <link>https://dev.to/jossa/simple-video-chat-with-webrtc-2klb</link>
      <guid>https://dev.to/jossa/simple-video-chat-with-webrtc-2klb</guid>
      <description>&lt;p&gt;Reciently I find the existence of  WebRTC and sockets, also authentication. For me this was so interesting that I wanted to build something with that. No tutorials, only documentation an read a couple of books to understand the fundamentals. After several days of confusion and little frustation I just started to write code. Always something went wrong but in my way to see it that's the path in order to finish any project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fecjEgEO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5wmm5w253zedl4q38moy.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fecjEgEO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/5wmm5w253zedl4q38moy.png" alt="Image description" width="880" height="427"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I hope you like this simple video chat and maybe the design also like you. (I suck regarding UX/UI design)&lt;br&gt;
Any suggestions please say everything, bad or good doesn't matter. I really want to improve my skills so go ahead. :)&lt;br&gt;
Currently doesn't work with phones but I've been thinking to create it with React Native so if someone wants to join me in this journey... send me a message. :)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--rTjjjnmh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/02mvdqhyyqrg4u9cf72e.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--rTjjjnmh--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/02mvdqhyyqrg4u9cf72e.png" alt="Image description" width="880" height="429"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repostitory: &lt;a href="https://github.com/Josafath/simple-video-chat"&gt;https://github.com/Josafath/simple-video-chat&lt;/a&gt;&lt;br&gt;
Website: &lt;a href="https://study-partner.herokuapp.com/"&gt;https://study-partner.herokuapp.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I you liked the project give it a star in GitHub or give it love to this post. 🤍&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>webrtc</category>
      <category>reactnative</category>
    </item>
    <item>
      <title>My first projects with React. :)</title>
      <dc:creator>Josafath</dc:creator>
      <pubDate>Mon, 28 Jun 2021 18:09:28 +0000</pubDate>
      <link>https://dev.to/jossa/my-first-projects-with-react-30ci</link>
      <guid>https://dev.to/jossa/my-first-projects-with-react-30ci</guid>
      <description>&lt;p&gt;A few months ago I started to learn React but suddently I feel boring so I start to develop 2 projects that I knew that I'll be excited to do.&lt;br&gt;
First I made a simple Weather App just to know if I really understand the basic of the library.&lt;br&gt;
When I finished I started with the project using the Spotify API which I have lot of fun, in one version I was trying to create a playlist with the user's top tracks so when I fetch the data in useEffect and badly introduce a dependencie, then the program start the create a lot of playlists and the next scenario was me deleting a lot of playlist. Haha&lt;br&gt;
I wanted to add another things but seeing the documentation I noticed that Spotify have to give you a permission to access different data from the user. Sad New. :(&lt;/p&gt;

&lt;p&gt;I think that the only way to improve our own skills is with feedback so, if someone could give some I'll be always gratefull&lt;/p&gt;

&lt;p&gt;Here are my projects:&lt;br&gt;
&lt;a href="https://weather-joss.netlify.app/"&gt;https://weather-joss.netlify.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://jossify-joss.web.app/"&gt;https://jossify-joss.web.app/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--91IuO9rs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oj9q1slwe3hr8kdjytca.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--91IuO9rs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/oj9q1slwe3hr8kdjytca.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--g3hvKUD3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qkbt6xssxpokde5eexcj.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--g3hvKUD3--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/qkbt6xssxpokde5eexcj.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;And this are my repositories:&lt;br&gt;
&lt;a href="https://github.com/Josafath/Weather-React"&gt;https://github.com/Josafath/Weather-React&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/Josafath/Spotify-React-App"&gt;https://github.com/Josafath/Spotify-React-App&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Sometimes many people (including me) think that in order to be able to create projects we have to read a lot or watch a lot videos but, that's not completely true.&lt;/p&gt;

&lt;p&gt;I apologize for my English.&lt;/p&gt;

</description>
      <category>react</category>
      <category>javascript</category>
    </item>
    <item>
      <title>From your mind to be able to create it.</title>
      <dc:creator>Josafath</dc:creator>
      <pubDate>Sun, 14 Jun 2020 15:16:14 +0000</pubDate>
      <link>https://dev.to/jossa/from-your-mind-to-be-able-to-create-it-340o</link>
      <guid>https://dev.to/jossa/from-your-mind-to-be-able-to-create-it-340o</guid>
      <description>&lt;p&gt;Yesterday I had an idea about a program where the user input a random number and can guess the next 3 numbers and the sum of this numbers.&lt;br&gt;
It´s just a little program but I start my journey, and I love it. I really appreciate if one of us tell me how can I write a better code.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--4tUASEbr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/g1omp59qrd4zgmwi0jqa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--4tUASEbr--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/g1omp59qrd4zgmwi0jqa.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--fPKJOw5l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/rphkukujloz0tfvd2hxu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--fPKJOw5l--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/rphkukujloz0tfvd2hxu.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
    </item>
    <item>
      <title>Just a little boy trying learn for his own.</title>
      <dc:creator>Josafath</dc:creator>
      <pubDate>Thu, 11 Jun 2020 00:48:35 +0000</pubDate>
      <link>https://dev.to/jossa/just-a-little-boy-trying-learn-for-his-own-2951</link>
      <guid>https://dev.to/jossa/just-a-little-boy-trying-learn-for-his-own-2951</guid>
      <description>&lt;p&gt;I'm from México in a little town and I tried to learn about web deveolpment but frecuently I feel stuck. Maybe it's normal but I dont't meet people that really likes programming,just they do for pass the exam. ): &lt;/p&gt;

&lt;p&gt;I really appreciate if someome can help me in something or give me some advices.&lt;br&gt;
Love meet new people and can be better if loves develop. Also I could improve my English. Jaja &lt;/p&gt;

</description>
      <category>beginners</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
