<?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: Sameer Arora</title>
    <description>The latest articles on DEV Community by Sameer Arora (@samfreelancer).</description>
    <link>https://dev.to/samfreelancer</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%2F682255%2Fb195b70f-a189-4f69-913e-64040d918195.png</url>
      <title>DEV Community: Sameer Arora</title>
      <link>https://dev.to/samfreelancer</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samfreelancer"/>
    <language>en</language>
    <item>
      <title>Why a father and techie decided to mentor and train others</title>
      <dc:creator>Sameer Arora</dc:creator>
      <pubDate>Wed, 22 Sep 2021 06:48:42 +0000</pubDate>
      <link>https://dev.to/samfreelancer/why-a-father-and-techie-decided-to-mentor-and-train-others-669</link>
      <guid>https://dev.to/samfreelancer/why-a-father-and-techie-decided-to-mentor-and-train-others-669</guid>
      <description>&lt;p&gt;Credit: &lt;a href="https://www.mentorif.com/ment/pawankumar539cced74b?utm_source=blog&amp;amp;utm_medium=Devto&amp;amp;utm_campaign=java-basic-training&amp;amp;utm_id=java-basic-training"&gt;Pawan Sidher&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/event/44725082303?utm_source=blog&amp;amp;utm_medium=Devto&amp;amp;utm_campaign=java-basic-training&amp;amp;utm_id=java-basic-training"&gt;Java Training For Beginners&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/event/83812686835?utm_source=blog&amp;amp;utm_medium=Devto&amp;amp;utm_campaign=java-basic-training&amp;amp;utm_id=java-basic-training"&gt;Advanced Java Programming Training&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I am a tech guy with 13 years of experience. My primary programming language is Java. I worked with product and service based companies. I have 2 kids and my elder son is a  college going teanger.&lt;/p&gt;

&lt;p&gt;When I look back into my journey, I could see the hardship, sweat, sleepless nights working for client deliverables etc. One day, my son expressed interest in learning programming. I was surprisingly happy that even after seeing me and my life he is thinking of getting into this tech space. I suggested he do the same as millions of others do, google, watch videos and learn.&lt;/p&gt;

&lt;p&gt;After a few weeks, I asked him about the progress. In case he has any questions or doubts that I can address. He said he watched a few YouTube videos and read a few blogs as well. He acted like it was very easy and he understood everything on the first try.&lt;/p&gt;

&lt;p&gt;When I cross questioned him on the basic concepts, he was clueless. Then I decided to spend 1 hour everyday teaching him actual programming. Soon after 2 months, he was not only creating programs but started solving my job problems with his algorithm.&lt;/p&gt;

&lt;p&gt;I was a proud dad. Then I realized having information in hand in the form of videos and blogs won’t solve 100% of the problem. I also took many references from online resources. But what made a difference in my son's case was having me as a mentor and trainer.&lt;/p&gt;

&lt;p&gt;Then I thought of other people having the same situation. Jumping from one online resource to another and by the end saying I know everything, it is very easy. So, I decided to jump in and help. I came up with 2 trainings (links mentioned above). Interested people feel free to subscribe. It is completely online live training.&lt;/p&gt;

</description>
      <category>java</category>
      <category>tutorial</category>
      <category>mentoring</category>
      <category>training</category>
    </item>
    <item>
      <title>Programmatically identify which camera clicks better photos</title>
      <dc:creator>Sameer Arora</dc:creator>
      <pubDate>Tue, 21 Sep 2021 05:41:11 +0000</pubDate>
      <link>https://dev.to/samfreelancer/programmatically-identify-which-camera-clicks-better-photos-3b52</link>
      <guid>https://dev.to/samfreelancer/programmatically-identify-which-camera-clicks-better-photos-3b52</guid>
      <description>&lt;p&gt;Credit: &lt;a href="https://www.mentorif.com?utm_source=blog&amp;amp;utm_medium=Devto&amp;amp;utm_campaign=be-ee&amp;amp;utm_id=be-ee"&gt;Ritesh Bhagwat&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's say we have 3 cameras. Canon, Nikon and Sony and we take picture of Sunset on a beach. All three cameras have slightly different software processing so the output of all three cameras will be somewhat different.&lt;/p&gt;

&lt;p&gt;Now the question is which is the best picture? So the 'truth' here is finding out which is the best picture. Well, it depends on personal taste. If someone likes high contrast then a certain image is best image, if someone likes more vibrant colors another picture is the best picture.&lt;/p&gt;

&lt;p&gt;The key word here is 'Subjective'. Best picture is totally subjective and dependent on the person's taste. Many of you may disagree with me but I feel on a more broader 'Spiritual' level truth is also Subjective.&lt;/p&gt;

&lt;p&gt;Probability is the best tool to study subjectivity. There are three types of Probability.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Theoretical Probability.&lt;/li&gt;
&lt;li&gt;Empirical Probability (Loosely referred as Frequentist Probability)&lt;/li&gt;
&lt;li&gt;Subjective Probability (Loosely referred as Bayesian Probability)&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;To study Subjectivity , Bayesian approach to probability is very powerful.&lt;/p&gt;

&lt;p&gt;As we say truth is subjective if you show the picture to a dog, the dog will laugh at you as he sees the world only in black and white. The perception of colors in absent in a dog so his truth is different than our truth! &lt;/p&gt;

</description>
      <category>datascience</category>
      <category>python</category>
      <category>machinelearning</category>
      <category>deeplearning</category>
    </item>
    <item>
      <title>Have you ever wondered how YouTube, Netflix shows you video/movie recommendations?</title>
      <dc:creator>Sameer Arora</dc:creator>
      <pubDate>Sat, 18 Sep 2021 06:43:17 +0000</pubDate>
      <link>https://dev.to/samfreelancer/have-you-ever-wondered-how-youtube-netflix-shows-you-video-movie-recommendations-4ob</link>
      <guid>https://dev.to/samfreelancer/have-you-ever-wondered-how-youtube-netflix-shows-you-video-movie-recommendations-4ob</guid>
      <description>&lt;p&gt;Credit: &lt;a href="https://www.mentorif.com/ment/pradipnichite9b7893bd7a?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Pradip Nichte&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;One of the techniques used to build a recommendations system is called collaborative filtering.&lt;/p&gt;

&lt;p&gt;The idea behind collaborative filtering is that if User A and User B have watched some movies in common, they have similar preferences, and User A is more likely to watch films seen by user B than any random user preferences.&lt;/p&gt;

&lt;p&gt;But how do we find similar users for a given user?&lt;/p&gt;

&lt;p&gt;We can represent users and movies using a matrix (or spreadsheet).&lt;br&gt;
Each row represents each user, and each column represents each movie.&lt;/p&gt;

&lt;p&gt;Each cell in the matrix is 1 or 0, which tells us whether the user has watched a movie or not.&lt;/p&gt;

&lt;p&gt;One way to calculate the similarity between two users (rows) is using dot product or cosine similarity.&lt;/p&gt;

&lt;p&gt;Let's pick user A; once we compare the user A row with every row, we can find the most similar row; let's call it User X.&lt;/p&gt;

&lt;p&gt;Then pick a movie from User X which A has not watched yet and Show it to user A.&lt;/p&gt;

&lt;p&gt;Can we improve the above technique?&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Instead of finding one similar user, we can see the top 5 similar users and show one movie from each user or recommending a film seen by all five similar users and not watched by User A.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Represent each cell in the matrix by rating (1 to 5) given by the user for that movie instead of 1 or 0.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Since the system will be having millions of users and 1000s of movies, the matrix will become huge, we can use matrix factorization techniques to represent users and movies efficiently.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>datascience</category>
      <category>machinelearning</category>
      <category>python</category>
      <category>java</category>
    </item>
    <item>
      <title>40 technology experts ready to help you practice on projects</title>
      <dc:creator>Sameer Arora</dc:creator>
      <pubDate>Fri, 17 Sep 2021 14:01:27 +0000</pubDate>
      <link>https://dev.to/samfreelancer/40-technology-experts-ready-to-help-you-practice-on-projects-6j</link>
      <guid>https://dev.to/samfreelancer/40-technology-experts-ready-to-help-you-practice-on-projects-6j</guid>
      <description>&lt;p&gt;You must have seen experts writing blogs and posts to share their experience and knowledge. How much of it has helped you to learn and be successful in life. If it did not workout for you then certainly you need more from them. &lt;/p&gt;

&lt;p&gt;Also, it is next to impossible to put one’s experience in a blog or article or video. It is a scattered knowledge available in abundance, which generally leads to confusion.&lt;/p&gt;

&lt;p&gt;Serious learning needs continuous support. And if that support is hard to find then we may end up taking a lot more time to achieve our goals. What is the alternative? As technology people, we should solve real world problems. So, how to solve our problem for ourselves. Let me help you find the right people for your varied technology learning requirements.&lt;/p&gt;

&lt;h3&gt;
  
  
  Data Science:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/nishkamshivam15b7d2d6c8?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Nishkam Shivam&lt;/strong&gt;&lt;/a&gt;: With a rich data science industry experience, he is a certified Azure Data Scientist. Industry experience in working for the fortune#1 company of the world in solving their problems - impacting multi billion dollars decisions. And as a trainer have teaching/mentoring experience with premiere institutes of the country like -IIT madras, IIT Palakkad,IIIT Bangalore etc I can help Data Science aspirants to start their journey and build projects in many different application areas.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/aayushiverma1272acbcc2?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Aayushi&lt;/strong&gt;&lt;/a&gt;: With masters in Data Analytics, and extensive experience in mentoring, training &amp;amp; coaching, she has published 8 research papers in different reputed publications such as SCOPUS, IEEE, Springer, etc. She is utilizing her data science skills to solve problems in the HR space and Insurance Tech domain. She have built chatbots (NLP), predictive modeling using machine learning, recommendation system using LSH forest, MVP of financial assistants using RASA, and many more. She also using PowerBI extensively for all her reporting purposes. People interested in learning Data Science from beginner to advance level can certainly leverage my knowledge and experience. Feel free to reach out for your Data Analytics, Data Science, NLP, related learning requirements.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/pradipnichite9b7893bd7a?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Pradip Nichte&lt;/strong&gt;&lt;/a&gt;: He comes with an M.Tech, Data Science degree and 6 years of experience in machine learning, NLP, MLOps, and web application development. Utilizing my big data experience he has deployed ML models in production and managed them. He can certainly help you with getting started and dig deep into Data Science while working on practical projects. He can also help with end-to-end model deployments, re-training the model, and managing models in the production environment. In case you are preparing for a Data Science interview, he can help you to prepare for it by conducting mock interviews. You can also discuss your Data Science projects if you are stuck or in general, you need career advice, he would be happy to help.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/karunalakhani8b149ab559?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Karuna Lakhani&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/sampurnrattana3b16ca478?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Sampuran Rattan&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/lilasrinivas1f9a6919e3?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Lila Srinivas&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Computer Vision/Deep Learning:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/avinashsen80e50f9f34?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Avinash Sen&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/jayasaikiranpatibandla0b156356c9?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Jaya Sai Kiran&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Robotics:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/subhamagrawal82f8ce6ef0?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Subham Agarwal&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  AWS Cloud:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/sunilbhakunied2de1444c?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Sunil Bhakuni&lt;/strong&gt;&lt;/a&gt; &lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/vaibhavsinghbf247325e5?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Vaibhav Singh&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Java:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/saurabhkumarde50baad74?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Saurabh Kumar&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/pawankumar539cced74b?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Pawan Kumar&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/rajendrajajra80adc7cd88?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Rajendra Jajra&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/mithunbabu3beb2e57d2?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Mithun Babu&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/nikhilkumar001b51cc36?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Nikhil Kumar&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Python:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/atulsinghe5e53b1c63?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Atul Singh&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/adityakumar898848a66b?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Aditya Kumar&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/ajaysrinivasanf3187be7f1?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Ajay Srinivasan&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  PHP:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/vishwajeetsinghac9af2d601?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Vishwajeet Singh&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  React/Javascript:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/tapasadhikaryb2208f66ee?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Tapas Adhikary&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/ayushchouksey6db8b9ea0d?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Ayush Chouksey&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/pankajjasoria022b7328c9?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Pankaj Jasoria&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Node.js/Javascript:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/prashantmishraee931cdcfe?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Prashant Mishra&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/deepakjain3a41bd093f?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Deepak Jain&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.mentorif.com/ment/ujjwalguptaac248ed201?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Ujjawal Gupta&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Cloud Infrastructure Architect:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/arunsaxenabfca7e7edf?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Arun Sexena&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Testing:
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/palwindersinghe735e70636?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Palwinder Singh&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  MongoDB
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/ment/mukeshkumar54465d3b3c?utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;&lt;strong&gt;Mukesh&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are an also interested to mentor others, you can &lt;a href="https://www.mentorif.com/signup?ta=hm_pg_clk_or&amp;amp;utm_source=blog&amp;amp;utm_medium=Devio&amp;amp;utm_campaign=be-or-ee&amp;amp;utm_id=be-or-ee"&gt;click this link&lt;/a&gt; to signup.&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>java</category>
      <category>datascience</category>
      <category>python</category>
    </item>
    <item>
      <title>My secret to nail data science interview after 25 failures</title>
      <dc:creator>Sameer Arora</dc:creator>
      <pubDate>Wed, 25 Aug 2021 06:55:17 +0000</pubDate>
      <link>https://dev.to/samfreelancer/my-secret-to-nail-data-science-interview-after-25-failures-22bc</link>
      <guid>https://dev.to/samfreelancer/my-secret-to-nail-data-science-interview-after-25-failures-22bc</guid>
      <description>&lt;p&gt;It was hard and every interview was like an eye opener. You can say, I was the one who was learning from failure. But was it enough to get one success.&lt;/p&gt;

&lt;p&gt;I was not sure, because learning was coming in pieces and I was not sure whether my answers are correct or in the right direction. Many times, I lose the point of the questions. It was more like a stressful journey.&lt;/p&gt;

&lt;p&gt;Later, my friend suggested me to get help from an experienced data-scientist. Being an experienced data scientist, he/she would know the drill and can certainly become a deal breaker for me.&lt;/p&gt;

&lt;p&gt;I started looking for a Data Scientist who is generous enough to help me. After approaching more than 50 people, I was surprised not receiving even one reply. I was shattered.&lt;br&gt;
One day, completely despair I saw one post on the Instagram. A data scientist was helping people like me to prepare for interview not like providing the cheat sheet or question answers, but 1:1. I checked the details and talked to him. He understood my situation and suggested me mock interviews to stimulate the real interview environment and help me where I am wrong or potentially missing the point.&lt;/p&gt;

&lt;p&gt;We had 4 mock interviews. Every interview was more like a progressive discussion than a stressful, drilling interview. It helped me understand the interviewer perspective, fine tune my approach and understand the technical depth and even understand the hidden agenda of the questions.&lt;/p&gt;

&lt;p&gt;My friend was right. It became a deal breaker for me. I went for my next interview very positively. It was a long interview for 2 hours. Next morning I saw an email from recruiter congratulating me for interview success and asking for availability for final HR round.&lt;/p&gt;

&lt;p&gt;The same mentor is extending his help to more people. In case you would like know more about him, click the below link.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/event/58396148744?utm_source=Dev&amp;amp;utm_medium=blog&amp;amp;utm_campaign=dev-ds-pradip&amp;amp;utm_id=dev-ds-pradip"&gt;https://www.mentorif.com/event/58396148744?utm_source=Dev&amp;amp;utm_medium=blog&amp;amp;utm_campaign=dev-ds-pradip&amp;amp;utm_id=dev-ds-pradip&lt;/a&gt;&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>career</category>
      <category>job</category>
      <category>interview</category>
    </item>
    <item>
      <title>So, you are the one who learn by doing mistakes in Interview? How to avoid it...</title>
      <dc:creator>Sameer Arora</dc:creator>
      <pubDate>Tue, 24 Aug 2021 05:00:49 +0000</pubDate>
      <link>https://dev.to/samfreelancer/so-you-are-the-one-who-learn-by-doing-mistakes-in-interview-how-to-avoid-it-33f</link>
      <guid>https://dev.to/samfreelancer/so-you-are-the-one-who-learn-by-doing-mistakes-in-interview-how-to-avoid-it-33f</guid>
      <description>&lt;p&gt;Let's not stretch the problem much and make it more scary. Rather let's talk about the potential solutions to avoid such mistakes.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Furnish your resume and projects according to job requirements. This is not a secret, but we always avoid it or use the same resume for all the job applications.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Understand the profile and it's roles and responsibilities. Whether it align with your purpose. It should allow you to learn and grow. If it is not clear ask for an exploratory call with your hiring manager to clarify these very important points.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Know the process and nitty-gritty before you get into it. Specially understand the interviewer background. Research on LinkedIN etc. This will give you a better understanding of person you going to face.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The above step would also give you a better understanding of your manager in your upcoming company.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Prepare for each interview round in advance. This is very tricky and crucial. It can make or break a deal. All the above steps and hard work is waste if you are not prepared for interview.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;We think we know all the answers of questions. But have we validated it with someone. Are we understanding the question rightly and sticking to point while answering. In case our resume is getting rejected multiple times then what is wrong with resume. What projects we should talk in interview and how to manage that interview stress.&lt;/p&gt;

&lt;p&gt;For instance, you are preparing for Data Science interview for first time. You never want to miss that opportunity to nail the interview in your dream company. How about taking help from an experienced Data Scientist to prepare for your interview, to manage your portfolio projects and validate your answers. He/She can simulate the environment where one try to trap you with the tricky questions. It can be a deal breaker. Expert data scientist have experience of taking 100 of interviews and can share hidden agenda and tips with you.&lt;/p&gt;

&lt;p&gt;How you can find that expert and ask for help? MentorIF creating a community of experts who are helping learns with all their career, skills and job related requirements.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/event/58396148744?utm_source=Dev&amp;amp;utm_medium=blog&amp;amp;utm_campaign=dev-ds-pradip&amp;amp;utm_id=dev-ds-pradip"&gt;https://www.mentorif.com/event/58396148744?utm_source=Dev&amp;amp;utm_medium=blog&amp;amp;utm_campaign=dev-ds-pradip&amp;amp;utm_id=dev-ds-pradip&lt;/a&gt;&lt;/p&gt;

</description>
      <category>datascience</category>
      <category>database</category>
    </item>
    <item>
      <title>So, You Want to build your career in cloud (Here is not so obvious way to learn from a senior solution architect in AWS)</title>
      <dc:creator>Sameer Arora</dc:creator>
      <pubDate>Sat, 21 Aug 2021 05:25:05 +0000</pubDate>
      <link>https://dev.to/samfreelancer/so-you-want-to-build-your-career-in-cloud-here-is-not-so-obvious-way-to-learn-from-a-senior-solution-architect-in-aws-3ma2</link>
      <guid>https://dev.to/samfreelancer/so-you-want-to-build-your-career-in-cloud-here-is-not-so-obvious-way-to-learn-from-a-senior-solution-architect-in-aws-3ma2</guid>
      <description>&lt;p&gt;Aspirants who want to build their career in the cloud should know what cloud providers have in offering for various businesses and tech requirements.&lt;/p&gt;

&lt;p&gt;Start your cloud journey by learning AWS cloud services by non-other than a senior solution architect in AWS cloud. Open up doors for different cloud-focused careers.&lt;/p&gt;

&lt;p&gt;Click the below link for more details and/or share with people who need this.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/event/73933132064"&gt;https://www.mentorif.com/event/73933132064&lt;/a&gt;&lt;/p&gt;

</description>
      <category>aws</category>
      <category>cloud</category>
      <category>architecture</category>
      <category>career</category>
    </item>
    <item>
      <title>Free Python/Django Web Application Development Training</title>
      <dc:creator>Sameer Arora</dc:creator>
      <pubDate>Fri, 20 Aug 2021 06:36:11 +0000</pubDate>
      <link>https://dev.to/samfreelancer/free-python-django-web-application-development-training-5182</link>
      <guid>https://dev.to/samfreelancer/free-python-django-web-application-development-training-5182</guid>
      <description>&lt;p&gt;&lt;a href="https://www.mentorif.com/event/26387610898"&gt;https://www.mentorif.com/event/26387610898&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>programming</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Free Python/Django Web Application Development Training</title>
      <dc:creator>Sameer Arora</dc:creator>
      <pubDate>Thu, 19 Aug 2021 09:54:22 +0000</pubDate>
      <link>https://dev.to/samfreelancer/free-python-django-web-application-development-training-4b05</link>
      <guid>https://dev.to/samfreelancer/free-python-django-web-application-development-training-4b05</guid>
      <description>&lt;p&gt;Click here to signup...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.mentorif.com/event/26387610898"&gt;https://www.mentorif.com/event/26387610898&lt;/a&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>django</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
