<?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: Discover Technology</title>
    <description>The latest articles on DEV Community by Discover Technology (@discovertechnology).</description>
    <link>https://dev.to/discovertechnology</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%2F1019807%2Ff6074d41-d5a5-4b5e-8e66-603338b4404d.jpeg</url>
      <title>DEV Community: Discover Technology</title>
      <link>https://dev.to/discovertechnology</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/discovertechnology"/>
    <language>en</language>
    <item>
      <title>SiliconANGLE theCUBE: Angel Diaz on using open source principles at Discover Financial Services</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Mon, 22 May 2023 04:00:00 +0000</pubDate>
      <link>https://dev.to/discovertechnology/siliconangle-thecube-angel-diaz-on-using-open-source-principles-at-discover-financial-services-1aoe</link>
      <guid>https://dev.to/discovertechnology/siliconangle-thecube-angel-diaz-on-using-open-source-principles-at-discover-financial-services-1aoe</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/6F9JGil2NC4"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;In this interview, Angel Diaz, VP of Technology Capabilities &amp;amp; Innovation at Discover® Financial Services talks with John Furrier &amp;amp; Rob Strechay of SiliconANGLE theCUBE at Open Source Summit NA 2023 in Vancouver, Canada.&lt;/p&gt;

&lt;p&gt;During the chat, Angel discusses how Discover internally uses open source principles to bring together the customer journey with the product teams to create the best products. He also covers the approach Discover takes towards consuming and contributing to open source, gives his thoughts on how AI will transform industries, cloud-native development, and more.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Lise Noble on Accessible Design, Theme Builder, and the Power of Design Thinking</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Thu, 11 May 2023 18:21:43 +0000</pubDate>
      <link>https://dev.to/discovertechnology/lise-noble-on-accessible-design-theme-builder-and-the-power-of-design-thinking-134n</link>
      <guid>https://dev.to/discovertechnology/lise-noble-on-accessible-design-theme-builder-and-the-power-of-design-thinking-134n</guid>
      <description>&lt;p&gt;As the UX/UI distinguished engineer at Discover® Financial Services, Lise Noble is charged with helping Discover employees identify ways to employ best practices for user experience (UX) and user interface (UI). Using design thinking practices, Lise and her team evangelize these good UX/UI practices and reexamine the way that Discover designs, develops, and manages interfaces.&lt;/p&gt;

&lt;p&gt;In anticipation of Lise’s Open Source Summit talk, we spoke with her to learn more about design thinking and the role designers can play in open source.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is the scope of your UX/UI work at Discover?
&lt;/h2&gt;

&lt;p&gt;It's so broad! UX/UI affects internal Discover employees as well as our customers. Of course, most people think of UX/UI in terms of websites and other digital assets like email and PowerPoint. But it also extends to non-digital, physical assets like paper bills or credit card statements—all of these can be improved with UX/UI best practices. My job is to help teams adopt these best practices, and we often do that through design thinking. &lt;/p&gt;

&lt;h2&gt;
  
  
  What exactly is design thinking? When do you encourage teams to use it?
&lt;/h2&gt;

&lt;p&gt;Design thinking refers to a series of methods that help you brainstorm and produce innovative solutions to your problems. The key to good design thinking is approaching it from a human-centric manner where you come to know your end users. Often, the problem that you start with is not the true underlining problem that needs to be solved. Design thinking ensures that you are solving the right problem for the right people. &lt;/p&gt;

&lt;p&gt;Design thinking is not just for creating interfaces or a visual design element. You can use design thinking for truly any problem that needs creative problem solving, whether developing processes, policies, and practices or tackling career questions or family issues.&lt;/p&gt;

&lt;h2&gt;
  
  
  Can you tell me about a project where you’ve been able to use these different skills?
&lt;/h2&gt;

&lt;p&gt;It's actually the open-source project that we're working on right now called Theme Builder. The project is design-related, but we got input using design thinking methods from designers, engineers, business development folks, and others. &lt;/p&gt;

&lt;p&gt;It started as a small idea, but we were quickly able to go from concept to reality using both design thinking and open-source principles.&lt;/p&gt;

&lt;h2&gt;
  
  
  What problem were you trying to solve by creating this project?
&lt;/h2&gt;

&lt;p&gt;When I was applying design thinking to the creation of our UI at Discover, I noticed that many teams were not finding accessibility issues until they were at the end of the development cycle when they were much harder to address.&lt;/p&gt;

&lt;p&gt;This got me thinking: What if we could embed these accessible elements into the development cycle from the very beginning? What if designers could easily select accessible design elements that were easy to reuse and replicate?&lt;/p&gt;

&lt;h2&gt;
  
  
  How does Theme Builder solve this problem?
&lt;/h2&gt;

&lt;p&gt;These days, design languages are created using an atomic design system. This type of system starts with the smallest elements of design that you can’t break down any smaller—things like colors, fonts, and grid systems. In this system, we call these atoms.&lt;/p&gt;

&lt;p&gt;You can put those things together to create a molecule. In this instance, a molecule is a button that uses the color and shape (atoms). After molecules, you create organisms. An example of an organism is a digital card that has a title, a button, an icon and maybe a beveled edge or drop shot. The next is a template, a series of components put together, and then you start creating pages from those templates. &lt;/p&gt;

&lt;p&gt;So, you start building small, repeatable elements that can be combined and grow in complexity.&lt;/p&gt;

&lt;p&gt;If a component is changed in one place—for instance, to make it more accessible—the change gets rolled across all the components.  &lt;/p&gt;

&lt;p&gt;Theme Builder current outputs those changes in two distinct types of code—one is CSS and one is JSON. JSON helps you render a whole digital library and CSS renders your whole digital library. Now you have two reusable artifacts: One for the designers, one for engineers.&lt;/p&gt;

&lt;p&gt;Essentially, Theme Builder is using the benefits of atomic design and incorporating it into the development tool chain.&lt;/p&gt;

&lt;h2&gt;
  
  
  How do you envision Theme Builder being used to increase accessibility?
&lt;/h2&gt;

&lt;p&gt;It goes back to the problem we were originally trying to solve: How do we make our applications and web properties more accessible from the beginning of the development process and in a way that changes can be quickly implemented? How can we ensure that design, engineering, and accessibility all have equal representation when building digital or physical properties? &lt;/p&gt;

&lt;p&gt;Theme Builder enables us to make accessibility changes to the underlying design atoms or molecules and have those accessible changes automatically rolled out to all digital properties that use those design elements. I can envision a world where a person who is dyslexic and has a tough time reading could change a setting that changes all the fonts and their user experience to use dyslexic font. The user could also select to see their paper bill in a way that is inclusive of their dyslexia and Theme Builder would make that easy to implement across all digital or physical entities.  &lt;/p&gt;

&lt;h2&gt;
  
  
  What are some areas where collaborators can add value to the Theme Builder project?
&lt;/h2&gt;

&lt;p&gt;There are so many opportunities for collaboration! We want to extend Theme Builder in numerous ways and think that inviting collaborators to contribute innovative ideas and designs and code will help us create an even more effective project. &lt;/p&gt;

&lt;p&gt;We obviously would love help from designers to make the underlying design elements more accessible and to incorporate their experiences and perspectives into what we’re building. We’d love to have them use their experience with various design systems to inform how we build out Theme Builder. &lt;/p&gt;

&lt;p&gt;Developers and engineers can get involved in helping to build and scale the capabilities of the tool. For instance, right now our tool rallies around Figma as the design system source, but we’d love help from engineers and developers to expand and extend into different tools. What if you could export it into PowerPoint  or into Xcode? The possibilities are endless, so there’s much room for collaboration.  &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>a11y</category>
    </item>
    <item>
      <title>A business user’s guide to APIs</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Tue, 09 May 2023 19:40:16 +0000</pubDate>
      <link>https://dev.to/discovertechnology/a-business-users-guide-to-apis-4417</link>
      <guid>https://dev.to/discovertechnology/a-business-users-guide-to-apis-4417</guid>
      <description>&lt;p&gt;Join Discover application architect Geoff Godwin as he dives into the world of Application Programming Interfaces, aka APIs. We’ve all heard about them, but what exactly are they and how do they work? &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Hint: The Library of Congress can help answer those questions&lt;/strong&gt;. &lt;/p&gt;

&lt;p&gt;Take A Moment of Your Time to learn about the differences between Experience, Process, and System/Data APIs, what you should expect from them, and why their quality and usefulness are king.&lt;/p&gt;

&lt;p&gt;Check out the video below:&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/24TedrSB58c"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>api</category>
      <category>webdev</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Discover to Sponsor Global Accessibility Awareness Day Hackathon</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Wed, 05 Apr 2023 15:56:31 +0000</pubDate>
      <link>https://dev.to/discovertechnology/discover-to-sponsor-global-accessibility-awareness-day-hackathon-1b75</link>
      <guid>https://dev.to/discovertechnology/discover-to-sponsor-global-accessibility-awareness-day-hackathon-1b75</guid>
      <description>&lt;p&gt;Discover Financial Services will serve as Gold sponsor for the Global Accessibility Awareness Day Hackathon April 24-May 18.&lt;/p&gt;

&lt;p&gt;Deadline to register for the event is April 21. For more information and to register, visit &lt;a href="https://www.finos.org/hosted-events/2023-05-18-gaad-hackathon"&gt;https://www.finos.org/hosted-events/2023-05-18-gaad-hackathon&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hackathon</category>
      <category>design</category>
      <category>a11y</category>
      <category>fintech</category>
    </item>
    <item>
      <title>An Introduction to Tech Debt</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Wed, 08 Mar 2023 16:10:38 +0000</pubDate>
      <link>https://dev.to/discovertechnology/an-introduction-to-tech-debt-5f6p</link>
      <guid>https://dev.to/discovertechnology/an-introduction-to-tech-debt-5f6p</guid>
      <description>&lt;p&gt;In our series "A Moment of Your Time," Discover application architect Geoff Godwin shares an overview of technical debt. Check out the video below: &lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/3l6AQzH-UVc"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>techdebt</category>
      <category>beginners</category>
      <category>tutorial</category>
      <category>agile</category>
    </item>
    <item>
      <title>Discover joins FinTech Open Source Foundation (FINOS)</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Wed, 01 Mar 2023 14:55:40 +0000</pubDate>
      <link>https://dev.to/discovertechnology/discover-joins-fintech-open-source-foundation-finos-1kpo</link>
      <guid>https://dev.to/discovertechnology/discover-joins-fintech-open-source-foundation-finos-1kpo</guid>
      <description>&lt;p&gt;Read more about why Discover has joined FINOS: &lt;a href="https://www.accesswire.com/viewarticle.aspx?id=741405" rel="noopener noreferrer"&gt;https://www.accesswire.com/viewarticle.aspx?id=741405&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/xquxzAVTbuM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;"Joining the Fintech Open Source Foundation (FINOS) is a critical step for Discover. Delivering innovative, reliable, secure, and industry-leading technology is at the heart of our mission to build a brighter financial future for our customers. Today, we see innovation happening in the open - in robust communities like the one that has come together around FINOS. We look forward to many years of collaboration and development within the community." - Amir Arooni, Executive Vice President and CIO, Discover Financial Services.&lt;/p&gt;

</description>
      <category>java</category>
      <category>architecture</category>
      <category>security</category>
      <category>monitoring</category>
    </item>
    <item>
      <title>Discover CEO Roger Hochschild introduces Discover Technology</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Thu, 23 Feb 2023 18:54:26 +0000</pubDate>
      <link>https://dev.to/discovertechnology/discover-ceo-roger-hochschild-introduces-discover-technology-3e3m</link>
      <guid>https://dev.to/discovertechnology/discover-ceo-roger-hochschild-introduces-discover-technology-3e3m</guid>
      <description>&lt;p&gt;&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/wgFGZrVvipg"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>discovertechnology</category>
      <category>opensource</category>
      <category>career</category>
    </item>
    <item>
      <title>Introducing the Discover Technology Experience</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Wed, 22 Feb 2023 14:13:34 +0000</pubDate>
      <link>https://dev.to/discovertechnology/introducing-the-discover-technology-experience-1o1b</link>
      <guid>https://dev.to/discovertechnology/introducing-the-discover-technology-experience-1o1b</guid>
      <description>&lt;p&gt;Today marks the launch of the &lt;a href="https://technology.discover.com/" rel="noopener noreferrer"&gt;Discover Technology Experience&lt;/a&gt;, where you can learn about the people, processes, and technology that build our products. Learn more here: &lt;a href="https://technology.discover.com/posts/driving-innovation-open" rel="noopener noreferrer"&gt;https://technology.discover.com/posts/driving-innovation-open&lt;/a&gt; &lt;/p&gt;

</description>
      <category>welcome</category>
    </item>
    <item>
      <title>What makes the engineering culture at Discover unique?</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Tue, 14 Feb 2023 16:15:00 +0000</pubDate>
      <link>https://dev.to/discovertechnology/what-makes-the-engineering-culture-at-discover-unique-2068</link>
      <guid>https://dev.to/discovertechnology/what-makes-the-engineering-culture-at-discover-unique-2068</guid>
      <description>&lt;p&gt;Hear from several Discover technologists about their experience working on products that help our customers achieve a brighter financial future: &lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Yah_jATMntA"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>culture</category>
      <category>devops</category>
      <category>opensource</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Discover’s unique IT training platform builds skills and community</title>
      <dc:creator>Discover Technology</dc:creator>
      <pubDate>Thu, 09 Feb 2023 18:59:41 +0000</pubDate>
      <link>https://dev.to/discovertechnology/discovers-unique-it-training-platform-builds-skills-and-community-4eeb</link>
      <guid>https://dev.to/discovertechnology/discovers-unique-it-training-platform-builds-skills-and-community-4eeb</guid>
      <description>&lt;p&gt;Check out this &lt;a href="https://www.cio.com/article/420188/discovers-unique-it-training-platform-builds-skills-and-community.html" rel="noopener noreferrer"&gt;CIO article&lt;/a&gt; to learn about the Discover Technology Academy and how we're empowering our developers to build their craft every day.&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>discuss</category>
      <category>productivity</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
