<?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: Sudhanshu tiwari</title>
    <description>The latest articles on DEV Community by Sudhanshu tiwari (@tiwariji264).</description>
    <link>https://dev.to/tiwariji264</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%2F408005%2F7714fef6-51ec-4652-97f9-4d87eea741df.jpeg</url>
      <title>DEV Community: Sudhanshu tiwari</title>
      <link>https://dev.to/tiwariji264</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tiwariji264"/>
    <language>en</language>
    <item>
      <title>Embracing Open Source and Nature 🌱</title>
      <dc:creator>Sudhanshu tiwari</dc:creator>
      <pubDate>Mon, 06 Nov 2023 05:53:36 +0000</pubDate>
      <link>https://dev.to/tiwariji264/embracing-open-source-and-nature-56b9</link>
      <guid>https://dev.to/tiwariji264/embracing-open-source-and-nature-56b9</guid>
      <description>&lt;p&gt;Hello Everyone,&lt;/p&gt;

&lt;p&gt;I'm Sudhanshu Tiwari, and this year marked my fourth participation in the Hacktoberfest. I am thrilled to announce that my contributions this year were dedicated to a noble cause - nurturing our environment. As part of a wonderful team effort, a tree was planted on my behalf! 🌳😊&lt;/p&gt;

&lt;p&gt;Feeling satisfied with this green initiative, I also had the opportunity to share my insights as a guest speaker at a university this month. I spoke on the intriguing topic of "Github and OpenSource!!" 🚀&lt;/p&gt;

&lt;p&gt;The journey of Open Source and the beauty of nature has truly made this month special.&lt;/p&gt;

&lt;p&gt;Stay connected and stay green!&lt;br&gt;
&lt;a href="https://github.com/sudhanshutiwari264"&gt;Github&lt;/a&gt;&lt;br&gt;
&lt;a href="https://sudhanshutiwari264.github.io/Links.io/"&gt;Links-Page&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hack23contributor</category>
      <category>webdev</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Zenity And How to use it ❓</title>
      <dc:creator>Sudhanshu tiwari</dc:creator>
      <pubDate>Sat, 18 Sep 2021 20:42:58 +0000</pubDate>
      <link>https://dev.to/tiwariji264/zenity-and-how-to-use-it-2knc</link>
      <guid>https://dev.to/tiwariji264/zenity-and-how-to-use-it-2knc</guid>
      <description>&lt;p&gt;Zenity is simple yet useful tool in Linux by which we can make pop on-screen using various commands .&lt;/p&gt;

&lt;p&gt;You can read the zenity manual by using&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;man zenity
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;the command in the terminal your screen will look something like the below picture !&lt;/p&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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQGEhLKyusLbeg%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631989791639%3Fe%3D1637193600%26v%3Dbeta%26t%3DmdQ2j00k2a12yDbk5RaBc6Y-SkNgnJsmT_9WhvoJIlw" 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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQGEhLKyusLbeg%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631989791639%3Fe%3D1637193600%26v%3Dbeta%26t%3DmdQ2j00k2a12yDbk5RaBc6Y-SkNgnJsmT_9WhvoJIlw" alt="img"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  We have to use the below syntax to use the zenity commands !
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;zenity --[Command]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  How to pop out something on-screen using Zenity ?🤔
&lt;/h3&gt;

&lt;p&gt;We can do this using&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;zenity --info --text=&amp;lt;text&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQGxL6GaTDnTMg%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631990850659%3Fe%3D1637193600%26v%3Dbeta%26t%3DpwpxpPbpMr0TRC4VQlR4SU6L3DkAWXkr6kzApeBODX8" 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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQGxL6GaTDnTMg%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631990850659%3Fe%3D1637193600%26v%3Dbeta%26t%3DpwpxpPbpMr0TRC4VQlR4SU6L3DkAWXkr6kzApeBODX8" alt="img2"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  What if we want to change the title of the pop-out ?😁
&lt;/h3&gt;

&lt;p&gt;Now ,we will use the title command&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;zenity --info --title=&amp;lt;title_text&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQHUY6xKqZNV8A%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631991455998%3Fe%3D1637193600%26v%3Dbeta%26t%3DoyC-ID5nIeO4YpYP9WauWUjHpgj1sRq0y-t7EsRUwfw" 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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQHUY6xKqZNV8A%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631991455998%3Fe%3D1637193600%26v%3Dbeta%26t%3DoyC-ID5nIeO4YpYP9WauWUjHpgj1sRq0y-t7EsRUwfw" alt="img3"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  How to take input ?
&lt;/h3&gt;

&lt;p&gt;By using the&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;zenity --entry 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQEVu67wk_mG5Q%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631992601970%3Fe%3D1637193600%26v%3Dbeta%26t%3D6l-bIoeEFsDUDakdecbrUgj-8XSjiWxTy5UxLLAj9NM" 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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQEVu67wk_mG5Q%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631992601970%3Fe%3D1637193600%26v%3Dbeta%26t%3D6l-bIoeEFsDUDakdecbrUgj-8XSjiWxTy5UxLLAj9NM" alt="img4"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  Let's add title and info text to the pop out !
&lt;/h3&gt;

&lt;p&gt;we are gonna use the --entry,--title, and --text command to do this&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;zenity --title="Title" \
--entry --text="Text is changed !" 
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQFy-skGvPutkw%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631993213528%3Fe%3D1637193600%26v%3Dbeta%26t%3DPQr01jTjjWvntWPKha5OB2TyFELtnyGB03bdfemMIZc" 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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQFy-skGvPutkw%2Farticle-inline_image-shrink_1000_1488%2F0%2F1631993213528%3Fe%3D1637193600%26v%3Dbeta%26t%3DPQr01jTjjWvntWPKha5OB2TyFELtnyGB03bdfemMIZc" alt="img5"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;With the help of the zenity we can create notifications we can use various commands to create beautiful popouts,notification we can change the colour of text and etc .&lt;/p&gt;

&lt;p&gt;More useful commands from the&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;zenity --help
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQE2i1hYpl5VVg%2Farticle-inline_image-shrink_1500_2232%2F0%2F1631993629015%3Fe%3D1637193600%26v%3Dbeta%26t%3Dr_Tc1YXC3e9buTb9IN8cmhZc8BMlYBUFBZFh_BNTgmk" 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%2Fmedia-exp1.licdn.com%2Fdms%2Fimage%2FC5612AQE2i1hYpl5VVg%2Farticle-inline_image-shrink_1500_2232%2F0%2F1631993629015%3Fe%3D1637193600%26v%3Dbeta%26t%3Dr_Tc1YXC3e9buTb9IN8cmhZc8BMlYBUFBZFh_BNTgmk" alt="img6"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To know more about zenity just explore the zenity : )&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;zenity --info --text="Hope you like my work : )" &lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>linux</category>
      <category>bash</category>
      <category>code</category>
      <category>cli</category>
    </item>
    <item>
      <title>My Story Of Hactoberfest</title>
      <dc:creator>Sudhanshu tiwari</dc:creator>
      <pubDate>Thu, 22 Oct 2020 07:42:33 +0000</pubDate>
      <link>https://dev.to/tiwariji264/my-story-of-hactoberfest-j75</link>
      <guid>https://dev.to/tiwariji264/my-story-of-hactoberfest-j75</guid>
      <description>&lt;p&gt;Guys,&lt;br&gt;
Before the month of October I don't knew how to use a git and make a pr even !&lt;br&gt;
But then I meet Nikhil Anand who helped me For my first pr and he mentored me thanks Nikhil Anand bhaiya !&lt;/p&gt;

&lt;p&gt;Thanks to the Crio.Do ,Code for Cause for introducing me to Hactoberfest !&lt;/p&gt;

&lt;p&gt;Really guys the feeling is inexpressible it can't be explained in words !&lt;br&gt;
This is my first Hactoberfest and hope to participate in future too !&lt;/p&gt;

&lt;p&gt;In last I wanted to say thanks to Ekta Mishra Som webster Nikhil Anand and Amogh Desai  for giving me directions !&lt;/p&gt;

&lt;p&gt;Thanks DigitalOcean Intel Corporation DEV Community for the fantastic fabulous opportunity for learning and contributing to open source !&lt;/p&gt;

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

</description>
      <category>hacktoberfest</category>
      <category>opensource</category>
      <category>story</category>
    </item>
    <item>
      <title>Learn by doing OOPs</title>
      <dc:creator>Sudhanshu tiwari</dc:creator>
      <pubDate>Sun, 09 Aug 2020 18:45:27 +0000</pubDate>
      <link>https://dev.to/tiwariji264/learn-by-doing-oops-506b</link>
      <guid>https://dev.to/tiwariji264/learn-by-doing-oops-506b</guid>
      <description>&lt;h1&gt;
  
  
  What is OOPs ?
&lt;/h1&gt;

&lt;p&gt;Answer in technical term is Object-oriented programming System(OOPs) is a programming paradigm based on the concept of “objects” that contain data and methods. … Object oriented programming brings together data and its behavior(methods) in a single location(object) makes it easier to understand how a program works.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Okay only 25 % of people can understand this term in this language so lets simplify this :&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;This is hard for me first but when I participate in the July edition workshop of Crio.Do it becomes simple for me as they are giving real life examples .&lt;br&gt;
&lt;a href="https://www.crio.do/"&gt;Crio.do&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Such as&lt;/p&gt;

&lt;h2&gt;
  
  
  Objects
&lt;/h2&gt;

&lt;p&gt;Objects are identified by its unique name. An object represents a particular instance of a class. There can be more than one instance of an object. Each instance of an object can hold its own relevant data.&lt;br&gt;
An Object is a collection of data members and associated member functions also known as methods.&lt;/p&gt;

&lt;h1&gt;
  
  
  Classes
&lt;/h1&gt;

&lt;p&gt;Objects with similar properties and methods are grouped together to form a Class. Thus a Class represent a set of individual objects. Characteristics of an object are represented in a class as Properties. The actions that can be performed by objects becomes functions of the class and is referred to as Methods.&lt;/p&gt;

&lt;p&gt;Example 1;&lt;br&gt;
An architect will have the blueprints for a house….those blueprints will be plans that explain exactly what properties the house will have and how they are all layed out. However it is just the blueprint, you can’t live in it. Builders will look at the blueprints and use those blueprints to make a physical house. They can use the same blueprint to make as many houses as they want….each house will have the same layout and properties. Each house can accommodate it’s own families…so one house might have the Smiths live in it, one house might have the Jones live in it.&lt;br&gt;
The blueprint is the class…the house is the object. The people living in the house are data stored in the object’s properties.&lt;br&gt;
Abstraction means showing essential features and hiding non-essential features to the user.&lt;br&gt;
For Eg. Tv Remote..&lt;br&gt;
Remote is a interface between user and TV..right. which has buttons like 0 to 10 ,on /off etc but we don’t know circuits inside remote.User does not need to know.Just he is using essential thing that is remote.&lt;/p&gt;

&lt;h1&gt;
  
  
  Encapsulation
&lt;/h1&gt;

&lt;p&gt;Encapsulation = Abstraction + Data Hiding.&lt;br&gt;
Its is done for security purposes .&lt;br&gt;
A car is having multiple parts..like steering,wheels,engine…&lt;br&gt;
etc..which binds together to form a single object that is car. So, Here multiple parts of cars encapsulates itself together to form a single object that is Car.&lt;/p&gt;

&lt;h1&gt;
  
  
  Inheritance
&lt;/h1&gt;

&lt;p&gt;Deriving a new class from the existing class,is called Inheritance.&lt;br&gt;
Derived(sub class) class is getting all the features from Existing (super class\base class) class and also incorporating some new features to the sub class.&lt;/p&gt;

&lt;h1&gt;
  
  
  Polymorphism :
&lt;/h1&gt;

&lt;p&gt;Ability to take more than one form that an operation can exhibit different behavior at different instance depend upon the data passed in the operation.&lt;br&gt;
if a girl is married and mother of 2 children doing teaching job then she is a women first , teacher in a school when she is in school,wife of someone at home,, mother of her children,, and obvious daughter of someone .&lt;br&gt;
This is an example of Polymorphism.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://crio.do/"&gt;https://crio.do/&lt;/a&gt; help me a lot in learning OOps fundamentals and they will help you too.&lt;br&gt;
And They have motto of Learn by Doing and i get this because of this motto.&lt;br&gt;
They have Micro-Experience projects which help me to make my weak concept hard .&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Summary :&lt;br&gt;
We have talked about OOPs fundamentals Like Polymorphism,Encapsulation,Inheritance and classes with their respective examples.&lt;br&gt;
Thanks For Reading!&lt;/p&gt;

</description>
      <category>firstyearincode</category>
      <category>oop</category>
      <category>python</category>
      <category>science</category>
    </item>
    <item>
      <title>Python Basics on Hackerrank</title>
      <dc:creator>Sudhanshu tiwari</dc:creator>
      <pubDate>Tue, 30 Jun 2020 14:54:43 +0000</pubDate>
      <link>https://dev.to/tiwariji264/python-basics-on-hackerrank-2p87</link>
      <guid>https://dev.to/tiwariji264/python-basics-on-hackerrank-2p87</guid>
      <description>&lt;p&gt;I got the basics certification on hackkerank By learning about the class and objects in python and string modification ,By using split and join methods .&lt;br&gt;
Guys I am a k12  student want to pursue my career as a python developer and all i need is a mentor ,Can anyone become my mentor ?&lt;/p&gt;

</description>
      <category>python</category>
      <category>sql</category>
      <category>computerscience</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
