<?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: Mayank Rajput (HackElite)</title>
    <description>The latest articles on DEV Community by Mayank Rajput (HackElite) (@hackelite01).</description>
    <link>https://dev.to/hackelite01</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%2F742025%2F9547cc82-9577-4d64-ad8c-a32634fb8026.jpeg</url>
      <title>DEV Community: Mayank Rajput (HackElite)</title>
      <link>https://dev.to/hackelite01</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hackelite01"/>
    <language>en</language>
    <item>
      <title>HACKTOBERFEST 2022! All you need to know</title>
      <dc:creator>Mayank Rajput (HackElite)</dc:creator>
      <pubDate>Sat, 01 Oct 2022 16:30:49 +0000</pubDate>
      <link>https://dev.to/hackelite01/hacktoberfest-2022-all-you-need-to-know-2na0</link>
      <guid>https://dev.to/hackelite01/hacktoberfest-2022-all-you-need-to-know-2na0</guid>
      <description>&lt;h1&gt;
  
  
  &lt;strong&gt;Happy Hacktoberfest everyone!&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fonn9jri3q3w2j40lt527.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fonn9jri3q3w2j40lt527.png" alt="HACKTOBERFEST 2022"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We are so excited for the hacktoberfest. We believe that open source can help unlock the full potential of process automation. We’re passionate about automating processes, creating easy-to-use products, and collaborating with our community members.&lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;Prizes&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;This year we’re going to do things a little differently and are taking a more eco-friendly approach to prizes. After 4 successful Pull Request completion, we will make a donation to One Tree Planted which plants trees across the globe focusing on areas in need of habitat rehabilitation. &lt;/p&gt;

&lt;p&gt;If you complete the challenge you will also have the option of choosing to receive the limited edition Hacktoberfest 2022 t-shirt &amp;amp; other swags too. &lt;/p&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;How to Participate&lt;/strong&gt;
&lt;/h1&gt;

&lt;ol&gt;
&lt;li&gt;Go to &lt;a href="https://github.com" rel="noopener noreferrer"&gt;Github&lt;/a&gt; &amp;amp; SignUp/Login to account.&lt;/li&gt;
&lt;li&gt;Go to &lt;a href="https://hacktoberfest.com/" rel="noopener noreferrer"&gt;Hacktoberfest&lt;/a&gt; and register with github.&lt;/li&gt;
&lt;li&gt;Now go to &lt;a href="https://github.com/hackelite01/Hacktoberfest_2022" rel="noopener noreferrer"&gt;Repo&lt;/a&gt; to create pull requests.&lt;/li&gt;
&lt;/ol&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;How to make your first Pull Requests&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;Replace  with your GitHub username in this guide.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add your profile picture to the folder
Add a picture picture of your choice in &lt;code&gt;images/&lt;/code&gt; . Accepted files are png and jpg, should be squared and minimum size 544x544 pixels. Ex.

&lt;code&gt;images/&amp;lt;YOUR-USERNAME&amp;gt;.png&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;ul&gt;
&lt;li&gt;Add your profile information
Create a markdown file in your folder following the convention  Ex.

&lt;code&gt;content/participant/&amp;lt;YOUR-USERNAME&amp;gt;.md/&lt;/code&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Copy the next template into your file, delete the boilerplate data and fill the information with yours.&lt;br&gt;
&lt;code&gt;&lt;br&gt;
name: YOURNAME&lt;br&gt;
institution/company: INSTITUTION_NAME&lt;br&gt;
github:USERNAME&lt;br&gt;
&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Wait for Pull Request to merge. Here our works start to review and merge your pull requests.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;Our Advice&lt;/strong&gt;
&lt;/h1&gt;

&lt;ul&gt;
&lt;li&gt;Your PR does not have to be code-heavy. Documentation improvements are always welcome.&lt;/li&gt;
&lt;li&gt;Read the our &lt;a href="https://github.com/hackelite01/Hacktoberfest_2022/blob/main/README.md" rel="noopener noreferrer"&gt;README.MD&lt;/a&gt; page before getting started to understand how to write a PR that will pass any automated testing in the project, which will make it more likely to be accepted.&lt;/li&gt;
&lt;li&gt;If you do not respond to a request for changes within 7 days, your PR will be closed.&lt;/li&gt;
&lt;li&gt;If you make the requested changes after your PR has been closed, feel free to submit another PR.&lt;/li&gt;
&lt;li&gt;Have a plan for what you would like to accomplish when submitting a PR to a project.&lt;/li&gt;
&lt;li&gt;Strive to adhere to our Community Code of Conduct.
Review the Hacktoberfest Resources page for more information regarding Hacktoberfest.&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;
  
  
  &lt;strong&gt;Rules&lt;/strong&gt;
&lt;/h1&gt;

&lt;p&gt;The rules are simple: submit four quality pull requests to any our repo on GitHub and earn a t-shirt &amp;amp; swags! (fine print below)&lt;/p&gt;

&lt;p&gt;To qualify for the official limited edition 2022 t-shirt &amp;amp; swags:&lt;/p&gt;

&lt;p&gt;You must make four (4) pull requests (PRs) between October 1-31 (in any time zone).&lt;br&gt;
Qualifying PRs can be made in any repository including the Hackelite01 repo.&lt;/p&gt;

&lt;p&gt;1.Not all community maintainers are participating in Hacktoberfest. Check for the &lt;code&gt;hacktoberfest&lt;/code&gt; label to find participating repos.&lt;br&gt;
2.PRs must be ready to review (not drafts). &lt;br&gt;
3.PRs may be marked invalid by a &lt;a href="https://github.com/hacelite01" rel="noopener noreferrer"&gt;maintainer&lt;/a&gt; if the PR:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is determined to be spam&lt;/li&gt;
&lt;li&gt;Does not follow the contribution guidelines&lt;/li&gt;
&lt;li&gt;Is not in line with the project’s code of conduct&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;4.Invalid PRs do not count towards your PR total.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Prizes will start shipping in December 2022&lt;br&gt;
Thanks for reading! Have a good day :)&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>hacktoberfest</category>
      <category>hacktoberfest2022</category>
      <category>swags</category>
      <category>participation</category>
    </item>
    <item>
      <title>What can be done with an IP address?</title>
      <dc:creator>Mayank Rajput (HackElite)</dc:creator>
      <pubDate>Thu, 22 Sep 2022 09:11:01 +0000</pubDate>
      <link>https://dev.to/hackelite01/what-can-be-done-with-an-ip-address-33bc</link>
      <guid>https://dev.to/hackelite01/what-can-be-done-with-an-ip-address-33bc</guid>
      <description>&lt;p&gt;What can be done with an IP address? sounds a simple question but the answer is not so simple. Some of you may already be known about IP addresses. An IP address (Internet Protocol) is like your internet address, every device which is connected to an internet or computer network has a unique IP address, such as your mobile phone, computer, printer and many more which is connected to the internet or a computer network has a unique IP address.&lt;/p&gt;

&lt;p&gt;IP addresses are written in a human-readable form such as 127.0.0.1, i will not go deep about ip addresses in this article. you can learn more about IP addresses from wiki. In This post you will learn that what can be done with an IP address of a smartphone or device, you will learn that how a simple numerical digit can help unethical hackers and how to protect from this.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to find your IP Address?
&lt;/h2&gt;

&lt;p&gt;It is very easy to find your IP address, just open google and search for "my IP address", in the result page you can see your IP address easily. If you don't want to use google then you can just see your IP address by opening &lt;a href="https://myip.com"&gt;myip.com&lt;/a&gt; in browser or by using &lt;code&gt;ipconfig&lt;/code&gt; in you command prompt.&lt;/p&gt;

&lt;h1&gt;
  
  
  What can be done with an IP address?
&lt;/h1&gt;

&lt;p&gt;IP address are like your address, its just a number but it can give many use full information about the device, location, ISP, and many more. Your IP address can be used by many websites, apps, webapps, to identify you and to give best experience. But IP addresses also can be used by hackers to give you worst experience, you will get information in this post about how hackers can find &amp;amp; use your IP address.&lt;/p&gt;

&lt;h1&gt;
  
  
  How can someone get your IP address?
&lt;/h1&gt;

&lt;p&gt;IP address contains valuable information about you, your identity, and your device, so hackers can use it for malicious purpose. There are many ways hackers can get your IP address easily. Here are most common ways that used for finding someones IP address.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. From A Link&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is very easy way to find someones IP address easily. Hackers can send you a link through social media, email, message, that tracks IP addresses, when you will click on that link hacker will get your IP address instantly. There are most of sites and scripts in internet who provides these service of creating a link to capture someones IP address.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. By Using Your Device&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If someone borrow your smartphone, PC for use then they can check your IP address easily by searching on google as i told you above in this post.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. By Sending an Email&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;When you send a email or reply a email to someone then the receiver can see your IP address by checking the header of message. Header of the message can contain IP address , some email services like yahoo, Microsoft outlook know to include IP address in header of a email.&lt;/p&gt;

&lt;p&gt;These are the common possible ways can be used by someone to find your IP address without knowing you.&lt;/p&gt;

&lt;h2&gt;
  
  
  What can hackers do with your IP address?
&lt;/h2&gt;

&lt;p&gt;IP addresses can be used in many ways to fin information about you, here are some possible things someone can do with your IP address.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. People Can Find Your Location &amp;amp; ISP information&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;By finding your IP address someone can find your location in seconds. There are many free websites in the internet that can track a IP address and reveal sensitive info about you for free, its funny but its true. Hacker can get your current city location easily by your IP address and also hacker can sell this info to other criminals they can rude your Privacy. They also can get information about your internet service provider or sim card easily. But by IP address they can not see your phone number.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Hackers can hack your device&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hackers can brute force your IP address with different ports, internet uses ports to connect. Hackers can perform a brute force on your IP address with different ports and can gain access to your device. After hacking your device they can easily steal your valuable, private information even they can control your device too, and it can be very dangerous for you.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Cyber criminals can use to do crime&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Hackers use hacked IP address to do illegal works, such as downloading illegal files, breaking securities, and many other crimes that can be dangerous for national security. Using your hacked IP address cyber criminals can frame you for illegal activity.&lt;/p&gt;

&lt;h1&gt;
  
  
  How To Protect Yourself
&lt;/h1&gt;

&lt;p&gt;You should always protect your online identity, Hyperactive online users are more vulnerable. Here are some ways to protect your IP address and device from being hacked&lt;/p&gt;

&lt;h2&gt;
  
  
  Use a VPN
&lt;/h2&gt;

&lt;p&gt;VPN is best way to protect your real ip address easily. VPN apps and software are available  for free in app stores. Most free VPN like proton vpn, express vpn, are good for use. If you want high security then you should use a good paid vpn such as Nord VPN.&lt;/p&gt;

&lt;h2&gt;
  
  
  Avoid clicking on Anonymous Links
&lt;/h2&gt;

&lt;p&gt;Don't click on links that are send you by any anonymous person. Use VPN to click on such a link that are specious and sent you anonymously.&lt;/p&gt;

&lt;h1&gt;
  
  
  Don't reply unknown emails
&lt;/h1&gt;

&lt;p&gt;Sometime we get unknown emails from different email addresses, you should not reply these emails and also don't click on any link that are embedded there. Just mark them as SPAM.&lt;/p&gt;

&lt;h2&gt;
  
  
  Update Your Router settings
&lt;/h2&gt;

&lt;p&gt;Hackers can access Wi-Fi routers easily so you should not use default settings for the routers. Change password of your router every week. Use strong and long password for your router. If it is your home/private router then always make it password protected. Always update router and computer firewall.&lt;/p&gt;

&lt;h2&gt;
  
  
  Use Strong Privacy Settings
&lt;/h2&gt;

&lt;p&gt;Use strong privacy settings for your social media accounts. Don't accept online calls from unknown persons on any instant messaging platform such as skype, messenger. Hackers can retrieve your IP address using Skype. Better to use VPN.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Join our &lt;a href="https://t.me/hackelite01"&gt;Telegram channel&lt;/a&gt; to know more about hacking&lt;br&gt;
Thanks for reading! Be careful &amp;amp; safe :)&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>ipaddress</category>
      <category>hack</category>
      <category>hackelite01</category>
      <category>security</category>
    </item>
    <item>
      <title>Languages to learn Web development</title>
      <dc:creator>Mayank Rajput (HackElite)</dc:creator>
      <pubDate>Mon, 19 Sep 2022 16:10:20 +0000</pubDate>
      <link>https://dev.to/hackelite01/languages-to-learn-web-development-ahl</link>
      <guid>https://dev.to/hackelite01/languages-to-learn-web-development-ahl</guid>
      <description>&lt;p&gt;Technology plays an integral part in our day-to-day lives. It surrounds us in the simplest of places to perform ordinary tasks and make room for great inventions. All the web pages and software that we use to make our lives easier are developed by Web Developers. However, the Web Development is still not clear to many of us, so let’s start there and learn more about which languages are required for Web Development.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;1. HTML&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--7ftL85vJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://p.kindpng.com/picc/s/23-237381_java-html-language-logo-png-transparent-png.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--7ftL85vJ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://p.kindpng.com/picc/s/23-237381_java-html-language-logo-png-transparent-png.png" alt="HTML Logo" width="500" height="280"&gt;&lt;/a&gt;&lt;br&gt;
HTML (&lt;em&gt;Hyper Text Markup Language&lt;/em&gt;) is the most basic of all coding languages. If you are planning to develop a website or web app, HTML will provide you with a solid foundation for development.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;2. CSS&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XKSmchsw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://1000marcas.net/wp-content/uploads/2021/02/CSS-Logo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XKSmchsw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://1000marcas.net/wp-content/uploads/2021/02/CSS-Logo.png" alt="CSS Logo" width="880" height="499"&gt;&lt;/a&gt;&lt;br&gt;
CSS (&lt;em&gt;Cascading Style Sheets&lt;/em&gt;) is a language that describe how to display HTML documents on screen, paper, or in other media. CSS enables designers to separate style from content.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;3. JavaScript&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--cAspoS2S--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://th.bing.com/th/id/OIP.8CuztOWUYzMlp6DOSMAdWwHaB2%3Fpid%3DImgDet%26rs%3D1" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--cAspoS2S--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://th.bing.com/th/id/OIP.8CuztOWUYzMlp6DOSMAdWwHaB2%3Fpid%3DImgDet%26rs%3D1" alt="JavaScript Logo" width="474" height="118"&gt;&lt;/a&gt;&lt;br&gt;
There is no doubt that JavaScript is the King of web development and probably the most popular language among web developers. The strength of JavaScript is not just it can run on browser and server using Nodejs. JavaScript contains &lt;em&gt;1 lakh+&lt;/em&gt; libraries. You can learn from &lt;a href="https://www.javascript.com/"&gt;JAVASCRIPT&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;4. PHP&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--OpAk8KR7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://th.bing.com/th/id/OIP.jss9RO1NMMokvXWlmNWJFgAAAA%3Fpid%3DImgDet%26rs%3D1" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--OpAk8KR7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://th.bing.com/th/id/OIP.jss9RO1NMMokvXWlmNWJFgAAAA%3Fpid%3DImgDet%26rs%3D1" alt="PHP Logo" width="300" height="180"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.php.net/"&gt;PHP&lt;/a&gt; is one of the best programming languages when it comes to creating web applications. It's dynamic, server-side scripting language that makes it really easy to create fully functional web applications.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;5. NODE.JS&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--vzcJXQXy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.pixabay.com/photo/2015/04/23/17/41/node-js-736399_960_720.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--vzcJXQXy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cdn.pixabay.com/photo/2015/04/23/17/41/node-js-736399_960_720.png" alt="NodeJs Logo" width="880" height="440"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://nodejs.org"&gt;Node.js&lt;/a&gt; is an open-source, cross-platform, back-end JavaScript runtime environment that run on the V8 engine and executes JavaScript code outside a web browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;6. RUBY&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--VJCXi05x--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cheatsheet.dennyzhang.com/wp-content/uploads/2018/08/ruby.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--VJCXi05x--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://cheatsheet.dennyzhang.com/wp-content/uploads/2018/08/ruby.png" alt="Ruby Logo" width="480" height="240"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.ruby-lang.org/"&gt;RUBY&lt;/a&gt; is another programming language that is really great for web development. Similar to PHP and Python, Ruby is also easy to learn and go for beginners.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;7. DJANGO&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--02_IDKTs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.djangoproject.com/m/img/logos/django-logo-negative.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--02_IDKTs--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://www.djangoproject.com/m/img/logos/django-logo-negative.png" alt="DJANGO Logo" width="880" height="400"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://www.djangoproject.com/"&gt;Django&lt;/a&gt; is a high-level Python web framework that enables rapid development of secure and maintainable websites. Built by experienced developers, Django takes care of much of the hassle of web development.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;8. SQL&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--SVEgSJ4D--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://lanetechnologysolutions.com/wp-content/uploads/2020/07/SqlServerless-5-1080x675.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--SVEgSJ4D--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://lanetechnologysolutions.com/wp-content/uploads/2020/07/SqlServerless-5-1080x675.png" alt="SQL Logo" width="880" height="550"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SQL is a database computer language (Domain specific language) designed for the retrieval and management of data in a relational database. SQL stands for Structured Query Language.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>web3</category>
      <category>languages</category>
      <category>programming</category>
    </item>
    <item>
      <title>My First Blog</title>
      <dc:creator>Mayank Rajput (HackElite)</dc:creator>
      <pubDate>Tue, 13 Sep 2022 15:12:25 +0000</pubDate>
      <link>https://dev.to/hackelite01/my-first-blog-hog</link>
      <guid>https://dev.to/hackelite01/my-first-blog-hog</guid>
      <description>&lt;p&gt;I am so exited as I am writing my first blog post. I am &lt;strong&gt;Mayank Rajput&lt;/strong&gt; from Mahesana, Gujarat, India.&lt;/p&gt;

&lt;p&gt;I like to share and express my thoughts and ideas about the most interesting and fascinating competency in programming. I am Full stack developer with somewhat hacking knowledge.&lt;/p&gt;

&lt;p&gt;Though I have heard about new innovations and technologies which were introduced to the world through news and social media, my curiosity was built day by day uncommonly after referring into this section. I can remember that our teacher was really excelled in teaching us more friendly and attractively by providing related videos and reading materials in order to enhance our knowledge in new trends in Programming &amp;amp; AI.&lt;/p&gt;

&lt;p&gt;I completed my various courses of programming languages like Python, JavaScript, Go, TypeScript etc. in my high school timeline. You can also visit my &lt;a href="https://www.mayankrajput.ml"&gt;website&lt;/a&gt;. My github profile is &lt;a href="https://github.com/hackelite01"&gt;hackelite01&lt;/a&gt; as my username.&lt;/p&gt;

&lt;p&gt;Alright, we all know that AI is a hotly debated topic all over the world with the technological advancement globally. According to John McCarthy(The father of Artificial Intelligence) he mentioned that “Artificial Intelligence” can be define as “the science and engineering of making intelligent machines”. Nowadays AI is everywhere and in many fields at the moment such as Healthcare, Education, Criminal and justice, Astronomy , Business and economics, Transportation, Cultivation etc. Moreover, Artificial intelligence are used to carry out risky jobs that are too dangerous for humans to undertake, to accomplish the tasks more faster and with minimal errors, also for the development with new innovations and creations .&lt;/p&gt;

&lt;p&gt;Artificial intelligence (AI) is arguably the most exciting field in robotics. Can you ever think that a machine or a non living being can get a citizenship in a country!!! Saudi Arabia has gifted the citizenship for the first ever humanoid robot called “Sophia” which is based on AI technology. Isn’t that fascinating?&lt;/p&gt;

&lt;p&gt;I wonder that if I can have a robot to wake me up saying “Time to wake up, buddy!!” and helps to make my activities more easier, and to live in a smart city, to work within a smart office too . The latest AI offers an unprecedented opportunity to engage within some of these tasks. So In the future we may live in our dream worlds with advanced technology. Hope you all had a great time while reading this blog.&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

</description>
      <category>firstpost</category>
      <category>firstblog</category>
      <category>ai</category>
      <category>hackelit</category>
    </item>
  </channel>
</rss>
