<?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: Judith</title>
    <description>The latest articles on DEV Community by Judith (@jrohatiner).</description>
    <link>https://dev.to/jrohatiner</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%2F36142%2F24c07608-756b-4bfd-9393-b4b340c82ac2.jpg</url>
      <title>DEV Community: Judith</title>
      <link>https://dev.to/jrohatiner</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jrohatiner"/>
    <language>en</language>
    <item>
      <title>Angular Signals</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Fri, 24 Mar 2023 19:51:36 +0000</pubDate>
      <link>https://dev.to/jrohatiner/angular-signals-3n6k</link>
      <guid>https://dev.to/jrohatiner/angular-signals-3n6k</guid>
      <description>&lt;p&gt;Angular Framework's &lt;strong&gt;Signals&lt;/strong&gt; is a new reactive mechanism that allows components to share data without the need for explicit bindings. Signals are zero-argument functions that return a value, and they can be used to create observable data streams. When a signal is changed, all of the components that are subscribed to it will be notified of the change. This makes signals a powerful tool for decoupling components and making your application more reactive.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    This addition will roll out in Angular 16
    Current @latest stable is Angular 15
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;em&gt;Here are some of the benefits of using Angular Framework Signals:&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Decoupling components&lt;/strong&gt;: Signals can be used to decouple components from each other. This means that components can share data without having to be directly connected to each other. This makes your application more modular and easier to maintain.&lt;br&gt;
&lt;strong&gt;Making your application more reactive&lt;/strong&gt;: Signals can be used to make your application more reactive. This means that components will be able to react to changes in data in real time. This can improve the user experience of your application.&lt;br&gt;
&lt;strong&gt;Making your application more efficient&lt;/strong&gt;: Signals can be used to make your application more efficient. This is because they only notify components that are subscribed to them of changes. This can reduce the number of updates that your application needs to perform.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This is a good way to decouple components, make your application more reactive, and make your application more efficient. It is expected to roll out with Angular 16.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;strong&gt;Demo&lt;/strong&gt;&lt;br&gt;
many thanks to Enea Jahollari &lt;a class="mentioned-user" href="https://dev.to/eneajaho"&gt;@eneajaho&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://stackblitz.com/edit/angular-ednkcj?embed=1&amp;amp;file=src/main.ts&amp;amp;hideNavigation=1"&gt;demo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>angular</category>
      <category>news</category>
      <category>javascript</category>
    </item>
    <item>
      <title>How Did I Get Here?</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Fri, 05 Aug 2022 18:38:03 +0000</pubDate>
      <link>https://dev.to/jrohatiner/how-did-i-get-here-cd3</link>
      <guid>https://dev.to/jrohatiner/how-did-i-get-here-cd3</guid>
      <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;Reflections on my journey as a woman software engineer&lt;/em&gt;&lt;/strong&gt;&lt;br&gt;
Recently I became a &lt;a href="https://developers.google.com/womentechmakers"&gt;Women TechMakers Ambassador&lt;/a&gt; and it made me think “how did I get here”? Thinking about where I’ve been in my career and how I got here is not something I’ve had time to reflect on until now. I’ve been working, raising kids, helping husbands on the road to their success and always frantically trying to keep up with my own life. (Oh, I think I forgot also being a Dog mommy, too.)&lt;/p&gt;

&lt;p&gt;I’m a software engineer for almost 15 years now. When I started I took any job I could get because I had no confidence in my skills and felt like I needed to pay some dues. If I had it to do over again I’d toss caution to the wind, and go for the best job I could get, instead of less than I deserved.&lt;/p&gt;

&lt;p&gt;Reaching out was a real problem for me. I had to learn that It’s faster to get help by asking a colleague than trying to dig through documentation for the answer. Stuff that ego in your pocket - you’re going to need a lot of help over an entire career. Here’s the catch: getting the help, in a way you can understand is harder than you think. &lt;/p&gt;

&lt;p&gt;I’m going to be bold here and give an opinion. Men and women have different ways of communicating. This makes communicating technical information difficult. It’s already hard to talk tech; but I’ve found my conversations with male engineers seem less focused and less clear, than with my female colleagues. The real problem is not the quality of information; but, again, the fact that men and women communicate in different ways.&lt;/p&gt;

&lt;p&gt;My comfort level was never very high to begin with so asking questions made me feel like I was going to say something so stupid I would be the laughing stock of the engineering profession. &lt;/p&gt;

&lt;p&gt;Well, that never happened. In fact I think my male colleagues really tried hard to give me solutions when I did ask questions; but I didn’t dig hard enough. Again, I was afraid to sound stupid. &lt;/p&gt;

&lt;p&gt;This was a ‘me’ problem. My colleagues did their best. I wasn’t aware of how much it would affect the rest of my career. And it wasn’t imposter syndrome. I was just plain scared.&lt;/p&gt;

&lt;p&gt;So, the road I took was a bumpy journey through massive amounts of videos and tutorials. If there is a dev community out there anywhere I became a member! Really, like at least a hundred of them.&lt;/p&gt;

&lt;p&gt;I found answers in those communities. Learned about the tools I needed to do my job. I met women online who straight up told me what my problem was. They helped me dig out the answers I needed by learning to ask better questions. And also showed me tools that made the most scary tasks way easier than I thought!&lt;/p&gt;

&lt;p&gt;That’s how I became an evangelist about tools and workflow. It made sense because I could learn and mentor at the same time. &lt;/p&gt;

&lt;p&gt;Once I did an “ask me anything” (AMA) on my favorite dev community,  dev.to, where I’m still a moderator. The dev.to community is big for newbies so the AMA was commented on and bookmarked a lot.&lt;/p&gt;

&lt;p&gt;The best part was that I reviewed my own workflow and tools at the time and learned new things from the generous thread of comments from other users. I mean, who doesn’t want to learn new tricks in chrome dev tools? Or best the set up in Webstorm or VS Code? I could go on and about this but it’s better if you read the post yourself here: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://dev.to/jrohatiner/im-a-ux-ui-developer-2d87"&gt;Link to dev.to AMA.&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;So, to answer my original question, “‘how did I get here?”. The hard way, that’s how. It shouldn’t have to be hard or uncomfortable. For me, my technical skills really benefited from improving my soft skills. Good communication skills makes teamwork so much easier.&lt;/p&gt;

&lt;p&gt;So, let’s not try to hide the “elephant in the room”. Speak up. Ask questions. If the answer isn’t clear ask more questions. Still not clear? Ask again!&lt;/p&gt;

</description>
      <category>womenintech</category>
      <category>career</category>
      <category>beginners</category>
      <category>discuss</category>
    </item>
    <item>
      <title>K16 is hiring, remote app devs</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Fri, 04 Mar 2022 02:20:38 +0000</pubDate>
      <link>https://dev.to/jrohatiner/k16-is-hiring-remote-app-devs-40ik</link>
      <guid>https://dev.to/jrohatiner/k16-is-hiring-remote-app-devs-40ik</guid>
      <description>&lt;p&gt;Friends!&lt;br&gt;
If you’re looking for a great job, with great teammates and room to grow, please read this and tell Mary I sent you!&lt;br&gt;
 #Devjobs #jobhiring #greatplacetowork &lt;br&gt;
K16 Solutions is seeking a back-end developer role to join our growing team.  We are a completely remote team...by design. Our tech stack is AWS with Node.js, Postgres, and other JavaScript frameworks.&lt;br&gt;
Here is the position in LinkedIn: &lt;a href="https://lnkd.in/eBKSZ5Bj"&gt;https://lnkd.in/eBKSZ5Bj&lt;/a&gt;&lt;br&gt;
If you're interested in exploring the opportunity, Mary Ritter (VP of HR) will be happy to speak with you this week.&lt;/p&gt;

</description>
      <category>jobs</category>
      <category>jsdevjob</category>
      <category>hiring</category>
    </item>
    <item>
      <title>I’ve definitely coded… and coded…and still hung in there and coded..,</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Tue, 01 Mar 2022 23:10:40 +0000</pubDate>
      <link>https://dev.to/jrohatiner/ive-definitely-coded-and-codedand-still-hung-in-there-and-coded-53j1</link>
      <guid>https://dev.to/jrohatiner/ive-definitely-coded-and-codedand-still-hung-in-there-and-coded-53j1</guid>
      <description>&lt;p&gt;I’ve been a member of the dev community since its beginning and I’ve been a part of #shecoded since it began as well and I wanted to share a great story about the company that I work for: K16 Solutions. &lt;br&gt;
For the first time in many years believe that I am in a company that is open to everything and everyone. Their focus is on the talent that every person has without judging their gender (or their age for that matter) or anything else about them other than the fact that they have skills to contribute on the team.  It is the most honest employee - employer relationship I’ve ever had and I just want to send kudos out to K16 because they’ve worked really hard to make the company what it is but above and beyond that they are looking after the people who are a part of what they are.&lt;/p&gt;

</description>
      <category>wecoded</category>
    </item>
    <item>
      <title>A little history</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Wed, 02 Jun 2021 01:25:04 +0000</pubDate>
      <link>https://dev.to/jrohatiner/a-little-history-1cgo</link>
      <guid>https://dev.to/jrohatiner/a-little-history-1cgo</guid>
      <description>&lt;p&gt;I'm proud to be a woman who grew up in the 80s when we had to dodge rocks, eggs and worse, marching in The gay pride parade and parading at Fantasy Fest. We were beautiful inside and out! Sadly, I buried many friends from 1985 to 1995, who died of AIDS. I’m so proud of our community for the genuine love you give to the LGBTQIA community. Blessings 🙏&lt;/p&gt;

&lt;h2&gt;
  
  
  Together We Can Change the World
&lt;/h2&gt;

</description>
      <category>devpride</category>
    </item>
    <item>
      <title>It's the holidays. Here is a gift you can pass along..</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Wed, 23 Dec 2020 16:40:12 +0000</pubDate>
      <link>https://dev.to/jrohatiner/it-s-the-holidays-here-is-a-gift-you-can-pass-along-4nj4</link>
      <guid>https://dev.to/jrohatiner/it-s-the-holidays-here-is-a-gift-you-can-pass-along-4nj4</guid>
      <description>&lt;p&gt;Every year at Christmas time I think about how important it is to reach out to family and friends who need to hear a friendly voice. The truth is , you never know what someone else is going through and your call or text, or card might be one thing that brightens their day. Especially if someone is used to being home alone, maybe they're shy and introverted and this time of year can be especially difficult for them.&lt;/p&gt;

&lt;p&gt;This last year has been tough and there are even more people who feel forgotten and alone then ever before. We all can help each other one person at a time.&lt;/p&gt;

&lt;p&gt;I commit to at least one phone call, card or text every day up to January 2 that will hopefully make someone else feel cared for, cared about, thought about, remembered -- call it whatever.. &lt;/p&gt;

&lt;p&gt;Put aside old grudges, prejudices and pre-conceived notions.&lt;br&gt;
Spread the love -- because we are all being human together.&lt;/p&gt;

&lt;p&gt;I commit to reaching out..&lt;br&gt;
Hope my changes get merged and go live...&lt;/p&gt;

</description>
      <category>discuss</category>
      <category>watercooler</category>
    </item>
    <item>
      <title>Too Old To Be In Tech?</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Mon, 05 Oct 2020 15:42:03 +0000</pubDate>
      <link>https://dev.to/jrohatiner/too-old-to-be-in-tech-4i24</link>
      <guid>https://dev.to/jrohatiner/too-old-to-be-in-tech-4i24</guid>
      <description>&lt;p&gt;I’m in my 50’s and have been working as a software engineer for 11+ years now. I believe you can do anything if you have a passion for it. &lt;/p&gt;

&lt;p&gt;Let's talk about ageism in tech ; it’s rampant among hiring managers, recruiters and team leaders. That being said, I know many people in tech who focus on getting the job done - not how old their teammates are.&lt;/p&gt;

&lt;p&gt;I’ve been out of work since this pandemic started and interviewing has been a nightmare.&lt;br&gt;
&lt;strong&gt;Here are some of the red flags of ageism I've seen in the interview process:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;First interview is a video interview&lt;br&gt;
The focus is on regurgitating algorithmic computations - not on the technologies you will work with&lt;br&gt;
They request a photo&lt;br&gt;
The job description asks for “recent graduates”&lt;br&gt;
Requesting graduation dates in the education section of the application&lt;br&gt;
Its a start-up and they ask you if late night office parties will be a problem&lt;br&gt;
They ask you how old your children are&lt;br&gt;
The video interview includes the entire team and one person who is your age &amp;amp; gender&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here are a few that are out and out illegal:&lt;/strong&gt;&lt;br&gt;
Are you married?&lt;br&gt;
How old are you?&lt;br&gt;
Are you healthy?&lt;br&gt;
When did you graduate?&lt;br&gt;
When do you expect to retire?&lt;/p&gt;

&lt;p&gt;If this sounds like I know a bit about this, its because I’ve been looking for a job for 8 months now and I’ve experienced all of it.&lt;/p&gt;

&lt;p&gt;I have thought about consulting and freelancing as an alternative and that may be the direction I have to go in now. I’ve been successfully contributing to software development for more than a decade with some great work especially in online education and accessibility platforms.&lt;/p&gt;

&lt;p&gt;It seems like no one values my experience. The attitude is what work did you do today? Which is fine, if you ask me to make an app; but if you want me to whiteboard some nebulous code to show you I understand a binary search - its not going to be a barometer to show what I can do as an employee.&lt;/p&gt;

&lt;p&gt;Okay, rant over.&lt;/p&gt;

&lt;p&gt;I love my work and as messed up as this issue is for people in my age group, I don’t let anyone tell me what I can do with my life. If I want to stick with it I will because it’s my life. No one tells me when it's time for me to quit except me. Opportunities are out there and I will find the right ones for me.&lt;/p&gt;

</description>
      <category>career</category>
      <category>inclusion</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Can Grep Be Funny?</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Sun, 16 Aug 2020 16:15:46 +0000</pubDate>
      <link>https://dev.to/jrohatiner/can-grep-be-funny-1j4e</link>
      <guid>https://dev.to/jrohatiner/can-grep-be-funny-1j4e</guid>
      <description>&lt;p&gt;These comics are great for learning and reference.&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Mn22RCmA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nqgouvdspkzjrl0azxkc.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Mn22RCmA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/nqgouvdspkzjrl0azxkc.jpg" alt="Wizardine Grep Comic"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>productivity</category>
    </item>
    <item>
      <title>The EU Court of Justice invalidated the EU-US Data Protection Shield decision. Why is this important?
</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Mon, 03 Aug 2020 20:15:49 +0000</pubDate>
      <link>https://dev.to/jrohatiner/the-eu-court-of-justice-invalidated-the-eu-us-data-protection-shield-decision-why-is-this-important-2809</link>
      <guid>https://dev.to/jrohatiner/the-eu-court-of-justice-invalidated-the-eu-us-data-protection-shield-decision-why-is-this-important-2809</guid>
      <description>&lt;p&gt;Essentially, The Court is &lt;strong&gt;&lt;em&gt;allowing third parties (in this case 'countries as a third party') to provide a contract with users that is supposed to afford the same protections as the GDPR but here in the US and other countries.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Really?&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;My interpretation of this new decision is that they are now creating a loophole to allow the "Terms of Agreement" to function as a "privacy shield". &lt;/p&gt;

&lt;h3&gt;
  
  
  Does this really sound like data protection?
&lt;/h3&gt;

&lt;p&gt;My experience with the terms of agreement is that users don't read them and website owners use the terms to hide protection for themselves. How will relaxing the privacy shield policy make a user's data more safe?&lt;/p&gt;

&lt;p&gt;I think we're headed for trouble by turning over the power to create individual, contractural agreements for users that come from website owners (whether they are tech giants or small businesses).&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;The good, the bad and the sleazy&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;Generally, I believe most websites will try their best to comply with GDPR and provide their users with the information they need regarding the transfer of their data.&lt;/p&gt;

&lt;p&gt;It's also possible that some websites won't know what they are supposed to do; or how to provide the necessary information to their users. This begs the question: Should service providers rely on the site owners to comply or are they ultimately responsible?&lt;/p&gt;

&lt;p&gt;And I also believe there are those companies that will throw in some legal gymnastics into the "terms" and then we will be right back where we started before GDPR.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;This is only an opinion&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;There is a lot of room for interpretation of this decision and how it will affect users in the future. My hope is that, those of us in the software development community will see this as a potential red flag. We ultimately represent the users - especially those users who don't know they have rights regarding their data; or how to protect their data even when notified through a 'terms of agreement contract'.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://curia.europa.eu/jcms/upload/docs/application/pdf/2020-07/cp200091en.pdf"&gt;Here is a link to the EU court's decision&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>news</category>
    </item>
    <item>
      <title>Command Line Snippets do you keep handy?</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Tue, 12 May 2020 16:14:26 +0000</pubDate>
      <link>https://dev.to/jrohatiner/command-line-snippets-do-you-keep-handy-3fac</link>
      <guid>https://dev.to/jrohatiner/command-line-snippets-do-you-keep-handy-3fac</guid>
      <description>&lt;p&gt;Here are a few commands I keep handy:&lt;/p&gt;

&lt;p&gt;Bash&lt;br&gt;
// root login ssh&lt;br&gt;
ssh root@my-ip-here&lt;/p&gt;

&lt;p&gt;// find PID&lt;br&gt;
sudo lsof -i :&lt;/p&gt;

&lt;p&gt;// kill port&lt;br&gt;
sudo kill -9 &lt;/p&gt;

&lt;p&gt;// To remove a directory that contains other files or directories&lt;br&gt;
rm -r mydir&lt;/p&gt;

&lt;p&gt;// don't receive a prompt for each file being removed&lt;br&gt;
rm -rf mydir&lt;/p&gt;

&lt;p&gt;Brew&lt;br&gt;
brew update &amp;amp;&amp;amp; brew upgrade &amp;amp;&amp;amp; brew cleanup &amp;amp;&amp;amp; brew doctor&lt;/p&gt;

&lt;p&gt;Git&lt;br&gt;
// remove a repo&lt;br&gt;
find . -type f | grep -i ".git" | xargs rm&lt;br&gt;
cd ..&lt;br&gt;
rm -rf &lt;/p&gt;

&lt;p&gt;//sets your name and email for commit messages&lt;br&gt;
git config --global user.name 'John Doe'&lt;br&gt;
git config --global user.email &lt;a href="mailto:johndoe@example.com"&gt;johndoe@example.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;// helps recover from mess ups! a log of your last few actions&lt;br&gt;&lt;br&gt;
git reflog&lt;/p&gt;

</description>
      <category>bash</category>
      <category>linux</category>
      <category>node</category>
      <category>discuss</category>
    </item>
    <item>
      <title>Free Frontend NanoDegree for 30 days</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Wed, 01 Apr 2020 16:23:00 +0000</pubDate>
      <link>https://dev.to/jrohatiner/free-frontend-nanodegree-for-30-days-3jp8</link>
      <guid>https://dev.to/jrohatiner/free-frontend-nanodegree-for-30-days-3jp8</guid>
      <description>&lt;p&gt;&lt;a href="https://www.udacity.com/course/front-end-web-developer-nanodegree--nd0011"&gt;Nano Degree Udacity&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I found this recently and its free for 30 days.&lt;/p&gt;

&lt;p&gt;Program Overview&lt;br&gt;
The goal of the Front End Web Developer Nanodegree program is to equip learners with the unique skills&lt;br&gt;
they need to build and develop a variety of websites and applications. A graduate of this Nanodegree&lt;br&gt;
program will be able to:&lt;br&gt;
● Construct responsive websites using CSS, Flexbox and CSS Grid&lt;br&gt;
● Develop interactive websites and UI (User Interface) applications using JavaScript and HTML&lt;br&gt;
● Connect a web application to backend server data using JavaScript&lt;br&gt;
● Automate application build and deployment using Webpack&lt;br&gt;
● Improve offline performance of websites using Service Worker&lt;br&gt;
This program includes 4 courses and 5 projects. Each project you build will be an opportunity to&lt;br&gt;
demonstrate your growing web development skills and will help you demonstrate those skills to potential&lt;br&gt;
employers or customers.&lt;br&gt;
Estimated Length of Program: 4 months&lt;br&gt;
Frequency of Classes: Self-paced&lt;br&gt;
Prerequisite Knowledge: A well-prepared learner is able to:&lt;br&gt;
● Layout a simple webpage using HTML&lt;br&gt;
● Style a website element using CSS&lt;br&gt;
● Write and test software with JavaScript&lt;br&gt;
● Inspect websites using Developer Tools on a modern web browser (Chrome, Firefox, or Edge)&lt;br&gt;
● Debug and troubleshoot errors and failures in JavaScript programs&lt;br&gt;
Here is a &lt;a href="https://d20vrrgs8k4bvw.cloudfront.net/documents/en-US/Front+End+Web+Dev+-+nd0011+-+syllabus.pdf"&gt;link to online syllabus&lt;/a&gt;&lt;br&gt;
Hope this helps!&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>news</category>
    </item>
    <item>
      <title>Nevertheless, JR Coded</title>
      <dc:creator>Judith</dc:creator>
      <pubDate>Sun, 08 Mar 2020 22:46:07 +0000</pubDate>
      <link>https://dev.to/jrohatiner/nevertheless-jr-coded-1oap</link>
      <guid>https://dev.to/jrohatiner/nevertheless-jr-coded-1oap</guid>
      <description>&lt;h2&gt;
  
  
  Equality for women in any job is important. It’s an uphill battle in any industry.
&lt;/h2&gt;

&lt;p&gt;But in tech it’s a mountainous climb for women to thrive. 4% of the technology workforce are woman. The only way to survive is to stick together. We can be stronger together with a connected philosophy about what women want in tech and what we should change internally.&lt;/p&gt;

&lt;h2&gt;
  
  
  I’m a Senior Frontend Software Engineer with a speciality in Frontend JavaScript libraries, HTML5, CSS, Sass, SCSS, etc
&lt;/h2&gt;

&lt;h2&gt;
  
  
  My advice for allies to support self-identifying women and non-binary folks who code is be authentic. We can tell if your interest is a marketing effort.
&lt;/h2&gt;

</description>
      <category>wecoded</category>
    </item>
  </channel>
</rss>
