<?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: mahmoud</title>
    <description>The latest articles on DEV Community by mahmoud (@boraye).</description>
    <link>https://dev.to/boraye</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%2F503674%2F24b803d9-93da-4d84-9461-59c3395b02ea.jpg</url>
      <title>DEV Community: mahmoud</title>
      <link>https://dev.to/boraye</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/boraye"/>
    <language>en</language>
    <item>
      <title>Top 10 React Chrome Extensions</title>
      <dc:creator>mahmoud</dc:creator>
      <pubDate>Mon, 05 Dec 2022 06:37:09 +0000</pubDate>
      <link>https://dev.to/boraye/to-10-react-chrome-extensions-2mp8</link>
      <guid>https://dev.to/boraye/to-10-react-chrome-extensions-2mp8</guid>
      <description>&lt;h2&gt;
  
  
  There is a lot people use chrome as their primary browser. We’ve put together the top 10 Google Chrome extensions in this article to help you be more productive. Let’s dive into it without further due.
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1- React Developer Tool&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;The Components tab displays the root React components rendered on the page and any subcomponents that they eventually rendered. You may inspect and modify a component’s current props and state in the panel on the right by selecting one of the tree’s elements.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en-US" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;2- Redux DevTools&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Redux DevTools for debugging state changes in applications. The addon gives your Redux development process power-ups. It may be used with any other architectures that manage the state. This is also an open-source project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/redux-devtools/lmhkpmbekcpmknklioeibfkpmmfibljd?hl=en-US" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;3- React Context DevTool&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This is similar to the Redux DevTools. The differences are It is a hook used for sharing data. If you handle small data, Context DevTool should be your first choice. React Context DevTool is used by users to track and debug state changes in React Context using the Reducer API. It is also an open-source project.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/react-context-devtool/oddhnidmicpefilikhgeagedibnefkcf?hl=en-US" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;4- HTML to React&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;You can easily convert HTML tags to JXS from your browser by using HTML to React. By copy-pasting an HTML code snippet into the text field, you can quickly auto-generate a class or functional component using this React extension. The HTML to React extension also helps convert HTML properties like class to camelCase JSX attributes.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/html-to-react/dangmcmbllpnmlkfpbciobokmaaomggm?hl=en" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;5- Website HTML To React&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This extension converts HTML to REact with a single click.&lt;br&gt;
Any webpage element can be transformed into a React component with &lt;br&gt;
the help of this extension. It examines the semantics of HTML and CSS stylesheets and turns the chosen DOM element into JSX code.&lt;br&gt;
&lt;a href="https://chrome.google.com/webstore/detail/html-to-react/glefoejbpalgpdgfbbmemfgegepiamnd?hl=en" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;6- JSON Viewer&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Though It’s not a direct react extension, almost every react developer uses it,If aesthetics is your concern, the JSON Viewer Chrome extension is one of the most beautiful developer tools. It is an alternative to JSON View that helps manage JSON data into an easily visible hierarchical view in a browser window.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;7- Reactime&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This tool is used for time travel debugging and performance monitoring in React applications by retaining the state of components every time they render. It has many features like recording snapshots of application state, time-travel debugging, snapshot series comparison, tutorial walkthrough, and many more. It also has support for Gatsby and Next.js and beta support for TypeScript.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/reactime/cgibknllccemdnfhfpmjhffpjfeidjga?hl=en" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;8- ReactVT&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;React VT is a visual testing tool for react applications. It presents a live view of the React component hierarchy of your applications and current state and props.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/react-vt/aphjepidficfgphkbggojoemgpmianhi?hl=en" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;9- React performance Devtool&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;React Performance Devtool extension is used for monitoring React component performance. It allows you to check the functionality of React components.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chrome.google.com/webstore/detail/react-performance-devtool/fcombecpigkkfcbfaeikoeegkmkjfbfm" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;10- Jinno: design any website React/HTML/sketch&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;With Jinno, you can modify any website’s element and see how it may appear simultaneously before developing it. It’s a design system-focused extension. The website’s attributes, such as the font color, can be changed immediately, much like with Figma or Sketch.&lt;br&gt;
&lt;a href="https://chrome.google.com/webstore/detail/jinno-design-any-website/nggpkpfmdkbaakpndblpandmldendooa" rel="noopener noreferrer"&gt;Download Link&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Follow Me On &lt;a href="https://www.linkedin.com/in/mahmoud-alsayied/" rel="noopener noreferrer"&gt;LinkedIn&lt;/a&gt; To Learn more&lt;/p&gt;

&lt;p&gt;Follow Me On &lt;a href="https://github.com/mahmoud-sayed" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt; to explore more projects&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>react</category>
    </item>
    <item>
      <title>top 26 Interviewer Questions You Should know</title>
      <dc:creator>mahmoud</dc:creator>
      <pubDate>Sun, 04 Dec 2022 15:53:27 +0000</pubDate>
      <link>https://dev.to/boraye/top-26-interviewer-questions-you-should-know-3935</link>
      <guid>https://dev.to/boraye/top-26-interviewer-questions-you-should-know-3935</guid>
      <description>&lt;h2&gt;
  
  
  &lt;strong&gt;I wrote these questions according to my interviews experiences&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1- Talk to me about yourself&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.themuse.com/advice/tell-me-about-yourself-interview-question-answer-examples" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;2- Tell me something interested About yourself&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.blinkist.com/magazine/posts/how-to-answer-tell-me-something-interest-about-yourself" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;3- Tell me about Time You Made a Mistake&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.thebalancemoney.com/how-to-answer-job-interview-questions-about-mistakes-2064061" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;4- How Would you describe yourself?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://magoosh.com/english-speaking/how-to-describe-yourself-in-an-interview-9-methods-with-examples/#:~:text=in%20one%20sentence.-,Sample%20answers%3A,fair%20in%20everything%20I%20do." rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;5- what Questions do you have for me?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.thebalancemoney.com/job-interview-do-you-have-questions-4138097" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;6- Why we Should Hire you?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://zety.com/blog/why-should-we-hire-you#:~:text=Show%20that%20you%20have%20skills,things%20done%20on%20this%20position." rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;7- what you will add to (company Name)?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.thebalancemoney.com/what-can-you-contribute-to-the-company-2061254" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;8- what is expect from us?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.indeed.com/career-advice/interviewing/interview-question-what-are-your-job-expectations#:~:text=When%20employers%20ask%20about%20your,environment%2C%20culture%20and%20growth%3F%E2%80%9D" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;9- Tell me about your work experience.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.indeed.com/career-advice/interviewing/interview-question-tell-me-about-your-work-experience" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;10- What you doing in your free time?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.cpl.com/blog/2022/03/interview-questions-what-do-you-do-in-your-spare-time#:~:text=Structure%20your%20answer&amp;amp;text='In%20my%20free%20time%20I,reading%20100%20books%20this%20year." rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;11- When you stuck and your senior or team leader not free to help you what you will do?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;there is a lot of answers but you should search for that answer fits your job.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;12- What is your hobbies?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.thebalancemoney.com/job-interview-question-what-are-your-hobbies-2060979#:~:text=Try%20to%20relate%20the%20hobby,passion%20for%20certain%20video%20games." rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;13- What you know about this company?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://careersidekick.com/what-do-you-know-about-our-company/" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;14- Why do you want to leave your current company?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.michaelpage.co.uk/advice/career-advice/making-your-next-career-move/explaining-reason-leaving-your-current-job#:~:text=Examples%20of%20positive%20reasons%20for%20leaving%20a%20job&amp;amp;text=I%20feel%20like%20I'm,required%20in%20my%20current%20job" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;15- What can you offer us that someone else can not?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://interviewpenguin.com/what-can-you-offer-us-that-someone-else-cannot/" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;16- What were your bosses' strengths/weaknesses?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.livecareer.com/resources/interviews/questions/what-were-your-bosses-strengths-weaknesses" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;17- Where do you see yourself in five years?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://builtin.com/job-interview/where-do-you-see-yourself-in-5-years" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;18- What motivates you?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://targetjobs.co.uk/careers-advice/interviews-and-assessment-centres/what-motivates-you-tricky-graduate-interview-question" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;19- What do you like the most and least about working in this industry?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.careeraddict.com/answer-what-do-you-like-most-least-about-working-in-this-industry" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;20- Tell me about an accomplishment you are most proud of.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.indeed.com/career-advice/interviewing/what-accomplishment-are-you-most-proud-of" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;21- Tell me how you handled a difficult situation.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.indeed.com/career-advice/interviewing/handled-difficult-situation-interview-question#:~:text=Detail%20your%20job%20and%20responsibility,being%20as%20specific%20as%20possible." rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;22- Tell me about a time when you disagreed with your boss.&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.ivyexec.com/career-advice/2021/heres-how-to-answer-tell-me-about-a-time-you-disagreed-with-your-boss-and-land-the-job/#:~:text=%E2%80%9COne%20time%2C%20I%20disagreed%20with%20my%20boss%20over%20a%20decision,a%20grand%20on%20our%20advertising." rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;23- Why are you interested in working for [insert company name here]?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.indeed.com/career-advice/interviewing/interview-question-why-do-you-want-to-work-here" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;24- What are your hobbies?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.indeed.com/career-advice/interviewing/interview-question-hobbies-and-interests" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;25- What was the last book you read for fun?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.indeed.com/career-advice/interviewing/last-book-you-read-interview-question" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;26- Are you a leader or a follower?&lt;/strong&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;you can read answer example &lt;a href="https://www.indeed.com/career-advice/interviewing/are-you-a-leader-or-a-follower" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>career</category>
    </item>
    <item>
      <title>Best Roadmap become 𝗗𝗮𝘁𝗮 𝗔𝗻𝗮𝗹𝘆𝘀𝘁 for 𝗙𝗥𝗘𝗘</title>
      <dc:creator>mahmoud</dc:creator>
      <pubDate>Sun, 27 Nov 2022 14:50:47 +0000</pubDate>
      <link>https://dev.to/boraye/best-roadmap-become-for-2fff</link>
      <guid>https://dev.to/boraye/best-roadmap-become-for-2fff</guid>
      <description>&lt;p&gt;𝟭 - &lt;strong&gt;𝗘𝘅𝗰𝗲𝗹:&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Start with Excel, Analyzing Data in Excel empowers you to understand data through detailed visual summaries, trends, and patterns.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;𝗘𝘅𝗰𝗲𝗹 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲: &lt;a href="https://lnkd.in/dp4jp-ke" rel="noopener noreferrer"&gt;https://lnkd.in/dp4jp-ke&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;𝟮 - &lt;strong&gt;𝗣𝗿𝗼𝗴𝗿𝗮𝗺𝗺𝗶𝗻𝗴 𝗟𝗮𝗻𝗴𝘂𝗮𝗴𝗲:&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Choose 'Python' or ' R ', any one language for your journey, Python may be the ideal choice if you want to transition to machine learning.&lt;/li&gt;
&lt;li&gt;𝗣𝘆𝘁𝗵𝗼𝗻 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲: &lt;a href="https://lnkd.in/diuCU_4H" rel="noopener noreferrer"&gt;https://lnkd.in/diuCU_4H&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;𝗥 𝗳𝗼𝗿 𝗗𝗮𝘁𝗮 𝗔𝗻𝗮𝗹𝘆𝘀𝗶𝘀: If you're passionate about the statistical computation and data visualization aspects of data analysis, R could be a good fit for you.&lt;/li&gt;
&lt;li&gt;'𝗥' 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲: &lt;a href="https://lnkd.in/dx6DEk35" rel="noopener noreferrer"&gt;https://lnkd.in/dx6DEk35&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;𝟯 - &lt;strong&gt;𝗗𝗮𝘁𝗮𝗯𝗮𝘀𝗲𝘀:&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learn both SQL &amp;amp; No SQL databases&lt;/li&gt;
&lt;li&gt;MySQL Resources: &lt;a href="https://lnkd.in/dPZuDM57" rel="noopener noreferrer"&gt;https://lnkd.in/dPZuDM57&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mongo DB: &lt;a href="https://lnkd.in/dQ325DHB" rel="noopener noreferrer"&gt;https://lnkd.in/dQ325DHB&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;𝟰- &lt;strong&gt;𝗦𝘁𝗮𝘁𝗶𝘀𝘁𝗶𝗰𝘀 &amp;amp; 𝗣𝗿𝗼𝗯𝗮𝗯𝗶𝗹𝗶𝘁𝘆:&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Master the concepts of Descriptive Statistics and Inferential Statistics&lt;/li&gt;
&lt;li&gt;𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲: &lt;a href="https://lnkd.in/dtr7YSzz" rel="noopener noreferrer"&gt;https://lnkd.in/dtr7YSzz&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;𝟱 - &lt;strong&gt;𝗜𝗻𝘁𝗲𝗿𝗮𝗰𝘁𝗶𝘃𝗲 𝗗𝗮𝘁𝗮 𝗩𝗶𝘀𝘂𝗮𝗹𝗶𝘀𝗮𝘁𝗶𝗼𝗻 𝗧𝗼𝗼𝗹𝘀:&lt;/strong&gt; &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learn Tableau or Power BI:&lt;/li&gt;
&lt;li&gt;[Power BI] Resource: &lt;a href="https://lnkd.in/d2xnsGMr" rel="noopener noreferrer"&gt;https://lnkd.in/d2xnsGMr&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;[Tableau] Resource: &lt;a href="https://lnkd.in/dAds5Jfa" rel="noopener noreferrer"&gt;https://lnkd.in/dAds5Jfa&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>emptystring</category>
    </item>
    <item>
      <title>top 10 tips for problem-solving</title>
      <dc:creator>mahmoud</dc:creator>
      <pubDate>Sat, 26 Nov 2022 22:41:36 +0000</pubDate>
      <link>https://dev.to/boraye/top-10-tips-for-problem-solving-5197</link>
      <guid>https://dev.to/boraye/top-10-tips-for-problem-solving-5197</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;u&gt;solving the problem&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1- Understand the problem&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Describe the problem for me on the paper so I can understand it&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;2- Explore concrete examples&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Understand the inputs and the outputs expected to out&lt;/li&gt;
&lt;li&gt;How to handle errors&lt;/li&gt;
&lt;li&gt;What happens when the user enters something invalid&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;3- Break it down&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;break the problem into small parts and steps in the code place - - to solve the problem as steps to follow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;4- solve the problem in a simple way&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Write the solution to the problem as simply as possible&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;&lt;strong&gt;&lt;u&gt;Refactoring the solution&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5- Check the results&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Make sure the output of your solution required one as output from your code&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;6- Refactor the code for a better version&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go through the solution steps and check if we can write it in a better way&lt;/li&gt;
&lt;li&gt;Search if there is a helper function that can make the code run faster for time complexity&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;7- Reuse my code&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;think if I can use some parts of my code as solutions for other problem&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;8- work on time and space complexity&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Work on making the code run faster than it exists&lt;/li&gt;
&lt;li&gt;Work on making the code not consume much memory space&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;9- Search on google to find other solutions to learn from them&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;10- Share your solution&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;upload your solution on GitHub and share it with others&lt;/li&gt;
&lt;li&gt;explain it so you will learn as much as you teach&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Follow Me On &lt;a href="https://www.linkedin.com/in/mahmoud-alsayied/" rel="noopener noreferrer"&gt;LinkedIN&lt;/a&gt;&lt;/p&gt;

</description>
      <category>career</category>
      <category>community</category>
      <category>webdev</category>
      <category>mobile</category>
    </item>
  </channel>
</rss>
