<?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: Olivia Pandora Stokes</title>
    <description>The latest articles on DEV Community by Olivia Pandora Stokes (@oliviapandora).</description>
    <link>https://dev.to/oliviapandora</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%2F546283%2Fdf3ac366-4db9-4b73-b844-3bfd429d21d0.jpg</url>
      <title>DEV Community: Olivia Pandora Stokes</title>
      <link>https://dev.to/oliviapandora</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oliviapandora"/>
    <language>en</language>
    <item>
      <title>My take on a Landing Page for DuckDuckGo 👩🏽‍💻</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Sat, 07 Sep 2024 22:48:22 +0000</pubDate>
      <link>https://dev.to/oliviapandora/my-take-on-a-landing-page-for-duckduckgo-3hfe</link>
      <guid>https://dev.to/oliviapandora/my-take-on-a-landing-page-for-duckduckgo-3hfe</guid>
      <description>&lt;p&gt;&lt;strong&gt;“Why don’t you Google it?”&lt;/strong&gt; is a common answer I get during conversations. The ubiquity of Google has even led to the new verb 'to Google". But the more I code, the more I question the digital tools I use every day. Maybe I’m not comfortable with the way Google uses my personal information anymore. Or the way so many of us rely on Google for internet searches and other applications. And to be honest, I was getting sick of ads popping up after I searched for a certain topic or product. This is why I started exploring potential alternatives to Google and found DuckDuckGo. Enter DuckDuckGo, the internet browser/app that promises privacy, and delivers. &lt;/p&gt;

&lt;p&gt;To keep my front-end skills and copywriting fresh, I decided to create a landing page promoting DuckDuckGo. I've been a happy DuckDuckGo user, so creating the landing page felt natural. This was a simple weekend project and my goal was to keep my landing page consistent with DuckDuckGo’s current branding!&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/oliviapandora/embed/mdZXyze?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;❗Turns out Gen Z (born between 1997-2012) have stopped associating web searches with Googling. Read more about the switch &lt;a href="https://bgr.com/tech/to-gen-z-google-is-just-a-relic-not-a-verb-anymore/" rel="noopener noreferrer"&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;✨The code for this project + my other projects are also on my &lt;a href="https://github.com/oliviapandora" rel="noopener noreferrer"&gt;Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>privacy</category>
    </item>
    <item>
      <title>DEV Challenge: Beaches 🏖️</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Mon, 10 Jun 2024 00:30:35 +0000</pubDate>
      <link>https://dev.to/oliviapandora/dev-challenge-beaches-pjl</link>
      <guid>https://dev.to/oliviapandora/dev-challenge-beaches-pjl</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for [Frontend Challenge v24.04.17]((&lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;https://dev.to/challenges/frontend-2024-05-29&lt;/a&gt;), Glam Up My Markup: Beaches&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;This is my submission to the Frontend Challenges: Beaches. I've seen the other challenges, thought about entering and then felt like I didn't have the time/skills. But I want to keep practicing my programming, so I decided to give it a try!&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/oliviapandora/embed/dyERjBr?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;When I decided to do this, I knew I wouldn't spend a ton of time on it, so my first choice was to let the colors do the heavy lifting. My instinct is to make design choices that match my own style, but I wanted something different, but still felt like me. The idea of beaches made me think of early summer, but also a vintage 1950s/1960s summer ads on the beach when all the colors are saturated, vibrant, and warm. This is the idea I wanted for the picture I ended up choosing, along with the colors. The white, has a slight yellow tint and instead of black, I'm using a very dark blue. All to maintain the contrast, while softening it. &lt;/p&gt;

&lt;p&gt;While I was doing this, it reminded me of how much I like the design process, the colors, fonts, and thinking of how it all flows together. I also want to learn some more advanced CSS, so I can code my portfolio website and any other small projects. I wouldn't say this is my best work by any means, but I'm glad I didn't let that stop me. I did have some more complex ideas, but to save time went a simpler way. The idea is I can look back at this code later on and easily think of improvements or changes. I also realized I don't know any JavaScript because Python became my focus. I do want to learn JavaScript at some point, but I'm not sure when.  &lt;/p&gt;

&lt;p&gt;Overall, I'm happy I was able to get some practice in and I hope to participate in more challenges in the future!&lt;/p&gt;

&lt;p&gt;✨The code for this project + my other projects are also on my &lt;a href="https://github.com/oliviapandora" rel="noopener noreferrer"&gt;Github&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Simple + Secure Password Generator with Python🔐</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Tue, 28 May 2024 13:09:00 +0000</pubDate>
      <link>https://dev.to/oliviapandora/simple-secure-password-generator-with-python-4dmb</link>
      <guid>https://dev.to/oliviapandora/simple-secure-password-generator-with-python-4dmb</guid>
      <description>&lt;p&gt;There’s always seems to be an endless discussion around the best ways to learn a new programming language. Now that I have more experience, I feel like I was too cautious when I started. I wanted to make sure I had the fundamentals down. And even though I still think that’s a good idea, I also think I learn best when I use projects to put all the concepts together and make them real.&lt;/p&gt;

&lt;p&gt;This is probably why I love freeCodeCamp so much. Thankfully, they updated the &lt;a href="https://www.freecodecamp.org/learn/scientific-computing-with-python/" rel="noopener noreferrer"&gt;Python course&lt;/a&gt; to make it project based like the Responsive Web Design course. But my latest Python project isn’t from freeCodeCamp, it’s from Al Sweigart (famous for Automate the Boring Stuff with Python) website called &lt;a href="https://inventwithpython.com/pythongently/index.html" rel="noopener noreferrer"&gt;Invent with Python&lt;/a&gt;. Al has a lot of free learning resources and projects for people looking to improve their Python skills. Because of my passion for cybersecurity, the password generator project caught my attention. To my surprise, the instructions were easy to understand.&lt;/p&gt;

&lt;p&gt;✨&lt;a href="https://github.com/oliviapandora/urban-bassoon/tree/main" rel="noopener noreferrer"&gt;Link to the code&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I can see why Al Sweigart's learning materials are so popular. In the future I want to use more of these smaller projects to help me get a better understanding of Python!&lt;/p&gt;

&lt;p&gt;💻Check out my &lt;a href="https://github.com/oliviapandora" rel="noopener noreferrer"&gt;Github&lt;/a&gt; for more of my projects!&lt;/p&gt;

</description>
      <category>python</category>
      <category>learning</category>
      <category>security</category>
      <category>cybersecurity</category>
    </item>
    <item>
      <title>Takeaways from SANS 2024 AI Security Trends + Predictions 🔮</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Thu, 14 Mar 2024 03:08:18 +0000</pubDate>
      <link>https://dev.to/oliviapandora/takeaways-from-sans-2024-ai-security-trends-predictions-4f4p</link>
      <guid>https://dev.to/oliviapandora/takeaways-from-sans-2024-ai-security-trends-predictions-4f4p</guid>
      <description>&lt;p&gt;Even now, discussions around AI still create a mix of excitement and concern. While the modern tech industry often operates under the motto “Move fast and break things,” a more strategic approach is essential for AI security. Here are some of my notes + thoughts about the recent SANS Institute video "&lt;a href="https://www.youtube.com/live/qHPil2DwqW8?si=IREaZdqg8k1X2fHK" rel="noopener noreferrer"&gt;2024 Artificial Intelligence Security Trends and Predictions&lt;/a&gt;"&lt;/p&gt;

&lt;p&gt;Some of my takeaways from the video:&lt;br&gt;
The push for companies to input data into LLMs without vetting the data only increases their company's vulnerabilities. This could lead to data poisoning, which is when unvetted data compromises an LLM and the systems it's integrated with. Dr. Christina Liaghati notes attacks are becoming more sophisticated and difficult to detect. Companies should work on understanding potential risks from the beginning because hackers are also experimenting with new AI as it's released. &lt;/p&gt;

&lt;p&gt;Questions for Companies + Organizations to Ask:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Why are you doing it?&lt;/li&gt;
&lt;li&gt;Are you going to be able to get the correct results?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I think many companies and organizations want to remain competitive, so they will start experimenting with AI. Even though AI offers unique solutions, each company should consider what their business goals are and also what vulnerabilities AI will create for them. Here were some of their recommendations:&lt;/p&gt;

&lt;p&gt;-Integrate AI security into the development lifecycle.&lt;br&gt;
-Consider the pros and cons of using a 3rd party LLM vs. a company creating its own. This is a key decision for many businesses. Organizations could compare the risks and benefits of building vs. buying AI capabilities.&lt;/p&gt;

&lt;p&gt;For more information on AI and general cybersecurity, check out the SANS Institute's YouTube page! &lt;a href="https://www.youtube.com/@SANSInstitute/videos" rel="noopener noreferrer"&gt;SANS Institute's YouTube&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SANS Institute has been my go-to for all things cybersecurity. The SANS Institute is a great resource. In addition, I use several other sources to stay up to date on cybersecurity news and changes. Beyond the SANS Institute, here are some other excellent resources for staying current on cybersecurity news: 🗞️&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://thehackernews.com/" rel="noopener noreferrer"&gt;The Hacker News&lt;/a&gt;: A widely respected platform that provides up-to-date news, emerging trends, and in-depth analysis of cyber threats.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://krebsonsecurity.com/" rel="noopener noreferrer"&gt;Krebs on Security&lt;/a&gt;: Run by journalist Brian Krebs, this blog is an authoritative source known for its investigative reporting on cybercrime.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.cisa.gov/" rel="noopener noreferrer"&gt;CISA (Cybersecurity &amp;amp; Infrastructure Security Agency)&lt;/a&gt;: The official U.S. government agency provides timely alerts, advisories, and resources on critical vulnerabilities and threats.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.darkreading.com/" rel="noopener noreferrer"&gt;Dark Reading&lt;/a&gt;: This publication offers a deeper dive into cybersecurity technology, threats, and vulnerabilities for IT professionals.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.securityweek.com/" rel="noopener noreferrer"&gt;SecurityWeek&lt;/a&gt;: Provides comprehensive coverage of cybersecurity news, threat intelligence, and industry analysis.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have any resources you use to stay up to date on cybersecurity news and changes? Let me know in the comments!&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>ai</category>
      <category>security</category>
      <category>learning</category>
    </item>
    <item>
      <title>Ups and Downs of Learning Python 📚</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Wed, 29 Nov 2023 22:07:21 +0000</pubDate>
      <link>https://dev.to/oliviapandora/ups-and-downs-of-python-277l</link>
      <guid>https://dev.to/oliviapandora/ups-and-downs-of-python-277l</guid>
      <description>&lt;p&gt;If you're reading this, it means I finally finished the "Lists" lessons in Python Principles. At least that was the plan. Of all of the sections I've completed so far, the "Lists" section has been the most difficult.  Later tonight, I'm going to go through the last couple of challenges in this section. &lt;/p&gt;

&lt;p&gt;One of the reasons I decided to learn Python was because people from a variety of backgrounds recommended it. Even a marketer turned entrepreneur cosigned Python being my next step, which felt encouraging. I get into the stride of Python and then "Bam" 💥   I'm confused in a different way. Because I'm using online resources to learn (with minimal community) I go back and forth about how much time it takes/should take me to figure something out. I really like to get the information in my brain, I take notes, I review my notes, I look at different ways to solve the problem. &lt;/p&gt;

&lt;p&gt;Overall, I think this is helpful, especially when I'm laying the foundation of a language. But I think overall I'm starting to understand more about Python and extra time studying will help me make the progress I'm looking for. Below, I've included some of my observations, notes, and what I want to do next.&lt;/p&gt;

&lt;h2&gt;
  
  
  Think Like a Computer 🖥️
&lt;/h2&gt;

&lt;p&gt;I think this is the one that trips me up the most. I love reading, writing, and finding several meanings to what I see. But Python is so literal, and it doesn't need any fluff. One time, I realized the correct solution was there, minus two extra lines of code. It can be easy for me to overcomplicate but going back to the instructions usually helps me.&lt;/p&gt;

&lt;p&gt;I'm also thinking about buying at least one book about Python and making sure that it's a physical copy. Sometimes being able to hold the information, underline, highlight, and add sticky notes helps.&lt;/p&gt;

&lt;h2&gt;
  
  
  I miss #techtwitter 📲
&lt;/h2&gt;

&lt;p&gt;I stopped using Twitter before it was sold and officially deleted my account earlier this year. And honestly, &lt;em&gt;it was sad.&lt;/em&gt; A big reason I felt motivated to start coding was because I saw others from non-tech backgrounds doing it. And #techtwitter was far from perfect, but it was a convenient way to get in contact with someone or ask a quick question. I use other online platforms now (including DEV), but there’s still a gap that I’m hoping to fill.&lt;/p&gt;

&lt;h2&gt;
  
  
  Christmas countdown project 🎅🏽
&lt;/h2&gt;

&lt;p&gt;After I finished my freeCodeCamp Responsive Web Design Certification, I started learning other things. However, I always wanted to do more projects with html and CSS. Hopefully during December I’ll do a Christmas countdown project, and at least a couple more ideas I have on my list. I want to add these projects to my portfolio and update my GitHub profile. I’m not sure how much html and CSS I’ll be using the future, but I want to keep the information fresh in my memory, so I don’t forget. I’m including this as digital accountability with the hopes that it helps me get these projects done.&lt;/p&gt;




&lt;p&gt;This part of my learning has been a small slump, but I love the satisfaction when I’m able to understand something and even explain it to someone else. My long-term plan is to be in a technical role; however, &lt;em&gt;I always see the benefit of learning outside of my comfort zone&lt;/em&gt;. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Do you have any learning/career plans for December? Or 2024?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>career</category>
      <category>learning</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>Dua Lipa + Python: My Go-To Combo ❤️‍🔥</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Sat, 07 Oct 2023 21:10:44 +0000</pubDate>
      <link>https://dev.to/oliviapandora/dua-lipa-python-my-go-to-combo-4jh3</link>
      <guid>https://dev.to/oliviapandora/dua-lipa-python-my-go-to-combo-4jh3</guid>
      <description>&lt;p&gt;The struggle or big question with self-learning for me usually becomes: "How do I stay focused?". When I sit down, sometimes I start to feel like an elementary school student who is in the class they like the least. But I'm not 7 and these are topics I'm choosing &lt;em&gt;because I'm passionate about them&lt;/em&gt;. Aside from finding the right learning resources, I also recommend testing out different types of music while you study. &lt;/p&gt;

&lt;p&gt;I know there's a common recommendation of classical music or instrumental music and research that supports this strategy. However, there is one artist who helps me study: Dua Lipa. When I listen to the "Future Nostalgia" album (or at least most of it) I'm able to focus and solve problems better than any other music. Even though it's pop music, it's not distracting to me because I already know the lyrics. Now that I know how helpful her music is, I went ahead and made a playlist. I've added a couple more songs (all pop music) and it keeps me upbeat. My current combination: Python + Dua Lipa, surprising but useful. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What type of music do you listen to when you code? Do you have a favorite artist? Or do you prefer the quiet?&lt;/strong&gt; Let me know!&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>webdev</category>
      <category>python</category>
      <category>learning</category>
      <category>music</category>
    </item>
    <item>
      <title>Exploring Python as a Marketer 🗺️</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Fri, 29 Sep 2023 17:58:43 +0000</pubDate>
      <link>https://dev.to/oliviapandora/exploring-python-as-a-marketer-4124</link>
      <guid>https://dev.to/oliviapandora/exploring-python-as-a-marketer-4124</guid>
      <description>&lt;p&gt;Most of my images and experiences about programming involve people who have a traditional, formal education in computer science. I knew so many people who were computer science majors when I was a student and at the time, I figured it wasn’t for me. I enjoyed marketing and loved the creativity the field offered. Why bother with learning a subject that seemed too challenging?&lt;/p&gt;

&lt;p&gt;Cue to many years later, here I am, a marketer who is learning Python. This is a development that has shocked even me.  But being able to learn and push myself is something I need for professional fulfillment. If I don’t actively look for new skills, I can learn and use I start to feel lethargic.  &lt;/p&gt;

&lt;p&gt;Of course, learning is different when you’re using online resources and teaching yourself. There’s no homework, no professor, no exam, and no final grade. You either understand the material and can use it in projects or you can’t. How you gain that understanding doesn’t matter as much as the fact that you do understand it.&lt;/p&gt;

&lt;p&gt;I realized I need the material to be interactive so all the pieces can come together. I started with using freecodecamp to learn, but after a couple of weeks I felt comfortable with looking for a new resource. I wasn’t sure why, but I knew I wanted to find a new approach so it would “click”. Python, like HTML and CSS before, is teaching me how to learn and how to be unafraid of failure. Starting as young as 4, I was constantly in learning environments where you raised your hand only if you were certain, you had the right answer. Now, at 27, I’m pushing myself to try anyway. It sounds simple, but even recently there are times when I felt a little bit of hesitance before I ran my code. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;“What if it’s not right?” “What if I have a syntax problem?”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Then I remember, if I’m wrong &lt;em&gt;nothing changes&lt;/em&gt;. I’m still at the lost risk stage of using Python.  When I was adding CSS to my projects, I would write down why I thought my answer was right before I ran the code and then check to see. Or when my code didn’t work, I would write why I thought it was wrong and what I should change. This helped me recognize the patterns and understand the logic. &lt;/p&gt;

&lt;p&gt;Now, when I wake up, I’m excited to learn more about Python. This simple change of being open to trying a new resource and method of learning has changed my attitude about the entire process. Which brings me to my question, what if, in some moments of learning a new skill, it’s the style of learning we don’t understand? Instead of the subject itself.  And, ultimately, if that’s true, how can we use this to create a better learning environment for ourselves?&lt;/p&gt;

</description>
      <category>python</category>
      <category>learning</category>
      <category>programming</category>
    </item>
    <item>
      <title>What's Next ➡️</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Sat, 01 Jul 2023 01:48:30 +0000</pubDate>
      <link>https://dev.to/oliviapandora/whats-next-4b67</link>
      <guid>https://dev.to/oliviapandora/whats-next-4b67</guid>
      <description>&lt;p&gt;I finished freeCodeCamp’s Responsive Web Design certification, so what’s next for me? At some point, I believed I would start studying JavaScript after I finished, with the goal of focusing on web development. Combining web development with my marketing skills was the plan. &lt;/p&gt;

&lt;p&gt;However, during this time I’ve had several conversations, interviews, and considered what type of job I want.  After working in the e-commerce space, my perspective had me thinking of ways I could use web development for e-commerce businesses. Business strategy + marketing + web dev seemed like the natural next step. &lt;/p&gt;

&lt;p&gt;I’ve had a lot of time to consider what industry I want to work in and like many people early in their careers, I ended up with more questions than answers.  &lt;/p&gt;

&lt;p&gt;Where did I find my career guidance? Twitter, of course. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;Seriously&lt;/em&gt;. I ended up interviewing with a cybersecurity training company I found via Twitter and that’s when things started to click. I didn’t get the job, but I realized the importance of cybersecurity. What I appreciate about cybersecurity is the proactive nature of it. How technology changes and those changes require us to continue to learn and solve problems in creative ways. When I went to cybersecurity events, I realized there were people who always studied cybersecurity and people who transitioned into the industry.  And in cybersecurity, diversity is a strength because it helps us see problems from multiple perspectives. &lt;/p&gt;

&lt;p&gt;With my new interest in cybersecurity and desire to continue increasing my technical skills, I chose Python as my next programming language. I’ve heard positive stories about Python from so many people and know it can be used in a variety of ways, including cybersecurity. I also hope to add some personal projects to my GitHub as a keep learning. Like before, I’m using freCodeCamp as my main learning resource. I’m also interested in the Security+ Certification as part of my cybersecurity learning. &lt;/p&gt;

&lt;p&gt;As for my career, I’m currently applying and interviewing for a full-time job. My goal is to find a company where I can use my marketing experience, in addition to my technical skills.  I think my next role will be involved with marketing; however, I hope to find a company that is involved in using innovative technology solutions. If you know about any job opportunities that fit that description, you can send me an email (I would greatly appreciate it). &lt;/p&gt;

&lt;p&gt;My other goal is to keep writing updates as I continue to learn. I think this will keep me accountable and also serve as a good example of what I'm learning. I know programming can be overwhelming for people like me with non-technical backgrounds, but I also know it’s possible to learn and use.  &lt;/p&gt;

</description>
      <category>programming</category>
      <category>cybersecurity</category>
      <category>beginners</category>
      <category>career</category>
    </item>
    <item>
      <title>My Experience with freeCodeCamp’s Responsive Web Design Course 👩🏽‍💻</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Sat, 24 Jun 2023 15:35:14 +0000</pubDate>
      <link>https://dev.to/oliviapandora/how-i-studied-for-freecodecamps-responsive-web-design-certificate-with-a-non-technical-background-ib5</link>
      <guid>https://dev.to/oliviapandora/how-i-studied-for-freecodecamps-responsive-web-design-certificate-with-a-non-technical-background-ib5</guid>
      <description>&lt;p&gt;Technology seems to be advancing at a rate we never expected. With internet connections improving, AI tools being released, and new medical breakthroughs, it’s clear we’ve entered a new era. As we see these changes, it’s only natural more people are becoming interested in the technology industry (I’m one of them). However, coming from my non-technical background, a subject like coding can feel overwhelming. I tried coding before, while I was a college student and failed to understand any of the material. Technical skills weren’t a part of my degree program, so I figured coding wasn’t for me and focused all my attention on marketing. &lt;/p&gt;

&lt;p&gt;One summer, I saw a coding challenge in my email and my curiosity started again. After looking at and trying different resources and courses, I settled on freeCodeCamp’s &lt;a href="https://www.freecodecamp.org/" rel="noopener noreferrer"&gt;Responsive Web Design&lt;/a&gt; course. Completing this certificate was challenging (to put it lightly), but I did learn how to adjust my study strategies to help me learn HTML and CSS.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Run the code
&lt;/h2&gt;

&lt;p&gt;This is my top recommendation for any beginner coder/programmer. After you’ve finished a step or added something to your project, my suggestion is that you run the code. The benefit here is you’re able to see how/if the code you added changed your work. Coming from a non-technical background, seeing the changes visually helped me understand the concepts over simply remembering them. This understanding becomes more useful when you want to create something more complex.  &lt;/p&gt;

&lt;p&gt;Running your code more often can also save time overall. Several times I would work on code for a couple hours or even days and then run the code to only discover I made even more mistakes than I thought.  This experience increased my frustration. Save yourself some time and learn from my mistakes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Take Smart Notes
&lt;/h2&gt;

&lt;p&gt;While I was completing this certificate, I remembered the advice about handwriting your notes to improve your memory.  This is another study strategy that was useful to me. Once I started the projects, I realized my notetaking could improve. Below I included some of the notes that helped me complete the project:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Make an outline of the project &lt;/li&gt;
&lt;li&gt;What is working? &lt;/li&gt;
&lt;li&gt;What isn’t working? &lt;/li&gt;
&lt;li&gt;What do you think the solution is? &lt;/li&gt;
&lt;li&gt;How did you find the solution? &lt;/li&gt;
&lt;li&gt;What concept do you need to study more? &lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Embrace the discomfort
&lt;/h2&gt;

&lt;p&gt;In many academic environments, we’re taught to know the answer and to make as few errors as possible.  When the teacher or professor asks the class a question, the expectation is that you raise your hand because you have the correct answer, not because you have a question. For me, finishing this certificate reminded me of the value of the wrong answer.   Enough wrong answers helped me find the rights ones. &lt;/p&gt;

&lt;p&gt;I also enjoy being a beginner. Like a lot of people, my career and education are all related to the same subjects. I chose marketing because I loved it, but also because I understood it. At the same time, I think there’s value to exploring a subject that doesn’t come naturally to you.  I’m not one of those people who started studying and immediately understood how coding works. But I love a good challenge, and this was a much-needed reminder that I can complete something that isn’t easy for me.&lt;/p&gt;

&lt;p&gt;For anyone who's curious about freeCodeCamp, I suggest you give it a try. I see so many people asking if they're too old, if it's too difficult, or if it's too late. The best way to figure out is to set a time commitment and see what happens. I never viewed myself as someone who would have technical skills, but now I do. I surprised myself and maybe you will too.&lt;/p&gt;

&lt;p&gt;✨The final projects I had to complete are available on my &lt;a href="https://github.com/oliviapandora" rel="noopener noreferrer"&gt;Github&lt;/a&gt; and also my &lt;a href="https://codepen.io/oliviapandora" rel="noopener noreferrer"&gt;Codepen&lt;/a&gt;&lt;/p&gt;

</description>
      <category>beginners</category>
      <category>learning</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Marketing to Tech 💻</title>
      <dc:creator>Olivia Pandora Stokes</dc:creator>
      <pubDate>Sat, 26 Dec 2020 22:16:39 +0000</pubDate>
      <link>https://dev.to/oliviapandora/marketing-to-tech-4nfn</link>
      <guid>https://dev.to/oliviapandora/marketing-to-tech-4nfn</guid>
      <description>&lt;p&gt;I'm going to keep this short, mostly because I don't have a lot to say (today). Right now, I work in marketing, it's what I studied in college and it's how I make my money. Story-telling is a big part of marketing and it's also been one of my biggest strengths.&lt;/p&gt;

&lt;p&gt;Anyways, tech is different and uncomfortable. At this point, I'm fully self-taught, with the help of FreeCodeCamp, W3schools, and SoloLearn. When I code, I have to sit with the discomfort. I make mistakes, again and again.&lt;/p&gt;

&lt;p&gt;To be perfectly honest, I'm not sure where my new skills will take me. Do I want to leave the marketing industry? Do I want to fully work in tech? Will I have to choose? Either way, I want more options and I think that's what most people who learn how to code want. When we learn for career purposes, I think the primary motivation is to have more control over our lives. And that's what I want, more control over my life.&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>career</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
