My Blog
Those Who Dream The Most...Do The Most
I Spoke at Vue Conf USA 2024
May 17, 2024
I just got home after an amazing trip to New Orleans for Vue Conf 2024. It was both my first time in New Orleans and speaking at Vue Conf. Both were incredible experiences that I am extremely grateful for. Below are some of my top of mind thoughts…
Read MoreIm joining Angular Space as a Mentor
May 24, 2023
About Becoming A Mentor I am super excited to announce that I have joined the Angular Space Mentorship program. As an mentor I will help mentor those who are looking to start or improve their technical writing skills. This is something I am deeply…
Read MoreCodingCat.dev - Effective Testing using Cypress
February 22, 2023
Jordan tells his story of becoming a Developer Advocate and demos testing Angular components using Cypress.io. https://codingcat.dev/podcast/3-6-Effective-Testing-using-Cypress.io Sponsors: Storyblok Have you already discovered Storyblok? They have…
Read MoreAngular Component Testing Best Practices
February 13, 2023
In this webinar, I will show you everything you need to know to get up and running with testing your Angular Components using Cypress. From setup to advanced patterns, you will leave wanting to add tests for your applications! Webinar Key Points…
Read MoreOhio DevFest - Intro to Angular
February 11, 2023
This past weekend I had the privilege of speaking at the Ohio DevFest in Columbus, Ohio. This was an important conference for me because I got to represent my home state of Ohio! The conference was really well organized and was at an awesome venue…
Read MoreFrameworks for Developers - The Monthly Dev #25
January 31, 2023
The Monthly Dev brings world-class speakers to empower the developers' community, once a month. Made with ❤️ by daily.dev. Agenda: We're excited to announce our next event in this series with an awesome lineup of speakers! See details below. Opening…
Read MoreModern Web Podcast: Season 10 Episode 04
January 25, 2023
EPISODE SUMMARY In this episode, Rob Ocel is joined by Jordan Powell, Developer Experience Engineer Cypress, to talk about Component Testing in Cypress. They discuss the explosive recent growth of Cypress, the exciting new features just launched in…
Read MoreWeb Rush Podcast: Episode 208
November 03, 2022
EPISODE SUMMARY Jordan Powell stops by to talk about Cypress and testing, how Cypress makes it easier for developers to test, what the various kinds of testing are, and what people need to understand about component testing. EPISODE NOTES Recording…
Read MoreJS Drops
November 02, 2022
In this JS Drop, Jordan Powell, DX Engineer at Cypress, will present on overview of the framework for experienced software engineers. This training covers the basics of Cypress, E-2-E Testing, Component Testing, Advanced Patters in Cypress, and…
Read MoreNg Conf - Cypress for Angular Devs Hands-on Workshop
October 17, 2022
We have many amazing things for Angular developers in the latest release of Cypress! Join Cypress DX team members Jordan Powell and Ely Lucas in this session as we go over new tools to help you build reliable Angular apps. First, we’ll take a look at…
Read MoreNx Conf
October 17, 2022
Join the community slack in the "#nx-conf" channel to ask questions and talk to all the attendees 😃 ▬▬▬▬▬▬ ⏱ Timecodes ▬▬▬▬▬▬ 0:00 Live stream start 15:03 Welcome & Opening Remarks - Jeff Cross 26:12 Nx and Lerna: Integrated vs Package-Based…
Read MoreI'm A Google Developer Expert
September 30, 2022
Some History 7 years ago I made a pretty major career shift from doing full-time ministry (working at a Church) to becoming a full-time Software Engineer. I was well aware at the time that this was not the traditional career trajectory of someone who…
Read MoreAngular Belgrade
September 01, 2022
★ Bringing Vite to Angular with Analog ★★ Talk details: Let's talk about Angular, Vite, and meta-frameworks. Vite has taken the entire web ecosystem by storm, almost. Angular currently supports Webpack as it's underlying build tool. We still want…
Read MoreMigrating to Cypress 10
June 01, 2022
An Overview On June 1, 2022 we released Cypress version 10.0 which includes two new major features: A New User Interface with a Unified Testing Experience Component Testing In order to gain the benefits of these new features, it was necessary for us…
Read MoreMulti-Domain (Origin) Testing in Cypress
April 25, 2022
For as amazing as Cypress is for writing end-to-end tests, it has had a very long standing "issue" around visiting multiple origins in a single spec. I won't go into the details as to why this was the case in this article, but it is important to note…
Read MoreLive Coding: Refactoring DO: Conference App & Mobile for Reusability
December 20, 2021
The currently Dream On Conference App & Mobile Apps are using 2 separate sets of speaker & session data. In this video I will work on refactoring these to use shared Nx Workspace Libs.
Read MoreNx: Best Practices and New Cypress Testing Features w/Jordan Powell
December 13, 2021
Brandon Roberts is joined by Developer Experience Engineer Jordan Powell from Cypress to discuss best practices for testing with Cypress! ###Nx Links Docs: https://nx.dev GitHub: https://github.com/nrwl/nx Slack Community: https://bit.ly/nx…
Read MoreDevTeam504
October 23, 2021
I wanted to thank DevTeam504 for the opportunity to speak on Cypress Best Practices at your monthly meetup. You all were so kind to me and made me feel right at home. Plus you know that Honduras holds a special place in my heart. This talk was…
Read MoreLive Coding: Adding Internationaliztaion
October 08, 2021
For a long time, I've wanted to add add internationalization to our Dream On: Global website as we do work in multiple countries and languages. In this video, I finally tackle the problem and add internationalization support for English, Spanish and…
Read MoreI'm Joining Cypress
September 13, 2021
I am proud to announce that I have officially accepted a position as a Developer Experience (DX) Engineer with Cypress. I will never forget when I saw Cypress for the very first time at Stir Trek. Justin James was giving a talk and I remember just…
Read MoreCampinas Brazil - Liga Deeper Conference
January 26, 2021
I just got back from my 1st trip to Brazil! What a beautiful country! I've been wanting to make a habit of journaling my trips so that my children and grandchildren will be able to relive my experiences with the Lord. Below is each day's entry from…
Read MoreI'm Joining Briebug
November 23, 2020
I am proud to announce that I have officially accepted a position as a Senior Enterprise Software Engineer with Briebug. For many years it has been my dream to do consulting. It has been something my wife and I have been praying about for a long time…
Read MoreUnit Testing in Angular. To TestBed or NOT to TestBed
September 30, 2020
I recently started consulting for a new client (no names please). As I began to create a new feature and write unit tests I noticed several things. First that writing tests were more difficult than necessary (I'll get into this more specifically…
Read MoreUsing NgRx actionsBlocklist
June 12, 2020
Often times as your NgRx applications grow the Redux DevTools actions log can get too noisy. In my particular instance, as my application grew, their became a large number of actions that fired that were not valuable for myself and the rest of my…
Read MoreCreating A Cypress Test Environment To Skip Authentication
February 25, 2020
The Requirement I recently was tasked with finding a way to skip authentication to easily test our apps using the great End to End testing tool Cypress. Cypress does provide simple solutions for testing your app's authentication and authorization but…
Read MoreUpgrading to Angular 9 DI Error
February 21, 2020
Some Context Days after the release of Angular 9, I quickly and easily upgraded an enterprise application I've been working on for the better part of a year. Using the Angular CLI this was made super simple and painless using ng-upgrade. After the…
Read MoreFreedom Series Graphic
February 19, 2020
Inspiration I just finished yet another series graphic for my Church. With this graphic, I wanted something that said FREEDOM but emotionally implied nothing but that. Often times the things we think of in life that bring us Freedom are the very…
Read MoreJavascript And Friends Online Meetup
February 12, 2020
I was super honored to present at February's Javascript and Friends online meetup. I gave a talk titled "NgRx Best Practices for Enterprises." Talk Details - Title - NgRx Best Practices for Enterprises Description - Do the letters N - G - R -X make…
Read MoreCodeMash 2020
January 20, 2020
I just got back from yet another year attending CodeMash. This year, like every year was an amazing experience. I was able to reconnect with so many old friends and even make some new ones. CodeMash in my opinion is one of the top regional tech…
Read MoreI Submitted My First Talk!
January 16, 2020
I did a scary thing! Like something to be honest was something I would never do. I submitted my very first CFP (and now several since). For me, this was both something that terrified me as well as a goal for 2020. I never thought I would get to a…
Read MoreHonduras - Fiesta De Los Sueños
November 04, 2019
I just got back from my 5th trip to Honduras over the past few years. Every trip I am reminded that it is such a beautiful country. Though America has it's challenges (and we certainly are not perfect) it does not even compare to other countries on…
Read More