<?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: Shristi Singh </title>
    <description>The latest articles on DEV Community by Shristi Singh  (@confusedcoder1).</description>
    <link>https://dev.to/confusedcoder1</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%2F442745%2Fc6b99b1a-7559-4859-bf1f-bf983a10f101.png</url>
      <title>DEV Community: Shristi Singh </title>
      <link>https://dev.to/confusedcoder1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/confusedcoder1"/>
    <language>en</language>
    <item>
      <title>Nevertheless, Read this</title>
      <dc:creator>Shristi Singh </dc:creator>
      <pubDate>Thu, 11 Mar 2021 06:08:15 +0000</pubDate>
      <link>https://dev.to/confusedcoder1/nevertheless-read-this-53m2</link>
      <guid>https://dev.to/confusedcoder1/nevertheless-read-this-53m2</guid>
      <description>&lt;p&gt;When I first started, I was 14 or 15, the little dabble and dazzle of Java. No one around me, had even slightest clue of coding and how really far it can take one. Coding, the overall development mania, fascinates me, because like all arts, it is CREATION. Even if this sounds wicked, it makes me feel powerful. The amaze I felt when the machine prompted stuff for very first time to this day when I get a Material UI component right. &lt;/p&gt;

&lt;p&gt;The fascination is constant and so is the frustration. The term&lt;br&gt;
&lt;br&gt;
 &lt;code&gt;love-hate relationship&lt;/code&gt;&lt;br&gt;
&lt;br&gt;
 was coined for programmers only. True story. &lt;br&gt;
WE love creating stuff but also, we think every minute of taking a dagger and stabbing the web page.&lt;/p&gt;

&lt;p&gt;When I started, it was humble Java and HTML routines(CodePen and SoloLearn have been a blessing).&lt;br&gt;
I had no guidance till I was 17, I do believe everyone who taught me has been amazing, in different ways and I enjoyed being the loud snob, who knows stuff among who didn't for a long time. It's past, I am a better person now. But a great teacher changes a lot. In my final year in school, my computer teacher got me too realize that I know so little, his constant push and plain truth got me even more interested and that's how I am now an Undergrad in COMPUTER SCIENCE. &lt;br&gt;
I have been learning a lot and there is so long to go, before imposter syndrome creeps in again, I would just say even if one doesn't remember all of a sudden HOW TO CENTER A DIV!! It is okay. &lt;br&gt;
Google got our back!&lt;/p&gt;

&lt;p&gt;OKAY so I didn't write my struggles and what I have achieved as a woman in Tech, cause I AM SORRY, but it irks me.&lt;/p&gt;

&lt;p&gt;There will always be people to tell you their detrimental POV and where "they" see you, but they are not a compiler so I am never going to listen. &lt;br&gt;
It is amazing truly to see these powerful women working up and about, in spite of what some awful beings have got to say.&lt;br&gt;
 But my way of tackle has always been rage in silence and don't care at all. The barks never slow the elephant parade!&lt;/p&gt;

&lt;p&gt;So this is to WOMEN in tech, who code and create like they have been, given the existence of humanity.&lt;/p&gt;

&lt;p&gt;And rest of you all, who keep commenting AND trying to pull people down, you need to woman up and learn!&lt;/p&gt;

&lt;p&gt;(THIS POST IS KIND OF ALL OVER THE PLACE, SORRY)&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>How to: Easy Spider-man Parallax page</title>
      <dc:creator>Shristi Singh </dc:creator>
      <pubDate>Sat, 08 Aug 2020 17:14:38 +0000</pubDate>
      <link>https://dev.to/confusedcoder1/how-to-easy-spider-man-parallax-page-3hda</link>
      <guid>https://dev.to/confusedcoder1/how-to-easy-spider-man-parallax-page-3hda</guid>
      <description>&lt;p&gt;&lt;em&gt;This post covers two ways, one is the traditional CSS way, other the Bulma way!&lt;/em&gt;&lt;br&gt;
Check The Final Result &lt;a href="https://spider-man-parallax-007.netlify.app/"&gt;here&lt;/a&gt;&lt;br&gt;
(Scroll down for code)&lt;br&gt;
Okay so this is a very simple BEGINNER friendly stuff, I just chose it cause, well to display, how much Bulma simplifies everything, there is like handful CSS, most of it being, links to background.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;A parallax website includes fixed images in the background that you can keep in place and you can scroll down the page to see different parts of the image. With basic knowledge of HTML and CSS, you can give a parallax effect to a website. &lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Using the parallax effect in web designing is really popular and it gives beautiful look and feels to the web page. It is a great option for an opening page or a random display page.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How to make this better?&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Put media queries and use different images for different view ports.&lt;/li&gt;
&lt;li&gt;Experiment with block styles, add a flashy header, play with Image box. &lt;/li&gt;
&lt;li&gt;Add clips!&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Also I figured out it was too simple to deserve a tutorial, so I'll pass, but in case of any query, ping me, would be happy to help.&lt;/p&gt;

&lt;p&gt;Without further delay, you can see normal CSS on &lt;a href="https://codepen.io/Shriririrurururarara/full/xxZvJzE"&gt;Codepen.&lt;/a&gt;&lt;br&gt;
Find the Bulma code on &lt;a href="https://github.com/confusedcoder1/bobabytes"&gt;GitHub.&lt;/a&gt;&lt;br&gt;
You can compare the two, and you will find lack of efforts with Bulma along with more styles.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://twitter.com/BobaBytes"&gt;Boba&lt;/a&gt;!&lt;/p&gt;

&lt;p&gt;Ps. Next up a DARK website!(Screams in German)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>wecoded</category>
      <category>beginners</category>
      <category>css</category>
    </item>
    <item>
      <title>Choosing a CSS framework</title>
      <dc:creator>Shristi Singh </dc:creator>
      <pubDate>Sat, 01 Aug 2020 15:26:44 +0000</pubDate>
      <link>https://dev.to/confusedcoder1/choosing-a-css-framework-2jfd</link>
      <guid>https://dev.to/confusedcoder1/choosing-a-css-framework-2jfd</guid>
      <description>&lt;p&gt;Once I was done playing with pure CSS and hitting my head every time I had to center div element or resize that &lt;code&gt;img&lt;/code&gt;, I heard the words of (not then) magic. CSS FRAMEWORK.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F1ztv53wnrz49xsksqm2q.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2F1ztv53wnrz49xsksqm2q.png" alt="I died!" width="206" height="245"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You must be wondering, everyone uses Bootstrap, why would I be trying without it?&lt;/p&gt;

&lt;p&gt;Okay to be very very honest, I was scared of the most known framework, Bootstrap. That is one of the sole reasons I kept on brewing my tea of web on pure CSS fire. But ever so much of a fun game it was, one can not simply dwell on it forever. &lt;/p&gt;

&lt;p&gt;So I began my hunt for a framework for ME. Bootstrap though was the king of the domain, I had already sidelined it. One of major reasons. The monotony. Most sites were built in Bootstrap, and hence looked basically same.&lt;/p&gt;

&lt;p&gt;Few Google searches and after trying different snippets from like of &lt;a href="https://www.w3schools.com/w3css/defaulT.asp"&gt;w3.css&lt;/a&gt; and bit of bootstrap(okay, yeah) and a little of Foundation, Pure- I came across the FINAL DESTINATION to my mess- Bulma. &lt;br&gt;
Bulma was a love at first sight. I scanned their entire official &lt;a href="https://bulma.io/"&gt;site&lt;/a&gt; and religiously went through the documentation, made my cheatsheet and few great pages.&lt;/p&gt;

&lt;p&gt;I followed a tutorial on Skrimba that is by the way mentioned on Bulma's official page and okay &lt;a href="https://scrimba.com/"&gt;Skrimba&lt;/a&gt; is so cool! Literally. The site is so pretty and well innovative methods too! Plus Plus! I just had to stay.&lt;/p&gt;

&lt;p&gt;If you are someone looking for a framework for better CSS game, well, Bulma--a pure CSS, no javascript-- framework can be the one for you. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;I'd be posting few front end development posts with project videos and source codes, covering everything Bulma has and I will share the cheatsheet at the end if you need, so you don't have to struggle through the entire documentation, like I did.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;If nothing you can follow the videos and fork the code and get few great projects on your profile!&lt;/strong&gt;&lt;br&gt;
Don't forget to do your own thing.&lt;br&gt;
Keep designing!&lt;/p&gt;

&lt;p&gt;Boba!&lt;/p&gt;

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