<?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: Bhavesh Goyal</title>
    <description>The latest articles on DEV Community by Bhavesh Goyal (@bhaveshgoyal182).</description>
    <link>https://dev.to/bhaveshgoyal182</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%2F465455%2Ff27caa56-b0ac-4048-92b7-877a5f3dafba.jpeg</url>
      <title>DEV Community: Bhavesh Goyal</title>
      <link>https://dev.to/bhaveshgoyal182</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bhaveshgoyal182"/>
    <language>en</language>
    <item>
      <title>ARM vs x86: What’s the Difference and Why It Matters in 2025</title>
      <dc:creator>Bhavesh Goyal</dc:creator>
      <pubDate>Sun, 20 Apr 2025 17:51:31 +0000</pubDate>
      <link>https://dev.to/bhaveshgoyal182/arm-vs-x86-whats-the-difference-and-why-it-matters-in-2025-1efn</link>
      <guid>https://dev.to/bhaveshgoyal182/arm-vs-x86-whats-the-difference-and-why-it-matters-in-2025-1efn</guid>
      <description>&lt;h1&gt;
  
  
  🧠 ARM vs x86: What’s the Difference and Why It Matters in 2025
&lt;/h1&gt;

&lt;p&gt;If you’ve ever read about processors or shopped for a laptop or phone, you’ve likely come across terms like &lt;strong&gt;ARM&lt;/strong&gt;, &lt;strong&gt;x86&lt;/strong&gt;, or even &lt;strong&gt;ARM x86&lt;/strong&gt;. But what do they really mean? Are they different kinds of chips? Is one better than the other?&lt;/p&gt;

&lt;p&gt;Let’s break it down in simple terms.&lt;/p&gt;




&lt;h2&gt;
  
  
  💡 What is x86?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;x86&lt;/strong&gt; is a processor architecture that comes from Intel, and later, AMD. It's been the &lt;strong&gt;backbone of traditional PCs&lt;/strong&gt; for decades. Think of it as the “classic” processor design you’ll find in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Most Windows desktops and laptops
&lt;/li&gt;
&lt;li&gt;Older MacBooks (before Apple switched to Apple Silicon)
&lt;/li&gt;
&lt;li&gt;Gaming rigs and performance-heavy machines
&lt;/li&gt;
&lt;li&gt;Many enterprise servers
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;x86 uses a design philosophy called &lt;strong&gt;CISC&lt;/strong&gt; (Complex Instruction Set Computing), meaning it supports many rich and complex instructions. This is great for flexibility and performance, but it tends to be &lt;strong&gt;power-hungry&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚡ What is ARM?
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;ARM&lt;/strong&gt;, short for &lt;strong&gt;Advanced RISC Machine&lt;/strong&gt;, is an entirely different architecture that focuses on &lt;strong&gt;simplicity and efficiency&lt;/strong&gt;. It uses &lt;strong&gt;RISC&lt;/strong&gt; (Reduced Instruction Set Computing), which keeps things lean — fewer instructions, executed faster and with less power.&lt;/p&gt;

&lt;p&gt;ARM chips are famous for their &lt;strong&gt;power efficiency&lt;/strong&gt;, which makes them perfect for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Smartphones (iPhones, Androids)
&lt;/li&gt;
&lt;li&gt;Tablets
&lt;/li&gt;
&lt;li&gt;Raspberry Pi and IoT devices
&lt;/li&gt;
&lt;li&gt;New MacBooks (Apple’s M1, M2, M3 chips)
&lt;/li&gt;
&lt;li&gt;Some Chromebooks and even servers (like AWS Graviton)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🤔 ARM vs x86: The Showdown
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Feature&lt;/th&gt;
&lt;th&gt;ARM&lt;/th&gt;
&lt;th&gt;x86&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Architecture&lt;/td&gt;
&lt;td&gt;RISC&lt;/td&gt;
&lt;td&gt;CISC&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Power Consumption&lt;/td&gt;
&lt;td&gt;Low&lt;/td&gt;
&lt;td&gt;High&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Performance&lt;/td&gt;
&lt;td&gt;Efficient&lt;/td&gt;
&lt;td&gt;Powerful&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Software Compatibility&lt;/td&gt;
&lt;td&gt;Requires ARM-compatible apps&lt;/td&gt;
&lt;td&gt;Huge library of legacy software&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Typical Use&lt;/td&gt;
&lt;td&gt;Mobile, tablets, newer laptops&lt;/td&gt;
&lt;td&gt;Desktops, gaming PCs, traditional laptops&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;ARM is &lt;strong&gt;winning mobile&lt;/strong&gt; and making serious moves into &lt;strong&gt;desktop and server&lt;/strong&gt; territory. x86 still rules the world of traditional computing, but that dominance is fading.&lt;/p&gt;




&lt;h2&gt;
  
  
  🌀 What About “ARM x86”? Is That a Thing?
&lt;/h2&gt;

&lt;p&gt;Not really.&lt;/p&gt;

&lt;p&gt;There’s no such official architecture called &lt;strong&gt;“ARM x86.”&lt;/strong&gt; What people often &lt;em&gt;mean&lt;/em&gt; by that is:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“An ARM-based device that can run x86 software using emulation or translation.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Apple’s Rosetta 2&lt;/strong&gt; lets ARM-based Macs run older x86 Mac apps.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Windows on ARM&lt;/strong&gt; devices can run some x86 apps through emulation (but with performance hits).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So while you &lt;strong&gt;can&lt;/strong&gt; run x86 software on ARM chips &lt;em&gt;sometimes&lt;/em&gt;, it’s not ideal and often slower.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧬 Why Should You Care?
&lt;/h2&gt;

&lt;p&gt;Knowing the difference helps you make better decisions when buying a device:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Want better &lt;strong&gt;battery life&lt;/strong&gt;? → Go with ARM (like M1 MacBooks or ARM Chromebooks).&lt;/li&gt;
&lt;li&gt;Need to run &lt;strong&gt;older apps or games&lt;/strong&gt;? → Stick with x86 (Intel/AMD).&lt;/li&gt;
&lt;li&gt;Developers? → You’ll want to know if your app needs to be recompiled for ARM.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;x86&lt;/strong&gt; = Traditional, powerful processors from Intel/AMD.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ARM&lt;/strong&gt; = Efficient, modern processors dominating mobile and gaining ground in laptops.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;"ARM x86"&lt;/strong&gt; = Not a real thing — just ARM running x86 apps via emulation.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;👋 Hope that helps! If you’ve got thoughts, questions, or processor preferences — drop them in the comments!&lt;/p&gt;

</description>
      <category>arm</category>
      <category>x86</category>
      <category>architecture</category>
      <category>processors</category>
    </item>
    <item>
      <title>Octahacks 3.0</title>
      <dc:creator>Bhavesh Goyal</dc:creator>
      <pubDate>Tue, 17 Nov 2020 17:48:37 +0000</pubDate>
      <link>https://dev.to/dsc_ciet/octahacks-3-0-94e</link>
      <guid>https://dev.to/dsc_ciet/octahacks-3-0-94e</guid>
      <description>&lt;p&gt;&lt;strong&gt;OctaHacks&lt;/strong&gt; is the annual flagship event of &lt;strong&gt;DSC, Chitkara University&lt;/strong&gt;, where innovators get an opportunity to merge their creative ideas with their technical skills to build something exemplary. It's a place where your ideas will get acknowledged.&lt;br&gt;
This November, OctaHacks is back with it's third edition, &lt;strong&gt;OctaHacks 3.0&lt;/strong&gt;. Expect more than 36 hours of inspiring panel discussions, working and collaborating on futuristic and empowering tech products, networking opportunities with budding developers and lots of fun!&lt;/p&gt;
&lt;h2&gt;
  
  
  &lt;strong&gt;History&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Octahacks was started in 2018 with having a vision of encouraging the young innovators at the National level to build something &lt;strong&gt;exemplary&lt;/strong&gt;. Something that will make the life of the community easy to live in.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Foxrcixezkh009o1n8cnr.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Foxrcixezkh009o1n8cnr.jpg" alt="octahacks2" width="800" height="421"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  &lt;strong&gt;Octahacks = Octa + Hacks&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;The title of this Hackathon itself implies about the &lt;strong&gt;Eight&lt;/strong&gt; different tracks that are available in which you can brainstorm and think-design-build something innovative.&lt;br&gt;
The list of tracks available is:-&lt;br&gt;
1.Smart-City &lt;br&gt;
2.Security&lt;br&gt;
3.Fintech&lt;br&gt;
4.Health&lt;br&gt;
5.Environment&lt;br&gt;
6.Education&lt;br&gt;
7.Business&lt;br&gt;
8.Women Security&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fvkcyk3d1fvjet1xxd4pu.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fvkcyk3d1fvjet1xxd4pu.JPG" alt="tracks" width="800" height="422"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  &lt;strong&gt;Sponsors&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Every event is possible with the help of Sponsors. This year we&lt;br&gt;
have :-&lt;br&gt;
1.DevFolio&lt;br&gt;
2.NewGenIED Chitkara University&lt;br&gt;
3.Fold&lt;br&gt;
4.Matic&lt;br&gt;
5.Tezos&lt;br&gt;
6.Portis&lt;br&gt;
7.Wolfram&lt;br&gt;
8.Coding Blocks&lt;br&gt;
9.Balsamiq&lt;br&gt;
10.Todoist&lt;br&gt;
11.Sashido&lt;br&gt;
12.GiveMyCertificate&lt;br&gt;
13.Axure&lt;br&gt;
14.1Password&lt;br&gt;
15.JetBrains&lt;br&gt;
16.Bubble&lt;br&gt;
17.repl.it&lt;/p&gt;
&lt;h3&gt;
  
  
  &lt;strong&gt;Platform Partners&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;1.&lt;a href="https://www.airmeet.com/" rel="noopener noreferrer"&gt;Airmeet&lt;/a&gt;&lt;br&gt;
2.&lt;a href="https://streamyard.com/" rel="noopener noreferrer"&gt;StreamYard&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;
  
  
  &lt;strong&gt;Community Partners&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;1.&lt;a href="https://www.instagram.com/gdgjalandhar/" rel="noopener noreferrer"&gt;GDG Jalandhar&lt;/a&gt;&lt;br&gt;
2.&lt;a href="https://dsc.community.dev/mt-san-antonio-college/" rel="noopener noreferrer"&gt;DSC Mt.San Antonio College&lt;/a&gt;&lt;br&gt;
3.&lt;a href="https://www.instagram.com/gdgchandigarh/" rel="noopener noreferrer"&gt;GDG Chandigarh&lt;/a&gt;&lt;br&gt;
4.&lt;a href="https://www.instagram.com/flutterchennai/" rel="noopener noreferrer"&gt;Flutter Chennai&lt;/a&gt;&lt;br&gt;
5.&lt;a href="https://www.instagram.com/devcsp/" rel="noopener noreferrer"&gt;Developer Circles Chandigarh&lt;/a&gt;&lt;br&gt;
6.&lt;a href="https://www.instagram.com/flutterchd/" rel="noopener noreferrer"&gt;Flutter Chandigarh&lt;/a&gt;&lt;br&gt;
7.&lt;a href="https://www.instagram.com/ieeeciet/" rel="noopener noreferrer"&gt;IEEE-CIET&lt;/a&gt;&lt;br&gt;
8.&lt;a href="https://studentambassadors.microsoft.com/" rel="noopener noreferrer"&gt;Microsoft Learn Student Ambassador&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  How to &lt;strong&gt;Register&lt;/strong&gt;?
&lt;/h2&gt;

&lt;p&gt;To Register for Octahacks 3.0 you can visit &lt;a href="https://www.octahacks.tech" rel="noopener noreferrer"&gt;www.octahacks.tech&lt;/a&gt; from where you will be redirected to &lt;strong&gt;DevFolio&lt;/strong&gt; .Firstly, you will have to create an account, then setting up your profile and then registering for this Hackathon.&lt;br&gt;
You can participate in a Team (max 4 members) or participate as an individual.&lt;br&gt;
If you are stuck anywhere you can refer &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/q2vhiJdOaac"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Judges&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;To Judge the innovative projects out.&lt;br&gt;
1.&lt;strong&gt;Kamal Vaid&lt;/strong&gt;&lt;br&gt;
  Google Certified Android Developer | Technology Lead &lt;br&gt;
  at Infosys | GDE For Google Assistant &lt;br&gt;
2.&lt;strong&gt;Vrijraj Singh&lt;/strong&gt;&lt;br&gt;
  Organizer, GDG Jalandhar | Google Developers Expert &lt;br&gt;
  for Firebase &amp;amp; Web Technologies&lt;br&gt;
3.&lt;strong&gt;Tushar Srivastava&lt;/strong&gt;&lt;br&gt;
  Technical Project Lead at Huawei Technologies India&lt;br&gt;
4.&lt;strong&gt;Niharika Arora&lt;/strong&gt;&lt;br&gt;
  GDE for Android | Contributor @ Aarogya Setu | Active Community &lt;br&gt;
  Contributor | Gold Medalist&lt;br&gt;
5.&lt;strong&gt;Mohit Uniyal&lt;/strong&gt;&lt;br&gt;
  Instructor and Product Engineer at Coding Blocks | Mentor &lt;br&gt;
  @TensorFlow at Google Code-in.&lt;br&gt;
6.&lt;strong&gt;Suraj Kumar&lt;/strong&gt;&lt;br&gt;
  SDE-2 @V-Comply&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Mentors&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;To guide you throughout your journey.&lt;br&gt;
1.&lt;strong&gt;Sai Siddartha Maram&lt;/strong&gt;&lt;br&gt;
SDE Intern @Invento Robotics&lt;br&gt;
2.&lt;strong&gt;Saurabh Thakur&lt;/strong&gt;&lt;br&gt;
SDE @smallcase, GSoC 19 @AOSSIE&lt;br&gt;
3.&lt;strong&gt;Chetan Kaushik&lt;/strong&gt;&lt;br&gt;
Product Engineer at GOJEK | Founder at TheAlgorithms | GSOC'17 @FOSSASIA&lt;br&gt;
4.&lt;strong&gt;Harsha Vardhan&lt;/strong&gt;&lt;br&gt;
Software Engineer at Microsoft IDC | Student Researcher&lt;br&gt;
5.&lt;strong&gt;Vedant B.&lt;/strong&gt;&lt;br&gt;
Research Intern @UPenn | Chair IEEE CIS | Microsoft Learn Student Ambassador | Data Scientist&lt;br&gt;
6.&lt;strong&gt;Abhay Sharma&lt;/strong&gt;&lt;br&gt;
Frontend Engineer @Smallcase&lt;br&gt;
7.&lt;strong&gt;Madhur Gupta&lt;/strong&gt;&lt;br&gt;
Android &lt;a class="mentioned-user" href="https://dev.to/bim"&gt;@bim&lt;/a&gt; | GSoC'20 @Wikimedia&lt;br&gt;
8.&lt;strong&gt;Jai Kathuria&lt;/strong&gt;&lt;br&gt;
Developer • Learner • Designer&lt;br&gt;
9.&lt;strong&gt;Nikhil Bansal&lt;/strong&gt;&lt;br&gt;
Android Engineer @Mutual Mobile | Open Source Contributor | Tech Speaker  | Mentor and Reviewer &lt;br&gt;
10.&lt;strong&gt;Sagar Choudhary&lt;/strong&gt;&lt;br&gt;
SDE-II @Airmeet | Mentor and Project Reviewer&lt;br&gt;
11.&lt;strong&gt;Ayon Roy&lt;/strong&gt;&lt;br&gt;
Speaker | Doing ML Deep Learning AI Data Science Python @ FinTech | Hackathons | Internships | Community @ Kaggle Days&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Student Mentors&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;To be there and help students whenever they need help.&lt;br&gt;
1.&lt;strong&gt;Pragati Verma&lt;/strong&gt;&lt;br&gt;
Full Stack Web Developer | Expert of Frontend, Backend and Project Management.&lt;br&gt;
2.&lt;strong&gt;Himanshu Sharma&lt;/strong&gt;&lt;br&gt;
Flutter Developer | Open Source Contributor | Microsoft Learn Student Ambassador | Writer&lt;br&gt;
3.&lt;strong&gt;Vanshika Garg&lt;/strong&gt;&lt;br&gt;
SDE-CRIS | DSC Lead | GHCI'20 Scholar | EATON Pratibha Scholar | Chapter Lead at Girlscript Foundation | 21 Under 21 awardee | Python mentor at Tesseract Coding&lt;br&gt;
4.&lt;strong&gt;Arsh Goyal&lt;/strong&gt;&lt;br&gt;
SDE Intern @ Samsung and ISRO | Explore ML Facilitator by Google Crowdsource&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Fun-Time&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;To give this virtual hackathon a real feel of offline one we will be having game nights.&lt;br&gt;
To relieve out the stress our Team will be hosting some quizzes &amp;amp; games with live streaming on YouTube.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Foe7ctcifv76mzd616crw.JPG" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Foe7ctcifv76mzd616crw.JPG" alt="funtime" width="800" height="322"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Prizes&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Making this Version 3.0 bigger than previous versions,&lt;strong&gt;Prizes&lt;/strong&gt; worth &lt;strong&gt;4 Lacs&lt;/strong&gt; will be distributed. The goodies and the swags will be directly shipped to your given shipment details.&lt;/p&gt;

&lt;p&gt;For more Details you can visit us at &lt;a href="https://www.octahacks.tech" rel="noopener noreferrer"&gt;www.octahacks.tech&lt;/a&gt;.&lt;br&gt;
You can mail your queries at &lt;a href="mailto:help@octahacks.tech"&gt;help@octahacks.tech&lt;/a&gt;&lt;br&gt;
Till then stay tuned &lt;a href="https://www.instagram.com/dsc_ciet" rel="noopener noreferrer"&gt;&lt;strong&gt;@dsc_ciet&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>career</category>
      <category>projects</category>
      <category>innovation</category>
    </item>
    <item>
      <title>Basic Commands of Linux.</title>
      <dc:creator>Bhavesh Goyal</dc:creator>
      <pubDate>Thu, 05 Nov 2020 17:09:05 +0000</pubDate>
      <link>https://dev.to/dsc_ciet/a-quick-intro-of-linux-2j2</link>
      <guid>https://dev.to/dsc_ciet/a-quick-intro-of-linux-2j2</guid>
      <description>&lt;p&gt;&lt;strong&gt;Recommended&lt;/strong&gt;&lt;br&gt;
Installed virtual box and ubuntu.||System Dual booted with Ubuntu.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Basic Terminologies to start with:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Kernel&lt;/strong&gt; − The kernel is the heart of the operating system. It interacts with the hardware and most of the tasks like memory management, task scheduling and file management.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Shell&lt;/strong&gt; − The shell is the utility that processes your requests. When you type in a command at your terminal, the shell interprets the command and calls the program that you want. The shell uses standard syntax for all commands. C Shell, Bourne Shell and Korn Shell are the most famous shells which are available with most of the Unix variants.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Commands and Utilities&lt;/strong&gt; − There are various commands and utilities which you can make use of in your day to day activities. cp, mv, cat and grep, etc. are few examples of commands and utilities. There are over 250 standard commands plus numerous others provided through 3rd party software. All the commands come along with various options.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Files and Directories&lt;/strong&gt; − All the data of Unix is organized into files. All files are then organized into directories. These directories are further organized into a tree-like structure called the filesystem.&lt;br&gt;
Basically you can think of directory as a folder in your system.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Basic commands of Linux:-&lt;/strong&gt;&lt;br&gt;
1.&lt;code&gt;pwd&lt;/code&gt;:-To check the present directory in which you are working &lt;br&gt;
 right now.&lt;/p&gt;

&lt;p&gt;2.&lt;code&gt;ls&lt;/code&gt;:-To list the files and directories stored in the current &lt;br&gt;
  directory/folder.&lt;br&gt;
   Some extensions are:-&lt;br&gt;
&lt;code&gt;ls -l&lt;/code&gt;:-To list in the some details of the files in a list format.&lt;br&gt;
&lt;code&gt;ls -a&lt;/code&gt;:-To list all the files of a directory including the hidden files.&lt;br&gt;
&lt;code&gt;ls -ld&lt;/code&gt;:-To list all the directories within a present directory.&lt;/p&gt;

&lt;p&gt;3.&lt;code&gt;cd&lt;/code&gt;:-To change the current directory to another.&lt;br&gt;
  Some useful commands of this:-&lt;br&gt;
&lt;code&gt;cd ..&lt;/code&gt;:-To move to directory that is one level up of pwd.&lt;br&gt;
&lt;code&gt;cd /&lt;/code&gt;:-This command is used to change directory to the root directory, The root directory is the first directory in your filesystem hierarchy.&lt;br&gt;
&lt;code&gt;cd ~&lt;/code&gt;:-To move back to the home directory.&lt;br&gt;
&lt;code&gt;cd -&lt;/code&gt;:-To visit last directory.&lt;br&gt;
&lt;code&gt;cd dir_1/dir_2/dir_3&lt;/code&gt;:-This command is used to move inside a directory from a directory.&lt;/p&gt;

&lt;p&gt;4.&lt;code&gt;touch&lt;/code&gt;:-To create blank files.&lt;/p&gt;

&lt;p&gt;5.&lt;code&gt;cat&lt;/code&gt;:-To create files with content and to show the content of the file.&lt;br&gt;
 It has two situations:-&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No such file pre-exists in the directory:-
It will create a file &amp;amp; you can enter the content.&lt;/li&gt;
&lt;li&gt;File pre-exists with the same name in the directory:-
It will display the contents of that file.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;6.&lt;code&gt;wc&lt;/code&gt;:-To get a count of the total number of lines, words, and characters contained in a file.&lt;br&gt;
Syntax:-&lt;code&gt;wc filename&lt;/code&gt;&lt;br&gt;
Output:- &lt;code&gt;2  19 103 filename&lt;/code&gt;&lt;br&gt;
This implies that it has 2 lines,19 words,103 characters and name of the file is 'filename'.&lt;/p&gt;

&lt;p&gt;7.&lt;code&gt;cp&lt;/code&gt;:-To make a copy of a file.&lt;br&gt;
 Syntax:-&lt;code&gt;cp FILENAME COPIED_FILE_NAME&lt;/code&gt;&lt;br&gt;
&lt;code&gt;cp filename copyfile&lt;/code&gt;:-This will create the file in the same directory named copyfile which is the copy of filename. &lt;br&gt;
Syntax:-&lt;code&gt;cp FILENAME DESTINATION&lt;/code&gt;&lt;br&gt;
&lt;code&gt;cp filename /home/Desktop&lt;/code&gt;:-This will create a copy of file named filename at the mentioned location i.e Desktop.&lt;/p&gt;

&lt;p&gt;8.&lt;code&gt;mv&lt;/code&gt;:-To change the name of a file or a directory.&lt;br&gt;
Syntax:-&lt;code&gt;mv old_file new_file&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;9.&lt;code&gt;rm&lt;/code&gt;:-To delete an existing file.&lt;br&gt;
Syntax:-&lt;code&gt;rm filename1&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;10.&lt;code&gt;mkdir&lt;/code&gt;:-To make a directory.&lt;br&gt;
Syntax:-&lt;code&gt;mkdir dir1&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;11.&lt;code&gt;rmdir&lt;/code&gt;:-To remove a directory.&lt;br&gt;
Syntax:-&lt;code&gt;rmdir dir1&lt;/code&gt;&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt; − To remove a directory, make sure it is empty which means there should not be any file or sub-directory inside this directory.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;12.&lt;code&gt;grep&lt;/code&gt;:-To search something(any pattern of characters) in a file.&lt;br&gt;
Synatx:-&lt;code&gt;grep "Helllo" filename&lt;/code&gt;&lt;br&gt;
This will search for "Hello" in the file named filename and will display all the lines of that file that contains "Hello" in them.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Thanks&lt;/strong&gt; for reading.&lt;br&gt;
Will be back soon with some more commands.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>systems</category>
      <category>ubuntu</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Web Development Guide For Absolute Beginners!!</title>
      <dc:creator>Bhavesh Goyal</dc:creator>
      <pubDate>Sun, 04 Oct 2020 16:22:42 +0000</pubDate>
      <link>https://dev.to/dsc_ciet/web-development-guide-for-absolute-beginners-235f</link>
      <guid>https://dev.to/dsc_ciet/web-development-guide-for-absolute-beginners-235f</guid>
      <description>&lt;p&gt;Have you wondered how the websites are made? What skills or tech-stacks are required for making a website? 🤔 🤔&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fmvuiofpva8pxm1ys7ba4.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fmvuiofpva8pxm1ys7ba4.jpg" alt="Alt Text" width="800" height="864"&gt;&lt;/a&gt;&lt;br&gt;
If your answer is "YES", then this is the write place for you.&lt;br&gt;
I will try to keep the answer as simple as possible.&lt;/p&gt;

&lt;p&gt;First of all we need to know about the basics of anything before going ahead, so we will start with the 3 basic components or the backbones of Web-Development.&lt;/p&gt;

&lt;p&gt;A basic Website is nothing but a blend of HTML , CSS &amp;amp; JavaScript only. &lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F50r9muj3ogdo8t9o2gv7.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F50r9muj3ogdo8t9o2gv7.jpg" alt="vDoIT_html-css-logo1" width="800" height="685"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The basic structure of every Website consists of webpages that are made up of atleast two components i.e. HTML &amp;amp; CSS  . &lt;/p&gt;

&lt;p&gt;Right Now, You will be like that&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffbh6b3qki5e6k2s34j4h.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Ffbh6b3qki5e6k2s34j4h.png" alt="117-512" width="512" height="512"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That's all sounds good but where to start?&lt;/p&gt;

&lt;p&gt;So answer to this quite simple. You can begin with:&lt;/p&gt;

&lt;h2&gt;
  
  
  1.HTML(HyperText Markup Language) 🤔
&lt;/h2&gt;

&lt;p&gt;What basically HTML does is that it is used for structuring the website. How it will look, how different things will be placed, how much will be their dimensions and all. this is all taken care of by HTML and with this we can structure our webpage which will in-turn make our website!&lt;/p&gt;

&lt;p&gt;Our structure of the website is done!💯&lt;/p&gt;

&lt;p&gt;Now we will proceed with to styling. Like you will not like to have a cloth which is not styled or looking an old one. You will simply like it to be styled it in your own way. Here CSS comes to action!&lt;/p&gt;

&lt;h2&gt;
  
  
  2.CSS(Cascading Style Sheets) 🤔
&lt;/h2&gt;

&lt;p&gt;We are done with structure. For styling the 'Simplest' and the 'Most Powerful' tool is CSS. With it you can style your webpage in the way you wanted. Different features can be added to enhance you website looks and all. CSS itself is a complete package for styling. Nothing more required as such for styling.&lt;/p&gt;

&lt;p&gt;Now our structure and styling part is done.💯&lt;/p&gt;

&lt;p&gt;But it is like you structured a Toy car, designed it to the best looks but your car is not moving.&lt;/p&gt;

&lt;p&gt;This is the place where the JS comes for the rescue!&lt;/p&gt;

&lt;h2&gt;
  
  
  3.JS(JavaScript) 🤔
&lt;/h2&gt;

&lt;p&gt;Basically JS will make your website internactive. For example, you go over a region in the site, it will respond to you either depending or independent of your action. In short it will make your site internactive and responsive.&lt;/p&gt;

&lt;p&gt;Now that's all fine but where are the resources!&lt;br&gt;
  &lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7dd5ruz8u563nnnvgedm.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F7dd5ruz8u563nnnvgedm.jpg" alt="images" width="225" height="225"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Resources
&lt;/h2&gt;

&lt;p&gt;Best Ever Known Resources for the three are 🙂:&lt;br&gt;
1.&lt;a href="https://developer.mozilla.org/en-US/" rel="noopener noreferrer"&gt;MDN Docs(Mozilla Developer Network-Documents)&lt;/a&gt;&lt;br&gt;
2.&lt;a href="https://www.w3schools.com/" rel="noopener noreferrer"&gt;W3Schools&lt;/a&gt;&lt;br&gt;
3.Video Tutorials:&lt;br&gt;
   &lt;a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/?utm_source=adwords&amp;amp;utm_medium=udemyads&amp;amp;utm_campaign=WebDevelopment_v.PROF_la.EN_cc.INDIA_ti.8322&amp;amp;utm_content=deal4584&amp;amp;utm_term=_._ag_82381207578_._ad_437511380638_._kw__._de_c_._dm__._pl__._ti_dsa-774930035449_._li_9297890_._pd__._&amp;amp;matchtype=b&amp;amp;gclid=Cj0KCQjwwuD7BRDBARIsAK_5YhWKeIcwIqcR-aBGa7O_xkdYmZ_VnA04Yxi4Ze7X6WbJzhFpEW9QvFwaAlf1EALw_wcB" rel="noopener noreferrer"&gt;The Complete Web Development Bootcamp by Angela Yu.&lt;/a&gt; &lt;br&gt;
    (Recommended by ❤️)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fsq3rn5tp5r2qcabxrthf.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fsq3rn5tp5r2qcabxrthf.jpg" alt="advice-post-it-anthony-design" width="800" height="565"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;1.The things that you will be learning please try to implement that practically by making some projects(like Websites).&lt;br&gt;
2.Your HardWork will definitely pay-off 💯. The more you do,The more you get!&lt;br&gt;
3.As a beginner please master these 3 skills only!! then switch to some frameworks or libraries like BootStrap and all!&lt;/p&gt;

&lt;p&gt;Hope you liked it!✌️&lt;br&gt;
I am happy that you read this article till this line and might have taken a little bit of knowledge.&lt;br&gt;
Thanks for reading!!🙏&lt;/p&gt;

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